@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
|
+
CancelIngestionRequest,
|
|
10
|
+
CancelIngestionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CancelIngestionCommandInput extends CancelIngestionRequest {}
|
|
18
|
+
export interface CancelIngestionCommandOutput
|
|
19
|
+
extends CancelIngestionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CancelIngestionCommand extends $Command<
|
|
22
|
+
CancelIngestionCommandInput,
|
|
23
|
+
CancelIngestionCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CancelIngestionCommandInput;
|
|
27
|
+
constructor(input: CancelIngestionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CancelIngestionCommandInput, CancelIngestionCommandOutput>;
|
|
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
|
+
CreateAccountCustomizationRequest,
|
|
10
|
+
CreateAccountCustomizationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CreateAccountCustomizationCommandInput
|
|
18
|
+
extends CreateAccountCustomizationRequest {}
|
|
19
|
+
export interface CreateAccountCustomizationCommandOutput
|
|
20
|
+
extends CreateAccountCustomizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAccountCustomizationCommand extends $Command<
|
|
23
|
+
CreateAccountCustomizationCommandInput,
|
|
24
|
+
CreateAccountCustomizationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAccountCustomizationCommandInput;
|
|
28
|
+
constructor(input: CreateAccountCustomizationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAccountCustomizationCommandInput,
|
|
35
|
+
CreateAccountCustomizationCommandOutput
|
|
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
|
+
CreateAccountSubscriptionRequest,
|
|
10
|
+
CreateAccountSubscriptionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CreateAccountSubscriptionCommandInput
|
|
18
|
+
extends CreateAccountSubscriptionRequest {}
|
|
19
|
+
export interface CreateAccountSubscriptionCommandOutput
|
|
20
|
+
extends CreateAccountSubscriptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAccountSubscriptionCommand extends $Command<
|
|
23
|
+
CreateAccountSubscriptionCommandInput,
|
|
24
|
+
CreateAccountSubscriptionCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAccountSubscriptionCommandInput;
|
|
28
|
+
constructor(input: CreateAccountSubscriptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAccountSubscriptionCommandInput,
|
|
35
|
+
CreateAccountSubscriptionCommandOutput
|
|
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
|
+
CreateAnalysisRequest,
|
|
10
|
+
CreateAnalysisResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CreateAnalysisCommandInput extends CreateAnalysisRequest {}
|
|
18
|
+
export interface CreateAnalysisCommandOutput
|
|
19
|
+
extends CreateAnalysisResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateAnalysisCommand extends $Command<
|
|
22
|
+
CreateAnalysisCommandInput,
|
|
23
|
+
CreateAnalysisCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateAnalysisCommandInput;
|
|
27
|
+
constructor(input: CreateAnalysisCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateAnalysisCommandInput, CreateAnalysisCommandOutput>;
|
|
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
|
+
CreateDashboardRequest,
|
|
10
|
+
CreateDashboardResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CreateDashboardCommandInput extends CreateDashboardRequest {}
|
|
18
|
+
export interface CreateDashboardCommandOutput
|
|
19
|
+
extends CreateDashboardResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDashboardCommand extends $Command<
|
|
22
|
+
CreateDashboardCommandInput,
|
|
23
|
+
CreateDashboardCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDashboardCommandInput;
|
|
27
|
+
constructor(input: CreateDashboardCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDashboardCommandInput, CreateDashboardCommandOutput>;
|
|
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
|
+
CreateDataSetRequest,
|
|
10
|
+
CreateDataSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CreateDataSetCommandInput extends CreateDataSetRequest {}
|
|
18
|
+
export interface CreateDataSetCommandOutput
|
|
19
|
+
extends CreateDataSetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDataSetCommand extends $Command<
|
|
22
|
+
CreateDataSetCommandInput,
|
|
23
|
+
CreateDataSetCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDataSetCommandInput;
|
|
27
|
+
constructor(input: CreateDataSetCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDataSetCommandInput, CreateDataSetCommandOutput>;
|
|
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
|
+
CreateDataSourceRequest,
|
|
10
|
+
CreateDataSourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
|
|
18
|
+
export interface CreateDataSourceCommandOutput
|
|
19
|
+
extends CreateDataSourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDataSourceCommand extends $Command<
|
|
22
|
+
CreateDataSourceCommandInput,
|
|
23
|
+
CreateDataSourceCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDataSourceCommandInput;
|
|
27
|
+
constructor(input: CreateDataSourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QuickSightClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
|
|
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 { CreateFolderRequest, CreateFolderResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
QuickSightClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../QuickSightClient";
|
|
14
|
+
export interface CreateFolderCommandInput extends CreateFolderRequest {}
|
|
15
|
+
export interface CreateFolderCommandOutput
|
|
16
|
+
extends CreateFolderResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateFolderCommand extends $Command<
|
|
19
|
+
CreateFolderCommandInput,
|
|
20
|
+
CreateFolderCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateFolderCommandInput;
|
|
24
|
+
constructor(input: CreateFolderCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: QuickSightClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateFolderCommandInput, CreateFolderCommandOutput>;
|
|
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
|
+
CreateFolderMembershipRequest,
|
|
10
|
+
CreateFolderMembershipResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CreateFolderMembershipCommandInput
|
|
18
|
+
extends CreateFolderMembershipRequest {}
|
|
19
|
+
export interface CreateFolderMembershipCommandOutput
|
|
20
|
+
extends CreateFolderMembershipResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateFolderMembershipCommand extends $Command<
|
|
23
|
+
CreateFolderMembershipCommandInput,
|
|
24
|
+
CreateFolderMembershipCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateFolderMembershipCommandInput;
|
|
28
|
+
constructor(input: CreateFolderMembershipCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateFolderMembershipCommandInput,
|
|
35
|
+
CreateFolderMembershipCommandOutput
|
|
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 { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
QuickSightClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../QuickSightClient";
|
|
14
|
+
export interface CreateGroupCommandInput extends CreateGroupRequest {}
|
|
15
|
+
export interface CreateGroupCommandOutput
|
|
16
|
+
extends CreateGroupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateGroupCommand extends $Command<
|
|
19
|
+
CreateGroupCommandInput,
|
|
20
|
+
CreateGroupCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateGroupCommandInput;
|
|
24
|
+
constructor(input: CreateGroupCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: QuickSightClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
|
|
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
|
+
CreateGroupMembershipRequest,
|
|
10
|
+
CreateGroupMembershipResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface CreateGroupMembershipCommandInput
|
|
18
|
+
extends CreateGroupMembershipRequest {}
|
|
19
|
+
export interface CreateGroupMembershipCommandOutput
|
|
20
|
+
extends CreateGroupMembershipResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateGroupMembershipCommand extends $Command<
|
|
23
|
+
CreateGroupMembershipCommandInput,
|
|
24
|
+
CreateGroupMembershipCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateGroupMembershipCommandInput;
|
|
28
|
+
constructor(input: CreateGroupMembershipCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: QuickSightClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateGroupMembershipCommandInput,
|
|
35
|
+
CreateGroupMembershipCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|