@aws-sdk/client-quicksight 3.565.0 → 3.567.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 +8 -0
- package/dist-cjs/index.js +76 -6
- package/dist-es/QuickSight.js +2 -0
- package/dist-es/commands/UpdateSPICECapacityConfigurationCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +0 -4
- package/dist-es/models/models_2.js +7 -0
- package/dist-es/models/models_3.js +3 -0
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +36 -0
- package/dist-types/QuickSight.d.ts +7 -0
- package/dist-types/QuickSightClient.d.ts +3 -2
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +8 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +4 -0
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +3 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +2 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -0
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +79 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +21 -12
- package/dist-types/models/models_2.d.ts +55 -133
- package/dist-types/models/models_3.d.ts +170 -90
- package/dist-types/models/models_4.d.ts +154 -17
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QuickSight.d.ts +17 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +5 -6
- package/dist-types/ts3.4/models/models_2.d.ts +17 -26
- package/dist-types/ts3.4/models/models_3.d.ts +34 -20
- package/dist-types/ts3.4/models/models_4.d.ts +36 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +14 -15
package/README.md
CHANGED
|
@@ -1487,6 +1487,14 @@ UpdateRoleCustomPermission
|
|
|
1487
1487
|
|
|
1488
1488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateRoleCustomPermissionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateRoleCustomPermissionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateRoleCustomPermissionCommandOutput/)
|
|
1489
1489
|
|
|
1490
|
+
</details>
|
|
1491
|
+
<details>
|
|
1492
|
+
<summary>
|
|
1493
|
+
UpdateSPICECapacityConfiguration
|
|
1494
|
+
</summary>
|
|
1495
|
+
|
|
1496
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateSPICECapacityConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSPICECapacityConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSPICECapacityConfigurationCommandOutput/)
|
|
1497
|
+
|
|
1490
1498
|
</details>
|
|
1491
1499
|
<details>
|
|
1492
1500
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -475,6 +475,7 @@ __export(src_exports, {
|
|
|
475
475
|
PrimaryValueDisplayType: () => PrimaryValueDisplayType,
|
|
476
476
|
PropertyRole: () => PropertyRole,
|
|
477
477
|
PropertyUsage: () => PropertyUsage,
|
|
478
|
+
PurchaseMode: () => PurchaseMode,
|
|
478
479
|
PutDataSetRefreshPropertiesCommand: () => PutDataSetRefreshPropertiesCommand,
|
|
479
480
|
QuickSight: () => QuickSight,
|
|
480
481
|
QuickSightClient: () => QuickSightClient,
|
|
@@ -669,6 +670,7 @@ __export(src_exports, {
|
|
|
669
670
|
UpdatePublicSharingSettingsCommand: () => UpdatePublicSharingSettingsCommand,
|
|
670
671
|
UpdateRefreshScheduleCommand: () => UpdateRefreshScheduleCommand,
|
|
671
672
|
UpdateRoleCustomPermissionCommand: () => UpdateRoleCustomPermissionCommand,
|
|
673
|
+
UpdateSPICECapacityConfigurationCommand: () => UpdateSPICECapacityConfigurationCommand,
|
|
672
674
|
UpdateTemplateAliasCommand: () => UpdateTemplateAliasCommand,
|
|
673
675
|
UpdateTemplateCommand: () => UpdateTemplateCommand,
|
|
674
676
|
UpdateTemplatePermissionsCommand: () => UpdateTemplatePermissionsCommand,
|
|
@@ -1926,10 +1928,6 @@ var WordCloudWordCasing = {
|
|
|
1926
1928
|
EXISTING_CASE: "EXISTING_CASE",
|
|
1927
1929
|
LOWER_CASE: "LOWER_CASE"
|
|
1928
1930
|
};
|
|
1929
|
-
var WordCloudWordOrientation = {
|
|
1930
|
-
HORIZONTAL: "HORIZONTAL",
|
|
1931
|
-
HORIZONTAL_AND_VERTICAL: "HORIZONTAL_AND_VERTICAL"
|
|
1932
|
-
};
|
|
1933
1931
|
var DataPathValueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1934
1932
|
...obj,
|
|
1935
1933
|
...obj.FieldValue && { FieldValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2579,6 +2577,10 @@ var WordCloudFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2579
2577
|
}), "WordCloudFieldWellsFilterSensitiveLog");
|
|
2580
2578
|
|
|
2581
2579
|
// src/models/models_2.ts
|
|
2580
|
+
var WordCloudWordOrientation = {
|
|
2581
|
+
HORIZONTAL: "HORIZONTAL",
|
|
2582
|
+
HORIZONTAL_AND_VERTICAL: "HORIZONTAL_AND_VERTICAL"
|
|
2583
|
+
};
|
|
2582
2584
|
var WordCloudWordPadding = {
|
|
2583
2585
|
LARGE: "LARGE",
|
|
2584
2586
|
MEDIUM: "MEDIUM",
|
|
@@ -3217,8 +3219,11 @@ var DayOfWeek = {
|
|
|
3217
3219
|
};
|
|
3218
3220
|
var Role = {
|
|
3219
3221
|
ADMIN: "ADMIN",
|
|
3222
|
+
ADMIN_PRO: "ADMIN_PRO",
|
|
3220
3223
|
AUTHOR: "AUTHOR",
|
|
3221
|
-
|
|
3224
|
+
AUTHOR_PRO: "AUTHOR_PRO",
|
|
3225
|
+
READER: "READER",
|
|
3226
|
+
READER_PRO: "READER_PRO"
|
|
3222
3227
|
};
|
|
3223
3228
|
var WordCloudChartConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3224
3229
|
...obj
|
|
@@ -3714,8 +3719,11 @@ var IdentityType = {
|
|
|
3714
3719
|
};
|
|
3715
3720
|
var UserRole = {
|
|
3716
3721
|
ADMIN: "ADMIN",
|
|
3722
|
+
ADMIN_PRO: "ADMIN_PRO",
|
|
3717
3723
|
AUTHOR: "AUTHOR",
|
|
3724
|
+
AUTHOR_PRO: "AUTHOR_PRO",
|
|
3718
3725
|
READER: "READER",
|
|
3726
|
+
READER_PRO: "READER_PRO",
|
|
3719
3727
|
RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
|
|
3720
3728
|
RESTRICTED_READER: "RESTRICTED_READER"
|
|
3721
3729
|
};
|
|
@@ -4067,8 +4075,10 @@ var se_CreateAccountSubscriptionCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
4067
4075
|
AccountName: [],
|
|
4068
4076
|
ActiveDirectoryName: [],
|
|
4069
4077
|
AdminGroup: (_) => (0, import_smithy_client._json)(_),
|
|
4078
|
+
AdminProGroup: (_) => (0, import_smithy_client._json)(_),
|
|
4070
4079
|
AuthenticationMethod: [],
|
|
4071
4080
|
AuthorGroup: (_) => (0, import_smithy_client._json)(_),
|
|
4081
|
+
AuthorProGroup: (_) => (0, import_smithy_client._json)(_),
|
|
4072
4082
|
ContactNumber: [],
|
|
4073
4083
|
DirectoryId: [],
|
|
4074
4084
|
Edition: [],
|
|
@@ -4078,6 +4088,7 @@ var se_CreateAccountSubscriptionCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
4078
4088
|
LastName: [],
|
|
4079
4089
|
NotificationEmail: [],
|
|
4080
4090
|
ReaderGroup: (_) => (0, import_smithy_client._json)(_),
|
|
4091
|
+
ReaderProGroup: (_) => (0, import_smithy_client._json)(_),
|
|
4081
4092
|
Realm: []
|
|
4082
4093
|
})
|
|
4083
4094
|
);
|
|
@@ -6359,6 +6370,22 @@ var se_UpdateRoleCustomPermissionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
6359
6370
|
b.m("PUT").h(headers).b(body);
|
|
6360
6371
|
return b.build();
|
|
6361
6372
|
}, "se_UpdateRoleCustomPermissionCommand");
|
|
6373
|
+
var se_UpdateSPICECapacityConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6374
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6375
|
+
const headers = {
|
|
6376
|
+
"content-type": "application/json"
|
|
6377
|
+
};
|
|
6378
|
+
b.bp("/accounts/{AwsAccountId}/spice-capacity-configuration");
|
|
6379
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6380
|
+
let body;
|
|
6381
|
+
body = JSON.stringify(
|
|
6382
|
+
(0, import_smithy_client.take)(input, {
|
|
6383
|
+
PurchaseMode: []
|
|
6384
|
+
})
|
|
6385
|
+
);
|
|
6386
|
+
b.m("POST").h(headers).b(body);
|
|
6387
|
+
return b.build();
|
|
6388
|
+
}, "se_UpdateSPICECapacityConfigurationCommand");
|
|
6362
6389
|
var se_UpdateTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6363
6390
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6364
6391
|
const headers = {
|
|
@@ -9631,6 +9658,23 @@ var de_UpdateRoleCustomPermissionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
9631
9658
|
Object.assign(contents, doc);
|
|
9632
9659
|
return contents;
|
|
9633
9660
|
}, "de_UpdateRoleCustomPermissionCommand");
|
|
9661
|
+
var de_UpdateSPICECapacityConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9662
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9663
|
+
return de_CommandError(output, context);
|
|
9664
|
+
}
|
|
9665
|
+
const contents = (0, import_smithy_client.map)({
|
|
9666
|
+
$metadata: deserializeMetadata(output)
|
|
9667
|
+
});
|
|
9668
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9669
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9670
|
+
RequestId: import_smithy_client.expectString
|
|
9671
|
+
});
|
|
9672
|
+
Object.assign(contents, doc);
|
|
9673
|
+
(0, import_smithy_client.map)(contents, {
|
|
9674
|
+
Status: [, output.statusCode]
|
|
9675
|
+
});
|
|
9676
|
+
return contents;
|
|
9677
|
+
}, "de_UpdateSPICECapacityConfigurationCommand");
|
|
9634
9678
|
var de_UpdateTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9635
9679
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9636
9680
|
return de_CommandError(output, context);
|
|
@@ -11042,6 +11086,7 @@ var se_GaugeChartConditionalFormattingOptionList = /* @__PURE__ */ __name((input
|
|
|
11042
11086
|
}, "se_GaugeChartConditionalFormattingOptionList");
|
|
11043
11087
|
var se_GaugeChartConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
11044
11088
|
return (0, import_smithy_client.take)(input, {
|
|
11089
|
+
ColorConfiguration: import_smithy_client._json,
|
|
11045
11090
|
DataLabels: import_smithy_client._json,
|
|
11046
11091
|
FieldWells: (_) => se_GaugeChartFieldWells(_, context),
|
|
11047
11092
|
GaugeChartOptions: (_) => se_GaugeChartOptions(_, context),
|
|
@@ -13550,6 +13595,7 @@ var de_GaugeChartConditionalFormattingOptionList = /* @__PURE__ */ __name((outpu
|
|
|
13550
13595
|
}, "de_GaugeChartConditionalFormattingOptionList");
|
|
13551
13596
|
var de_GaugeChartConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
13552
13597
|
return (0, import_smithy_client.take)(output, {
|
|
13598
|
+
ColorConfiguration: import_smithy_client._json,
|
|
13553
13599
|
DataLabels: import_smithy_client._json,
|
|
13554
13600
|
FieldWells: (_) => de_GaugeChartFieldWells(_, context),
|
|
13555
13601
|
GaugeChartOptions: (_) => de_GaugeChartOptions(_, context),
|
|
@@ -17553,6 +17599,10 @@ var StartAssetBundleExportJobCommand = _StartAssetBundleExportJobCommand;
|
|
|
17553
17599
|
|
|
17554
17600
|
// src/models/models_4.ts
|
|
17555
17601
|
|
|
17602
|
+
var PurchaseMode = {
|
|
17603
|
+
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
17604
|
+
MANUAL: "MANUAL"
|
|
17605
|
+
};
|
|
17556
17606
|
var StartAssetBundleImportJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17557
17607
|
...obj,
|
|
17558
17608
|
...obj.AssetBundleImportSource && {
|
|
@@ -18032,6 +18082,23 @@ var _UpdateRoleCustomPermissionCommand = class _UpdateRoleCustomPermissionComman
|
|
|
18032
18082
|
__name(_UpdateRoleCustomPermissionCommand, "UpdateRoleCustomPermissionCommand");
|
|
18033
18083
|
var UpdateRoleCustomPermissionCommand = _UpdateRoleCustomPermissionCommand;
|
|
18034
18084
|
|
|
18085
|
+
// src/commands/UpdateSPICECapacityConfigurationCommand.ts
|
|
18086
|
+
|
|
18087
|
+
|
|
18088
|
+
|
|
18089
|
+
|
|
18090
|
+
var _UpdateSPICECapacityConfigurationCommand = class _UpdateSPICECapacityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
18091
|
+
...commonParams
|
|
18092
|
+
}).m(function(Command, cs, config, o) {
|
|
18093
|
+
return [
|
|
18094
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18095
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18096
|
+
];
|
|
18097
|
+
}).s("QuickSight_20180401", "UpdateSPICECapacityConfiguration", {}).n("QuickSightClient", "UpdateSPICECapacityConfigurationCommand").f(void 0, void 0).ser(se_UpdateSPICECapacityConfigurationCommand).de(de_UpdateSPICECapacityConfigurationCommand).build() {
|
|
18098
|
+
};
|
|
18099
|
+
__name(_UpdateSPICECapacityConfigurationCommand, "UpdateSPICECapacityConfigurationCommand");
|
|
18100
|
+
var UpdateSPICECapacityConfigurationCommand = _UpdateSPICECapacityConfigurationCommand;
|
|
18101
|
+
|
|
18035
18102
|
// src/commands/UpdateTemplateAliasCommand.ts
|
|
18036
18103
|
|
|
18037
18104
|
|
|
@@ -18381,6 +18448,7 @@ var commands = {
|
|
|
18381
18448
|
UpdatePublicSharingSettingsCommand,
|
|
18382
18449
|
UpdateRefreshScheduleCommand,
|
|
18383
18450
|
UpdateRoleCustomPermissionCommand,
|
|
18451
|
+
UpdateSPICECapacityConfigurationCommand,
|
|
18384
18452
|
UpdateTemplateCommand,
|
|
18385
18453
|
UpdateTemplateAliasCommand,
|
|
18386
18454
|
UpdateTemplatePermissionsCommand,
|
|
@@ -18698,6 +18766,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18698
18766
|
UpdatePublicSharingSettingsCommand,
|
|
18699
18767
|
UpdateRefreshScheduleCommand,
|
|
18700
18768
|
UpdateRoleCustomPermissionCommand,
|
|
18769
|
+
UpdateSPICECapacityConfigurationCommand,
|
|
18701
18770
|
UpdateTemplateAliasCommand,
|
|
18702
18771
|
UpdateTemplateCommand,
|
|
18703
18772
|
UpdateTemplatePermissionsCommand,
|
|
@@ -18927,7 +18996,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18927
18996
|
TableOrientation,
|
|
18928
18997
|
WordCloudCloudLayout,
|
|
18929
18998
|
WordCloudWordCasing,
|
|
18930
|
-
WordCloudWordOrientation,
|
|
18931
18999
|
DataPathValueFilterSensitiveLog,
|
|
18932
19000
|
DataPathColorFilterSensitiveLog,
|
|
18933
19001
|
VisualPaletteFilterSensitiveLog,
|
|
@@ -19065,6 +19133,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19065
19133
|
WaterfallVisualFilterSensitiveLog,
|
|
19066
19134
|
WordCloudAggregatedFieldWellsFilterSensitiveLog,
|
|
19067
19135
|
WordCloudFieldWellsFilterSensitiveLog,
|
|
19136
|
+
WordCloudWordOrientation,
|
|
19068
19137
|
WordCloudWordPadding,
|
|
19069
19138
|
WordCloudWordScaling,
|
|
19070
19139
|
AnalysisFilterAttribute,
|
|
@@ -19246,6 +19315,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19246
19315
|
GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog,
|
|
19247
19316
|
GetDashboardEmbedUrlResponseFilterSensitiveLog,
|
|
19248
19317
|
GetSessionEmbedUrlResponseFilterSensitiveLog,
|
|
19318
|
+
PurchaseMode,
|
|
19249
19319
|
StartAssetBundleImportJobRequestFilterSensitiveLog,
|
|
19250
19320
|
SnapshotAnonymousUserFilterSensitiveLog,
|
|
19251
19321
|
SnapshotUserConfigurationFilterSensitiveLog,
|
package/dist-es/QuickSight.js
CHANGED
|
@@ -159,6 +159,7 @@ import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionComma
|
|
|
159
159
|
import { UpdatePublicSharingSettingsCommand, } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
160
160
|
import { UpdateRefreshScheduleCommand, } from "./commands/UpdateRefreshScheduleCommand";
|
|
161
161
|
import { UpdateRoleCustomPermissionCommand, } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
162
|
+
import { UpdateSPICECapacityConfigurationCommand, } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
162
163
|
import { UpdateTemplateAliasCommand, } from "./commands/UpdateTemplateAliasCommand";
|
|
163
164
|
import { UpdateTemplateCommand, } from "./commands/UpdateTemplateCommand";
|
|
164
165
|
import { UpdateTemplatePermissionsCommand, } from "./commands/UpdateTemplatePermissionsCommand";
|
|
@@ -332,6 +333,7 @@ const commands = {
|
|
|
332
333
|
UpdatePublicSharingSettingsCommand,
|
|
333
334
|
UpdateRefreshScheduleCommand,
|
|
334
335
|
UpdateRoleCustomPermissionCommand,
|
|
336
|
+
UpdateSPICECapacityConfigurationCommand,
|
|
335
337
|
UpdateTemplateCommand,
|
|
336
338
|
UpdateTemplateAliasCommand,
|
|
337
339
|
UpdateTemplatePermissionsCommand,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateSPICECapacityConfigurationCommand, se_UpdateSPICECapacityConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateSPICECapacityConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("QuickSight_20180401", "UpdateSPICECapacityConfiguration", {})
|
|
19
|
+
.n("QuickSightClient", "UpdateSPICECapacityConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateSPICECapacityConfigurationCommand)
|
|
22
|
+
.de(de_UpdateSPICECapacityConfigurationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -158,6 +158,7 @@ export * from "./UpdateIpRestrictionCommand";
|
|
|
158
158
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
159
159
|
export * from "./UpdateRefreshScheduleCommand";
|
|
160
160
|
export * from "./UpdateRoleCustomPermissionCommand";
|
|
161
|
+
export * from "./UpdateSPICECapacityConfigurationCommand";
|
|
161
162
|
export * from "./UpdateTemplateAliasCommand";
|
|
162
163
|
export * from "./UpdateTemplateCommand";
|
|
163
164
|
export * from "./UpdateTemplatePermissionsCommand";
|
|
@@ -250,10 +250,6 @@ export const WordCloudWordCasing = {
|
|
|
250
250
|
EXISTING_CASE: "EXISTING_CASE",
|
|
251
251
|
LOWER_CASE: "LOWER_CASE",
|
|
252
252
|
};
|
|
253
|
-
export const WordCloudWordOrientation = {
|
|
254
|
-
HORIZONTAL: "HORIZONTAL",
|
|
255
|
-
HORIZONTAL_AND_VERTICAL: "HORIZONTAL_AND_VERTICAL",
|
|
256
|
-
};
|
|
257
253
|
export const DataPathValueFilterSensitiveLog = (obj) => ({
|
|
258
254
|
...obj,
|
|
259
255
|
...(obj.FieldValue && { FieldValue: SENSITIVE_STRING }),
|
|
@@ -2,6 +2,10 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { GaugeChartVisualFilterSensitiveLog, HistogramVisualFilterSensitiveLog, InsightVisualFilterSensitiveLog, KPIVisualFilterSensitiveLog, ScatterPlotVisualFilterSensitiveLog, } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export const WordCloudWordOrientation = {
|
|
6
|
+
HORIZONTAL: "HORIZONTAL",
|
|
7
|
+
HORIZONTAL_AND_VERTICAL: "HORIZONTAL_AND_VERTICAL",
|
|
8
|
+
};
|
|
5
9
|
export const WordCloudWordPadding = {
|
|
6
10
|
LARGE: "LARGE",
|
|
7
11
|
MEDIUM: "MEDIUM",
|
|
@@ -585,8 +589,11 @@ export const DayOfWeek = {
|
|
|
585
589
|
};
|
|
586
590
|
export const Role = {
|
|
587
591
|
ADMIN: "ADMIN",
|
|
592
|
+
ADMIN_PRO: "ADMIN_PRO",
|
|
588
593
|
AUTHOR: "AUTHOR",
|
|
594
|
+
AUTHOR_PRO: "AUTHOR_PRO",
|
|
589
595
|
READER: "READER",
|
|
596
|
+
READER_PRO: "READER_PRO",
|
|
590
597
|
};
|
|
591
598
|
export const WordCloudChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
592
599
|
...obj,
|
|
@@ -278,8 +278,11 @@ export const IdentityType = {
|
|
|
278
278
|
};
|
|
279
279
|
export const UserRole = {
|
|
280
280
|
ADMIN: "ADMIN",
|
|
281
|
+
ADMIN_PRO: "ADMIN_PRO",
|
|
281
282
|
AUTHOR: "AUTHOR",
|
|
283
|
+
AUTHOR_PRO: "AUTHOR_PRO",
|
|
282
284
|
READER: "READER",
|
|
285
|
+
READER_PRO: "READER_PRO",
|
|
283
286
|
RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
|
|
284
287
|
RESTRICTED_READER: "RESTRICTED_READER",
|
|
285
288
|
};
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { _ParametersFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
|
|
3
3
|
import { SessionTagFilterSensitiveLog, } from "./models_3";
|
|
4
|
+
export const PurchaseMode = {
|
|
5
|
+
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
6
|
+
MANUAL: "MANUAL",
|
|
7
|
+
};
|
|
4
8
|
export const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
5
9
|
...obj,
|
|
6
10
|
...(obj.AssetBundleImportSource && {
|
|
@@ -46,8 +46,10 @@ export const se_CreateAccountSubscriptionCommand = async (input, context) => {
|
|
|
46
46
|
AccountName: [],
|
|
47
47
|
ActiveDirectoryName: [],
|
|
48
48
|
AdminGroup: (_) => _json(_),
|
|
49
|
+
AdminProGroup: (_) => _json(_),
|
|
49
50
|
AuthenticationMethod: [],
|
|
50
51
|
AuthorGroup: (_) => _json(_),
|
|
52
|
+
AuthorProGroup: (_) => _json(_),
|
|
51
53
|
ContactNumber: [],
|
|
52
54
|
DirectoryId: [],
|
|
53
55
|
Edition: [],
|
|
@@ -57,6 +59,7 @@ export const se_CreateAccountSubscriptionCommand = async (input, context) => {
|
|
|
57
59
|
LastName: [],
|
|
58
60
|
NotificationEmail: [],
|
|
59
61
|
ReaderGroup: (_) => _json(_),
|
|
62
|
+
ReaderProGroup: (_) => _json(_),
|
|
60
63
|
Realm: [],
|
|
61
64
|
}));
|
|
62
65
|
b.m("POST").h(headers).b(body);
|
|
@@ -2235,6 +2238,20 @@ export const se_UpdateRoleCustomPermissionCommand = async (input, context) => {
|
|
|
2235
2238
|
b.m("PUT").h(headers).b(body);
|
|
2236
2239
|
return b.build();
|
|
2237
2240
|
};
|
|
2241
|
+
export const se_UpdateSPICECapacityConfigurationCommand = async (input, context) => {
|
|
2242
|
+
const b = rb(input, context);
|
|
2243
|
+
const headers = {
|
|
2244
|
+
"content-type": "application/json",
|
|
2245
|
+
};
|
|
2246
|
+
b.bp("/accounts/{AwsAccountId}/spice-capacity-configuration");
|
|
2247
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2248
|
+
let body;
|
|
2249
|
+
body = JSON.stringify(take(input, {
|
|
2250
|
+
PurchaseMode: [],
|
|
2251
|
+
}));
|
|
2252
|
+
b.m("POST").h(headers).b(body);
|
|
2253
|
+
return b.build();
|
|
2254
|
+
};
|
|
2238
2255
|
export const se_UpdateTemplateCommand = async (input, context) => {
|
|
2239
2256
|
const b = rb(input, context);
|
|
2240
2257
|
const headers = {
|
|
@@ -5485,6 +5502,23 @@ export const de_UpdateRoleCustomPermissionCommand = async (output, context) => {
|
|
|
5485
5502
|
Object.assign(contents, doc);
|
|
5486
5503
|
return contents;
|
|
5487
5504
|
};
|
|
5505
|
+
export const de_UpdateSPICECapacityConfigurationCommand = async (output, context) => {
|
|
5506
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5507
|
+
return de_CommandError(output, context);
|
|
5508
|
+
}
|
|
5509
|
+
const contents = map({
|
|
5510
|
+
$metadata: deserializeMetadata(output),
|
|
5511
|
+
});
|
|
5512
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5513
|
+
const doc = take(data, {
|
|
5514
|
+
RequestId: __expectString,
|
|
5515
|
+
});
|
|
5516
|
+
Object.assign(contents, doc);
|
|
5517
|
+
map(contents, {
|
|
5518
|
+
Status: [, output.statusCode],
|
|
5519
|
+
});
|
|
5520
|
+
return contents;
|
|
5521
|
+
};
|
|
5488
5522
|
export const de_UpdateTemplateCommand = async (output, context) => {
|
|
5489
5523
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5490
5524
|
return de_CommandError(output, context);
|
|
@@ -6942,6 +6976,7 @@ const se_GaugeChartConditionalFormattingOptionList = (input, context) => {
|
|
|
6942
6976
|
};
|
|
6943
6977
|
const se_GaugeChartConfiguration = (input, context) => {
|
|
6944
6978
|
return take(input, {
|
|
6979
|
+
ColorConfiguration: _json,
|
|
6945
6980
|
DataLabels: _json,
|
|
6946
6981
|
FieldWells: (_) => se_GaugeChartFieldWells(_, context),
|
|
6947
6982
|
GaugeChartOptions: (_) => se_GaugeChartOptions(_, context),
|
|
@@ -9566,6 +9601,7 @@ const de_GaugeChartConditionalFormattingOptionList = (output, context) => {
|
|
|
9566
9601
|
};
|
|
9567
9602
|
const de_GaugeChartConfiguration = (output, context) => {
|
|
9568
9603
|
return take(output, {
|
|
9604
|
+
ColorConfiguration: _json,
|
|
9569
9605
|
DataLabels: _json,
|
|
9570
9606
|
FieldWells: (_) => de_GaugeChartFieldWells(_, context),
|
|
9571
9607
|
GaugeChartOptions: (_) => de_GaugeChartOptions(_, context),
|
|
@@ -159,6 +159,7 @@ import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } fro
|
|
|
159
159
|
import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
160
160
|
import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
|
|
161
161
|
import { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
162
|
+
import { UpdateSPICECapacityConfigurationCommandInput, UpdateSPICECapacityConfigurationCommandOutput } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
162
163
|
import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
|
|
163
164
|
import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
|
|
164
165
|
import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "./commands/UpdateTemplatePermissionsCommand";
|
|
@@ -1132,6 +1133,12 @@ export interface QuickSight {
|
|
|
1132
1133
|
updateRoleCustomPermission(args: UpdateRoleCustomPermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoleCustomPermissionCommandOutput>;
|
|
1133
1134
|
updateRoleCustomPermission(args: UpdateRoleCustomPermissionCommandInput, cb: (err: any, data?: UpdateRoleCustomPermissionCommandOutput) => void): void;
|
|
1134
1135
|
updateRoleCustomPermission(args: UpdateRoleCustomPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoleCustomPermissionCommandOutput) => void): void;
|
|
1136
|
+
/**
|
|
1137
|
+
* @see {@link UpdateSPICECapacityConfigurationCommand}
|
|
1138
|
+
*/
|
|
1139
|
+
updateSPICECapacityConfiguration(args: UpdateSPICECapacityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSPICECapacityConfigurationCommandOutput>;
|
|
1140
|
+
updateSPICECapacityConfiguration(args: UpdateSPICECapacityConfigurationCommandInput, cb: (err: any, data?: UpdateSPICECapacityConfigurationCommandOutput) => void): void;
|
|
1141
|
+
updateSPICECapacityConfiguration(args: UpdateSPICECapacityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSPICECapacityConfigurationCommandOutput) => void): void;
|
|
1135
1142
|
/**
|
|
1136
1143
|
* @see {@link UpdateTemplateCommand}
|
|
1137
1144
|
*/
|
|
@@ -167,6 +167,7 @@ import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } fro
|
|
|
167
167
|
import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
168
168
|
import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
|
|
169
169
|
import { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
170
|
+
import { UpdateSPICECapacityConfigurationCommandInput, UpdateSPICECapacityConfigurationCommandOutput } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
170
171
|
import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
|
|
171
172
|
import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
|
|
172
173
|
import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "./commands/UpdateTemplatePermissionsCommand";
|
|
@@ -184,11 +185,11 @@ export { __Client };
|
|
|
184
185
|
/**
|
|
185
186
|
* @public
|
|
186
187
|
*/
|
|
187
|
-
export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
|
|
188
|
+
export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
|
|
188
189
|
/**
|
|
189
190
|
* @public
|
|
190
191
|
*/
|
|
191
|
-
export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
192
|
+
export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
192
193
|
/**
|
|
193
194
|
* @public
|
|
194
195
|
*/
|
|
@@ -55,7 +55,7 @@ declare const CreateAccountSubscriptionCommand_base: {
|
|
|
55
55
|
* // const { QuickSightClient, CreateAccountSubscriptionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
56
56
|
* const client = new QuickSightClient(config);
|
|
57
57
|
* const input = { // CreateAccountSubscriptionRequest
|
|
58
|
-
* Edition: "STANDARD" || "ENTERPRISE" || "ENTERPRISE_AND_Q",
|
|
58
|
+
* Edition: "STANDARD" || "ENTERPRISE" || "ENTERPRISE_AND_Q",
|
|
59
59
|
* AuthenticationMethod: "IAM_AND_QUICKSIGHT" || "IAM_ONLY" || "ACTIVE_DIRECTORY" || "IAM_IDENTITY_CENTER", // required
|
|
60
60
|
* AwsAccountId: "STRING_VALUE", // required
|
|
61
61
|
* AccountName: "STRING_VALUE", // required
|
|
@@ -72,6 +72,13 @@ declare const CreateAccountSubscriptionCommand_base: {
|
|
|
72
72
|
* ReaderGroup: [
|
|
73
73
|
* "STRING_VALUE",
|
|
74
74
|
* ],
|
|
75
|
+
* AdminProGroup: [
|
|
76
|
+
* "STRING_VALUE",
|
|
77
|
+
* ],
|
|
78
|
+
* AuthorProGroup: [
|
|
79
|
+
* "STRING_VALUE",
|
|
80
|
+
* ],
|
|
81
|
+
* ReaderProGroup: "<GroupsList>",
|
|
75
82
|
* FirstName: "STRING_VALUE",
|
|
76
83
|
* LastName: "STRING_VALUE",
|
|
77
84
|
* EmailAddress: "STRING_VALUE",
|
|
@@ -2918,6 +2918,10 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2918
2918
|
* },
|
|
2919
2919
|
* ],
|
|
2920
2920
|
* },
|
|
2921
|
+
* ColorConfiguration: { // GaugeChartColorConfiguration
|
|
2922
|
+
* ForegroundColor: "STRING_VALUE",
|
|
2923
|
+
* BackgroundColor: "STRING_VALUE",
|
|
2924
|
+
* },
|
|
2921
2925
|
* Interactions: "<VisualInteractionOptions>",
|
|
2922
2926
|
* },
|
|
2923
2927
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
@@ -2962,6 +2962,10 @@ declare const CreateDashboardCommand_base: {
|
|
|
2962
2962
|
* },
|
|
2963
2963
|
* ],
|
|
2964
2964
|
* },
|
|
2965
|
+
* ColorConfiguration: { // GaugeChartColorConfiguration
|
|
2966
|
+
* ForegroundColor: "STRING_VALUE",
|
|
2967
|
+
* BackgroundColor: "STRING_VALUE",
|
|
2968
|
+
* },
|
|
2965
2969
|
* Interactions: "<VisualInteractionOptions>",
|
|
2966
2970
|
* },
|
|
2967
2971
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
@@ -37,7 +37,7 @@ declare const CreateRoleMembershipCommand_base: {
|
|
|
37
37
|
* MemberName: "STRING_VALUE", // required
|
|
38
38
|
* AwsAccountId: "STRING_VALUE", // required
|
|
39
39
|
* Namespace: "STRING_VALUE", // required
|
|
40
|
-
* Role: "ADMIN" || "AUTHOR" || "READER", // required
|
|
40
|
+
* Role: "ADMIN" || "AUTHOR" || "READER" || "ADMIN_PRO" || "AUTHOR_PRO" || "READER_PRO", // required
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateRoleMembershipCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
@@ -2912,6 +2912,10 @@ declare const CreateTemplateCommand_base: {
|
|
|
2912
2912
|
* },
|
|
2913
2913
|
* ],
|
|
2914
2914
|
* },
|
|
2915
|
+
* ColorConfiguration: { // GaugeChartColorConfiguration
|
|
2916
|
+
* ForegroundColor: "STRING_VALUE",
|
|
2917
|
+
* BackgroundColor: "STRING_VALUE",
|
|
2918
|
+
* },
|
|
2915
2919
|
* Interactions: "<VisualInteractionOptions>",
|
|
2916
2920
|
* },
|
|
2917
2921
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
@@ -34,7 +34,7 @@ declare const DeleteRoleCustomPermissionCommand_base: {
|
|
|
34
34
|
* // const { QuickSightClient, DeleteRoleCustomPermissionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
35
35
|
* const client = new QuickSightClient(config);
|
|
36
36
|
* const input = { // DeleteRoleCustomPermissionRequest
|
|
37
|
-
* Role: "ADMIN" || "AUTHOR" || "READER", // required
|
|
37
|
+
* Role: "ADMIN" || "AUTHOR" || "READER" || "ADMIN_PRO" || "AUTHOR_PRO" || "READER_PRO", // required
|
|
38
38
|
* AwsAccountId: "STRING_VALUE", // required
|
|
39
39
|
* Namespace: "STRING_VALUE", // required
|
|
40
40
|
* };
|
|
@@ -35,7 +35,7 @@ declare const DeleteRoleMembershipCommand_base: {
|
|
|
35
35
|
* const client = new QuickSightClient(config);
|
|
36
36
|
* const input = { // DeleteRoleMembershipRequest
|
|
37
37
|
* MemberName: "STRING_VALUE", // required
|
|
38
|
-
* Role: "ADMIN" || "AUTHOR" || "READER", // required
|
|
38
|
+
* Role: "ADMIN" || "AUTHOR" || "READER" || "ADMIN_PRO" || "AUTHOR_PRO" || "READER_PRO", // required
|
|
39
39
|
* AwsAccountId: "STRING_VALUE", // required
|
|
40
40
|
* Namespace: "STRING_VALUE", // required
|
|
41
41
|
* };
|
|
@@ -2884,6 +2884,10 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2884
2884
|
* // },
|
|
2885
2885
|
* // ],
|
|
2886
2886
|
* // },
|
|
2887
|
+
* // ColorConfiguration: { // GaugeChartColorConfiguration
|
|
2888
|
+
* // ForegroundColor: "STRING_VALUE",
|
|
2889
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
2890
|
+
* // },
|
|
2887
2891
|
* // Interactions: "<VisualInteractionOptions>",
|
|
2888
2892
|
* // },
|
|
2889
2893
|
* // ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
@@ -2886,6 +2886,10 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
2886
2886
|
* // },
|
|
2887
2887
|
* // ],
|
|
2888
2888
|
* // },
|
|
2889
|
+
* // ColorConfiguration: { // GaugeChartColorConfiguration
|
|
2890
|
+
* // ForegroundColor: "STRING_VALUE",
|
|
2891
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
2892
|
+
* // },
|
|
2889
2893
|
* // Interactions: "<VisualInteractionOptions>",
|
|
2890
2894
|
* // },
|
|
2891
2895
|
* // ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
@@ -34,7 +34,7 @@ declare const DescribeRoleCustomPermissionCommand_base: {
|
|
|
34
34
|
* // const { QuickSightClient, DescribeRoleCustomPermissionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
35
35
|
* const client = new QuickSightClient(config);
|
|
36
36
|
* const input = { // DescribeRoleCustomPermissionRequest
|
|
37
|
-
* Role: "ADMIN" || "AUTHOR" || "READER", // required
|
|
37
|
+
* Role: "ADMIN" || "AUTHOR" || "READER" || "ADMIN_PRO" || "AUTHOR_PRO" || "READER_PRO", // required
|
|
38
38
|
* AwsAccountId: "STRING_VALUE", // required
|
|
39
39
|
* Namespace: "STRING_VALUE", // required
|
|
40
40
|
* };
|