@aws-sdk/client-quicksight 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/QuickSightServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +206 -6
- package/dist-cjs/models/models_1.js +79 -3
- package/dist-cjs/protocols/Aws_restJson1.js +1438 -5945
- package/dist-es/index.js +1 -0
- package/dist-es/models/QuickSightServiceException.js +12 -0
- package/dist-es/models/models_0.js +188 -1
- package/dist-es/models/models_1.js +72 -1
- package/dist-es/protocols/Aws_restJson1.js +3090 -6425
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/QuickSightServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +93 -40
- package/dist-types/models/models_1.d.ts +37 -16
- package/dist-types/ts3.4/QuickSight.d.ts +384 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +188 -0
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +8 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +115 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/QuickSightServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4520 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1935 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDashboardVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTemplateAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTemplateVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListThemeVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchDashboardsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +15 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +347 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeTemplateRequest, DescribeTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface DescribeTemplateCommandInput extends DescribeTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeTemplateCommand extends $Command<DescribeTemplateCommandInput, DescribeTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeTemplateCommandInput;
|
|
12
|
+
constructor(input: DescribeTemplateCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTemplateCommandInput, DescribeTemplateCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_0";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface DescribeTemplatePermissionsCommandInput extends DescribeTemplatePermissionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeTemplatePermissionsCommandOutput extends DescribeTemplatePermissionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeTemplatePermissionsCommand extends $Command<DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeTemplatePermissionsCommandInput;
|
|
12
|
+
constructor(input: DescribeTemplatePermissionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_0";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface DescribeThemeAliasCommandInput extends DescribeThemeAliasRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeThemeAliasCommand extends $Command<DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeThemeAliasCommandInput;
|
|
12
|
+
constructor(input: DescribeThemeAliasCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_0";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface DescribeThemeCommandInput extends DescribeThemeRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeThemeCommand extends $Command<DescribeThemeCommandInput, DescribeThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeThemeCommandInput;
|
|
12
|
+
constructor(input: DescribeThemeCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeThemeCommandInput, DescribeThemeCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_0";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface DescribeThemePermissionsCommandInput extends DescribeThemePermissionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeThemePermissionsCommandOutput extends DescribeThemePermissionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeThemePermissionsCommand extends $Command<DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeThemePermissionsCommandInput;
|
|
12
|
+
constructor(input: DescribeThemePermissionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeUserRequest } from "../models/models_0";
|
|
4
|
+
import { DescribeUserResponse } from "../models/models_1";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
export interface DescribeUserCommandInput extends DescribeUserRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface DescribeUserCommandOutput extends DescribeUserResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
12
|
+
readonly input: DescribeUserCommandInput;
|
|
13
|
+
constructor(input: DescribeUserCommandInput);
|
|
14
|
+
|
|
15
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
|
|
16
|
+
private serialize;
|
|
17
|
+
private deserialize;
|
|
18
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GenerateEmbedUrlForAnonymousUserRequest, GenerateEmbedUrlForAnonymousUserResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface GenerateEmbedUrlForAnonymousUserCommandInput extends GenerateEmbedUrlForAnonymousUserRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateEmbedUrlForAnonymousUserResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GenerateEmbedUrlForAnonymousUserCommand extends $Command<GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: GenerateEmbedUrlForAnonymousUserCommandInput;
|
|
12
|
+
constructor(input: GenerateEmbedUrlForAnonymousUserCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GenerateEmbedUrlForRegisteredUserRequest, GenerateEmbedUrlForRegisteredUserResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface GenerateEmbedUrlForRegisteredUserCommandInput extends GenerateEmbedUrlForRegisteredUserRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends GenerateEmbedUrlForRegisteredUserResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GenerateEmbedUrlForRegisteredUserCommand extends $Command<GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: GenerateEmbedUrlForRegisteredUserCommandInput;
|
|
12
|
+
constructor(input: GenerateEmbedUrlForRegisteredUserCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetDashboardEmbedUrlRequest, GetDashboardEmbedUrlResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface GetDashboardEmbedUrlCommandInput extends GetDashboardEmbedUrlRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetDashboardEmbedUrlCommand extends $Command<GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: GetDashboardEmbedUrlCommandInput;
|
|
12
|
+
constructor(input: GetDashboardEmbedUrlCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetSessionEmbedUrlRequest, GetSessionEmbedUrlResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface GetSessionEmbedUrlCommandInput extends GetSessionEmbedUrlRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetSessionEmbedUrlCommand extends $Command<GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: GetSessionEmbedUrlCommandInput;
|
|
12
|
+
constructor(input: GetSessionEmbedUrlCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListAnalysesRequest, ListAnalysesResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListAnalysesCommandInput extends ListAnalysesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListAnalysesCommand extends $Command<ListAnalysesCommandInput, ListAnalysesCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListAnalysesCommandInput;
|
|
12
|
+
constructor(input: ListAnalysesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnalysesCommandInput, ListAnalysesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListDashboardVersionsRequest, ListDashboardVersionsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListDashboardVersionsCommandInput extends ListDashboardVersionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDashboardVersionsCommandOutput extends ListDashboardVersionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListDashboardVersionsCommand extends $Command<ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListDashboardVersionsCommandInput;
|
|
12
|
+
constructor(input: ListDashboardVersionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListDashboardsCommandInput extends ListDashboardsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListDashboardsCommandInput;
|
|
12
|
+
constructor(input: ListDashboardsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListDataSetsCommandInput extends ListDataSetsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListDataSourcesCommandInput;
|
|
12
|
+
constructor(input: ListDataSourcesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListFolderMembersRequest, ListFolderMembersResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListFolderMembersCommandInput extends ListFolderMembersRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFolderMembersCommandOutput extends ListFolderMembersResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListFolderMembersCommand extends $Command<ListFolderMembersCommandInput, ListFolderMembersCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListFolderMembersCommandInput;
|
|
12
|
+
constructor(input: ListFolderMembersCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFolderMembersCommandInput, ListFolderMembersCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListFoldersRequest, ListFoldersResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListFoldersCommandInput extends ListFoldersRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFoldersCommandOutput extends ListFoldersResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListFoldersCommand extends $Command<ListFoldersCommandInput, ListFoldersCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListFoldersCommandInput;
|
|
12
|
+
constructor(input: ListFoldersCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFoldersCommandInput, ListFoldersCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListGroupMembershipsCommandInput extends ListGroupMembershipsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListGroupMembershipsCommand extends $Command<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListGroupMembershipsCommandInput;
|
|
12
|
+
constructor(input: ListGroupMembershipsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListGroupsCommandInput extends ListGroupsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListGroupsCommandInput;
|
|
12
|
+
constructor(input: ListGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupsCommandInput, ListGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListIAMPolicyAssignmentsRequest, ListIAMPolicyAssignmentsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListIAMPolicyAssignmentsCommandInput extends ListIAMPolicyAssignmentsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssignmentsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListIAMPolicyAssignmentsCommand extends $Command<ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListIAMPolicyAssignmentsCommandInput;
|
|
12
|
+
constructor(input: ListIAMPolicyAssignmentsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListIAMPolicyAssignmentsForUserRequest, ListIAMPolicyAssignmentsForUserResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListIAMPolicyAssignmentsForUserCommandInput extends ListIAMPolicyAssignmentsForUserRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPolicyAssignmentsForUserResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListIAMPolicyAssignmentsForUserCommand extends $Command<ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListIAMPolicyAssignmentsForUserCommandInput;
|
|
12
|
+
constructor(input: ListIAMPolicyAssignmentsForUserCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListIngestionsCommandInput extends ListIngestionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListIngestionsCommand extends $Command<ListIngestionsCommandInput, ListIngestionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListIngestionsCommandInput;
|
|
12
|
+
constructor(input: ListIngestionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIngestionsCommandInput, ListIngestionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListNamespacesCommandInput extends ListNamespacesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListNamespacesCommandInput;
|
|
12
|
+
constructor(input: ListNamespacesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNamespacesCommandInput, ListNamespacesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListTemplateAliasesRequest, ListTemplateAliasesResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListTemplateAliasesCommandInput extends ListTemplateAliasesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListTemplateAliasesCommand extends $Command<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListTemplateAliasesCommandInput;
|
|
12
|
+
constructor(input: ListTemplateAliasesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListTemplateVersionsRequest, ListTemplateVersionsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListTemplateVersionsCommandInput extends ListTemplateVersionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListTemplateVersionsCommand extends $Command<ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListTemplateVersionsCommandInput;
|
|
12
|
+
constructor(input: ListTemplateVersionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListTemplatesCommandInput extends ListTemplatesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListTemplatesCommandInput;
|
|
12
|
+
constructor(input: ListTemplatesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListThemeAliasesRequest, ListThemeAliasesResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListThemeAliasesCommandInput extends ListThemeAliasesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListThemeAliasesCommandOutput extends ListThemeAliasesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListThemeAliasesCommand extends $Command<ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListThemeAliasesCommandInput;
|
|
12
|
+
constructor(input: ListThemeAliasesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListThemeVersionsRequest, ListThemeVersionsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListThemeVersionsCommandInput extends ListThemeVersionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListThemeVersionsCommandOutput extends ListThemeVersionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListThemeVersionsCommand extends $Command<ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListThemeVersionsCommandInput;
|
|
12
|
+
constructor(input: ListThemeVersionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListThemesRequest, ListThemesResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListThemesCommandInput extends ListThemesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListThemesCommand extends $Command<ListThemesCommandInput, ListThemesCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListThemesCommandInput;
|
|
12
|
+
constructor(input: ListThemesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListThemesCommandInput, ListThemesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListUserGroupsRequest, ListUserGroupsResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListUserGroupsCommandInput extends ListUserGroupsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListUserGroupsCommand extends $Command<ListUserGroupsCommandInput, ListUserGroupsCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListUserGroupsCommandInput;
|
|
12
|
+
constructor(input: ListUserGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUserGroupsCommandInput, ListUserGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListUsersRequest, ListUsersResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface ListUsersCommandInput extends ListUsersRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: ListUsersCommandInput;
|
|
12
|
+
constructor(input: ListUsersCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUsersCommandInput, ListUsersCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RegisterUserRequest, RegisterUserResponse } from "../models/models_1";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
export interface RegisterUserCommandInput extends RegisterUserRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RegisterUserCommandOutput extends RegisterUserResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RegisterUserCommand extends $Command<RegisterUserCommandInput, RegisterUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
11
|
+
readonly input: RegisterUserCommandInput;
|
|
12
|
+
constructor(input: RegisterUserCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterUserCommandInput, RegisterUserCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|