@aws-sdk/client-quicksight 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/QuickSight.d.ts +2056 -401
- package/dist-types/ts3.4/QuickSightClient.d.ts +824 -193
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +32 -8
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/QuickSightServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3200 -4030
- package/dist-types/ts3.4/models/models_1.d.ts +1430 -213
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeTemplateAliasRequest,
|
|
10
|
+
DescribeTemplateAliasResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeTemplateAliasCommandInput
|
|
18
|
+
extends DescribeTemplateAliasRequest {}
|
|
19
|
+
export interface DescribeTemplateAliasCommandOutput
|
|
20
|
+
extends DescribeTemplateAliasResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeTemplateAliasCommand extends $Command<
|
|
23
|
+
DescribeTemplateAliasCommandInput,
|
|
24
|
+
DescribeTemplateAliasCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeTemplateAliasCommandInput;
|
|
28
|
+
constructor(input: DescribeTemplateAliasCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeTemplateAliasCommandInput,
|
|
35
|
+
DescribeTemplateAliasCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeTemplateRequest,
|
|
10
|
+
DescribeTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeTemplateCommandInput extends DescribeTemplateRequest {}
|
|
18
|
+
export interface DescribeTemplateCommandOutput
|
|
19
|
+
extends DescribeTemplateResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeTemplateCommand extends $Command<
|
|
22
|
+
DescribeTemplateCommandInput,
|
|
23
|
+
DescribeTemplateCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeTemplateCommandInput;
|
|
27
|
+
constructor(input: DescribeTemplateCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeTemplateCommandInput, DescribeTemplateCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeTemplatePermissionsRequest,
|
|
10
|
+
DescribeTemplatePermissionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeTemplatePermissionsCommandInput
|
|
18
|
+
extends DescribeTemplatePermissionsRequest {}
|
|
19
|
+
export interface DescribeTemplatePermissionsCommandOutput
|
|
20
|
+
extends DescribeTemplatePermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeTemplatePermissionsCommand extends $Command<
|
|
23
|
+
DescribeTemplatePermissionsCommandInput,
|
|
24
|
+
DescribeTemplatePermissionsCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeTemplatePermissionsCommandInput;
|
|
28
|
+
constructor(input: DescribeTemplatePermissionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeTemplatePermissionsCommandInput,
|
|
35
|
+
DescribeTemplatePermissionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeThemeAliasRequest,
|
|
10
|
+
DescribeThemeAliasResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeThemeAliasCommandInput
|
|
18
|
+
extends DescribeThemeAliasRequest {}
|
|
19
|
+
export interface DescribeThemeAliasCommandOutput
|
|
20
|
+
extends DescribeThemeAliasResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeThemeAliasCommand extends $Command<
|
|
23
|
+
DescribeThemeAliasCommandInput,
|
|
24
|
+
DescribeThemeAliasCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeThemeAliasCommandInput;
|
|
28
|
+
constructor(input: DescribeThemeAliasCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,18 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DescribeThemeRequest } from "../models/models_0";
|
|
9
|
+
import { DescribeThemeResponse } from "../models/models_1";
|
|
10
|
+
import {
|
|
11
|
+
QuickSightClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../QuickSightClient";
|
|
15
|
+
export interface DescribeThemeCommandInput extends DescribeThemeRequest {}
|
|
16
|
+
export interface DescribeThemeCommandOutput
|
|
17
|
+
extends DescribeThemeResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class DescribeThemeCommand extends $Command<
|
|
20
|
+
DescribeThemeCommandInput,
|
|
21
|
+
DescribeThemeCommandOutput,
|
|
22
|
+
QuickSightClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeThemeCommandInput;
|
|
25
|
+
constructor(input: DescribeThemeCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: QuickSightClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DescribeThemeCommandInput, DescribeThemeCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeThemePermissionsRequest,
|
|
10
|
+
DescribeThemePermissionsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeThemePermissionsCommandInput
|
|
18
|
+
extends DescribeThemePermissionsRequest {}
|
|
19
|
+
export interface DescribeThemePermissionsCommandOutput
|
|
20
|
+
extends DescribeThemePermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeThemePermissionsCommand extends $Command<
|
|
23
|
+
DescribeThemePermissionsCommandInput,
|
|
24
|
+
DescribeThemePermissionsCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeThemePermissionsCommandInput;
|
|
28
|
+
constructor(input: DescribeThemePermissionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeThemePermissionsCommandInput,
|
|
35
|
+
DescribeThemePermissionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DescribeUserRequest, DescribeUserResponse } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
QuickSightClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../QuickSightClient";
|
|
14
|
+
export interface DescribeUserCommandInput extends DescribeUserRequest {}
|
|
15
|
+
export interface DescribeUserCommandOutput
|
|
16
|
+
extends DescribeUserResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeUserCommand extends $Command<
|
|
19
|
+
DescribeUserCommandInput,
|
|
20
|
+
DescribeUserCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeUserCommandInput;
|
|
24
|
+
constructor(input: DescribeUserCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: QuickSightClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GenerateEmbedUrlForAnonymousUserRequest,
|
|
10
|
+
GenerateEmbedUrlForAnonymousUserResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface GenerateEmbedUrlForAnonymousUserCommandInput
|
|
18
|
+
extends GenerateEmbedUrlForAnonymousUserRequest {}
|
|
19
|
+
export interface GenerateEmbedUrlForAnonymousUserCommandOutput
|
|
20
|
+
extends GenerateEmbedUrlForAnonymousUserResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GenerateEmbedUrlForAnonymousUserCommand extends $Command<
|
|
23
|
+
GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
24
|
+
GenerateEmbedUrlForAnonymousUserCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GenerateEmbedUrlForAnonymousUserCommandInput;
|
|
28
|
+
constructor(input: GenerateEmbedUrlForAnonymousUserCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
35
|
+
GenerateEmbedUrlForAnonymousUserCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GenerateEmbedUrlForRegisteredUserRequest,
|
|
10
|
+
GenerateEmbedUrlForRegisteredUserResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface GenerateEmbedUrlForRegisteredUserCommandInput
|
|
18
|
+
extends GenerateEmbedUrlForRegisteredUserRequest {}
|
|
19
|
+
export interface GenerateEmbedUrlForRegisteredUserCommandOutput
|
|
20
|
+
extends GenerateEmbedUrlForRegisteredUserResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GenerateEmbedUrlForRegisteredUserCommand extends $Command<
|
|
23
|
+
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
24
|
+
GenerateEmbedUrlForRegisteredUserCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GenerateEmbedUrlForRegisteredUserCommandInput;
|
|
28
|
+
constructor(input: GenerateEmbedUrlForRegisteredUserCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
35
|
+
GenerateEmbedUrlForRegisteredUserCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetDashboardEmbedUrlRequest,
|
|
10
|
+
GetDashboardEmbedUrlResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface GetDashboardEmbedUrlCommandInput
|
|
18
|
+
extends GetDashboardEmbedUrlRequest {}
|
|
19
|
+
export interface GetDashboardEmbedUrlCommandOutput
|
|
20
|
+
extends GetDashboardEmbedUrlResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDashboardEmbedUrlCommand extends $Command<
|
|
23
|
+
GetDashboardEmbedUrlCommandInput,
|
|
24
|
+
GetDashboardEmbedUrlCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDashboardEmbedUrlCommandInput;
|
|
28
|
+
constructor(input: GetDashboardEmbedUrlCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDashboardEmbedUrlCommandInput,
|
|
35
|
+
GetDashboardEmbedUrlCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetSessionEmbedUrlRequest,
|
|
10
|
+
GetSessionEmbedUrlResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface GetSessionEmbedUrlCommandInput
|
|
18
|
+
extends GetSessionEmbedUrlRequest {}
|
|
19
|
+
export interface GetSessionEmbedUrlCommandOutput
|
|
20
|
+
extends GetSessionEmbedUrlResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetSessionEmbedUrlCommand extends $Command<
|
|
23
|
+
GetSessionEmbedUrlCommandInput,
|
|
24
|
+
GetSessionEmbedUrlCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSessionEmbedUrlCommandInput;
|
|
28
|
+
constructor(input: GetSessionEmbedUrlCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|