@aws-sdk/client-quicksight 3.670.0 → 3.674.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 +53 -2
- package/dist-es/QuickSight.js +2 -0
- package/dist-es/commands/StartDashboardSnapshotJobScheduleCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +35 -1
- package/dist-types/QuickSight.d.ts +7 -0
- package/dist-types/QuickSightClient.d.ts +3 -2
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +103 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_4.d.ts +48 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QuickSight.d.ts +23 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +11 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1351,6 +1351,14 @@ StartDashboardSnapshotJob
|
|
|
1351
1351
|
|
|
1352
1352
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/StartDashboardSnapshotJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/StartDashboardSnapshotJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/StartDashboardSnapshotJobCommandOutput/)
|
|
1353
1353
|
|
|
1354
|
+
</details>
|
|
1355
|
+
<details>
|
|
1356
|
+
<summary>
|
|
1357
|
+
StartDashboardSnapshotJobSchedule
|
|
1358
|
+
</summary>
|
|
1359
|
+
|
|
1360
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/StartDashboardSnapshotJobScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/StartDashboardSnapshotJobScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/StartDashboardSnapshotJobScheduleCommandOutput/)
|
|
1361
|
+
|
|
1354
1362
|
</details>
|
|
1355
1363
|
<details>
|
|
1356
1364
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -598,6 +598,7 @@ __export(src_exports, {
|
|
|
598
598
|
StartAssetBundleImportJobRequestFilterSensitiveLog: () => StartAssetBundleImportJobRequestFilterSensitiveLog,
|
|
599
599
|
StartDashboardSnapshotJobCommand: () => StartDashboardSnapshotJobCommand,
|
|
600
600
|
StartDashboardSnapshotJobRequestFilterSensitiveLog: () => StartDashboardSnapshotJobRequestFilterSensitiveLog,
|
|
601
|
+
StartDashboardSnapshotJobScheduleCommand: () => StartDashboardSnapshotJobScheduleCommand,
|
|
601
602
|
Status: () => Status,
|
|
602
603
|
StringDefaultValuesFilterSensitiveLog: () => StringDefaultValuesFilterSensitiveLog,
|
|
603
604
|
StringFormatConfigurationFilterSensitiveLog: () => StringFormatConfigurationFilterSensitiveLog,
|
|
@@ -6132,8 +6133,11 @@ var se_RestoreAnalysisCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
6132
6133
|
b.bp("/accounts/{AwsAccountId}/restore/analyses/{AnalysisId}");
|
|
6133
6134
|
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6134
6135
|
b.p("AnalysisId", () => input.AnalysisId, "{AnalysisId}", false);
|
|
6136
|
+
const query = (0, import_smithy_client.map)({
|
|
6137
|
+
[_rtf]: [() => input.RestoreToFolders !== void 0, () => input[_RTF].toString()]
|
|
6138
|
+
});
|
|
6135
6139
|
let body;
|
|
6136
|
-
b.m("POST").h(headers).b(body);
|
|
6140
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
6137
6141
|
return b.build();
|
|
6138
6142
|
}, "se_RestoreAnalysisCommand");
|
|
6139
6143
|
var se_SearchAnalysesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -6313,6 +6317,17 @@ var se_StartDashboardSnapshotJobCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
6313
6317
|
b.m("POST").h(headers).b(body);
|
|
6314
6318
|
return b.build();
|
|
6315
6319
|
}, "se_StartDashboardSnapshotJobCommand");
|
|
6320
|
+
var se_StartDashboardSnapshotJobScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6321
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6322
|
+
const headers = {};
|
|
6323
|
+
b.bp("/accounts/{AwsAccountId}/dashboards/{DashboardId}/schedules/{ScheduleId}");
|
|
6324
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6325
|
+
b.p("DashboardId", () => input.DashboardId, "{DashboardId}", false);
|
|
6326
|
+
b.p("ScheduleId", () => input.ScheduleId, "{ScheduleId}", false);
|
|
6327
|
+
let body;
|
|
6328
|
+
b.m("POST").h(headers).b(body);
|
|
6329
|
+
return b.build();
|
|
6330
|
+
}, "se_StartDashboardSnapshotJobScheduleCommand");
|
|
6316
6331
|
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6317
6332
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6318
6333
|
const headers = {
|
|
@@ -9561,7 +9576,8 @@ var de_RestoreAnalysisCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
9561
9576
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9562
9577
|
AnalysisId: import_smithy_client.expectString,
|
|
9563
9578
|
Arn: import_smithy_client.expectString,
|
|
9564
|
-
RequestId: import_smithy_client.expectString
|
|
9579
|
+
RequestId: import_smithy_client.expectString,
|
|
9580
|
+
RestorationFailedFolderArns: import_smithy_client._json
|
|
9565
9581
|
});
|
|
9566
9582
|
Object.assign(contents, doc);
|
|
9567
9583
|
(0, import_smithy_client.map)(contents, {
|
|
@@ -9740,6 +9756,23 @@ var de_StartDashboardSnapshotJobCommand = /* @__PURE__ */ __name(async (output,
|
|
|
9740
9756
|
});
|
|
9741
9757
|
return contents;
|
|
9742
9758
|
}, "de_StartDashboardSnapshotJobCommand");
|
|
9759
|
+
var de_StartDashboardSnapshotJobScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9760
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9761
|
+
return de_CommandError(output, context);
|
|
9762
|
+
}
|
|
9763
|
+
const contents = (0, import_smithy_client.map)({
|
|
9764
|
+
$metadata: deserializeMetadata(output)
|
|
9765
|
+
});
|
|
9766
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9767
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9768
|
+
RequestId: import_smithy_client.expectString
|
|
9769
|
+
});
|
|
9770
|
+
Object.assign(contents, doc);
|
|
9771
|
+
(0, import_smithy_client.map)(contents, {
|
|
9772
|
+
Status: [, output.statusCode]
|
|
9773
|
+
});
|
|
9774
|
+
return contents;
|
|
9775
|
+
}, "de_StartDashboardSnapshotJobScheduleCommand");
|
|
9743
9776
|
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9744
9777
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9745
9778
|
return de_CommandError(output, context);
|
|
@@ -16046,6 +16079,7 @@ var _N = "Namespace";
|
|
|
16046
16079
|
var _NT = "NextToken";
|
|
16047
16080
|
var _R = "Resolved";
|
|
16048
16081
|
var _RD = "ResetDisabled";
|
|
16082
|
+
var _RTF = "RestoreToFolders";
|
|
16049
16083
|
var _RWID = "RecoveryWindowInDays";
|
|
16050
16084
|
var _SLIM = "SessionLifetimeInMinutes";
|
|
16051
16085
|
var _SPE = "StatePersistenceEnabled";
|
|
@@ -16068,6 +16102,7 @@ var _n = "namespace";
|
|
|
16068
16102
|
var _nt = "next-token";
|
|
16069
16103
|
var _r = "resolved";
|
|
16070
16104
|
var _rd = "reset-disabled";
|
|
16105
|
+
var _rtf = "restore-to-folders";
|
|
16071
16106
|
var _rwid = "recovery-window-in-days";
|
|
16072
16107
|
var _sl = "session-lifetime";
|
|
16073
16108
|
var _spe = "state-persistence-enabled";
|
|
@@ -18078,6 +18113,20 @@ var _StartDashboardSnapshotJobCommand = class _StartDashboardSnapshotJobCommand
|
|
|
18078
18113
|
__name(_StartDashboardSnapshotJobCommand, "StartDashboardSnapshotJobCommand");
|
|
18079
18114
|
var StartDashboardSnapshotJobCommand = _StartDashboardSnapshotJobCommand;
|
|
18080
18115
|
|
|
18116
|
+
// src/commands/StartDashboardSnapshotJobScheduleCommand.ts
|
|
18117
|
+
|
|
18118
|
+
|
|
18119
|
+
|
|
18120
|
+
var _StartDashboardSnapshotJobScheduleCommand = class _StartDashboardSnapshotJobScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
18121
|
+
return [
|
|
18122
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18123
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18124
|
+
];
|
|
18125
|
+
}).s("QuickSight_20180401", "StartDashboardSnapshotJobSchedule", {}).n("QuickSightClient", "StartDashboardSnapshotJobScheduleCommand").f(void 0, void 0).ser(se_StartDashboardSnapshotJobScheduleCommand).de(de_StartDashboardSnapshotJobScheduleCommand).build() {
|
|
18126
|
+
};
|
|
18127
|
+
__name(_StartDashboardSnapshotJobScheduleCommand, "StartDashboardSnapshotJobScheduleCommand");
|
|
18128
|
+
var StartDashboardSnapshotJobScheduleCommand = _StartDashboardSnapshotJobScheduleCommand;
|
|
18129
|
+
|
|
18081
18130
|
// src/commands/TagResourceCommand.ts
|
|
18082
18131
|
|
|
18083
18132
|
|
|
@@ -18741,6 +18790,7 @@ var commands = {
|
|
|
18741
18790
|
StartAssetBundleExportJobCommand,
|
|
18742
18791
|
StartAssetBundleImportJobCommand,
|
|
18743
18792
|
StartDashboardSnapshotJobCommand,
|
|
18793
|
+
StartDashboardSnapshotJobScheduleCommand,
|
|
18744
18794
|
TagResourceCommand,
|
|
18745
18795
|
UntagResourceCommand,
|
|
18746
18796
|
UpdateAccountCustomizationCommand,
|
|
@@ -19071,6 +19121,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19071
19121
|
StartAssetBundleExportJobCommand,
|
|
19072
19122
|
StartAssetBundleImportJobCommand,
|
|
19073
19123
|
StartDashboardSnapshotJobCommand,
|
|
19124
|
+
StartDashboardSnapshotJobScheduleCommand,
|
|
19074
19125
|
TagResourceCommand,
|
|
19075
19126
|
UntagResourceCommand,
|
|
19076
19127
|
UpdateAccountCustomizationCommand,
|
package/dist-es/QuickSight.js
CHANGED
|
@@ -142,6 +142,7 @@ import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
|
|
|
142
142
|
import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleExportJobCommand";
|
|
143
143
|
import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
|
|
144
144
|
import { StartDashboardSnapshotJobCommand, } from "./commands/StartDashboardSnapshotJobCommand";
|
|
145
|
+
import { StartDashboardSnapshotJobScheduleCommand, } from "./commands/StartDashboardSnapshotJobScheduleCommand";
|
|
145
146
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
146
147
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
147
148
|
import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCustomizationCommand";
|
|
@@ -324,6 +325,7 @@ const commands = {
|
|
|
324
325
|
StartAssetBundleExportJobCommand,
|
|
325
326
|
StartAssetBundleImportJobCommand,
|
|
326
327
|
StartDashboardSnapshotJobCommand,
|
|
328
|
+
StartDashboardSnapshotJobScheduleCommand,
|
|
327
329
|
TagResourceCommand,
|
|
328
330
|
UntagResourceCommand,
|
|
329
331
|
UpdateAccountCustomizationCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
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_StartDashboardSnapshotJobScheduleCommand, se_StartDashboardSnapshotJobScheduleCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartDashboardSnapshotJobScheduleCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "StartDashboardSnapshotJobSchedule", {})
|
|
17
|
+
.n("QuickSightClient", "StartDashboardSnapshotJobScheduleCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_StartDashboardSnapshotJobScheduleCommand)
|
|
20
|
+
.de(de_StartDashboardSnapshotJobScheduleCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -141,6 +141,7 @@ export * from "./SearchGroupsCommand";
|
|
|
141
141
|
export * from "./StartAssetBundleExportJobCommand";
|
|
142
142
|
export * from "./StartAssetBundleImportJobCommand";
|
|
143
143
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
144
|
+
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
144
145
|
export * from "./TagResourceCommand";
|
|
145
146
|
export * from "./UntagResourceCommand";
|
|
146
147
|
export * from "./UpdateAccountCustomizationCommand";
|
|
@@ -1774,8 +1774,11 @@ export const se_RestoreAnalysisCommand = async (input, context) => {
|
|
|
1774
1774
|
b.bp("/accounts/{AwsAccountId}/restore/analyses/{AnalysisId}");
|
|
1775
1775
|
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1776
1776
|
b.p("AnalysisId", () => input.AnalysisId, "{AnalysisId}", false);
|
|
1777
|
+
const query = map({
|
|
1778
|
+
[_rtf]: [() => input.RestoreToFolders !== void 0, () => input[_RTF].toString()],
|
|
1779
|
+
});
|
|
1777
1780
|
let body;
|
|
1778
|
-
b.m("POST").h(headers).b(body);
|
|
1781
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1779
1782
|
return b.build();
|
|
1780
1783
|
};
|
|
1781
1784
|
export const se_SearchAnalysesCommand = async (input, context) => {
|
|
@@ -1937,6 +1940,17 @@ export const se_StartDashboardSnapshotJobCommand = async (input, context) => {
|
|
|
1937
1940
|
b.m("POST").h(headers).b(body);
|
|
1938
1941
|
return b.build();
|
|
1939
1942
|
};
|
|
1943
|
+
export const se_StartDashboardSnapshotJobScheduleCommand = async (input, context) => {
|
|
1944
|
+
const b = rb(input, context);
|
|
1945
|
+
const headers = {};
|
|
1946
|
+
b.bp("/accounts/{AwsAccountId}/dashboards/{DashboardId}/schedules/{ScheduleId}");
|
|
1947
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1948
|
+
b.p("DashboardId", () => input.DashboardId, "{DashboardId}", false);
|
|
1949
|
+
b.p("ScheduleId", () => input.ScheduleId, "{ScheduleId}", false);
|
|
1950
|
+
let body;
|
|
1951
|
+
b.m("POST").h(headers).b(body);
|
|
1952
|
+
return b.build();
|
|
1953
|
+
};
|
|
1940
1954
|
export const se_TagResourceCommand = async (input, context) => {
|
|
1941
1955
|
const b = rb(input, context);
|
|
1942
1956
|
const headers = {
|
|
@@ -5116,6 +5130,7 @@ export const de_RestoreAnalysisCommand = async (output, context) => {
|
|
|
5116
5130
|
AnalysisId: __expectString,
|
|
5117
5131
|
Arn: __expectString,
|
|
5118
5132
|
RequestId: __expectString,
|
|
5133
|
+
RestorationFailedFolderArns: _json,
|
|
5119
5134
|
});
|
|
5120
5135
|
Object.assign(contents, doc);
|
|
5121
5136
|
map(contents, {
|
|
@@ -5294,6 +5309,23 @@ export const de_StartDashboardSnapshotJobCommand = async (output, context) => {
|
|
|
5294
5309
|
});
|
|
5295
5310
|
return contents;
|
|
5296
5311
|
};
|
|
5312
|
+
export const de_StartDashboardSnapshotJobScheduleCommand = async (output, context) => {
|
|
5313
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5314
|
+
return de_CommandError(output, context);
|
|
5315
|
+
}
|
|
5316
|
+
const contents = map({
|
|
5317
|
+
$metadata: deserializeMetadata(output),
|
|
5318
|
+
});
|
|
5319
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5320
|
+
const doc = take(data, {
|
|
5321
|
+
RequestId: __expectString,
|
|
5322
|
+
});
|
|
5323
|
+
Object.assign(contents, doc);
|
|
5324
|
+
map(contents, {
|
|
5325
|
+
Status: [, output.statusCode],
|
|
5326
|
+
});
|
|
5327
|
+
return contents;
|
|
5328
|
+
};
|
|
5297
5329
|
export const de_TagResourceCommand = async (output, context) => {
|
|
5298
5330
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5299
5331
|
return de_CommandError(output, context);
|
|
@@ -11848,6 +11880,7 @@ const _N = "Namespace";
|
|
|
11848
11880
|
const _NT = "NextToken";
|
|
11849
11881
|
const _R = "Resolved";
|
|
11850
11882
|
const _RD = "ResetDisabled";
|
|
11883
|
+
const _RTF = "RestoreToFolders";
|
|
11851
11884
|
const _RWID = "RecoveryWindowInDays";
|
|
11852
11885
|
const _SLIM = "SessionLifetimeInMinutes";
|
|
11853
11886
|
const _SPE = "StatePersistenceEnabled";
|
|
@@ -11870,6 +11903,7 @@ const _n = "namespace";
|
|
|
11870
11903
|
const _nt = "next-token";
|
|
11871
11904
|
const _r = "resolved";
|
|
11872
11905
|
const _rd = "reset-disabled";
|
|
11906
|
+
const _rtf = "restore-to-folders";
|
|
11873
11907
|
const _rwid = "recovery-window-in-days";
|
|
11874
11908
|
const _sl = "session-lifetime";
|
|
11875
11909
|
const _spe = "state-persistence-enabled";
|
|
@@ -142,6 +142,7 @@ import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/
|
|
|
142
142
|
import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
143
143
|
import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "./commands/StartAssetBundleImportJobCommand";
|
|
144
144
|
import { StartDashboardSnapshotJobCommandInput, StartDashboardSnapshotJobCommandOutput } from "./commands/StartDashboardSnapshotJobCommand";
|
|
145
|
+
import { StartDashboardSnapshotJobScheduleCommandInput, StartDashboardSnapshotJobScheduleCommandOutput } from "./commands/StartDashboardSnapshotJobScheduleCommand";
|
|
145
146
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
146
147
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
147
148
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "./commands/UpdateAccountCustomizationCommand";
|
|
@@ -1039,6 +1040,12 @@ export interface QuickSight {
|
|
|
1039
1040
|
startDashboardSnapshotJob(args: StartDashboardSnapshotJobCommandInput, options?: __HttpHandlerOptions): Promise<StartDashboardSnapshotJobCommandOutput>;
|
|
1040
1041
|
startDashboardSnapshotJob(args: StartDashboardSnapshotJobCommandInput, cb: (err: any, data?: StartDashboardSnapshotJobCommandOutput) => void): void;
|
|
1041
1042
|
startDashboardSnapshotJob(args: StartDashboardSnapshotJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDashboardSnapshotJobCommandOutput) => void): void;
|
|
1043
|
+
/**
|
|
1044
|
+
* @see {@link StartDashboardSnapshotJobScheduleCommand}
|
|
1045
|
+
*/
|
|
1046
|
+
startDashboardSnapshotJobSchedule(args: StartDashboardSnapshotJobScheduleCommandInput, options?: __HttpHandlerOptions): Promise<StartDashboardSnapshotJobScheduleCommandOutput>;
|
|
1047
|
+
startDashboardSnapshotJobSchedule(args: StartDashboardSnapshotJobScheduleCommandInput, cb: (err: any, data?: StartDashboardSnapshotJobScheduleCommandOutput) => void): void;
|
|
1048
|
+
startDashboardSnapshotJobSchedule(args: StartDashboardSnapshotJobScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDashboardSnapshotJobScheduleCommandOutput) => void): void;
|
|
1042
1049
|
/**
|
|
1043
1050
|
* @see {@link TagResourceCommand}
|
|
1044
1051
|
*/
|
|
@@ -150,6 +150,7 @@ import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/
|
|
|
150
150
|
import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
151
151
|
import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "./commands/StartAssetBundleImportJobCommand";
|
|
152
152
|
import { StartDashboardSnapshotJobCommandInput, StartDashboardSnapshotJobCommandOutput } from "./commands/StartDashboardSnapshotJobCommand";
|
|
153
|
+
import { StartDashboardSnapshotJobScheduleCommandInput, StartDashboardSnapshotJobScheduleCommandOutput } from "./commands/StartDashboardSnapshotJobScheduleCommand";
|
|
153
154
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
154
155
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
155
156
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "./commands/UpdateAccountCustomizationCommand";
|
|
@@ -193,11 +194,11 @@ export { __Client };
|
|
|
193
194
|
/**
|
|
194
195
|
* @public
|
|
195
196
|
*/
|
|
196
|
-
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | 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 | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | 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 | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | 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 | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
|
|
197
|
+
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | 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 | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | 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 | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
|
|
197
198
|
/**
|
|
198
199
|
* @public
|
|
199
200
|
*/
|
|
200
|
-
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | 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 | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | 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 | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | 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 | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
201
|
+
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | 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 | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | 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 | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
201
202
|
/**
|
|
202
203
|
* @public
|
|
203
204
|
*/
|
|
@@ -43,7 +43,7 @@ declare const DescribeAnalysisPermissionsCommand_base: {
|
|
|
43
43
|
* // { // DescribeAnalysisPermissionsResponse
|
|
44
44
|
* // AnalysisId: "STRING_VALUE",
|
|
45
45
|
* // AnalysisArn: "STRING_VALUE",
|
|
46
|
-
* // Permissions: [ //
|
|
46
|
+
* // Permissions: [ // UpdateResourcePermissionList
|
|
47
47
|
* // { // ResourcePermission
|
|
48
48
|
* // Principal: "STRING_VALUE", // required
|
|
49
49
|
* // Actions: [ // ActionList // required
|
|
@@ -43,7 +43,7 @@ declare const DescribeDashboardPermissionsCommand_base: {
|
|
|
43
43
|
* // { // DescribeDashboardPermissionsResponse
|
|
44
44
|
* // DashboardId: "STRING_VALUE",
|
|
45
45
|
* // DashboardArn: "STRING_VALUE",
|
|
46
|
-
* // Permissions: [ //
|
|
46
|
+
* // Permissions: [ // UpdateResourcePermissionList
|
|
47
47
|
* // { // ResourcePermission
|
|
48
48
|
* // Principal: "STRING_VALUE", // required
|
|
49
49
|
* // Actions: [ // ActionList // required
|
|
@@ -54,7 +54,7 @@ declare const DescribeDashboardPermissionsCommand_base: {
|
|
|
54
54
|
* // Status: Number("int"),
|
|
55
55
|
* // RequestId: "STRING_VALUE",
|
|
56
56
|
* // LinkSharingConfiguration: { // LinkSharingConfiguration
|
|
57
|
-
* // Permissions: [
|
|
57
|
+
* // Permissions: [ // ResourcePermissionList
|
|
58
58
|
* // {
|
|
59
59
|
* // Principal: "STRING_VALUE", // required
|
|
60
60
|
* // Actions: [ // required
|
|
@@ -43,7 +43,7 @@ declare const DescribeTemplatePermissionsCommand_base: {
|
|
|
43
43
|
* // { // DescribeTemplatePermissionsResponse
|
|
44
44
|
* // TemplateId: "STRING_VALUE",
|
|
45
45
|
* // TemplateArn: "STRING_VALUE",
|
|
46
|
-
* // Permissions: [ //
|
|
46
|
+
* // Permissions: [ // UpdateResourcePermissionList
|
|
47
47
|
* // { // ResourcePermission
|
|
48
48
|
* // Principal: "STRING_VALUE", // required
|
|
49
49
|
* // Actions: [ // ActionList // required
|
|
@@ -43,7 +43,7 @@ declare const DescribeThemePermissionsCommand_base: {
|
|
|
43
43
|
* // { // DescribeThemePermissionsResponse
|
|
44
44
|
* // ThemeId: "STRING_VALUE",
|
|
45
45
|
* // ThemeArn: "STRING_VALUE",
|
|
46
|
-
* // Permissions: [ //
|
|
46
|
+
* // Permissions: [ // UpdateResourcePermissionList
|
|
47
47
|
* // { // ResourcePermission
|
|
48
48
|
* // Principal: "STRING_VALUE", // required
|
|
49
49
|
* // Actions: [ // ActionList // required
|
|
@@ -37,6 +37,7 @@ declare const RestoreAnalysisCommand_base: {
|
|
|
37
37
|
* const input = { // RestoreAnalysisRequest
|
|
38
38
|
* AwsAccountId: "STRING_VALUE", // required
|
|
39
39
|
* AnalysisId: "STRING_VALUE", // required
|
|
40
|
+
* RestoreToFolders: true || false,
|
|
40
41
|
* };
|
|
41
42
|
* const command = new RestoreAnalysisCommand(input);
|
|
42
43
|
* const response = await client.send(command);
|
|
@@ -45,6 +46,9 @@ declare const RestoreAnalysisCommand_base: {
|
|
|
45
46
|
* // Arn: "STRING_VALUE",
|
|
46
47
|
* // AnalysisId: "STRING_VALUE",
|
|
47
48
|
* // RequestId: "STRING_VALUE",
|
|
49
|
+
* // RestorationFailedFolderArns: [ // FolderArnList
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
48
52
|
* // };
|
|
49
53
|
*
|
|
50
54
|
* ```
|
|
@@ -64,6 +68,12 @@ declare const RestoreAnalysisCommand_base: {
|
|
|
64
68
|
* @throws {@link InvalidParameterValueException} (client fault)
|
|
65
69
|
* <p>One or more parameters has a value that isn't valid.</p>
|
|
66
70
|
*
|
|
71
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
72
|
+
* <p>A limit is exceeded.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
75
|
+
* <p>One or more preconditions aren't met.</p>
|
|
76
|
+
*
|
|
67
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
78
|
* <p>One or more resources can't be found.</p>
|
|
69
79
|
*
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { StartDashboardSnapshotJobScheduleRequest, StartDashboardSnapshotJobScheduleResponse } from "../models/models_4";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartDashboardSnapshotJobScheduleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartDashboardSnapshotJobScheduleCommandInput extends StartDashboardSnapshotJobScheduleRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartDashboardSnapshotJobScheduleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartDashboardSnapshotJobScheduleCommandOutput extends StartDashboardSnapshotJobScheduleResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const StartDashboardSnapshotJobScheduleCommand_base: {
|
|
25
|
+
new (input: StartDashboardSnapshotJobScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<StartDashboardSnapshotJobScheduleCommandInput, StartDashboardSnapshotJobScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: StartDashboardSnapshotJobScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<StartDashboardSnapshotJobScheduleCommandInput, StartDashboardSnapshotJobScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Starts an asynchronous job that runs an existing dashboard schedule and sends the dashboard snapshot through email. </p>
|
|
31
|
+
* <p>Only one job can run simultaneously in a given schedule. Repeated requests are skipped with a <code>202</code> HTTP status code.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sending-reports.html">Scheduling and sending Amazon QuickSight reports by email</a> and <a href="https://docs.aws.amazon.com/quicksight/latest/user/email-reports-from-dashboard.html">Configuring email report settings for a Amazon QuickSight dashboard</a> in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, StartDashboardSnapshotJobScheduleCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, StartDashboardSnapshotJobScheduleCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
38
|
+
* const client = new QuickSightClient(config);
|
|
39
|
+
* const input = { // StartDashboardSnapshotJobScheduleRequest
|
|
40
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
41
|
+
* DashboardId: "STRING_VALUE", // required
|
|
42
|
+
* ScheduleId: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new StartDashboardSnapshotJobScheduleCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // StartDashboardSnapshotJobScheduleResponse
|
|
47
|
+
* // RequestId: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @param StartDashboardSnapshotJobScheduleCommandInput - {@link StartDashboardSnapshotJobScheduleCommandInput}
|
|
54
|
+
* @returns {@link StartDashboardSnapshotJobScheduleCommandOutput}
|
|
55
|
+
* @see {@link StartDashboardSnapshotJobScheduleCommandInput} for command's `input` shape.
|
|
56
|
+
* @see {@link StartDashboardSnapshotJobScheduleCommandOutput} for command's `response` shape.
|
|
57
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
61
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
62
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
63
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
66
|
+
* <p>An internal failure occurred.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
69
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
72
|
+
* <p>A limit is exceeded.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
|
+
* <p>One or more resources can't be found.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
+
* <p>Access is throttled.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
81
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
82
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
83
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
84
|
+
* capability is available in every edition.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link QuickSightServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
88
|
+
*
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export declare class StartDashboardSnapshotJobScheduleCommand extends StartDashboardSnapshotJobScheduleCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: StartDashboardSnapshotJobScheduleRequest;
|
|
96
|
+
output: StartDashboardSnapshotJobScheduleResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: StartDashboardSnapshotJobScheduleCommandInput;
|
|
100
|
+
output: StartDashboardSnapshotJobScheduleCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
}
|
|
@@ -59,7 +59,7 @@ declare const UpdateAnalysisPermissionsCommand_base: {
|
|
|
59
59
|
* // { // UpdateAnalysisPermissionsResponse
|
|
60
60
|
* // AnalysisArn: "STRING_VALUE",
|
|
61
61
|
* // AnalysisId: "STRING_VALUE",
|
|
62
|
-
* // Permissions: [ //
|
|
62
|
+
* // Permissions: [ // UpdateResourcePermissionList
|
|
63
63
|
* // { // ResourcePermission
|
|
64
64
|
* // Principal: "STRING_VALUE", // required
|
|
65
65
|
* // Actions: [ // ActionList // required
|
|
@@ -75,7 +75,7 @@ declare const UpdateDashboardPermissionsCommand_base: {
|
|
|
75
75
|
* // { // UpdateDashboardPermissionsResponse
|
|
76
76
|
* // DashboardArn: "STRING_VALUE",
|
|
77
77
|
* // DashboardId: "STRING_VALUE",
|
|
78
|
-
* // Permissions: [ //
|
|
78
|
+
* // Permissions: [ // UpdateResourcePermissionList
|
|
79
79
|
* // { // ResourcePermission
|
|
80
80
|
* // Principal: "STRING_VALUE", // required
|
|
81
81
|
* // Actions: [ // ActionList // required
|
|
@@ -86,7 +86,7 @@ declare const UpdateDashboardPermissionsCommand_base: {
|
|
|
86
86
|
* // RequestId: "STRING_VALUE",
|
|
87
87
|
* // Status: Number("int"),
|
|
88
88
|
* // LinkSharingConfiguration: { // LinkSharingConfiguration
|
|
89
|
-
* // Permissions: [
|
|
89
|
+
* // Permissions: [ // ResourcePermissionList
|
|
90
90
|
* // {
|
|
91
91
|
* // Principal: "STRING_VALUE", // required
|
|
92
92
|
* // Actions: [ // required
|
|
@@ -59,7 +59,7 @@ declare const UpdateTemplatePermissionsCommand_base: {
|
|
|
59
59
|
* // { // UpdateTemplatePermissionsResponse
|
|
60
60
|
* // TemplateId: "STRING_VALUE",
|
|
61
61
|
* // TemplateArn: "STRING_VALUE",
|
|
62
|
-
* // Permissions: [ //
|
|
62
|
+
* // Permissions: [ // UpdateResourcePermissionList
|
|
63
63
|
* // { // ResourcePermission
|
|
64
64
|
* // Principal: "STRING_VALUE", // required
|
|
65
65
|
* // Actions: [ // ActionList // required
|
|
@@ -152,7 +152,7 @@ declare const UpdateThemePermissionsCommand_base: {
|
|
|
152
152
|
* // { // UpdateThemePermissionsResponse
|
|
153
153
|
* // ThemeId: "STRING_VALUE",
|
|
154
154
|
* // ThemeArn: "STRING_VALUE",
|
|
155
|
-
* // Permissions: [ //
|
|
155
|
+
* // Permissions: [ // UpdateResourcePermissionList
|
|
156
156
|
* // { // ResourcePermission
|
|
157
157
|
* // Principal: "STRING_VALUE", // required
|
|
158
158
|
* // Actions: [ // ActionList // required
|
|
@@ -141,6 +141,7 @@ export * from "./SearchGroupsCommand";
|
|
|
141
141
|
export * from "./StartAssetBundleExportJobCommand";
|
|
142
142
|
export * from "./StartAssetBundleImportJobCommand";
|
|
143
143
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
144
|
+
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
144
145
|
export * from "./TagResourceCommand";
|
|
145
146
|
export * from "./UntagResourceCommand";
|
|
146
147
|
export * from "./UpdateAccountCustomizationCommand";
|
|
@@ -3405,6 +3405,11 @@ export interface RestoreAnalysisRequest {
|
|
|
3405
3405
|
* @public
|
|
3406
3406
|
*/
|
|
3407
3407
|
AnalysisId: string | undefined;
|
|
3408
|
+
/**
|
|
3409
|
+
* <p>A boolean value that determines if the analysis will be restored to folders that it previously resided in. A <code>True</code> value restores analysis back to all folders that it previously resided in. A <code>False</code> value restores the analysis but does not restore the analysis back to all previously resided folders. Restoring a restricted analysis requires this parameter to be set to <code>True</code>.</p>
|
|
3410
|
+
* @public
|
|
3411
|
+
*/
|
|
3412
|
+
RestoreToFolders?: boolean;
|
|
3408
3413
|
}
|
|
3409
3414
|
/**
|
|
3410
3415
|
* @public
|
|
@@ -3431,6 +3436,11 @@ export interface RestoreAnalysisResponse {
|
|
|
3431
3436
|
* @public
|
|
3432
3437
|
*/
|
|
3433
3438
|
RequestId?: string;
|
|
3439
|
+
/**
|
|
3440
|
+
* <p>A list of folder arns thatthe analysis failed to be restored to.</p>
|
|
3441
|
+
* @public
|
|
3442
|
+
*/
|
|
3443
|
+
RestorationFailedFolderArns?: string[];
|
|
3434
3444
|
}
|
|
3435
3445
|
/**
|
|
3436
3446
|
* @public
|
|
@@ -4030,6 +4040,44 @@ export interface StartDashboardSnapshotJobResponse {
|
|
|
4030
4040
|
*/
|
|
4031
4041
|
Status?: number;
|
|
4032
4042
|
}
|
|
4043
|
+
/**
|
|
4044
|
+
* @public
|
|
4045
|
+
*/
|
|
4046
|
+
export interface StartDashboardSnapshotJobScheduleRequest {
|
|
4047
|
+
/**
|
|
4048
|
+
* <p>The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.</p>
|
|
4049
|
+
* @public
|
|
4050
|
+
*/
|
|
4051
|
+
AwsAccountId: string | undefined;
|
|
4052
|
+
/**
|
|
4053
|
+
* <p>The ID of the dashboard that you want to start a snapshot job schedule for.
|
|
4054
|
+
* </p>
|
|
4055
|
+
* @public
|
|
4056
|
+
*/
|
|
4057
|
+
DashboardId: string | undefined;
|
|
4058
|
+
/**
|
|
4059
|
+
* <p>The ID of the schedule that you want to start a snapshot job schedule for. The schedule ID can be found in the Amazon QuickSight console in the <b>Schedules</b> pane of the dashboard that the schedule is configured for.</p>
|
|
4060
|
+
* @public
|
|
4061
|
+
*/
|
|
4062
|
+
ScheduleId: string | undefined;
|
|
4063
|
+
}
|
|
4064
|
+
/**
|
|
4065
|
+
* @public
|
|
4066
|
+
*/
|
|
4067
|
+
export interface StartDashboardSnapshotJobScheduleResponse {
|
|
4068
|
+
/**
|
|
4069
|
+
* <p>
|
|
4070
|
+
* The Amazon Web Services request ID for this operation.
|
|
4071
|
+
* </p>
|
|
4072
|
+
* @public
|
|
4073
|
+
*/
|
|
4074
|
+
RequestId?: string;
|
|
4075
|
+
/**
|
|
4076
|
+
* <p>The HTTP status of the request</p>
|
|
4077
|
+
* @public
|
|
4078
|
+
*/
|
|
4079
|
+
Status?: number;
|
|
4080
|
+
}
|
|
4033
4081
|
/**
|
|
4034
4082
|
* @public
|
|
4035
4083
|
*/
|
|
@@ -143,6 +143,7 @@ import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands
|
|
|
143
143
|
import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "../commands/StartAssetBundleExportJobCommand";
|
|
144
144
|
import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "../commands/StartAssetBundleImportJobCommand";
|
|
145
145
|
import { StartDashboardSnapshotJobCommandInput, StartDashboardSnapshotJobCommandOutput } from "../commands/StartDashboardSnapshotJobCommand";
|
|
146
|
+
import { StartDashboardSnapshotJobScheduleCommandInput, StartDashboardSnapshotJobScheduleCommandOutput } from "../commands/StartDashboardSnapshotJobScheduleCommand";
|
|
146
147
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
147
148
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
148
149
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "../commands/UpdateAccountCustomizationCommand";
|
|
@@ -752,6 +753,10 @@ export declare const se_StartAssetBundleImportJobCommand: (input: StartAssetBund
|
|
|
752
753
|
* serializeAws_restJson1StartDashboardSnapshotJobCommand
|
|
753
754
|
*/
|
|
754
755
|
export declare const se_StartDashboardSnapshotJobCommand: (input: StartDashboardSnapshotJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
756
|
+
/**
|
|
757
|
+
* serializeAws_restJson1StartDashboardSnapshotJobScheduleCommand
|
|
758
|
+
*/
|
|
759
|
+
export declare const se_StartDashboardSnapshotJobScheduleCommand: (input: StartDashboardSnapshotJobScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
755
760
|
/**
|
|
756
761
|
* serializeAws_restJson1TagResourceCommand
|
|
757
762
|
*/
|
|
@@ -1472,6 +1477,10 @@ export declare const de_StartAssetBundleImportJobCommand: (output: __HttpRespons
|
|
|
1472
1477
|
* deserializeAws_restJson1StartDashboardSnapshotJobCommand
|
|
1473
1478
|
*/
|
|
1474
1479
|
export declare const de_StartDashboardSnapshotJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDashboardSnapshotJobCommandOutput>;
|
|
1480
|
+
/**
|
|
1481
|
+
* deserializeAws_restJson1StartDashboardSnapshotJobScheduleCommand
|
|
1482
|
+
*/
|
|
1483
|
+
export declare const de_StartDashboardSnapshotJobScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDashboardSnapshotJobScheduleCommandOutput>;
|
|
1475
1484
|
/**
|
|
1476
1485
|
* deserializeAws_restJson1TagResourceCommand
|
|
1477
1486
|
*/
|
|
@@ -571,6 +571,10 @@ import {
|
|
|
571
571
|
StartDashboardSnapshotJobCommandInput,
|
|
572
572
|
StartDashboardSnapshotJobCommandOutput,
|
|
573
573
|
} from "./commands/StartDashboardSnapshotJobCommand";
|
|
574
|
+
import {
|
|
575
|
+
StartDashboardSnapshotJobScheduleCommandInput,
|
|
576
|
+
StartDashboardSnapshotJobScheduleCommandOutput,
|
|
577
|
+
} from "./commands/StartDashboardSnapshotJobScheduleCommand";
|
|
574
578
|
import {
|
|
575
579
|
TagResourceCommandInput,
|
|
576
580
|
TagResourceCommandOutput,
|
|
@@ -2604,6 +2608,25 @@ export interface QuickSight {
|
|
|
2604
2608
|
options: __HttpHandlerOptions,
|
|
2605
2609
|
cb: (err: any, data?: StartDashboardSnapshotJobCommandOutput) => void
|
|
2606
2610
|
): void;
|
|
2611
|
+
startDashboardSnapshotJobSchedule(
|
|
2612
|
+
args: StartDashboardSnapshotJobScheduleCommandInput,
|
|
2613
|
+
options?: __HttpHandlerOptions
|
|
2614
|
+
): Promise<StartDashboardSnapshotJobScheduleCommandOutput>;
|
|
2615
|
+
startDashboardSnapshotJobSchedule(
|
|
2616
|
+
args: StartDashboardSnapshotJobScheduleCommandInput,
|
|
2617
|
+
cb: (
|
|
2618
|
+
err: any,
|
|
2619
|
+
data?: StartDashboardSnapshotJobScheduleCommandOutput
|
|
2620
|
+
) => void
|
|
2621
|
+
): void;
|
|
2622
|
+
startDashboardSnapshotJobSchedule(
|
|
2623
|
+
args: StartDashboardSnapshotJobScheduleCommandInput,
|
|
2624
|
+
options: __HttpHandlerOptions,
|
|
2625
|
+
cb: (
|
|
2626
|
+
err: any,
|
|
2627
|
+
data?: StartDashboardSnapshotJobScheduleCommandOutput
|
|
2628
|
+
) => void
|
|
2629
|
+
): void;
|
|
2607
2630
|
tagResource(
|
|
2608
2631
|
args: TagResourceCommandInput,
|
|
2609
2632
|
options?: __HttpHandlerOptions
|
|
@@ -617,6 +617,10 @@ import {
|
|
|
617
617
|
StartDashboardSnapshotJobCommandInput,
|
|
618
618
|
StartDashboardSnapshotJobCommandOutput,
|
|
619
619
|
} from "./commands/StartDashboardSnapshotJobCommand";
|
|
620
|
+
import {
|
|
621
|
+
StartDashboardSnapshotJobScheduleCommandInput,
|
|
622
|
+
StartDashboardSnapshotJobScheduleCommandOutput,
|
|
623
|
+
} from "./commands/StartDashboardSnapshotJobScheduleCommand";
|
|
620
624
|
import {
|
|
621
625
|
TagResourceCommandInput,
|
|
622
626
|
TagResourceCommandOutput,
|
|
@@ -916,6 +920,7 @@ export type ServiceInputTypes =
|
|
|
916
920
|
| StartAssetBundleExportJobCommandInput
|
|
917
921
|
| StartAssetBundleImportJobCommandInput
|
|
918
922
|
| StartDashboardSnapshotJobCommandInput
|
|
923
|
+
| StartDashboardSnapshotJobScheduleCommandInput
|
|
919
924
|
| TagResourceCommandInput
|
|
920
925
|
| UntagResourceCommandInput
|
|
921
926
|
| UpdateAccountCustomizationCommandInput
|
|
@@ -1097,6 +1102,7 @@ export type ServiceOutputTypes =
|
|
|
1097
1102
|
| StartAssetBundleExportJobCommandOutput
|
|
1098
1103
|
| StartAssetBundleImportJobCommandOutput
|
|
1099
1104
|
| StartDashboardSnapshotJobCommandOutput
|
|
1105
|
+
| StartDashboardSnapshotJobScheduleCommandOutput
|
|
1100
1106
|
| TagResourceCommandOutput
|
|
1101
1107
|
| UntagResourceCommandOutput
|
|
1102
1108
|
| UpdateAccountCustomizationCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartDashboardSnapshotJobScheduleRequest,
|
|
5
|
+
StartDashboardSnapshotJobScheduleResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartDashboardSnapshotJobScheduleCommandInput
|
|
15
|
+
extends StartDashboardSnapshotJobScheduleRequest {}
|
|
16
|
+
export interface StartDashboardSnapshotJobScheduleCommandOutput
|
|
17
|
+
extends StartDashboardSnapshotJobScheduleResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartDashboardSnapshotJobScheduleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartDashboardSnapshotJobScheduleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartDashboardSnapshotJobScheduleCommandInput,
|
|
24
|
+
StartDashboardSnapshotJobScheduleCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: StartDashboardSnapshotJobScheduleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartDashboardSnapshotJobScheduleCommandInput,
|
|
33
|
+
StartDashboardSnapshotJobScheduleCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartDashboardSnapshotJobScheduleCommand extends StartDashboardSnapshotJobScheduleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDashboardSnapshotJobScheduleRequest;
|
|
44
|
+
output: StartDashboardSnapshotJobScheduleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDashboardSnapshotJobScheduleCommandInput;
|
|
48
|
+
output: StartDashboardSnapshotJobScheduleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -141,6 +141,7 @@ export * from "./SearchGroupsCommand";
|
|
|
141
141
|
export * from "./StartAssetBundleExportJobCommand";
|
|
142
142
|
export * from "./StartAssetBundleImportJobCommand";
|
|
143
143
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
144
|
+
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
144
145
|
export * from "./TagResourceCommand";
|
|
145
146
|
export * from "./UntagResourceCommand";
|
|
146
147
|
export * from "./UpdateAccountCustomizationCommand";
|
|
@@ -886,12 +886,14 @@ export interface RegisterUserResponse {
|
|
|
886
886
|
export interface RestoreAnalysisRequest {
|
|
887
887
|
AwsAccountId: string | undefined;
|
|
888
888
|
AnalysisId: string | undefined;
|
|
889
|
+
RestoreToFolders?: boolean;
|
|
889
890
|
}
|
|
890
891
|
export interface RestoreAnalysisResponse {
|
|
891
892
|
Status?: number;
|
|
892
893
|
Arn?: string;
|
|
893
894
|
AnalysisId?: string;
|
|
894
895
|
RequestId?: string;
|
|
896
|
+
RestorationFailedFolderArns?: string[];
|
|
895
897
|
}
|
|
896
898
|
export interface SearchAnalysesRequest {
|
|
897
899
|
AwsAccountId: string | undefined;
|
|
@@ -1020,6 +1022,15 @@ export interface StartDashboardSnapshotJobResponse {
|
|
|
1020
1022
|
RequestId?: string;
|
|
1021
1023
|
Status?: number;
|
|
1022
1024
|
}
|
|
1025
|
+
export interface StartDashboardSnapshotJobScheduleRequest {
|
|
1026
|
+
AwsAccountId: string | undefined;
|
|
1027
|
+
DashboardId: string | undefined;
|
|
1028
|
+
ScheduleId: string | undefined;
|
|
1029
|
+
}
|
|
1030
|
+
export interface StartDashboardSnapshotJobScheduleResponse {
|
|
1031
|
+
RequestId?: string;
|
|
1032
|
+
Status?: number;
|
|
1033
|
+
}
|
|
1023
1034
|
export interface TagResourceRequest {
|
|
1024
1035
|
ResourceArn: string | undefined;
|
|
1025
1036
|
Tags: Tag[] | undefined;
|
|
@@ -575,6 +575,10 @@ import {
|
|
|
575
575
|
StartDashboardSnapshotJobCommandInput,
|
|
576
576
|
StartDashboardSnapshotJobCommandOutput,
|
|
577
577
|
} from "../commands/StartDashboardSnapshotJobCommand";
|
|
578
|
+
import {
|
|
579
|
+
StartDashboardSnapshotJobScheduleCommandInput,
|
|
580
|
+
StartDashboardSnapshotJobScheduleCommandOutput,
|
|
581
|
+
} from "../commands/StartDashboardSnapshotJobScheduleCommand";
|
|
578
582
|
import {
|
|
579
583
|
TagResourceCommandInput,
|
|
580
584
|
TagResourceCommandOutput,
|
|
@@ -1295,6 +1299,10 @@ export declare const se_StartDashboardSnapshotJobCommand: (
|
|
|
1295
1299
|
input: StartDashboardSnapshotJobCommandInput,
|
|
1296
1300
|
context: __SerdeContext
|
|
1297
1301
|
) => Promise<__HttpRequest>;
|
|
1302
|
+
export declare const se_StartDashboardSnapshotJobScheduleCommand: (
|
|
1303
|
+
input: StartDashboardSnapshotJobScheduleCommandInput,
|
|
1304
|
+
context: __SerdeContext
|
|
1305
|
+
) => Promise<__HttpRequest>;
|
|
1298
1306
|
export declare const se_TagResourceCommand: (
|
|
1299
1307
|
input: TagResourceCommandInput,
|
|
1300
1308
|
context: __SerdeContext
|
|
@@ -2015,6 +2023,10 @@ export declare const de_StartDashboardSnapshotJobCommand: (
|
|
|
2015
2023
|
output: __HttpResponse,
|
|
2016
2024
|
context: __SerdeContext
|
|
2017
2025
|
) => Promise<StartDashboardSnapshotJobCommandOutput>;
|
|
2026
|
+
export declare const de_StartDashboardSnapshotJobScheduleCommand: (
|
|
2027
|
+
output: __HttpResponse,
|
|
2028
|
+
context: __SerdeContext
|
|
2029
|
+
) => Promise<StartDashboardSnapshotJobScheduleCommandOutput>;
|
|
2018
2030
|
export declare const de_TagResourceCommand: (
|
|
2019
2031
|
output: __HttpResponse,
|
|
2020
2032
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.674.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|