@aws-sdk/client-quicksight 3.325.0 → 3.327.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 +144 -0
- package/dist-cjs/QuickSight.js +36 -0
- package/dist-cjs/commands/CreateTopicCommand.js +46 -0
- package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
- package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTopicsCommand.js +45 -0
- package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
- package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/models/models_0.js +1 -11
- package/dist-cjs/models/models_1.js +46 -50
- package/dist-cjs/models/models_2.js +262 -141
- package/dist-cjs/models/models_3.js +167 -1
- package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
- package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
- package/dist-es/QuickSight.js +36 -0
- package/dist-es/commands/CreateTopicCommand.js +42 -0
- package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DeleteTopicCommand.js +41 -0
- package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeTopicCommand.js +42 -0
- package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
- package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTopicsCommand.js +41 -0
- package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicCommand.js +42 -0
- package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/index.js +18 -0
- package/dist-es/models/models_0.js +0 -9
- package/dist-es/models/models_1.js +41 -43
- package/dist-es/models/models_2.js +242 -135
- package/dist-es/models/models_3.js +161 -1
- package/dist-es/pagination/ListTopicsPaginator.js +25 -0
- package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2030 -298
- package/dist-types/QuickSight.d.ts +126 -0
- package/dist-types/QuickSightClient.d.ts +20 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +15 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +14 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +66 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +67 -4
- package/dist-types/commands/CreateDataSetCommand.d.ts +74 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +21 -4
- package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +67 -4
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4291 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4328 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +254 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +19 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +240 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +19 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +14 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +12 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -2
- package/dist-types/commands/DescribeIngestionCommand.d.ts +31 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +13 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +19 -1
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +24 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +13 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +64 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4310 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +13 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +81 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +21 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +21 -3
- package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListThemesCommand.d.ts +18 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +23 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +8 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +66 -4
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +67 -4
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +74 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +19 -4
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +12 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +67 -4
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
- package/dist-types/commands/index.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +43 -91
- package/dist-types/models/models_1.d.ts +210 -281
- package/dist-types/models/models_2.d.ts +2375 -2163
- package/dist-types/models/models_3.d.ts +2468 -54
- package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
- package/dist-types/ts3.4/QuickSight.d.ts +306 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -22
- package/dist-types/ts3.4/models/models_1.d.ts +79 -75
- package/dist-types/ts3.4/models/models_2.d.ts +605 -500
- package/dist-types/ts3.4/models/models_3.d.ts +737 -9
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
- package/package.json +7 -7
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeVPCConnectionRequest,
|
|
11
|
+
DescribeVPCConnectionResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface DescribeVPCConnectionCommandInput
|
|
19
|
+
extends DescribeVPCConnectionRequest {}
|
|
20
|
+
export interface DescribeVPCConnectionCommandOutput
|
|
21
|
+
extends DescribeVPCConnectionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeVPCConnectionCommand extends $Command<
|
|
24
|
+
DescribeVPCConnectionCommandInput,
|
|
25
|
+
DescribeVPCConnectionCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeVPCConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeVPCConnectionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeVPCConnectionCommandInput,
|
|
37
|
+
DescribeVPCConnectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListTopicRefreshSchedulesRequest,
|
|
11
|
+
ListTopicRefreshSchedulesResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface ListTopicRefreshSchedulesCommandInput
|
|
19
|
+
extends ListTopicRefreshSchedulesRequest {}
|
|
20
|
+
export interface ListTopicRefreshSchedulesCommandOutput
|
|
21
|
+
extends ListTopicRefreshSchedulesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListTopicRefreshSchedulesCommand extends $Command<
|
|
24
|
+
ListTopicRefreshSchedulesCommandInput,
|
|
25
|
+
ListTopicRefreshSchedulesCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTopicRefreshSchedulesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListTopicRefreshSchedulesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTopicRefreshSchedulesCommandInput,
|
|
37
|
+
ListTopicRefreshSchedulesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { ListTopicsRequest, ListTopicsResponse } from "../models/models_3";
|
|
10
|
+
import {
|
|
11
|
+
QuickSightClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../QuickSightClient";
|
|
15
|
+
export interface ListTopicsCommandInput extends ListTopicsRequest {}
|
|
16
|
+
export interface ListTopicsCommandOutput
|
|
17
|
+
extends ListTopicsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class ListTopicsCommand extends $Command<
|
|
20
|
+
ListTopicsCommandInput,
|
|
21
|
+
ListTopicsCommandOutput,
|
|
22
|
+
QuickSightClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListTopicsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: ListTopicsCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: QuickSightClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListTopicsCommandInput, ListTopicsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListVPCConnectionsRequest,
|
|
11
|
+
ListVPCConnectionsResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface ListVPCConnectionsCommandInput
|
|
19
|
+
extends ListVPCConnectionsRequest {}
|
|
20
|
+
export interface ListVPCConnectionsCommandOutput
|
|
21
|
+
extends ListVPCConnectionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListVPCConnectionsCommand extends $Command<
|
|
24
|
+
ListVPCConnectionsCommandInput,
|
|
25
|
+
ListVPCConnectionsCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListVPCConnectionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListVPCConnectionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { UpdateTopicRequest, UpdateTopicResponse } from "../models/models_3";
|
|
10
|
+
import {
|
|
11
|
+
QuickSightClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../QuickSightClient";
|
|
15
|
+
export interface UpdateTopicCommandInput extends UpdateTopicRequest {}
|
|
16
|
+
export interface UpdateTopicCommandOutput
|
|
17
|
+
extends UpdateTopicResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class UpdateTopicCommand extends $Command<
|
|
20
|
+
UpdateTopicCommandInput,
|
|
21
|
+
UpdateTopicCommandOutput,
|
|
22
|
+
QuickSightClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateTopicCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: UpdateTopicCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: QuickSightClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateTopicCommandInput, UpdateTopicCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateTopicPermissionsRequest,
|
|
11
|
+
UpdateTopicPermissionsResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface UpdateTopicPermissionsCommandInput
|
|
19
|
+
extends UpdateTopicPermissionsRequest {}
|
|
20
|
+
export interface UpdateTopicPermissionsCommandOutput
|
|
21
|
+
extends UpdateTopicPermissionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateTopicPermissionsCommand extends $Command<
|
|
24
|
+
UpdateTopicPermissionsCommandInput,
|
|
25
|
+
UpdateTopicPermissionsCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateTopicPermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateTopicPermissionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateTopicPermissionsCommandInput,
|
|
37
|
+
UpdateTopicPermissionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateTopicRefreshScheduleRequest,
|
|
11
|
+
UpdateTopicRefreshScheduleResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface UpdateTopicRefreshScheduleCommandInput
|
|
19
|
+
extends UpdateTopicRefreshScheduleRequest {}
|
|
20
|
+
export interface UpdateTopicRefreshScheduleCommandOutput
|
|
21
|
+
extends UpdateTopicRefreshScheduleResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateTopicRefreshScheduleCommand extends $Command<
|
|
24
|
+
UpdateTopicRefreshScheduleCommandInput,
|
|
25
|
+
UpdateTopicRefreshScheduleCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateTopicRefreshScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateTopicRefreshScheduleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateTopicRefreshScheduleCommandInput,
|
|
37
|
+
UpdateTopicRefreshScheduleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateVPCConnectionRequest,
|
|
11
|
+
UpdateVPCConnectionResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface UpdateVPCConnectionCommandInput
|
|
19
|
+
extends UpdateVPCConnectionRequest {}
|
|
20
|
+
export interface UpdateVPCConnectionCommandOutput
|
|
21
|
+
extends UpdateVPCConnectionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateVPCConnectionCommand extends $Command<
|
|
24
|
+
UpdateVPCConnectionCommandInput,
|
|
25
|
+
UpdateVPCConnectionCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateVPCConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateVPCConnectionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -17,6 +17,9 @@ export * from "./CreateTemplateAliasCommand";
|
|
|
17
17
|
export * from "./CreateTemplateCommand";
|
|
18
18
|
export * from "./CreateThemeAliasCommand";
|
|
19
19
|
export * from "./CreateThemeCommand";
|
|
20
|
+
export * from "./CreateTopicCommand";
|
|
21
|
+
export * from "./CreateTopicRefreshScheduleCommand";
|
|
22
|
+
export * from "./CreateVPCConnectionCommand";
|
|
20
23
|
export * from "./DeleteAccountCustomizationCommand";
|
|
21
24
|
export * from "./DeleteAccountSubscriptionCommand";
|
|
22
25
|
export * from "./DeleteAnalysisCommand";
|
|
@@ -35,8 +38,11 @@ export * from "./DeleteTemplateAliasCommand";
|
|
|
35
38
|
export * from "./DeleteTemplateCommand";
|
|
36
39
|
export * from "./DeleteThemeAliasCommand";
|
|
37
40
|
export * from "./DeleteThemeCommand";
|
|
41
|
+
export * from "./DeleteTopicCommand";
|
|
42
|
+
export * from "./DeleteTopicRefreshScheduleCommand";
|
|
38
43
|
export * from "./DeleteUserByPrincipalIdCommand";
|
|
39
44
|
export * from "./DeleteUserCommand";
|
|
45
|
+
export * from "./DeleteVPCConnectionCommand";
|
|
40
46
|
export * from "./DescribeAccountCustomizationCommand";
|
|
41
47
|
export * from "./DescribeAccountSettingsCommand";
|
|
42
48
|
export * from "./DescribeAccountSubscriptionCommand";
|
|
@@ -68,7 +74,12 @@ export * from "./DescribeTemplatePermissionsCommand";
|
|
|
68
74
|
export * from "./DescribeThemeAliasCommand";
|
|
69
75
|
export * from "./DescribeThemeCommand";
|
|
70
76
|
export * from "./DescribeThemePermissionsCommand";
|
|
77
|
+
export * from "./DescribeTopicCommand";
|
|
78
|
+
export * from "./DescribeTopicPermissionsCommand";
|
|
79
|
+
export * from "./DescribeTopicRefreshCommand";
|
|
80
|
+
export * from "./DescribeTopicRefreshScheduleCommand";
|
|
71
81
|
export * from "./DescribeUserCommand";
|
|
82
|
+
export * from "./DescribeVPCConnectionCommand";
|
|
72
83
|
export * from "./GenerateEmbedUrlForAnonymousUserCommand";
|
|
73
84
|
export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
74
85
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
@@ -94,8 +105,11 @@ export * from "./ListTemplatesCommand";
|
|
|
94
105
|
export * from "./ListThemeAliasesCommand";
|
|
95
106
|
export * from "./ListThemeVersionsCommand";
|
|
96
107
|
export * from "./ListThemesCommand";
|
|
108
|
+
export * from "./ListTopicRefreshSchedulesCommand";
|
|
109
|
+
export * from "./ListTopicsCommand";
|
|
97
110
|
export * from "./ListUserGroupsCommand";
|
|
98
111
|
export * from "./ListUsersCommand";
|
|
112
|
+
export * from "./ListVPCConnectionsCommand";
|
|
99
113
|
export * from "./PutDataSetRefreshPropertiesCommand";
|
|
100
114
|
export * from "./RegisterUserCommand";
|
|
101
115
|
export * from "./RestoreAnalysisCommand";
|
|
@@ -131,4 +145,8 @@ export * from "./UpdateTemplatePermissionsCommand";
|
|
|
131
145
|
export * from "./UpdateThemeAliasCommand";
|
|
132
146
|
export * from "./UpdateThemeCommand";
|
|
133
147
|
export * from "./UpdateThemePermissionsCommand";
|
|
148
|
+
export * from "./UpdateTopicCommand";
|
|
149
|
+
export * from "./UpdateTopicPermissionsCommand";
|
|
150
|
+
export * from "./UpdateTopicRefreshScheduleCommand";
|
|
134
151
|
export * from "./UpdateUserCommand";
|
|
152
|
+
export * from "./UpdateVPCConnectionCommand";
|
|
@@ -573,6 +573,10 @@ export interface DateTimeDefaultValues {
|
|
|
573
573
|
StaticValues?: Date[];
|
|
574
574
|
RollingDate?: RollingDateConfiguration;
|
|
575
575
|
}
|
|
576
|
+
export interface MappedDataSetParameter {
|
|
577
|
+
DataSetIdentifier: string | undefined;
|
|
578
|
+
DataSetParameterName: string | undefined;
|
|
579
|
+
}
|
|
576
580
|
export declare const ValueWhenUnsetOption: {
|
|
577
581
|
readonly NULL: "NULL";
|
|
578
582
|
readonly RECOMMENDED_VALUE: "RECOMMENDED_VALUE";
|
|
@@ -588,6 +592,7 @@ export interface DateTimeParameterDeclaration {
|
|
|
588
592
|
DefaultValues?: DateTimeDefaultValues;
|
|
589
593
|
TimeGranularity?: TimeGranularity | string;
|
|
590
594
|
ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration;
|
|
595
|
+
MappedDataSetParameters?: MappedDataSetParameter[];
|
|
591
596
|
}
|
|
592
597
|
export interface DecimalDefaultValues {
|
|
593
598
|
DynamicValue?: DynamicDefaultValue;
|
|
@@ -608,6 +613,7 @@ export interface DecimalParameterDeclaration {
|
|
|
608
613
|
Name: string | undefined;
|
|
609
614
|
DefaultValues?: DecimalDefaultValues;
|
|
610
615
|
ValueWhenUnset?: DecimalValueWhenUnsetConfiguration;
|
|
616
|
+
MappedDataSetParameters?: MappedDataSetParameter[];
|
|
611
617
|
}
|
|
612
618
|
export interface IntegerDefaultValues {
|
|
613
619
|
DynamicValue?: DynamicDefaultValue;
|
|
@@ -622,6 +628,7 @@ export interface IntegerParameterDeclaration {
|
|
|
622
628
|
Name: string | undefined;
|
|
623
629
|
DefaultValues?: IntegerDefaultValues;
|
|
624
630
|
ValueWhenUnset?: IntegerValueWhenUnsetConfiguration;
|
|
631
|
+
MappedDataSetParameters?: MappedDataSetParameter[];
|
|
625
632
|
}
|
|
626
633
|
export interface StringDefaultValues {
|
|
627
634
|
DynamicValue?: DynamicDefaultValue;
|
|
@@ -636,6 +643,7 @@ export interface StringParameterDeclaration {
|
|
|
636
643
|
Name: string | undefined;
|
|
637
644
|
DefaultValues?: StringDefaultValues;
|
|
638
645
|
ValueWhenUnset?: StringValueWhenUnsetConfiguration;
|
|
646
|
+
MappedDataSetParameters?: MappedDataSetParameter[];
|
|
639
647
|
}
|
|
640
648
|
export interface ParameterDeclaration {
|
|
641
649
|
StringParameterDeclaration?: StringParameterDeclaration;
|
|
@@ -997,6 +1005,7 @@ export type SelectedFieldOptions =
|
|
|
997
1005
|
export interface FilterOperationSelectedFieldsConfiguration {
|
|
998
1006
|
SelectedFields?: string[];
|
|
999
1007
|
SelectedFieldOptions?: SelectedFieldOptions | string;
|
|
1008
|
+
SelectedColumns?: ColumnIdentifier[];
|
|
1000
1009
|
}
|
|
1001
1010
|
export declare const TargetVisualOptions: {
|
|
1002
1011
|
readonly ALL_VISUALS: "ALL_VISUALS";
|
|
@@ -1044,6 +1053,7 @@ export interface DestinationParameterValueConfiguration {
|
|
|
1044
1053
|
SelectAllValueOptions?: SelectAllValueOptions | string;
|
|
1045
1054
|
SourceParameterName?: string;
|
|
1046
1055
|
SourceField?: string;
|
|
1056
|
+
SourceColumn?: ColumnIdentifier;
|
|
1047
1057
|
}
|
|
1048
1058
|
export interface SetParameterValueConfiguration {
|
|
1049
1059
|
DestinationParameterName: string | undefined;
|
|
@@ -1219,6 +1229,7 @@ export interface DataLabelOptions {
|
|
|
1219
1229
|
LabelFontConfiguration?: FontConfiguration;
|
|
1220
1230
|
LabelColor?: string;
|
|
1221
1231
|
Overlap?: DataLabelOverlap | string;
|
|
1232
|
+
TotalsVisibility?: Visibility | string;
|
|
1222
1233
|
}
|
|
1223
1234
|
export interface CategoricalDimensionField {
|
|
1224
1235
|
FieldId: string | undefined;
|
|
@@ -1309,7 +1320,7 @@ export declare const AxisBinding: {
|
|
|
1309
1320
|
export type AxisBinding = (typeof AxisBinding)[keyof typeof AxisBinding];
|
|
1310
1321
|
export interface ReferenceLineDynamicDataConfiguration {
|
|
1311
1322
|
Column: ColumnIdentifier | undefined;
|
|
1312
|
-
MeasureAggregationFunction
|
|
1323
|
+
MeasureAggregationFunction?: AggregationFunction;
|
|
1313
1324
|
Calculation: NumericalAggregationFunction | undefined;
|
|
1314
1325
|
}
|
|
1315
1326
|
export interface ReferenceLineStaticDataConfiguration {
|
|
@@ -1633,24 +1644,6 @@ export interface ComboChartSortConfiguration {
|
|
|
1633
1644
|
ColorSort?: FieldSortOptions[];
|
|
1634
1645
|
ColorItemsLimit?: ItemsLimitConfiguration;
|
|
1635
1646
|
}
|
|
1636
|
-
export interface ComboChartConfiguration {
|
|
1637
|
-
FieldWells?: ComboChartFieldWells;
|
|
1638
|
-
SortConfiguration?: ComboChartSortConfiguration;
|
|
1639
|
-
BarsArrangement?: BarsArrangement | string;
|
|
1640
|
-
CategoryAxis?: AxisDisplayOptions;
|
|
1641
|
-
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
1642
|
-
PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
1643
|
-
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1644
|
-
SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
1645
|
-
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1646
|
-
ColorLabelOptions?: ChartAxisLabelOptions;
|
|
1647
|
-
Legend?: LegendOptions;
|
|
1648
|
-
BarDataLabels?: DataLabelOptions;
|
|
1649
|
-
LineDataLabels?: DataLabelOptions;
|
|
1650
|
-
Tooltip?: TooltipOptions;
|
|
1651
|
-
ReferenceLines?: ReferenceLine[];
|
|
1652
|
-
VisualPalette?: VisualPalette;
|
|
1653
|
-
}
|
|
1654
1647
|
export declare const CalculatedFieldFilterSensitiveLog: (
|
|
1655
1648
|
obj: CalculatedField
|
|
1656
1649
|
) => any;
|
|
@@ -1874,6 +1867,3 @@ export declare const ComboChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
|
1874
1867
|
export declare const ComboChartFieldWellsFilterSensitiveLog: (
|
|
1875
1868
|
obj: ComboChartFieldWells
|
|
1876
1869
|
) => any;
|
|
1877
|
-
export declare const ComboChartConfigurationFilterSensitiveLog: (
|
|
1878
|
-
obj: ComboChartConfiguration
|
|
1879
|
-
) => any;
|