@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,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
|
+
ListNamespacesRequest,
|
|
10
|
+
ListNamespacesResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface ListNamespacesCommandInput extends ListNamespacesRequest {}
|
|
18
|
+
export interface ListNamespacesCommandOutput
|
|
19
|
+
extends ListNamespacesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListNamespacesCommand extends $Command<
|
|
22
|
+
ListNamespacesCommandInput,
|
|
23
|
+
ListNamespacesCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListNamespacesCommandInput;
|
|
27
|
+
constructor(input: ListNamespacesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListNamespacesCommandInput, ListNamespacesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
ListTemplateAliasesRequest,
|
|
10
|
+
ListTemplateAliasesResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface ListTemplateAliasesCommandInput
|
|
18
|
+
extends ListTemplateAliasesRequest {}
|
|
19
|
+
export interface ListTemplateAliasesCommandOutput
|
|
20
|
+
extends ListTemplateAliasesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTemplateAliasesCommand extends $Command<
|
|
23
|
+
ListTemplateAliasesCommandInput,
|
|
24
|
+
ListTemplateAliasesCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTemplateAliasesCommandInput;
|
|
28
|
+
constructor(input: ListTemplateAliasesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
ListTemplateVersionsRequest,
|
|
10
|
+
ListTemplateVersionsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface ListTemplateVersionsCommandInput
|
|
18
|
+
extends ListTemplateVersionsRequest {}
|
|
19
|
+
export interface ListTemplateVersionsCommandOutput
|
|
20
|
+
extends ListTemplateVersionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTemplateVersionsCommand extends $Command<
|
|
23
|
+
ListTemplateVersionsCommandInput,
|
|
24
|
+
ListTemplateVersionsCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTemplateVersionsCommandInput;
|
|
28
|
+
constructor(input: ListTemplateVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListTemplateVersionsCommandInput,
|
|
35
|
+
ListTemplateVersionsCommandOutput
|
|
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
|
+
ListTemplatesRequest,
|
|
10
|
+
ListTemplatesResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface ListTemplatesCommandInput extends ListTemplatesRequest {}
|
|
18
|
+
export interface ListTemplatesCommandOutput
|
|
19
|
+
extends ListTemplatesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListTemplatesCommand extends $Command<
|
|
22
|
+
ListTemplatesCommandInput,
|
|
23
|
+
ListTemplatesCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListTemplatesCommandInput;
|
|
27
|
+
constructor(input: ListTemplatesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
ListThemeAliasesRequest,
|
|
10
|
+
ListThemeAliasesResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface ListThemeAliasesCommandInput extends ListThemeAliasesRequest {}
|
|
18
|
+
export interface ListThemeAliasesCommandOutput
|
|
19
|
+
extends ListThemeAliasesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListThemeAliasesCommand extends $Command<
|
|
22
|
+
ListThemeAliasesCommandInput,
|
|
23
|
+
ListThemeAliasesCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListThemeAliasesCommandInput;
|
|
27
|
+
constructor(input: ListThemeAliasesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
ListThemeVersionsRequest,
|
|
10
|
+
ListThemeVersionsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface ListThemeVersionsCommandInput
|
|
18
|
+
extends ListThemeVersionsRequest {}
|
|
19
|
+
export interface ListThemeVersionsCommandOutput
|
|
20
|
+
extends ListThemeVersionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListThemeVersionsCommand extends $Command<
|
|
23
|
+
ListThemeVersionsCommandInput,
|
|
24
|
+
ListThemeVersionsCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListThemeVersionsCommandInput;
|
|
28
|
+
constructor(input: ListThemeVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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 { ListThemesRequest, ListThemesResponse } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
QuickSightClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../QuickSightClient";
|
|
14
|
+
export interface ListThemesCommandInput extends ListThemesRequest {}
|
|
15
|
+
export interface ListThemesCommandOutput
|
|
16
|
+
extends ListThemesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListThemesCommand extends $Command<
|
|
19
|
+
ListThemesCommandInput,
|
|
20
|
+
ListThemesCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListThemesCommandInput;
|
|
24
|
+
constructor(input: ListThemesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: QuickSightClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListThemesCommandInput, ListThemesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
ListUserGroupsRequest,
|
|
10
|
+
ListUserGroupsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface ListUserGroupsCommandInput extends ListUserGroupsRequest {}
|
|
18
|
+
export interface ListUserGroupsCommandOutput
|
|
19
|
+
extends ListUserGroupsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListUserGroupsCommand extends $Command<
|
|
22
|
+
ListUserGroupsCommandInput,
|
|
23
|
+
ListUserGroupsCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListUserGroupsCommandInput;
|
|
27
|
+
constructor(input: ListUserGroupsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListUserGroupsCommandInput, ListUserGroupsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { ListUsersRequest, ListUsersResponse } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
QuickSightClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../QuickSightClient";
|
|
14
|
+
export interface ListUsersCommandInput extends ListUsersRequest {}
|
|
15
|
+
export interface ListUsersCommandOutput
|
|
16
|
+
extends ListUsersResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListUsersCommand extends $Command<
|
|
19
|
+
ListUsersCommandInput,
|
|
20
|
+
ListUsersCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListUsersCommandInput;
|
|
24
|
+
constructor(input: ListUsersCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: QuickSightClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListUsersCommandInput, ListUsersCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { RegisterUserRequest, RegisterUserResponse } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
QuickSightClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../QuickSightClient";
|
|
14
|
+
export interface RegisterUserCommandInput extends RegisterUserRequest {}
|
|
15
|
+
export interface RegisterUserCommandOutput
|
|
16
|
+
extends RegisterUserResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class RegisterUserCommand extends $Command<
|
|
19
|
+
RegisterUserCommandInput,
|
|
20
|
+
RegisterUserCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RegisterUserCommandInput;
|
|
24
|
+
constructor(input: RegisterUserCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: QuickSightClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RegisterUserCommandInput, RegisterUserCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|