@aws-sdk/client-quicksight 3.395.0 → 3.399.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/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/models/models_1.js +4 -22
- package/dist-cjs/models/models_2.js +26 -9
- package/dist-cjs/models/models_3.js +7 -6
- package/dist-cjs/models/models_4.js +6 -1
- package/dist-cjs/pagination/DescribeFolderPermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeFolderResolvedPermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListFolderMembersPaginator.js +29 -0
- package/dist-cjs/pagination/ListFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_restJson1.js +23 -0
- package/dist-cjs/runtimeExtensions.js +5 -5
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_1.js +1 -19
- package/dist-es/models/models_2.js +23 -6
- package/dist-es/models/models_3.js +6 -4
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/pagination/DescribeFolderPermissionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeFolderResolvedPermissionsPaginator.js +25 -0
- package/dist-es/pagination/ListFolderMembersPaginator.js +25 -0
- package/dist-es/pagination/ListFoldersPaginator.js +25 -0
- package/dist-es/pagination/SearchFoldersPaginator.js +25 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +23 -0
- package/dist-es/runtimeExtensions.js +5 -5
- package/dist-types/commands/CreateAnalysisCommand.d.ts +19 -13
- package/dist-types/commands/CreateDashboardCommand.d.ts +19 -13
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +19 -13
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +20 -14
- package/dist-types/commands/UpdateDashboardCommand.d.ts +19 -13
- package/dist-types/commands/UpdateTemplateCommand.d.ts +19 -13
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +12 -21
- package/dist-types/models/models_1.d.ts +60 -65
- package/dist-types/models/models_2.d.ts +63 -118
- package/dist-types/models/models_3.d.ts +187 -119
- package/dist-types/models/models_4.d.ts +97 -0
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFoldersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/runtimeExtensions.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -5
- package/dist-types/ts3.4/models/models_1.d.ts +24 -41
- package/dist-types/ts3.4/models/models_2.d.ts +34 -29
- package/dist-types/ts3.4/models/models_3.d.ts +51 -35
- package/dist-types/ts3.4/models/models_4.d.ts +24 -0
- package/dist-types/ts3.4/pagination/DescribeFolderPermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFolderMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -2
- package/package.json +29 -29
- package/dist-types/clientConfiguration.d.ts +0 -6
- package/dist-types/ts3.4/clientConfiguration.d.ts +0 -3
- /package/dist-cjs/{clientConfiguration.js → extensionConfiguration.js} +0 -0
- /package/dist-es/{clientConfiguration.js → extensionConfiguration.js} +0 -0
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
|
|
3
|
+
export const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
4
|
+
...obj,
|
|
5
|
+
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
6
|
+
});
|
|
3
7
|
export const UpdateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
4
8
|
...obj,
|
|
5
9
|
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { DescribeFolderPermissionsCommand, } from "../commands/DescribeFolderPermissionsCommand";
|
|
2
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new DescribeFolderPermissionsCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateDescribeFolderPermissions(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof QuickSightClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected QuickSight | QuickSightClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { DescribeFolderResolvedPermissionsCommand, } from "../commands/DescribeFolderResolvedPermissionsCommand";
|
|
2
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new DescribeFolderResolvedPermissionsCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateDescribeFolderResolvedPermissions(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof QuickSightClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected QuickSight | QuickSightClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ListFolderMembersCommand, } from "../commands/ListFolderMembersCommand";
|
|
2
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new ListFolderMembersCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateListFolderMembers(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof QuickSightClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected QuickSight | QuickSightClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ListFoldersCommand } from "../commands/ListFoldersCommand";
|
|
2
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new ListFoldersCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateListFolders(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof QuickSightClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected QuickSight | QuickSightClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SearchFoldersCommand, } from "../commands/SearchFoldersCommand";
|
|
2
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new SearchFoldersCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateSearchFolders(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof QuickSightClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected QuickSight | QuickSightClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * from "./DescribeFolderPermissionsPaginator";
|
|
2
|
+
export * from "./DescribeFolderResolvedPermissionsPaginator";
|
|
1
3
|
export * from "./Interfaces";
|
|
2
4
|
export * from "./ListAnalysesPaginator";
|
|
3
5
|
export * from "./ListAssetBundleExportJobsPaginator";
|
|
@@ -6,6 +8,8 @@ export * from "./ListDashboardVersionsPaginator";
|
|
|
6
8
|
export * from "./ListDashboardsPaginator";
|
|
7
9
|
export * from "./ListDataSetsPaginator";
|
|
8
10
|
export * from "./ListDataSourcesPaginator";
|
|
11
|
+
export * from "./ListFolderMembersPaginator";
|
|
12
|
+
export * from "./ListFoldersPaginator";
|
|
9
13
|
export * from "./ListGroupMembershipsPaginator";
|
|
10
14
|
export * from "./ListGroupsPaginator";
|
|
11
15
|
export * from "./ListIAMPolicyAssignmentsForUserPaginator";
|
|
@@ -25,4 +29,5 @@ export * from "./SearchAnalysesPaginator";
|
|
|
25
29
|
export * from "./SearchDashboardsPaginator";
|
|
26
30
|
export * from "./SearchDataSetsPaginator";
|
|
27
31
|
export * from "./SearchDataSourcesPaginator";
|
|
32
|
+
export * from "./SearchFoldersPaginator";
|
|
28
33
|
export * from "./SearchGroupsPaginator";
|
|
@@ -221,6 +221,7 @@ export const se_CreateFolderCommand = async (input, context) => {
|
|
|
221
221
|
Name: [],
|
|
222
222
|
ParentFolderArn: [],
|
|
223
223
|
Permissions: (_) => _json(_),
|
|
224
|
+
SharingModel: [],
|
|
224
225
|
Tags: (_) => _json(_),
|
|
225
226
|
}));
|
|
226
227
|
return new __HttpRequest({
|
|
@@ -1378,6 +1379,11 @@ export const se_DescribeFolderPermissionsCommand = async (input, context) => {
|
|
|
1378
1379
|
"/accounts/{AwsAccountId}/folders/{FolderId}/permissions";
|
|
1379
1380
|
resolvedPath = __resolvedPath(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1380
1381
|
resolvedPath = __resolvedPath(resolvedPath, input, "FolderId", () => input.FolderId, "{FolderId}", false);
|
|
1382
|
+
const query = map({
|
|
1383
|
+
namespace: [, input.Namespace],
|
|
1384
|
+
"max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
|
|
1385
|
+
"next-token": [, input.NextToken],
|
|
1386
|
+
});
|
|
1381
1387
|
let body;
|
|
1382
1388
|
return new __HttpRequest({
|
|
1383
1389
|
protocol,
|
|
@@ -1386,6 +1392,7 @@ export const se_DescribeFolderPermissionsCommand = async (input, context) => {
|
|
|
1386
1392
|
method: "GET",
|
|
1387
1393
|
headers,
|
|
1388
1394
|
path: resolvedPath,
|
|
1395
|
+
query,
|
|
1389
1396
|
body,
|
|
1390
1397
|
});
|
|
1391
1398
|
};
|
|
@@ -1396,6 +1403,11 @@ export const se_DescribeFolderResolvedPermissionsCommand = async (input, context
|
|
|
1396
1403
|
"/accounts/{AwsAccountId}/folders/{FolderId}/resolved-permissions";
|
|
1397
1404
|
resolvedPath = __resolvedPath(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1398
1405
|
resolvedPath = __resolvedPath(resolvedPath, input, "FolderId", () => input.FolderId, "{FolderId}", false);
|
|
1406
|
+
const query = map({
|
|
1407
|
+
namespace: [, input.Namespace],
|
|
1408
|
+
"max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
|
|
1409
|
+
"next-token": [, input.NextToken],
|
|
1410
|
+
});
|
|
1399
1411
|
let body;
|
|
1400
1412
|
return new __HttpRequest({
|
|
1401
1413
|
protocol,
|
|
@@ -1404,6 +1416,7 @@ export const se_DescribeFolderResolvedPermissionsCommand = async (input, context
|
|
|
1404
1416
|
method: "GET",
|
|
1405
1417
|
headers,
|
|
1406
1418
|
path: resolvedPath,
|
|
1419
|
+
query,
|
|
1407
1420
|
body,
|
|
1408
1421
|
});
|
|
1409
1422
|
};
|
|
@@ -7168,6 +7181,7 @@ export const de_DescribeFolderPermissionsCommand = async (output, context) => {
|
|
|
7168
7181
|
const doc = take(data, {
|
|
7169
7182
|
Arn: __expectString,
|
|
7170
7183
|
FolderId: __expectString,
|
|
7184
|
+
NextToken: __expectString,
|
|
7171
7185
|
Permissions: _json,
|
|
7172
7186
|
RequestId: __expectString,
|
|
7173
7187
|
});
|
|
@@ -7190,6 +7204,9 @@ const de_DescribeFolderPermissionsCommandError = async (output, context) => {
|
|
|
7190
7204
|
case "InternalFailureException":
|
|
7191
7205
|
case "com.amazonaws.quicksight#InternalFailureException":
|
|
7192
7206
|
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
7207
|
+
case "InvalidNextTokenException":
|
|
7208
|
+
case "com.amazonaws.quicksight#InvalidNextTokenException":
|
|
7209
|
+
throw await de_InvalidNextTokenExceptionRes(parsedOutput, context);
|
|
7193
7210
|
case "InvalidParameterValueException":
|
|
7194
7211
|
case "com.amazonaws.quicksight#InvalidParameterValueException":
|
|
7195
7212
|
throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
|
|
@@ -7222,6 +7239,7 @@ export const de_DescribeFolderResolvedPermissionsCommand = async (output, contex
|
|
|
7222
7239
|
const doc = take(data, {
|
|
7223
7240
|
Arn: __expectString,
|
|
7224
7241
|
FolderId: __expectString,
|
|
7242
|
+
NextToken: __expectString,
|
|
7225
7243
|
Permissions: _json,
|
|
7226
7244
|
RequestId: __expectString,
|
|
7227
7245
|
});
|
|
@@ -7244,6 +7262,9 @@ const de_DescribeFolderResolvedPermissionsCommandError = async (output, context)
|
|
|
7244
7262
|
case "InternalFailureException":
|
|
7245
7263
|
case "com.amazonaws.quicksight#InternalFailureException":
|
|
7246
7264
|
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
7265
|
+
case "InvalidNextTokenException":
|
|
7266
|
+
case "com.amazonaws.quicksight#InvalidNextTokenException":
|
|
7267
|
+
throw await de_InvalidNextTokenExceptionRes(parsedOutput, context);
|
|
7247
7268
|
case "InvalidParameterValueException":
|
|
7248
7269
|
case "com.amazonaws.quicksight#InvalidParameterValueException":
|
|
7249
7270
|
throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
|
|
@@ -16013,6 +16034,7 @@ const de_Folder = (output, context) => {
|
|
|
16013
16034
|
FolderType: __expectString,
|
|
16014
16035
|
LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
16015
16036
|
Name: __expectString,
|
|
16037
|
+
SharingModel: __expectString,
|
|
16016
16038
|
});
|
|
16017
16039
|
};
|
|
16018
16040
|
const de_FolderSummary = (output, context) => {
|
|
@@ -16023,6 +16045,7 @@ const de_FolderSummary = (output, context) => {
|
|
|
16023
16045
|
FolderType: __expectString,
|
|
16024
16046
|
LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
16025
16047
|
Name: __expectString,
|
|
16048
|
+
SharingModel: __expectString,
|
|
16026
16049
|
});
|
|
16027
16050
|
};
|
|
16028
16051
|
const de_FolderSummaryList = (output, context) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
2
2
|
const asPartial = (t) => t;
|
|
3
3
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
4
|
-
const
|
|
5
|
-
...asPartial(
|
|
4
|
+
const extensionConfiguration = {
|
|
5
|
+
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
6
6
|
};
|
|
7
|
-
extensions.forEach((extension) => extension.
|
|
7
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
8
8
|
return {
|
|
9
9
|
...runtimeConfig,
|
|
10
|
-
...resolveDefaultRuntimeConfig(
|
|
10
|
+
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -909,6 +909,11 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
909
909
|
* Order: [ // FieldOrderList
|
|
910
910
|
* "STRING_VALUE",
|
|
911
911
|
* ],
|
|
912
|
+
* PinnedFieldOptions: { // TablePinnedFieldOptions
|
|
913
|
+
* PinnedLeftFields: [ // TableFieldOrderList
|
|
914
|
+
* "STRING_VALUE",
|
|
915
|
+
* ],
|
|
916
|
+
* },
|
|
912
917
|
* },
|
|
913
918
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
914
919
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3807,7 +3812,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3807
3812
|
* TopBottomRanked: { // TopBottomRankedComputation
|
|
3808
3813
|
* ComputationId: "STRING_VALUE", // required
|
|
3809
3814
|
* Name: "STRING_VALUE",
|
|
3810
|
-
* Category: "<DimensionField>",
|
|
3815
|
+
* Category: "<DimensionField>",
|
|
3811
3816
|
* Value: "<MeasureField>",
|
|
3812
3817
|
* ResultSize: Number("int"),
|
|
3813
3818
|
* Type: "TOP" || "BOTTOM", // required
|
|
@@ -3815,8 +3820,8 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3815
3820
|
* TopBottomMovers: { // TopBottomMoversComputation
|
|
3816
3821
|
* ComputationId: "STRING_VALUE", // required
|
|
3817
3822
|
* Name: "STRING_VALUE",
|
|
3818
|
-
* Time: "<DimensionField>",
|
|
3819
|
-
* Category: "<DimensionField>",
|
|
3823
|
+
* Time: "<DimensionField>",
|
|
3824
|
+
* Category: "<DimensionField>",
|
|
3820
3825
|
* Value: "<MeasureField>",
|
|
3821
3826
|
* MoverSize: Number("int"),
|
|
3822
3827
|
* SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
|
|
@@ -3825,51 +3830,51 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3825
3830
|
* TotalAggregation: { // TotalAggregationComputation
|
|
3826
3831
|
* ComputationId: "STRING_VALUE", // required
|
|
3827
3832
|
* Name: "STRING_VALUE",
|
|
3828
|
-
* Value: "<MeasureField>",
|
|
3833
|
+
* Value: "<MeasureField>",
|
|
3829
3834
|
* },
|
|
3830
3835
|
* MaximumMinimum: { // MaximumMinimumComputation
|
|
3831
3836
|
* ComputationId: "STRING_VALUE", // required
|
|
3832
3837
|
* Name: "STRING_VALUE",
|
|
3833
|
-
* Time: "<DimensionField>",
|
|
3838
|
+
* Time: "<DimensionField>",
|
|
3834
3839
|
* Value: "<MeasureField>",
|
|
3835
3840
|
* Type: "MAXIMUM" || "MINIMUM", // required
|
|
3836
3841
|
* },
|
|
3837
3842
|
* MetricComparison: { // MetricComparisonComputation
|
|
3838
3843
|
* ComputationId: "STRING_VALUE", // required
|
|
3839
3844
|
* Name: "STRING_VALUE",
|
|
3840
|
-
* Time: "<DimensionField>",
|
|
3841
|
-
* FromValue: "<MeasureField>",
|
|
3842
|
-
* TargetValue: "<MeasureField>",
|
|
3845
|
+
* Time: "<DimensionField>",
|
|
3846
|
+
* FromValue: "<MeasureField>",
|
|
3847
|
+
* TargetValue: "<MeasureField>",
|
|
3843
3848
|
* },
|
|
3844
3849
|
* PeriodOverPeriod: { // PeriodOverPeriodComputation
|
|
3845
3850
|
* ComputationId: "STRING_VALUE", // required
|
|
3846
3851
|
* Name: "STRING_VALUE",
|
|
3847
|
-
* Time: "<DimensionField>",
|
|
3852
|
+
* Time: "<DimensionField>",
|
|
3848
3853
|
* Value: "<MeasureField>",
|
|
3849
3854
|
* },
|
|
3850
3855
|
* PeriodToDate: { // PeriodToDateComputation
|
|
3851
3856
|
* ComputationId: "STRING_VALUE", // required
|
|
3852
3857
|
* Name: "STRING_VALUE",
|
|
3853
|
-
* Time: "<DimensionField>",
|
|
3858
|
+
* Time: "<DimensionField>",
|
|
3854
3859
|
* Value: "<MeasureField>",
|
|
3855
3860
|
* PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
3856
3861
|
* },
|
|
3857
3862
|
* GrowthRate: { // GrowthRateComputation
|
|
3858
3863
|
* ComputationId: "STRING_VALUE", // required
|
|
3859
3864
|
* Name: "STRING_VALUE",
|
|
3860
|
-
* Time: "<DimensionField>",
|
|
3865
|
+
* Time: "<DimensionField>",
|
|
3861
3866
|
* Value: "<MeasureField>",
|
|
3862
3867
|
* PeriodSize: Number("int"),
|
|
3863
3868
|
* },
|
|
3864
3869
|
* UniqueValues: { // UniqueValuesComputation
|
|
3865
3870
|
* ComputationId: "STRING_VALUE", // required
|
|
3866
3871
|
* Name: "STRING_VALUE",
|
|
3867
|
-
* Category: "<DimensionField>",
|
|
3872
|
+
* Category: "<DimensionField>",
|
|
3868
3873
|
* },
|
|
3869
3874
|
* Forecast: { // ForecastComputation
|
|
3870
3875
|
* ComputationId: "STRING_VALUE", // required
|
|
3871
3876
|
* Name: "STRING_VALUE",
|
|
3872
|
-
* Time: "<DimensionField>",
|
|
3877
|
+
* Time: "<DimensionField>",
|
|
3873
3878
|
* Value: "<MeasureField>",
|
|
3874
3879
|
* PeriodsForward: Number("int"),
|
|
3875
3880
|
* PeriodsBackward: Number("int"),
|
|
@@ -4424,6 +4429,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4424
4429
|
* },
|
|
4425
4430
|
* ],
|
|
4426
4431
|
* },
|
|
4432
|
+
* AllSheets: {},
|
|
4427
4433
|
* },
|
|
4428
4434
|
* Status: "ENABLED" || "DISABLED",
|
|
4429
4435
|
* CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
|
|
@@ -955,6 +955,11 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
955
955
|
* Order: [ // FieldOrderList
|
|
956
956
|
* "STRING_VALUE",
|
|
957
957
|
* ],
|
|
958
|
+
* PinnedFieldOptions: { // TablePinnedFieldOptions
|
|
959
|
+
* PinnedLeftFields: [ // TableFieldOrderList
|
|
960
|
+
* "STRING_VALUE",
|
|
961
|
+
* ],
|
|
962
|
+
* },
|
|
958
963
|
* },
|
|
959
964
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
960
965
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3853,7 +3858,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3853
3858
|
* TopBottomRanked: { // TopBottomRankedComputation
|
|
3854
3859
|
* ComputationId: "STRING_VALUE", // required
|
|
3855
3860
|
* Name: "STRING_VALUE",
|
|
3856
|
-
* Category: "<DimensionField>",
|
|
3861
|
+
* Category: "<DimensionField>",
|
|
3857
3862
|
* Value: "<MeasureField>",
|
|
3858
3863
|
* ResultSize: Number("int"),
|
|
3859
3864
|
* Type: "TOP" || "BOTTOM", // required
|
|
@@ -3861,8 +3866,8 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3861
3866
|
* TopBottomMovers: { // TopBottomMoversComputation
|
|
3862
3867
|
* ComputationId: "STRING_VALUE", // required
|
|
3863
3868
|
* Name: "STRING_VALUE",
|
|
3864
|
-
* Time: "<DimensionField>",
|
|
3865
|
-
* Category: "<DimensionField>",
|
|
3869
|
+
* Time: "<DimensionField>",
|
|
3870
|
+
* Category: "<DimensionField>",
|
|
3866
3871
|
* Value: "<MeasureField>",
|
|
3867
3872
|
* MoverSize: Number("int"),
|
|
3868
3873
|
* SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
|
|
@@ -3871,51 +3876,51 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3871
3876
|
* TotalAggregation: { // TotalAggregationComputation
|
|
3872
3877
|
* ComputationId: "STRING_VALUE", // required
|
|
3873
3878
|
* Name: "STRING_VALUE",
|
|
3874
|
-
* Value: "<MeasureField>",
|
|
3879
|
+
* Value: "<MeasureField>",
|
|
3875
3880
|
* },
|
|
3876
3881
|
* MaximumMinimum: { // MaximumMinimumComputation
|
|
3877
3882
|
* ComputationId: "STRING_VALUE", // required
|
|
3878
3883
|
* Name: "STRING_VALUE",
|
|
3879
|
-
* Time: "<DimensionField>",
|
|
3884
|
+
* Time: "<DimensionField>",
|
|
3880
3885
|
* Value: "<MeasureField>",
|
|
3881
3886
|
* Type: "MAXIMUM" || "MINIMUM", // required
|
|
3882
3887
|
* },
|
|
3883
3888
|
* MetricComparison: { // MetricComparisonComputation
|
|
3884
3889
|
* ComputationId: "STRING_VALUE", // required
|
|
3885
3890
|
* Name: "STRING_VALUE",
|
|
3886
|
-
* Time: "<DimensionField>",
|
|
3887
|
-
* FromValue: "<MeasureField>",
|
|
3888
|
-
* TargetValue: "<MeasureField>",
|
|
3891
|
+
* Time: "<DimensionField>",
|
|
3892
|
+
* FromValue: "<MeasureField>",
|
|
3893
|
+
* TargetValue: "<MeasureField>",
|
|
3889
3894
|
* },
|
|
3890
3895
|
* PeriodOverPeriod: { // PeriodOverPeriodComputation
|
|
3891
3896
|
* ComputationId: "STRING_VALUE", // required
|
|
3892
3897
|
* Name: "STRING_VALUE",
|
|
3893
|
-
* Time: "<DimensionField>",
|
|
3898
|
+
* Time: "<DimensionField>",
|
|
3894
3899
|
* Value: "<MeasureField>",
|
|
3895
3900
|
* },
|
|
3896
3901
|
* PeriodToDate: { // PeriodToDateComputation
|
|
3897
3902
|
* ComputationId: "STRING_VALUE", // required
|
|
3898
3903
|
* Name: "STRING_VALUE",
|
|
3899
|
-
* Time: "<DimensionField>",
|
|
3904
|
+
* Time: "<DimensionField>",
|
|
3900
3905
|
* Value: "<MeasureField>",
|
|
3901
3906
|
* PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
3902
3907
|
* },
|
|
3903
3908
|
* GrowthRate: { // GrowthRateComputation
|
|
3904
3909
|
* ComputationId: "STRING_VALUE", // required
|
|
3905
3910
|
* Name: "STRING_VALUE",
|
|
3906
|
-
* Time: "<DimensionField>",
|
|
3911
|
+
* Time: "<DimensionField>",
|
|
3907
3912
|
* Value: "<MeasureField>",
|
|
3908
3913
|
* PeriodSize: Number("int"),
|
|
3909
3914
|
* },
|
|
3910
3915
|
* UniqueValues: { // UniqueValuesComputation
|
|
3911
3916
|
* ComputationId: "STRING_VALUE", // required
|
|
3912
3917
|
* Name: "STRING_VALUE",
|
|
3913
|
-
* Category: "<DimensionField>",
|
|
3918
|
+
* Category: "<DimensionField>",
|
|
3914
3919
|
* },
|
|
3915
3920
|
* Forecast: { // ForecastComputation
|
|
3916
3921
|
* ComputationId: "STRING_VALUE", // required
|
|
3917
3922
|
* Name: "STRING_VALUE",
|
|
3918
|
-
* Time: "<DimensionField>",
|
|
3923
|
+
* Time: "<DimensionField>",
|
|
3919
3924
|
* Value: "<MeasureField>",
|
|
3920
3925
|
* PeriodsForward: Number("int"),
|
|
3921
3926
|
* PeriodsBackward: Number("int"),
|
|
@@ -4470,6 +4475,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4470
4475
|
* },
|
|
4471
4476
|
* ],
|
|
4472
4477
|
* },
|
|
4478
|
+
* AllSheets: {},
|
|
4473
4479
|
* },
|
|
4474
4480
|
* Status: "ENABLED" || "DISABLED",
|
|
4475
4481
|
* CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
|
|
@@ -50,6 +50,7 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
|
|
|
50
50
|
* Value: "STRING_VALUE", // required
|
|
51
51
|
* },
|
|
52
52
|
* ],
|
|
53
|
+
* SharingModel: "ACCOUNT" || "NAMESPACE",
|
|
53
54
|
* };
|
|
54
55
|
* const command = new CreateFolderCommand(input);
|
|
55
56
|
* const response = await client.send(command);
|
|
@@ -903,6 +903,11 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
903
903
|
* Order: [ // FieldOrderList
|
|
904
904
|
* "STRING_VALUE",
|
|
905
905
|
* ],
|
|
906
|
+
* PinnedFieldOptions: { // TablePinnedFieldOptions
|
|
907
|
+
* PinnedLeftFields: [ // TableFieldOrderList
|
|
908
|
+
* "STRING_VALUE",
|
|
909
|
+
* ],
|
|
910
|
+
* },
|
|
906
911
|
* },
|
|
907
912
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
908
913
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3801,7 +3806,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3801
3806
|
* TopBottomRanked: { // TopBottomRankedComputation
|
|
3802
3807
|
* ComputationId: "STRING_VALUE", // required
|
|
3803
3808
|
* Name: "STRING_VALUE",
|
|
3804
|
-
* Category: "<DimensionField>",
|
|
3809
|
+
* Category: "<DimensionField>",
|
|
3805
3810
|
* Value: "<MeasureField>",
|
|
3806
3811
|
* ResultSize: Number("int"),
|
|
3807
3812
|
* Type: "TOP" || "BOTTOM", // required
|
|
@@ -3809,8 +3814,8 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3809
3814
|
* TopBottomMovers: { // TopBottomMoversComputation
|
|
3810
3815
|
* ComputationId: "STRING_VALUE", // required
|
|
3811
3816
|
* Name: "STRING_VALUE",
|
|
3812
|
-
* Time: "<DimensionField>",
|
|
3813
|
-
* Category: "<DimensionField>",
|
|
3817
|
+
* Time: "<DimensionField>",
|
|
3818
|
+
* Category: "<DimensionField>",
|
|
3814
3819
|
* Value: "<MeasureField>",
|
|
3815
3820
|
* MoverSize: Number("int"),
|
|
3816
3821
|
* SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
|
|
@@ -3819,51 +3824,51 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3819
3824
|
* TotalAggregation: { // TotalAggregationComputation
|
|
3820
3825
|
* ComputationId: "STRING_VALUE", // required
|
|
3821
3826
|
* Name: "STRING_VALUE",
|
|
3822
|
-
* Value: "<MeasureField>",
|
|
3827
|
+
* Value: "<MeasureField>",
|
|
3823
3828
|
* },
|
|
3824
3829
|
* MaximumMinimum: { // MaximumMinimumComputation
|
|
3825
3830
|
* ComputationId: "STRING_VALUE", // required
|
|
3826
3831
|
* Name: "STRING_VALUE",
|
|
3827
|
-
* Time: "<DimensionField>",
|
|
3832
|
+
* Time: "<DimensionField>",
|
|
3828
3833
|
* Value: "<MeasureField>",
|
|
3829
3834
|
* Type: "MAXIMUM" || "MINIMUM", // required
|
|
3830
3835
|
* },
|
|
3831
3836
|
* MetricComparison: { // MetricComparisonComputation
|
|
3832
3837
|
* ComputationId: "STRING_VALUE", // required
|
|
3833
3838
|
* Name: "STRING_VALUE",
|
|
3834
|
-
* Time: "<DimensionField>",
|
|
3835
|
-
* FromValue: "<MeasureField>",
|
|
3836
|
-
* TargetValue: "<MeasureField>",
|
|
3839
|
+
* Time: "<DimensionField>",
|
|
3840
|
+
* FromValue: "<MeasureField>",
|
|
3841
|
+
* TargetValue: "<MeasureField>",
|
|
3837
3842
|
* },
|
|
3838
3843
|
* PeriodOverPeriod: { // PeriodOverPeriodComputation
|
|
3839
3844
|
* ComputationId: "STRING_VALUE", // required
|
|
3840
3845
|
* Name: "STRING_VALUE",
|
|
3841
|
-
* Time: "<DimensionField>",
|
|
3846
|
+
* Time: "<DimensionField>",
|
|
3842
3847
|
* Value: "<MeasureField>",
|
|
3843
3848
|
* },
|
|
3844
3849
|
* PeriodToDate: { // PeriodToDateComputation
|
|
3845
3850
|
* ComputationId: "STRING_VALUE", // required
|
|
3846
3851
|
* Name: "STRING_VALUE",
|
|
3847
|
-
* Time: "<DimensionField>",
|
|
3852
|
+
* Time: "<DimensionField>",
|
|
3848
3853
|
* Value: "<MeasureField>",
|
|
3849
3854
|
* PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
3850
3855
|
* },
|
|
3851
3856
|
* GrowthRate: { // GrowthRateComputation
|
|
3852
3857
|
* ComputationId: "STRING_VALUE", // required
|
|
3853
3858
|
* Name: "STRING_VALUE",
|
|
3854
|
-
* Time: "<DimensionField>",
|
|
3859
|
+
* Time: "<DimensionField>",
|
|
3855
3860
|
* Value: "<MeasureField>",
|
|
3856
3861
|
* PeriodSize: Number("int"),
|
|
3857
3862
|
* },
|
|
3858
3863
|
* UniqueValues: { // UniqueValuesComputation
|
|
3859
3864
|
* ComputationId: "STRING_VALUE", // required
|
|
3860
3865
|
* Name: "STRING_VALUE",
|
|
3861
|
-
* Category: "<DimensionField>",
|
|
3866
|
+
* Category: "<DimensionField>",
|
|
3862
3867
|
* },
|
|
3863
3868
|
* Forecast: { // ForecastComputation
|
|
3864
3869
|
* ComputationId: "STRING_VALUE", // required
|
|
3865
3870
|
* Name: "STRING_VALUE",
|
|
3866
|
-
* Time: "<DimensionField>",
|
|
3871
|
+
* Time: "<DimensionField>",
|
|
3867
3872
|
* Value: "<MeasureField>",
|
|
3868
3873
|
* PeriodsForward: Number("int"),
|
|
3869
3874
|
* PeriodsBackward: Number("int"),
|
|
@@ -4418,6 +4423,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4418
4423
|
* },
|
|
4419
4424
|
* ],
|
|
4420
4425
|
* },
|
|
4426
|
+
* AllSheets: {},
|
|
4421
4427
|
* },
|
|
4422
4428
|
* Status: "ENABLED" || "DISABLED",
|
|
4423
4429
|
* CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
|