@aws-sdk/client-quicksight 3.451.0 → 3.454.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 +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/CreateTopicCommand.js +2 -2
- package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
- package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +10 -10
- package/dist-cjs/models/models_2.js +17 -104
- package/dist-cjs/models/models_3.js +112 -1
- package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +488 -10
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
- package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -9
- package/dist-es/models/models_2.js +14 -94
- package/dist-es/models/models_3.js +102 -1
- package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +469 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +8 -2
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
- 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 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +33 -38
- package/dist-types/models/models_2.d.ts +573 -773
- package/dist-types/models/models_3.d.ts +3973 -4050
- package/dist-types/models/models_4.d.ts +1012 -4
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -15
- package/dist-types/ts3.4/models/models_2.d.ts +177 -206
- package/dist-types/ts3.4/models/models_3.d.ts +264 -201
- package/dist-types/ts3.4/models/models_4.d.ts +229 -4
- package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +2 -2
|
@@ -63,7 +63,7 @@ export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAsset
|
|
|
63
63
|
* // },
|
|
64
64
|
* // VPCConnections: [ // AssetBundleExportJobVPCConnectionOverridePropertiesList
|
|
65
65
|
* // { // AssetBundleExportJobVPCConnectionOverrideProperties
|
|
66
|
-
* // Arn: "STRING_VALUE",
|
|
66
|
+
* // Arn: "STRING_VALUE", // required
|
|
67
67
|
* // Properties: [ // AssetBundleExportJobVPCConnectionPropertyToOverrideList // required
|
|
68
68
|
* // "Name" || "DnsResolvers" || "RoleArn",
|
|
69
69
|
* // ],
|
|
@@ -71,7 +71,7 @@ export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAsset
|
|
|
71
71
|
* // ],
|
|
72
72
|
* // RefreshSchedules: [ // AssetBundleExportJobRefreshScheduleOverridePropertiesList
|
|
73
73
|
* // { // AssetBundleExportJobRefreshScheduleOverrideProperties
|
|
74
|
-
* // Arn: "STRING_VALUE",
|
|
74
|
+
* // Arn: "STRING_VALUE", // required
|
|
75
75
|
* // Properties: [ // AssetBundleExportJobRefreshSchedulePropertyToOverrideList // required
|
|
76
76
|
* // "StartAfterDateTime",
|
|
77
77
|
* // ],
|
|
@@ -79,7 +79,7 @@ export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAsset
|
|
|
79
79
|
* // ],
|
|
80
80
|
* // DataSources: [ // AssetBundleExportJobDataSourceOverridePropertiesList
|
|
81
81
|
* // { // AssetBundleExportJobDataSourceOverrideProperties
|
|
82
|
-
* // Arn: "STRING_VALUE",
|
|
82
|
+
* // Arn: "STRING_VALUE", // required
|
|
83
83
|
* // Properties: [ // AssetBundleExportJobDataSourcePropertyToOverrideList // required
|
|
84
84
|
* // "Name" || "DisableSsl" || "SecretArn" || "Username" || "Password" || "Domain" || "WorkGroup" || "Host" || "Port" || "Database" || "DataSetName" || "Catalog" || "InstanceId" || "ClusterId" || "ManifestFileLocation" || "Warehouse" || "RoleArn",
|
|
85
85
|
* // ],
|
|
@@ -87,7 +87,7 @@ export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAsset
|
|
|
87
87
|
* // ],
|
|
88
88
|
* // DataSets: [ // AssetBundleExportJobDataSetOverridePropertiesList
|
|
89
89
|
* // { // AssetBundleExportJobDataSetOverrideProperties
|
|
90
|
-
* // Arn: "STRING_VALUE",
|
|
90
|
+
* // Arn: "STRING_VALUE", // required
|
|
91
91
|
* // Properties: [ // AssetBundleExportJobDataSetPropertyToOverrideList // required
|
|
92
92
|
* // "Name",
|
|
93
93
|
* // ],
|
|
@@ -95,7 +95,7 @@ export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAsset
|
|
|
95
95
|
* // ],
|
|
96
96
|
* // Themes: [ // AssetBundleExportJobThemeOverridePropertiesList
|
|
97
97
|
* // { // AssetBundleExportJobThemeOverrideProperties
|
|
98
|
-
* // Arn: "STRING_VALUE",
|
|
98
|
+
* // Arn: "STRING_VALUE", // required
|
|
99
99
|
* // Properties: [ // AssetBundleExportJobThemePropertyToOverrideList // required
|
|
100
100
|
* // "Name",
|
|
101
101
|
* // ],
|
|
@@ -103,7 +103,7 @@ export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAsset
|
|
|
103
103
|
* // ],
|
|
104
104
|
* // Analyses: [ // AssetBundleExportJobAnalysisOverridePropertiesList
|
|
105
105
|
* // { // AssetBundleExportJobAnalysisOverrideProperties
|
|
106
|
-
* // Arn: "STRING_VALUE",
|
|
106
|
+
* // Arn: "STRING_VALUE", // required
|
|
107
107
|
* // Properties: [ // AssetBundleExportJobAnalysisPropertyToOverrideList // required
|
|
108
108
|
* // "Name",
|
|
109
109
|
* // ],
|
|
@@ -111,7 +111,7 @@ export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAsset
|
|
|
111
111
|
* // ],
|
|
112
112
|
* // Dashboards: [ // AssetBundleExportJobDashboardOverridePropertiesList
|
|
113
113
|
* // { // AssetBundleExportJobDashboardOverrideProperties
|
|
114
|
-
* // Arn: "STRING_VALUE",
|
|
114
|
+
* // Arn: "STRING_VALUE", // required
|
|
115
115
|
* // Properties: [ // AssetBundleExportJobDashboardPropertyToOverrideList // required
|
|
116
116
|
* // "Name",
|
|
117
117
|
* // ],
|
|
@@ -120,6 +120,17 @@ export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAsset
|
|
|
120
120
|
* // },
|
|
121
121
|
* // RequestId: "STRING_VALUE",
|
|
122
122
|
* // Status: Number("int"),
|
|
123
|
+
* // IncludePermissions: true || false,
|
|
124
|
+
* // IncludeTags: true || false,
|
|
125
|
+
* // ValidationStrategy: { // AssetBundleExportJobValidationStrategy
|
|
126
|
+
* // StrictModeForAllResources: true || false,
|
|
127
|
+
* // },
|
|
128
|
+
* // Warnings: [ // AssetBundleExportJobWarningList
|
|
129
|
+
* // { // AssetBundleExportJobWarning
|
|
130
|
+
* // Arn: "STRING_VALUE",
|
|
131
|
+
* // Message: "STRING_VALUE",
|
|
132
|
+
* // },
|
|
133
|
+
* // ],
|
|
123
134
|
* // };
|
|
124
135
|
*
|
|
125
136
|
* ```
|
|
@@ -215,6 +215,10 @@ export interface DescribeAssetBundleImportJobCommandOutput extends DescribeAsset
|
|
|
215
215
|
* // Port: Number("int"), // required
|
|
216
216
|
* // Catalog: "STRING_VALUE", // required
|
|
217
217
|
* // },
|
|
218
|
+
* // BigQueryParameters: { // BigQueryParameters
|
|
219
|
+
* // ProjectId: "STRING_VALUE", // required
|
|
220
|
+
* // DataSetRegion: "STRING_VALUE",
|
|
221
|
+
* // },
|
|
218
222
|
* // },
|
|
219
223
|
* // VpcConnectionProperties: { // VpcConnectionProperties
|
|
220
224
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
@@ -259,6 +263,152 @@ export interface DescribeAssetBundleImportJobCommandOutput extends DescribeAsset
|
|
|
259
263
|
* // FailureAction: "DO_NOTHING" || "ROLLBACK",
|
|
260
264
|
* // RequestId: "STRING_VALUE",
|
|
261
265
|
* // Status: Number("int"),
|
|
266
|
+
* // OverridePermissions: { // AssetBundleImportJobOverridePermissions
|
|
267
|
+
* // DataSources: [ // AssetBundleImportJobDataSourceOverridePermissionsList
|
|
268
|
+
* // { // AssetBundleImportJobDataSourceOverridePermissions
|
|
269
|
+
* // DataSourceIds: [ // AssetBundleRestrictiveResourceIdList // required
|
|
270
|
+
* // "STRING_VALUE",
|
|
271
|
+
* // ],
|
|
272
|
+
* // Permissions: { // AssetBundleResourcePermissions
|
|
273
|
+
* // Principals: [ // AssetBundlePrincipalList // required
|
|
274
|
+
* // "STRING_VALUE",
|
|
275
|
+
* // ],
|
|
276
|
+
* // Actions: [ // ActionList // required
|
|
277
|
+
* // "STRING_VALUE",
|
|
278
|
+
* // ],
|
|
279
|
+
* // },
|
|
280
|
+
* // },
|
|
281
|
+
* // ],
|
|
282
|
+
* // DataSets: [ // AssetBundleImportJobDataSetOverridePermissionsList
|
|
283
|
+
* // { // AssetBundleImportJobDataSetOverridePermissions
|
|
284
|
+
* // DataSetIds: [ // required
|
|
285
|
+
* // "STRING_VALUE",
|
|
286
|
+
* // ],
|
|
287
|
+
* // Permissions: {
|
|
288
|
+
* // Principals: [ // required
|
|
289
|
+
* // "STRING_VALUE",
|
|
290
|
+
* // ],
|
|
291
|
+
* // Actions: [ // required
|
|
292
|
+
* // "STRING_VALUE",
|
|
293
|
+
* // ],
|
|
294
|
+
* // },
|
|
295
|
+
* // },
|
|
296
|
+
* // ],
|
|
297
|
+
* // Themes: [ // AssetBundleImportJobThemeOverridePermissionsList
|
|
298
|
+
* // { // AssetBundleImportJobThemeOverridePermissions
|
|
299
|
+
* // ThemeIds: [ // required
|
|
300
|
+
* // "STRING_VALUE",
|
|
301
|
+
* // ],
|
|
302
|
+
* // Permissions: {
|
|
303
|
+
* // Principals: [ // required
|
|
304
|
+
* // "STRING_VALUE",
|
|
305
|
+
* // ],
|
|
306
|
+
* // Actions: [ // required
|
|
307
|
+
* // "STRING_VALUE",
|
|
308
|
+
* // ],
|
|
309
|
+
* // },
|
|
310
|
+
* // },
|
|
311
|
+
* // ],
|
|
312
|
+
* // Analyses: [ // AssetBundleImportJobAnalysisOverridePermissionsList
|
|
313
|
+
* // { // AssetBundleImportJobAnalysisOverridePermissions
|
|
314
|
+
* // AnalysisIds: [ // required
|
|
315
|
+
* // "STRING_VALUE",
|
|
316
|
+
* // ],
|
|
317
|
+
* // Permissions: {
|
|
318
|
+
* // Principals: [ // required
|
|
319
|
+
* // "STRING_VALUE",
|
|
320
|
+
* // ],
|
|
321
|
+
* // Actions: [ // required
|
|
322
|
+
* // "STRING_VALUE",
|
|
323
|
+
* // ],
|
|
324
|
+
* // },
|
|
325
|
+
* // },
|
|
326
|
+
* // ],
|
|
327
|
+
* // Dashboards: [ // AssetBundleImportJobDashboardOverridePermissionsList
|
|
328
|
+
* // { // AssetBundleImportJobDashboardOverridePermissions
|
|
329
|
+
* // DashboardIds: [ // required
|
|
330
|
+
* // "STRING_VALUE",
|
|
331
|
+
* // ],
|
|
332
|
+
* // Permissions: {
|
|
333
|
+
* // Principals: [ // required
|
|
334
|
+
* // "STRING_VALUE",
|
|
335
|
+
* // ],
|
|
336
|
+
* // Actions: [ // required
|
|
337
|
+
* // "STRING_VALUE",
|
|
338
|
+
* // ],
|
|
339
|
+
* // },
|
|
340
|
+
* // LinkSharingConfiguration: { // AssetBundleResourceLinkSharingConfiguration
|
|
341
|
+
* // Permissions: "<AssetBundleResourcePermissions>",
|
|
342
|
+
* // },
|
|
343
|
+
* // },
|
|
344
|
+
* // ],
|
|
345
|
+
* // },
|
|
346
|
+
* // OverrideTags: { // AssetBundleImportJobOverrideTags
|
|
347
|
+
* // VPCConnections: [ // AssetBundleImportJobVPCConnectionOverrideTagsList
|
|
348
|
+
* // { // AssetBundleImportJobVPCConnectionOverrideTags
|
|
349
|
+
* // VPCConnectionIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
350
|
+
* // Tags: [ // TagList // required
|
|
351
|
+
* // { // Tag
|
|
352
|
+
* // Key: "STRING_VALUE", // required
|
|
353
|
+
* // Value: "STRING_VALUE", // required
|
|
354
|
+
* // },
|
|
355
|
+
* // ],
|
|
356
|
+
* // },
|
|
357
|
+
* // ],
|
|
358
|
+
* // DataSources: [ // AssetBundleImportJobDataSourceOverrideTagsList
|
|
359
|
+
* // { // AssetBundleImportJobDataSourceOverrideTags
|
|
360
|
+
* // DataSourceIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
361
|
+
* // Tags: [ // required
|
|
362
|
+
* // {
|
|
363
|
+
* // Key: "STRING_VALUE", // required
|
|
364
|
+
* // Value: "STRING_VALUE", // required
|
|
365
|
+
* // },
|
|
366
|
+
* // ],
|
|
367
|
+
* // },
|
|
368
|
+
* // ],
|
|
369
|
+
* // DataSets: [ // AssetBundleImportJobDataSetOverrideTagsList
|
|
370
|
+
* // { // AssetBundleImportJobDataSetOverrideTags
|
|
371
|
+
* // DataSetIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
372
|
+
* // Tags: [ // required
|
|
373
|
+
* // {
|
|
374
|
+
* // Key: "STRING_VALUE", // required
|
|
375
|
+
* // Value: "STRING_VALUE", // required
|
|
376
|
+
* // },
|
|
377
|
+
* // ],
|
|
378
|
+
* // },
|
|
379
|
+
* // ],
|
|
380
|
+
* // Themes: [ // AssetBundleImportJobThemeOverrideTagsList
|
|
381
|
+
* // { // AssetBundleImportJobThemeOverrideTags
|
|
382
|
+
* // ThemeIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
383
|
+
* // Tags: [ // required
|
|
384
|
+
* // {
|
|
385
|
+
* // Key: "STRING_VALUE", // required
|
|
386
|
+
* // Value: "STRING_VALUE", // required
|
|
387
|
+
* // },
|
|
388
|
+
* // ],
|
|
389
|
+
* // },
|
|
390
|
+
* // ],
|
|
391
|
+
* // Analyses: [ // AssetBundleImportJobAnalysisOverrideTagsList
|
|
392
|
+
* // { // AssetBundleImportJobAnalysisOverrideTags
|
|
393
|
+
* // AnalysisIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
394
|
+
* // Tags: [ // required
|
|
395
|
+
* // {
|
|
396
|
+
* // Key: "STRING_VALUE", // required
|
|
397
|
+
* // Value: "STRING_VALUE", // required
|
|
398
|
+
* // },
|
|
399
|
+
* // ],
|
|
400
|
+
* // },
|
|
401
|
+
* // ],
|
|
402
|
+
* // Dashboards: [ // AssetBundleImportJobDashboardOverrideTagsList
|
|
403
|
+
* // { // AssetBundleImportJobDashboardOverrideTags
|
|
404
|
+
* // DashboardIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
405
|
+
* // Tags: "<TagList>", // required
|
|
406
|
+
* // },
|
|
407
|
+
* // ],
|
|
408
|
+
* // },
|
|
409
|
+
* // OverrideValidationStrategy: { // AssetBundleImportJobOverrideValidationStrategy
|
|
410
|
+
* // StrictModeForAllResources: true || false,
|
|
411
|
+
* // },
|
|
262
412
|
* // };
|
|
263
413
|
*
|
|
264
414
|
* ```
|
|
@@ -71,10 +71,6 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
|
|
|
71
71
|
* // Name: "STRING_VALUE",
|
|
72
72
|
* // },
|
|
73
73
|
* // ],
|
|
74
|
-
* // Options: { // AssetOptions
|
|
75
|
-
* // Timezone: "STRING_VALUE",
|
|
76
|
-
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
77
|
-
* // },
|
|
78
74
|
* // },
|
|
79
75
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
80
76
|
* // LastPublishedTime: new Date("TIMESTAMP"),
|
|
@@ -41,7 +41,7 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
|
|
|
41
41
|
* // Arn: "STRING_VALUE",
|
|
42
42
|
* // DataSourceId: "STRING_VALUE",
|
|
43
43
|
* // Name: "STRING_VALUE",
|
|
44
|
-
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS",
|
|
44
|
+
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY",
|
|
45
45
|
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
46
46
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
47
47
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
@@ -168,6 +168,10 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
|
|
|
168
168
|
* // Port: Number("int"), // required
|
|
169
169
|
* // Catalog: "STRING_VALUE", // required
|
|
170
170
|
* // },
|
|
171
|
+
* // BigQueryParameters: { // BigQueryParameters
|
|
172
|
+
* // ProjectId: "STRING_VALUE", // required
|
|
173
|
+
* // DataSetRegion: "STRING_VALUE",
|
|
174
|
+
* // },
|
|
171
175
|
* // },
|
|
172
176
|
* // AlternateDataSourceParameters: [ // DataSourceParametersList
|
|
173
177
|
* // {// Union: only one key present
|
|
@@ -293,6 +297,10 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
|
|
|
293
297
|
* // Port: Number("int"), // required
|
|
294
298
|
* // Catalog: "STRING_VALUE", // required
|
|
295
299
|
* // },
|
|
300
|
+
* // BigQueryParameters: {
|
|
301
|
+
* // ProjectId: "STRING_VALUE", // required
|
|
302
|
+
* // DataSetRegion: "STRING_VALUE",
|
|
303
|
+
* // },
|
|
296
304
|
* // },
|
|
297
305
|
* // ],
|
|
298
306
|
* // VpcConnectionProperties: { // VpcConnectionProperties
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DescribeRoleCustomPermissionRequest, DescribeRoleCustomPermissionResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeRoleCustomPermissionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeRoleCustomPermissionCommandInput extends DescribeRoleCustomPermissionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeRoleCustomPermissionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeRoleCustomPermissionCommandOutput extends DescribeRoleCustomPermissionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Describes all custom permissions that are mapped to a role.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { QuickSightClient, DescribeRoleCustomPermissionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
31
|
+
* // const { QuickSightClient, DescribeRoleCustomPermissionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
32
|
+
* const client = new QuickSightClient(config);
|
|
33
|
+
* const input = { // DescribeRoleCustomPermissionRequest
|
|
34
|
+
* Role: "ADMIN" || "AUTHOR" || "READER", // required
|
|
35
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
36
|
+
* Namespace: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
38
|
+
* const command = new DescribeRoleCustomPermissionCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* // { // DescribeRoleCustomPermissionResponse
|
|
41
|
+
* // CustomPermissionsName: "STRING_VALUE",
|
|
42
|
+
* // RequestId: "STRING_VALUE",
|
|
43
|
+
* // Status: Number("int"),
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DescribeRoleCustomPermissionCommandInput - {@link DescribeRoleCustomPermissionCommandInput}
|
|
49
|
+
* @returns {@link DescribeRoleCustomPermissionCommandOutput}
|
|
50
|
+
* @see {@link DescribeRoleCustomPermissionCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DescribeRoleCustomPermissionCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
56
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
57
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
58
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
61
|
+
* <p>An internal failure occurred.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
64
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
67
|
+
* <p>One or more preconditions aren't met.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
+
* <p>One or more resources can't be found.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceUnavailableException} (server fault)
|
|
73
|
+
* <p>This resource is currently unavailable.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>Access is throttled.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link QuickSightServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
export declare class DescribeRoleCustomPermissionCommand extends $Command<DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput, QuickSightClientResolvedConfig> {
|
|
83
|
+
readonly input: DescribeRoleCustomPermissionCommandInput;
|
|
84
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
constructor(input: DescribeRoleCustomPermissionCommandInput);
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
92
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
private deserialize;
|
|
101
|
+
}
|
|
@@ -90,10 +90,6 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse,
|
|
|
90
90
|
* // Name: "STRING_VALUE",
|
|
91
91
|
* // },
|
|
92
92
|
* // ],
|
|
93
|
-
* // Options: { // AssetOptions
|
|
94
|
-
* // Timezone: "STRING_VALUE",
|
|
95
|
-
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
96
|
-
* // },
|
|
97
93
|
* // },
|
|
98
94
|
* // TemplateId: "STRING_VALUE",
|
|
99
95
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
@@ -46,6 +46,8 @@ export interface ListAssetBundleExportJobsCommandOutput extends ListAssetBundleE
|
|
|
46
46
|
* // AssetBundleExportJobId: "STRING_VALUE",
|
|
47
47
|
* // IncludeAllDependencies: true || false,
|
|
48
48
|
* // ExportFormat: "CLOUDFORMATION_JSON" || "QUICKSIGHT_JSON",
|
|
49
|
+
* // IncludePermissions: true || false,
|
|
50
|
+
* // IncludeTags: true || false,
|
|
49
51
|
* // },
|
|
50
52
|
* // ],
|
|
51
53
|
* // NextToken: "STRING_VALUE",
|
|
@@ -43,7 +43,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
43
43
|
* // Arn: "STRING_VALUE",
|
|
44
44
|
* // DataSourceId: "STRING_VALUE",
|
|
45
45
|
* // Name: "STRING_VALUE",
|
|
46
|
-
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS",
|
|
46
|
+
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY",
|
|
47
47
|
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
48
48
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
49
49
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
@@ -170,6 +170,10 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
170
170
|
* // Port: Number("int"), // required
|
|
171
171
|
* // Catalog: "STRING_VALUE", // required
|
|
172
172
|
* // },
|
|
173
|
+
* // BigQueryParameters: { // BigQueryParameters
|
|
174
|
+
* // ProjectId: "STRING_VALUE", // required
|
|
175
|
+
* // DataSetRegion: "STRING_VALUE",
|
|
176
|
+
* // },
|
|
173
177
|
* // },
|
|
174
178
|
* // AlternateDataSourceParameters: [ // DataSourceParametersList
|
|
175
179
|
* // {// Union: only one key present
|
|
@@ -295,6 +299,10 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
295
299
|
* // Port: Number("int"), // required
|
|
296
300
|
* // Catalog: "STRING_VALUE", // required
|
|
297
301
|
* // },
|
|
302
|
+
* // BigQueryParameters: {
|
|
303
|
+
* // ProjectId: "STRING_VALUE", // required
|
|
304
|
+
* // DataSetRegion: "STRING_VALUE",
|
|
305
|
+
* // },
|
|
298
306
|
* // },
|
|
299
307
|
* // ],
|
|
300
308
|
* // VpcConnectionProperties: { // VpcConnectionProperties
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { ListRoleMembershipsRequest, ListRoleMembershipsResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListRoleMembershipsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListRoleMembershipsCommandInput extends ListRoleMembershipsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListRoleMembershipsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListRoleMembershipsCommandOutput extends ListRoleMembershipsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Lists all groups that are associated with a role.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { QuickSightClient, ListRoleMembershipsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
31
|
+
* // const { QuickSightClient, ListRoleMembershipsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
32
|
+
* const client = new QuickSightClient(config);
|
|
33
|
+
* const input = { // ListRoleMembershipsRequest
|
|
34
|
+
* Role: "ADMIN" || "AUTHOR" || "READER", // required
|
|
35
|
+
* NextToken: "STRING_VALUE",
|
|
36
|
+
* MaxResults: Number("int"),
|
|
37
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
38
|
+
* Namespace: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new ListRoleMembershipsCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // ListRoleMembershipsResponse
|
|
43
|
+
* // MembersList: [ // GroupsList
|
|
44
|
+
* // "STRING_VALUE",
|
|
45
|
+
* // ],
|
|
46
|
+
* // NextToken: "STRING_VALUE",
|
|
47
|
+
* // RequestId: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @param ListRoleMembershipsCommandInput - {@link ListRoleMembershipsCommandInput}
|
|
54
|
+
* @returns {@link ListRoleMembershipsCommandOutput}
|
|
55
|
+
* @see {@link ListRoleMembershipsCommandInput} for command's `input` shape.
|
|
56
|
+
* @see {@link ListRoleMembershipsCommandOutput} for command's `response` shape.
|
|
57
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
61
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
62
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
63
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
66
|
+
* <p>An internal failure occurred.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
69
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
72
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
75
|
+
* <p>A limit is exceeded.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
78
|
+
* <p>One or more preconditions aren't met.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
|
+
* <p>One or more resources can't be found.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ResourceUnavailableException} (server fault)
|
|
84
|
+
* <p>This resource is currently unavailable.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
87
|
+
* <p>Access is throttled.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link QuickSightServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
export declare class ListRoleMembershipsCommand extends $Command<ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput, QuickSightClientResolvedConfig> {
|
|
94
|
+
readonly input: ListRoleMembershipsCommandInput;
|
|
95
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
constructor(input: ListRoleMembershipsCommandInput);
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
103
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput>;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
107
|
+
private serialize;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
111
|
+
private deserialize;
|
|
112
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListThemeVersionsRequest, ListThemeVersionsResponse } from "../models/
|
|
4
|
+
import { ListThemeVersionsRequest, ListThemeVersionsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListThemesRequest, ListThemesResponse } from "../models/
|
|
4
|
+
import { ListThemesRequest, ListThemesResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListTopicRefreshSchedulesRequest, ListTopicRefreshSchedulesResponse } from "../models/
|
|
4
|
+
import { ListTopicRefreshSchedulesRequest, ListTopicRefreshSchedulesResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListTopicsRequest, ListTopicsResponse } from "../models/
|
|
4
|
+
import { ListTopicsRequest, ListTopicsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListUserGroupsRequest, ListUserGroupsResponse } from "../models/
|
|
4
|
+
import { ListUserGroupsRequest, ListUserGroupsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListUsersRequest, ListUsersResponse } from "../models/
|
|
4
|
+
import { ListUsersRequest, ListUsersResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { ListVPCConnectionsRequest, ListVPCConnectionsResponse } from "../models/
|
|
4
|
+
import { ListVPCConnectionsRequest, ListVPCConnectionsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { PutDataSetRefreshPropertiesRequest, PutDataSetRefreshPropertiesResponse } from "../models/
|
|
4
|
+
import { PutDataSetRefreshPropertiesRequest, PutDataSetRefreshPropertiesResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|