@aws-sdk/client-quicksight 3.451.0 → 3.453.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 +1 -1
|
@@ -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 { RegisterUserRequest, RegisterUserResponse } from "../models/
|
|
4
|
+
import { RegisterUserRequest, RegisterUserResponse } 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 { RestoreAnalysisRequest, RestoreAnalysisResponse } from "../models/
|
|
4
|
+
import { RestoreAnalysisRequest, RestoreAnalysisResponse } 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 { SearchAnalysesRequest, SearchAnalysesResponse } from "../models/
|
|
4
|
+
import { SearchAnalysesRequest, SearchAnalysesResponse } 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 { SearchDashboardsRequest, SearchDashboardsResponse } from "../models/
|
|
4
|
+
import { SearchDashboardsRequest, SearchDashboardsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,8 +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 { SearchDataSetsRequest } from "../models/
|
|
5
|
-
import { SearchDataSetsResponse } from "../models/models_4";
|
|
4
|
+
import { SearchDataSetsRequest, SearchDataSetsResponse } from "../models/models_4";
|
|
6
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -50,7 +50,7 @@ export interface SearchDataSourcesCommandOutput extends SearchDataSourcesRespons
|
|
|
50
50
|
* // Arn: "STRING_VALUE",
|
|
51
51
|
* // DataSourceId: "STRING_VALUE",
|
|
52
52
|
* // Name: "STRING_VALUE",
|
|
53
|
-
* // 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",
|
|
53
|
+
* // 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",
|
|
54
54
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
55
55
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
56
56
|
* // },
|
|
@@ -46,7 +46,7 @@ export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundle
|
|
|
46
46
|
* },
|
|
47
47
|
* VPCConnections: [ // AssetBundleExportJobVPCConnectionOverridePropertiesList
|
|
48
48
|
* { // AssetBundleExportJobVPCConnectionOverrideProperties
|
|
49
|
-
* Arn: "STRING_VALUE",
|
|
49
|
+
* Arn: "STRING_VALUE", // required
|
|
50
50
|
* Properties: [ // AssetBundleExportJobVPCConnectionPropertyToOverrideList // required
|
|
51
51
|
* "Name" || "DnsResolvers" || "RoleArn",
|
|
52
52
|
* ],
|
|
@@ -54,7 +54,7 @@ export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundle
|
|
|
54
54
|
* ],
|
|
55
55
|
* RefreshSchedules: [ // AssetBundleExportJobRefreshScheduleOverridePropertiesList
|
|
56
56
|
* { // AssetBundleExportJobRefreshScheduleOverrideProperties
|
|
57
|
-
* Arn: "STRING_VALUE",
|
|
57
|
+
* Arn: "STRING_VALUE", // required
|
|
58
58
|
* Properties: [ // AssetBundleExportJobRefreshSchedulePropertyToOverrideList // required
|
|
59
59
|
* "StartAfterDateTime",
|
|
60
60
|
* ],
|
|
@@ -62,7 +62,7 @@ export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundle
|
|
|
62
62
|
* ],
|
|
63
63
|
* DataSources: [ // AssetBundleExportJobDataSourceOverridePropertiesList
|
|
64
64
|
* { // AssetBundleExportJobDataSourceOverrideProperties
|
|
65
|
-
* Arn: "STRING_VALUE",
|
|
65
|
+
* Arn: "STRING_VALUE", // required
|
|
66
66
|
* Properties: [ // AssetBundleExportJobDataSourcePropertyToOverrideList // required
|
|
67
67
|
* "Name" || "DisableSsl" || "SecretArn" || "Username" || "Password" || "Domain" || "WorkGroup" || "Host" || "Port" || "Database" || "DataSetName" || "Catalog" || "InstanceId" || "ClusterId" || "ManifestFileLocation" || "Warehouse" || "RoleArn",
|
|
68
68
|
* ],
|
|
@@ -70,7 +70,7 @@ export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundle
|
|
|
70
70
|
* ],
|
|
71
71
|
* DataSets: [ // AssetBundleExportJobDataSetOverridePropertiesList
|
|
72
72
|
* { // AssetBundleExportJobDataSetOverrideProperties
|
|
73
|
-
* Arn: "STRING_VALUE",
|
|
73
|
+
* Arn: "STRING_VALUE", // required
|
|
74
74
|
* Properties: [ // AssetBundleExportJobDataSetPropertyToOverrideList // required
|
|
75
75
|
* "Name",
|
|
76
76
|
* ],
|
|
@@ -78,7 +78,7 @@ export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundle
|
|
|
78
78
|
* ],
|
|
79
79
|
* Themes: [ // AssetBundleExportJobThemeOverridePropertiesList
|
|
80
80
|
* { // AssetBundleExportJobThemeOverrideProperties
|
|
81
|
-
* Arn: "STRING_VALUE",
|
|
81
|
+
* Arn: "STRING_VALUE", // required
|
|
82
82
|
* Properties: [ // AssetBundleExportJobThemePropertyToOverrideList // required
|
|
83
83
|
* "Name",
|
|
84
84
|
* ],
|
|
@@ -86,7 +86,7 @@ export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundle
|
|
|
86
86
|
* ],
|
|
87
87
|
* Analyses: [ // AssetBundleExportJobAnalysisOverridePropertiesList
|
|
88
88
|
* { // AssetBundleExportJobAnalysisOverrideProperties
|
|
89
|
-
* Arn: "STRING_VALUE",
|
|
89
|
+
* Arn: "STRING_VALUE", // required
|
|
90
90
|
* Properties: [ // AssetBundleExportJobAnalysisPropertyToOverrideList // required
|
|
91
91
|
* "Name",
|
|
92
92
|
* ],
|
|
@@ -94,13 +94,18 @@ export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundle
|
|
|
94
94
|
* ],
|
|
95
95
|
* Dashboards: [ // AssetBundleExportJobDashboardOverridePropertiesList
|
|
96
96
|
* { // AssetBundleExportJobDashboardOverrideProperties
|
|
97
|
-
* Arn: "STRING_VALUE",
|
|
97
|
+
* Arn: "STRING_VALUE", // required
|
|
98
98
|
* Properties: [ // AssetBundleExportJobDashboardPropertyToOverrideList // required
|
|
99
99
|
* "Name",
|
|
100
100
|
* ],
|
|
101
101
|
* },
|
|
102
102
|
* ],
|
|
103
103
|
* },
|
|
104
|
+
* IncludePermissions: true || false,
|
|
105
|
+
* IncludeTags: true || false,
|
|
106
|
+
* ValidationStrategy: { // AssetBundleExportJobValidationStrategy
|
|
107
|
+
* StrictModeForAllResources: true || false,
|
|
108
|
+
* },
|
|
104
109
|
* };
|
|
105
110
|
* const command = new StartAssetBundleExportJobCommand(input);
|
|
106
111
|
* const response = await client.send(command);
|
|
@@ -193,6 +193,10 @@ export interface StartAssetBundleImportJobCommandOutput extends StartAssetBundle
|
|
|
193
193
|
* Port: Number("int"), // required
|
|
194
194
|
* Catalog: "STRING_VALUE", // required
|
|
195
195
|
* },
|
|
196
|
+
* BigQueryParameters: { // BigQueryParameters
|
|
197
|
+
* ProjectId: "STRING_VALUE", // required
|
|
198
|
+
* DataSetRegion: "STRING_VALUE",
|
|
199
|
+
* },
|
|
196
200
|
* },
|
|
197
201
|
* VpcConnectionProperties: { // VpcConnectionProperties
|
|
198
202
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
@@ -235,6 +239,152 @@ export interface StartAssetBundleImportJobCommandOutput extends StartAssetBundle
|
|
|
235
239
|
* ],
|
|
236
240
|
* },
|
|
237
241
|
* FailureAction: "DO_NOTHING" || "ROLLBACK",
|
|
242
|
+
* OverridePermissions: { // AssetBundleImportJobOverridePermissions
|
|
243
|
+
* DataSources: [ // AssetBundleImportJobDataSourceOverridePermissionsList
|
|
244
|
+
* { // AssetBundleImportJobDataSourceOverridePermissions
|
|
245
|
+
* DataSourceIds: [ // AssetBundleRestrictiveResourceIdList // required
|
|
246
|
+
* "STRING_VALUE",
|
|
247
|
+
* ],
|
|
248
|
+
* Permissions: { // AssetBundleResourcePermissions
|
|
249
|
+
* Principals: [ // AssetBundlePrincipalList // required
|
|
250
|
+
* "STRING_VALUE",
|
|
251
|
+
* ],
|
|
252
|
+
* Actions: [ // ActionList // required
|
|
253
|
+
* "STRING_VALUE",
|
|
254
|
+
* ],
|
|
255
|
+
* },
|
|
256
|
+
* },
|
|
257
|
+
* ],
|
|
258
|
+
* DataSets: [ // AssetBundleImportJobDataSetOverridePermissionsList
|
|
259
|
+
* { // AssetBundleImportJobDataSetOverridePermissions
|
|
260
|
+
* DataSetIds: [ // required
|
|
261
|
+
* "STRING_VALUE",
|
|
262
|
+
* ],
|
|
263
|
+
* Permissions: {
|
|
264
|
+
* Principals: [ // required
|
|
265
|
+
* "STRING_VALUE",
|
|
266
|
+
* ],
|
|
267
|
+
* Actions: [ // required
|
|
268
|
+
* "STRING_VALUE",
|
|
269
|
+
* ],
|
|
270
|
+
* },
|
|
271
|
+
* },
|
|
272
|
+
* ],
|
|
273
|
+
* Themes: [ // AssetBundleImportJobThemeOverridePermissionsList
|
|
274
|
+
* { // AssetBundleImportJobThemeOverridePermissions
|
|
275
|
+
* ThemeIds: [ // required
|
|
276
|
+
* "STRING_VALUE",
|
|
277
|
+
* ],
|
|
278
|
+
* Permissions: {
|
|
279
|
+
* Principals: [ // required
|
|
280
|
+
* "STRING_VALUE",
|
|
281
|
+
* ],
|
|
282
|
+
* Actions: [ // required
|
|
283
|
+
* "STRING_VALUE",
|
|
284
|
+
* ],
|
|
285
|
+
* },
|
|
286
|
+
* },
|
|
287
|
+
* ],
|
|
288
|
+
* Analyses: [ // AssetBundleImportJobAnalysisOverridePermissionsList
|
|
289
|
+
* { // AssetBundleImportJobAnalysisOverridePermissions
|
|
290
|
+
* AnalysisIds: [ // required
|
|
291
|
+
* "STRING_VALUE",
|
|
292
|
+
* ],
|
|
293
|
+
* Permissions: {
|
|
294
|
+
* Principals: [ // required
|
|
295
|
+
* "STRING_VALUE",
|
|
296
|
+
* ],
|
|
297
|
+
* Actions: [ // required
|
|
298
|
+
* "STRING_VALUE",
|
|
299
|
+
* ],
|
|
300
|
+
* },
|
|
301
|
+
* },
|
|
302
|
+
* ],
|
|
303
|
+
* Dashboards: [ // AssetBundleImportJobDashboardOverridePermissionsList
|
|
304
|
+
* { // AssetBundleImportJobDashboardOverridePermissions
|
|
305
|
+
* DashboardIds: [ // required
|
|
306
|
+
* "STRING_VALUE",
|
|
307
|
+
* ],
|
|
308
|
+
* Permissions: {
|
|
309
|
+
* Principals: [ // required
|
|
310
|
+
* "STRING_VALUE",
|
|
311
|
+
* ],
|
|
312
|
+
* Actions: [ // required
|
|
313
|
+
* "STRING_VALUE",
|
|
314
|
+
* ],
|
|
315
|
+
* },
|
|
316
|
+
* LinkSharingConfiguration: { // AssetBundleResourceLinkSharingConfiguration
|
|
317
|
+
* Permissions: "<AssetBundleResourcePermissions>",
|
|
318
|
+
* },
|
|
319
|
+
* },
|
|
320
|
+
* ],
|
|
321
|
+
* },
|
|
322
|
+
* OverrideTags: { // AssetBundleImportJobOverrideTags
|
|
323
|
+
* VPCConnections: [ // AssetBundleImportJobVPCConnectionOverrideTagsList
|
|
324
|
+
* { // AssetBundleImportJobVPCConnectionOverrideTags
|
|
325
|
+
* VPCConnectionIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
326
|
+
* Tags: [ // TagList // required
|
|
327
|
+
* { // Tag
|
|
328
|
+
* Key: "STRING_VALUE", // required
|
|
329
|
+
* Value: "STRING_VALUE", // required
|
|
330
|
+
* },
|
|
331
|
+
* ],
|
|
332
|
+
* },
|
|
333
|
+
* ],
|
|
334
|
+
* DataSources: [ // AssetBundleImportJobDataSourceOverrideTagsList
|
|
335
|
+
* { // AssetBundleImportJobDataSourceOverrideTags
|
|
336
|
+
* DataSourceIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
337
|
+
* Tags: [ // required
|
|
338
|
+
* {
|
|
339
|
+
* Key: "STRING_VALUE", // required
|
|
340
|
+
* Value: "STRING_VALUE", // required
|
|
341
|
+
* },
|
|
342
|
+
* ],
|
|
343
|
+
* },
|
|
344
|
+
* ],
|
|
345
|
+
* DataSets: [ // AssetBundleImportJobDataSetOverrideTagsList
|
|
346
|
+
* { // AssetBundleImportJobDataSetOverrideTags
|
|
347
|
+
* DataSetIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
348
|
+
* Tags: [ // required
|
|
349
|
+
* {
|
|
350
|
+
* Key: "STRING_VALUE", // required
|
|
351
|
+
* Value: "STRING_VALUE", // required
|
|
352
|
+
* },
|
|
353
|
+
* ],
|
|
354
|
+
* },
|
|
355
|
+
* ],
|
|
356
|
+
* Themes: [ // AssetBundleImportJobThemeOverrideTagsList
|
|
357
|
+
* { // AssetBundleImportJobThemeOverrideTags
|
|
358
|
+
* ThemeIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
359
|
+
* Tags: [ // required
|
|
360
|
+
* {
|
|
361
|
+
* Key: "STRING_VALUE", // required
|
|
362
|
+
* Value: "STRING_VALUE", // required
|
|
363
|
+
* },
|
|
364
|
+
* ],
|
|
365
|
+
* },
|
|
366
|
+
* ],
|
|
367
|
+
* Analyses: [ // AssetBundleImportJobAnalysisOverrideTagsList
|
|
368
|
+
* { // AssetBundleImportJobAnalysisOverrideTags
|
|
369
|
+
* AnalysisIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
370
|
+
* Tags: [ // required
|
|
371
|
+
* {
|
|
372
|
+
* Key: "STRING_VALUE", // required
|
|
373
|
+
* Value: "STRING_VALUE", // required
|
|
374
|
+
* },
|
|
375
|
+
* ],
|
|
376
|
+
* },
|
|
377
|
+
* ],
|
|
378
|
+
* Dashboards: [ // AssetBundleImportJobDashboardOverrideTagsList
|
|
379
|
+
* { // AssetBundleImportJobDashboardOverrideTags
|
|
380
|
+
* DashboardIds: "<AssetBundleRestrictiveResourceIdList>", // required
|
|
381
|
+
* Tags: "<TagList>", // required
|
|
382
|
+
* },
|
|
383
|
+
* ],
|
|
384
|
+
* },
|
|
385
|
+
* OverrideValidationStrategy: { // AssetBundleImportJobOverrideValidationStrategy
|
|
386
|
+
* StrictModeForAllResources: true || false,
|
|
387
|
+
* },
|
|
238
388
|
* };
|
|
239
389
|
* const command = new StartAssetBundleImportJobCommand(input);
|
|
240
390
|
* const response = await client.send(command);
|
|
@@ -157,6 +157,10 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
157
157
|
* Port: Number("int"), // required
|
|
158
158
|
* Catalog: "STRING_VALUE", // required
|
|
159
159
|
* },
|
|
160
|
+
* BigQueryParameters: { // BigQueryParameters
|
|
161
|
+
* ProjectId: "STRING_VALUE", // required
|
|
162
|
+
* DataSetRegion: "STRING_VALUE",
|
|
163
|
+
* },
|
|
160
164
|
* },
|
|
161
165
|
* Credentials: { // DataSourceCredentials
|
|
162
166
|
* CredentialPair: { // CredentialPair
|
|
@@ -286,6 +290,10 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
286
290
|
* Port: Number("int"), // required
|
|
287
291
|
* Catalog: "STRING_VALUE", // required
|
|
288
292
|
* },
|
|
293
|
+
* BigQueryParameters: {
|
|
294
|
+
* ProjectId: "STRING_VALUE", // required
|
|
295
|
+
* DataSetRegion: "STRING_VALUE",
|
|
296
|
+
* },
|
|
289
297
|
* },
|
|
290
298
|
* ],
|
|
291
299
|
* },
|
|
@@ -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 { UpdateRoleCustomPermissionRequest, UpdateRoleCustomPermissionResponse } from "../models/models_4";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateRoleCustomPermissionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateRoleCustomPermissionCommandInput extends UpdateRoleCustomPermissionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateRoleCustomPermissionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateRoleCustomPermissionCommandOutput extends UpdateRoleCustomPermissionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Updates the custom permissions 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, UpdateRoleCustomPermissionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
31
|
+
* // const { QuickSightClient, UpdateRoleCustomPermissionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
32
|
+
* const client = new QuickSightClient(config);
|
|
33
|
+
* const input = { // UpdateRoleCustomPermissionRequest
|
|
34
|
+
* CustomPermissionsName: "STRING_VALUE", // required
|
|
35
|
+
* Role: "ADMIN" || "AUTHOR" || "READER", // required
|
|
36
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
37
|
+
* Namespace: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new UpdateRoleCustomPermissionCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // UpdateRoleCustomPermissionResponse
|
|
42
|
+
* // RequestId: "STRING_VALUE",
|
|
43
|
+
* // Status: Number("int"),
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param UpdateRoleCustomPermissionCommandInput - {@link UpdateRoleCustomPermissionCommandInput}
|
|
49
|
+
* @returns {@link UpdateRoleCustomPermissionCommandOutput}
|
|
50
|
+
* @see {@link UpdateRoleCustomPermissionCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link UpdateRoleCustomPermissionCommandOutput} 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 UpdateRoleCustomPermissionCommand extends $Command<UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput, QuickSightClientResolvedConfig> {
|
|
83
|
+
readonly input: UpdateRoleCustomPermissionCommandInput;
|
|
84
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
constructor(input: UpdateRoleCustomPermissionCommandInput);
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
92
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
private deserialize;
|
|
101
|
+
}
|
|
@@ -13,6 +13,7 @@ export * from "./CreateIAMPolicyAssignmentCommand";
|
|
|
13
13
|
export * from "./CreateIngestionCommand";
|
|
14
14
|
export * from "./CreateNamespaceCommand";
|
|
15
15
|
export * from "./CreateRefreshScheduleCommand";
|
|
16
|
+
export * from "./CreateRoleMembershipCommand";
|
|
16
17
|
export * from "./CreateTemplateAliasCommand";
|
|
17
18
|
export * from "./CreateTemplateCommand";
|
|
18
19
|
export * from "./CreateThemeAliasCommand";
|
|
@@ -34,6 +35,8 @@ export * from "./DeleteGroupMembershipCommand";
|
|
|
34
35
|
export * from "./DeleteIAMPolicyAssignmentCommand";
|
|
35
36
|
export * from "./DeleteNamespaceCommand";
|
|
36
37
|
export * from "./DeleteRefreshScheduleCommand";
|
|
38
|
+
export * from "./DeleteRoleCustomPermissionCommand";
|
|
39
|
+
export * from "./DeleteRoleMembershipCommand";
|
|
37
40
|
export * from "./DeleteTemplateAliasCommand";
|
|
38
41
|
export * from "./DeleteTemplateCommand";
|
|
39
42
|
export * from "./DeleteThemeAliasCommand";
|
|
@@ -71,6 +74,7 @@ export * from "./DescribeIngestionCommand";
|
|
|
71
74
|
export * from "./DescribeIpRestrictionCommand";
|
|
72
75
|
export * from "./DescribeNamespaceCommand";
|
|
73
76
|
export * from "./DescribeRefreshScheduleCommand";
|
|
77
|
+
export * from "./DescribeRoleCustomPermissionCommand";
|
|
74
78
|
export * from "./DescribeTemplateAliasCommand";
|
|
75
79
|
export * from "./DescribeTemplateCommand";
|
|
76
80
|
export * from "./DescribeTemplateDefinitionCommand";
|
|
@@ -104,6 +108,7 @@ export * from "./ListIAMPolicyAssignmentsForUserCommand";
|
|
|
104
108
|
export * from "./ListIngestionsCommand";
|
|
105
109
|
export * from "./ListNamespacesCommand";
|
|
106
110
|
export * from "./ListRefreshSchedulesCommand";
|
|
111
|
+
export * from "./ListRoleMembershipsCommand";
|
|
107
112
|
export * from "./ListTagsForResourceCommand";
|
|
108
113
|
export * from "./ListTemplateAliasesCommand";
|
|
109
114
|
export * from "./ListTemplateVersionsCommand";
|
|
@@ -148,6 +153,7 @@ export * from "./UpdateIAMPolicyAssignmentCommand";
|
|
|
148
153
|
export * from "./UpdateIpRestrictionCommand";
|
|
149
154
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
150
155
|
export * from "./UpdateRefreshScheduleCommand";
|
|
156
|
+
export * from "./UpdateRoleCustomPermissionCommand";
|
|
151
157
|
export * from "./UpdateTemplateAliasCommand";
|
|
152
158
|
export * from "./UpdateTemplateCommand";
|
|
153
159
|
export * from "./UpdateTemplatePermissionsCommand";
|
|
@@ -533,39 +533,6 @@ export interface AnalysisError {
|
|
|
533
533
|
*/
|
|
534
534
|
ViolatedEntities?: Entity[];
|
|
535
535
|
}
|
|
536
|
-
/**
|
|
537
|
-
* @public
|
|
538
|
-
* @enum
|
|
539
|
-
*/
|
|
540
|
-
export declare const DayOfTheWeek: {
|
|
541
|
-
readonly FRIDAY: "FRIDAY";
|
|
542
|
-
readonly MONDAY: "MONDAY";
|
|
543
|
-
readonly SATURDAY: "SATURDAY";
|
|
544
|
-
readonly SUNDAY: "SUNDAY";
|
|
545
|
-
readonly THURSDAY: "THURSDAY";
|
|
546
|
-
readonly TUESDAY: "TUESDAY";
|
|
547
|
-
readonly WEDNESDAY: "WEDNESDAY";
|
|
548
|
-
};
|
|
549
|
-
/**
|
|
550
|
-
* @public
|
|
551
|
-
*/
|
|
552
|
-
export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
|
|
553
|
-
/**
|
|
554
|
-
* @public
|
|
555
|
-
* <p>An array of analysis level configurations.</p>
|
|
556
|
-
*/
|
|
557
|
-
export interface AssetOptions {
|
|
558
|
-
/**
|
|
559
|
-
* @public
|
|
560
|
-
* <p>Determines the timezone for the analysis.</p>
|
|
561
|
-
*/
|
|
562
|
-
Timezone?: string;
|
|
563
|
-
/**
|
|
564
|
-
* @public
|
|
565
|
-
* <p>Determines the week start day for an analysis.</p>
|
|
566
|
-
*/
|
|
567
|
-
WeekStart?: DayOfTheWeek;
|
|
568
|
-
}
|
|
569
536
|
/**
|
|
570
537
|
* @public
|
|
571
538
|
* <p>A <i>sheet</i>, which is an object that contains a set of visuals that
|
|
@@ -659,11 +626,6 @@ export interface Analysis {
|
|
|
659
626
|
* <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
|
|
660
627
|
*/
|
|
661
628
|
Sheets?: Sheet[];
|
|
662
|
-
/**
|
|
663
|
-
* @public
|
|
664
|
-
* <p>An array of analysis level configurations.</p>
|
|
665
|
-
*/
|
|
666
|
-
Options?: AssetOptions;
|
|
667
629
|
}
|
|
668
630
|
/**
|
|
669
631
|
* @public
|
|
@@ -2368,6 +2330,39 @@ export interface FilterGroup {
|
|
|
2368
2330
|
*/
|
|
2369
2331
|
CrossDataset: CrossDatasetTypes | undefined;
|
|
2370
2332
|
}
|
|
2333
|
+
/**
|
|
2334
|
+
* @public
|
|
2335
|
+
* @enum
|
|
2336
|
+
*/
|
|
2337
|
+
export declare const DayOfTheWeek: {
|
|
2338
|
+
readonly FRIDAY: "FRIDAY";
|
|
2339
|
+
readonly MONDAY: "MONDAY";
|
|
2340
|
+
readonly SATURDAY: "SATURDAY";
|
|
2341
|
+
readonly SUNDAY: "SUNDAY";
|
|
2342
|
+
readonly THURSDAY: "THURSDAY";
|
|
2343
|
+
readonly TUESDAY: "TUESDAY";
|
|
2344
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
2345
|
+
};
|
|
2346
|
+
/**
|
|
2347
|
+
* @public
|
|
2348
|
+
*/
|
|
2349
|
+
export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
|
|
2350
|
+
/**
|
|
2351
|
+
* @public
|
|
2352
|
+
* <p>An array of analysis level configurations.</p>
|
|
2353
|
+
*/
|
|
2354
|
+
export interface AssetOptions {
|
|
2355
|
+
/**
|
|
2356
|
+
* @public
|
|
2357
|
+
* <p>Determines the timezone for the analysis.</p>
|
|
2358
|
+
*/
|
|
2359
|
+
Timezone?: string;
|
|
2360
|
+
/**
|
|
2361
|
+
* @public
|
|
2362
|
+
* <p>Determines the week start day for an analysis.</p>
|
|
2363
|
+
*/
|
|
2364
|
+
WeekStart?: DayOfTheWeek;
|
|
2365
|
+
}
|
|
2371
2366
|
/**
|
|
2372
2367
|
* @public
|
|
2373
2368
|
* <p>Defines different defaults to the users or groups based on mapping.</p>
|