@aws-sdk/client-quicksight 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/QuickSight.d.ts +919 -71
- package/dist-types/ts3.4/QuickSightClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +17 -8
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4266 -4030
- package/dist-types/ts3.4/models/models_1.d.ts +3823 -81
- 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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DescribeDataSourceRequest,
|
|
10
|
+
DescribeDataSourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeDataSourceCommandInput
|
|
18
|
+
extends DescribeDataSourceRequest {}
|
|
19
|
+
export interface DescribeDataSourceCommandOutput
|
|
20
|
+
extends DescribeDataSourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDataSourceCommand extends $Command<
|
|
24
|
+
DescribeDataSourceCommandInput,
|
|
25
|
+
DescribeDataSourceCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDataSourceCommandInput;
|
|
29
|
+
constructor(input: DescribeDataSourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeDataSourcePermissionsRequest,
|
|
10
|
+
DescribeDataSourcePermissionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeDataSourcePermissionsCommandInput
|
|
18
|
+
extends DescribeDataSourcePermissionsRequest {}
|
|
19
|
+
export interface DescribeDataSourcePermissionsCommandOutput
|
|
20
|
+
extends DescribeDataSourcePermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDataSourcePermissionsCommand extends $Command<
|
|
24
|
+
DescribeDataSourcePermissionsCommandInput,
|
|
25
|
+
DescribeDataSourcePermissionsCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDataSourcePermissionsCommandInput;
|
|
29
|
+
constructor(input: DescribeDataSourcePermissionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDataSourcePermissionsCommandInput,
|
|
37
|
+
DescribeDataSourcePermissionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeFolderRequest,
|
|
10
|
+
DescribeFolderResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeFolderCommandInput extends DescribeFolderRequest {}
|
|
18
|
+
export interface DescribeFolderCommandOutput
|
|
19
|
+
extends DescribeFolderResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeFolderCommand extends $Command<
|
|
23
|
+
DescribeFolderCommandInput,
|
|
24
|
+
DescribeFolderCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeFolderCommandInput;
|
|
28
|
+
constructor(input: DescribeFolderCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: QuickSightClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeFolderCommandInput, DescribeFolderCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeFolderPermissionsRequest,
|
|
10
|
+
DescribeFolderPermissionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeFolderPermissionsCommandInput
|
|
18
|
+
extends DescribeFolderPermissionsRequest {}
|
|
19
|
+
export interface DescribeFolderPermissionsCommandOutput
|
|
20
|
+
extends DescribeFolderPermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeFolderPermissionsCommand extends $Command<
|
|
24
|
+
DescribeFolderPermissionsCommandInput,
|
|
25
|
+
DescribeFolderPermissionsCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeFolderPermissionsCommandInput;
|
|
29
|
+
constructor(input: DescribeFolderPermissionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeFolderPermissionsCommandInput,
|
|
37
|
+
DescribeFolderPermissionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeFolderResolvedPermissionsRequest,
|
|
10
|
+
DescribeFolderResolvedPermissionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeFolderResolvedPermissionsCommandInput
|
|
18
|
+
extends DescribeFolderResolvedPermissionsRequest {}
|
|
19
|
+
export interface DescribeFolderResolvedPermissionsCommandOutput
|
|
20
|
+
extends DescribeFolderResolvedPermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeFolderResolvedPermissionsCommand extends $Command<
|
|
24
|
+
DescribeFolderResolvedPermissionsCommandInput,
|
|
25
|
+
DescribeFolderResolvedPermissionsCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeFolderResolvedPermissionsCommandInput;
|
|
29
|
+
constructor(input: DescribeFolderResolvedPermissionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeFolderResolvedPermissionsCommandInput,
|
|
37
|
+
DescribeFolderResolvedPermissionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeGroupRequest,
|
|
10
|
+
DescribeGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeGroupCommandInput extends DescribeGroupRequest {}
|
|
18
|
+
export interface DescribeGroupCommandOutput
|
|
19
|
+
extends DescribeGroupResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeGroupCommand extends $Command<
|
|
23
|
+
DescribeGroupCommandInput,
|
|
24
|
+
DescribeGroupCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeGroupCommandInput;
|
|
28
|
+
constructor(input: DescribeGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: QuickSightClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeGroupCommandInput, DescribeGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeGroupMembershipRequest,
|
|
10
|
+
DescribeGroupMembershipResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeGroupMembershipCommandInput
|
|
18
|
+
extends DescribeGroupMembershipRequest {}
|
|
19
|
+
export interface DescribeGroupMembershipCommandOutput
|
|
20
|
+
extends DescribeGroupMembershipResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeGroupMembershipCommand extends $Command<
|
|
24
|
+
DescribeGroupMembershipCommandInput,
|
|
25
|
+
DescribeGroupMembershipCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeGroupMembershipCommandInput;
|
|
29
|
+
constructor(input: DescribeGroupMembershipCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeGroupMembershipCommandInput,
|
|
37
|
+
DescribeGroupMembershipCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeIAMPolicyAssignmentRequest,
|
|
10
|
+
DescribeIAMPolicyAssignmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeIAMPolicyAssignmentCommandInput
|
|
18
|
+
extends DescribeIAMPolicyAssignmentRequest {}
|
|
19
|
+
export interface DescribeIAMPolicyAssignmentCommandOutput
|
|
20
|
+
extends DescribeIAMPolicyAssignmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeIAMPolicyAssignmentCommand extends $Command<
|
|
24
|
+
DescribeIAMPolicyAssignmentCommandInput,
|
|
25
|
+
DescribeIAMPolicyAssignmentCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeIAMPolicyAssignmentCommandInput;
|
|
29
|
+
constructor(input: DescribeIAMPolicyAssignmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeIAMPolicyAssignmentCommandInput,
|
|
37
|
+
DescribeIAMPolicyAssignmentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DescribeIngestionRequest,
|
|
10
|
+
DescribeIngestionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeIngestionCommandInput
|
|
18
|
+
extends DescribeIngestionRequest {}
|
|
19
|
+
export interface DescribeIngestionCommandOutput
|
|
20
|
+
extends DescribeIngestionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeIngestionCommand extends $Command<
|
|
24
|
+
DescribeIngestionCommandInput,
|
|
25
|
+
DescribeIngestionCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeIngestionCommandInput;
|
|
29
|
+
constructor(input: DescribeIngestionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeIngestionCommandInput, DescribeIngestionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeIpRestrictionRequest,
|
|
10
|
+
DescribeIpRestrictionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeIpRestrictionCommandInput
|
|
18
|
+
extends DescribeIpRestrictionRequest {}
|
|
19
|
+
export interface DescribeIpRestrictionCommandOutput
|
|
20
|
+
extends DescribeIpRestrictionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeIpRestrictionCommand extends $Command<
|
|
24
|
+
DescribeIpRestrictionCommandInput,
|
|
25
|
+
DescribeIpRestrictionCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeIpRestrictionCommandInput;
|
|
29
|
+
constructor(input: DescribeIpRestrictionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeIpRestrictionCommandInput,
|
|
37
|
+
DescribeIpRestrictionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DescribeNamespaceRequest,
|
|
10
|
+
DescribeNamespaceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
QuickSightClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../QuickSightClient";
|
|
17
|
+
export interface DescribeNamespaceCommandInput
|
|
18
|
+
extends DescribeNamespaceRequest {}
|
|
19
|
+
export interface DescribeNamespaceCommandOutput
|
|
20
|
+
extends DescribeNamespaceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeNamespaceCommand extends $Command<
|
|
24
|
+
DescribeNamespaceCommandInput,
|
|
25
|
+
DescribeNamespaceCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeNamespaceCommandInput;
|
|
29
|
+
constructor(input: DescribeNamespaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|