@aws-sdk/client-quicksight 3.295.0 → 3.297.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/dist-types/QuickSight.d.ts +127 -0
- package/dist-types/QuickSightClient.d.ts +24 -4
- package/dist-types/commands/CancelIngestionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +16 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +16 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +16 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +16 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +16 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +16 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +16 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +16 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListThemesCommand.d.ts +16 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +16 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +16 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +16 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +16 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
- package/dist-types/models/QuickSightServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +422 -0
- package/dist-types/models/models_1.d.ts +416 -4
- package/dist-types/models/models_2.d.ts +629 -0
- package/dist-types/models/models_3.d.ts +360 -3
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThemesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchDashboardsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchDataSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateIAMPolicyAssignmentRequest, CreateIAMPolicyAssignmentResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateIAMPolicyAssignmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateIAMPolicyAssignmentCommandInput extends CreateIAMPolicyAssignmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateIAMPolicyAssignmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyAssignmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name
|
|
18
23
|
* (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight.
|
|
19
24
|
* Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces,
|
|
@@ -28,6 +33,8 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateIAMPolicyAssignmentCommandInput - {@link CreateIAMPolicyAssignmentCommandInput}
|
|
37
|
+
* @returns {@link CreateIAMPolicyAssignmentCommandOutput}
|
|
31
38
|
* @see {@link CreateIAMPolicyAssignmentCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateIAMPolicyAssignmentCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA
|
|
|
62
69
|
export declare class CreateIAMPolicyAssignmentCommand extends $Command<CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
63
70
|
readonly input: CreateIAMPolicyAssignmentCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: CreateIAMPolicyAssignmentCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateIngestionRequest, CreateIngestionResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateIngestionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateIngestionCommandInput extends CreateIngestionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateIngestionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateIngestionCommandOutput extends CreateIngestionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in
|
|
18
23
|
* an Enterprise edition account 32 times in a 24-hour period. You can manually refresh
|
|
19
24
|
* datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period
|
|
@@ -31,6 +36,8 @@ export interface CreateIngestionCommandOutput extends CreateIngestionResponse, _
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param CreateIngestionCommandInput - {@link CreateIngestionCommandInput}
|
|
40
|
+
* @returns {@link CreateIngestionCommandOutput}
|
|
34
41
|
* @see {@link CreateIngestionCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link CreateIngestionCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface CreateIngestionCommandOutput extends CreateIngestionResponse, _
|
|
|
64
71
|
export declare class CreateIngestionCommand extends $Command<CreateIngestionCommandInput, CreateIngestionCommandOutput, QuickSightClientResolvedConfig> {
|
|
65
72
|
readonly input: CreateIngestionCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: CreateIngestionCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIngestionCommandInput, CreateIngestionCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateNamespaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateNamespaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.</p>
|
|
18
23
|
* <p>A namespace allows you to isolate the Amazon QuickSight users and groups that are registered
|
|
19
24
|
* for that namespace. Users that access the namespace can share assets only with other
|
|
@@ -32,6 +37,8 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param CreateNamespaceCommandInput - {@link CreateNamespaceCommandInput}
|
|
41
|
+
* @returns {@link CreateNamespaceCommandOutput}
|
|
35
42
|
* @see {@link CreateNamespaceCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link CreateNamespaceCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -74,11 +81,20 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
|
|
|
74
81
|
export declare class CreateNamespaceCommand extends $Command<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, QuickSightClientResolvedConfig> {
|
|
75
82
|
readonly input: CreateNamespaceCommandInput;
|
|
76
83
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
77
87
|
constructor(input: CreateNamespaceCommandInput);
|
|
78
88
|
/**
|
|
79
89
|
* @internal
|
|
80
90
|
*/
|
|
81
91
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNamespaceCommandInput, CreateNamespaceCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
82
95
|
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
83
99
|
private deserialize;
|
|
84
100
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateTemplateAliasRequest, CreateTemplateAliasResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateTemplateAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateTemplateAliasCommandInput extends CreateTemplateAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateTemplateAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateTemplateAliasCommandOutput extends CreateTemplateAliasResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a template alias for a template.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateTemplateAliasCommandOutput extends CreateTemplateAliasRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateTemplateAliasCommandInput - {@link CreateTemplateAliasCommandInput}
|
|
34
|
+
* @returns {@link CreateTemplateAliasCommandOutput}
|
|
28
35
|
* @see {@link CreateTemplateAliasCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateTemplateAliasCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface CreateTemplateAliasCommandOutput extends CreateTemplateAliasRes
|
|
|
58
65
|
export declare class CreateTemplateAliasCommand extends $Command<CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
59
66
|
readonly input: CreateTemplateAliasCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: CreateTemplateAliasCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateTemplateCommandInput extends CreateTemplateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a template either from a <code>TemplateDefinition</code> or from an existing Amazon QuickSight analysis or template. You can use the resulting
|
|
18
23
|
* template to create additional dashboards, templates, or analyses.</p>
|
|
19
24
|
* <p>A <i>template</i> is an entity in Amazon QuickSight that encapsulates the metadata
|
|
@@ -32,6 +37,8 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param CreateTemplateCommandInput - {@link CreateTemplateCommandInput}
|
|
41
|
+
* @returns {@link CreateTemplateCommandOutput}
|
|
35
42
|
* @see {@link CreateTemplateCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link CreateTemplateCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -74,11 +81,20 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
74
81
|
export declare class CreateTemplateCommand extends $Command<CreateTemplateCommandInput, CreateTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
75
82
|
readonly input: CreateTemplateCommandInput;
|
|
76
83
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
77
87
|
constructor(input: CreateTemplateCommandInput);
|
|
78
88
|
/**
|
|
79
89
|
* @internal
|
|
80
90
|
*/
|
|
81
91
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTemplateCommandInput, CreateTemplateCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
82
95
|
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
83
99
|
private deserialize;
|
|
84
100
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateThemeAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateThemeAliasCommandInput extends CreateThemeAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateThemeAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateThemeAliasCommandOutput extends CreateThemeAliasResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a theme alias for a theme.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateThemeAliasCommandOutput extends CreateThemeAliasResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateThemeAliasCommandInput - {@link CreateThemeAliasCommandInput}
|
|
34
|
+
* @returns {@link CreateThemeAliasCommandOutput}
|
|
28
35
|
* @see {@link CreateThemeAliasCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateThemeAliasCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface CreateThemeAliasCommandOutput extends CreateThemeAliasResponse,
|
|
|
61
68
|
export declare class CreateThemeAliasCommand extends $Command<CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
62
69
|
readonly input: CreateThemeAliasCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: CreateThemeAliasCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateThemeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateThemeCommandInput extends CreateThemeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateThemeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateThemeCommandOutput extends CreateThemeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a theme.</p>
|
|
18
23
|
* <p>A <i>theme</i> is set of configuration options for color and layout.
|
|
19
24
|
* Themes apply to analyses and dashboards. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html">Using
|
|
@@ -28,6 +33,8 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateThemeCommandInput - {@link CreateThemeCommandInput}
|
|
37
|
+
* @returns {@link CreateThemeCommandOutput}
|
|
31
38
|
* @see {@link CreateThemeCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateThemeCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
67
74
|
export declare class CreateThemeCommand extends $Command<CreateThemeCommandInput, CreateThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
68
75
|
readonly input: CreateThemeCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: CreateThemeCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateThemeCommandInput, CreateThemeCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAccountCustomizationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAccountCustomizationCommandInput extends DeleteAccountCustomizationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAccountCustomizationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAccountCustomizationCommandOutput extends DeleteAccountCustomizationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified
|
|
18
23
|
* Amazon Web Services account and Amazon QuickSight namespace.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteAccountCustomizationCommandOutput extends DeleteAccountCu
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteAccountCustomizationCommandInput - {@link DeleteAccountCustomizationCommandInput}
|
|
35
|
+
* @returns {@link DeleteAccountCustomizationCommandOutput}
|
|
29
36
|
* @see {@link DeleteAccountCustomizationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteAccountCustomizationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface DeleteAccountCustomizationCommandOutput extends DeleteAccountCu
|
|
|
59
66
|
export declare class DeleteAccountCustomizationCommand extends $Command<DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
|
|
60
67
|
readonly input: DeleteAccountCustomizationCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: DeleteAccountCustomizationCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAccountSubscriptionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAccountSubscriptionCommandInput extends DeleteAccountSubscriptionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAccountSubscriptionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAccountSubscriptionCommandOutput extends DeleteAccountSubscriptionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Use the <code>DeleteAccountSubscription</code> operation to delete an Amazon QuickSight account. This operation will result in an error message if you have configured your account termination protection settings to <code>True</code>. To change this setting and delete your account, call the <code>UpdateAccountSettings</code> API and set the value of the <code>TerminationProtectionEnabled</code> parameter to <code>False</code>, then make another call to the <code>DeleteAccountSubscription</code> API.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteAccountSubscriptionCommandOutput extends DeleteAccountSub
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteAccountSubscriptionCommandInput - {@link DeleteAccountSubscriptionCommandInput}
|
|
34
|
+
* @returns {@link DeleteAccountSubscriptionCommandOutput}
|
|
28
35
|
* @see {@link DeleteAccountSubscriptionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteAccountSubscriptionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface DeleteAccountSubscriptionCommandOutput extends DeleteAccountSub
|
|
|
58
65
|
export declare class DeleteAccountSubscriptionCommand extends $Command<DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig> {
|
|
59
66
|
readonly input: DeleteAccountSubscriptionCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: DeleteAccountSubscriptionCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAnalysisCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAnalysisCommandInput extends DeleteAnalysisRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAnalysisCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an analysis from Amazon QuickSight. You can optionally include a recovery window during
|
|
18
23
|
* which you can restore the analysis. If you don't specify a recovery window value, the
|
|
19
24
|
* operation defaults to 30 days. Amazon QuickSight attaches a <code>DeletionTime</code> stamp to
|
|
@@ -36,6 +41,8 @@ export interface DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, __M
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param DeleteAnalysisCommandInput - {@link DeleteAnalysisCommandInput}
|
|
45
|
+
* @returns {@link DeleteAnalysisCommandOutput}
|
|
39
46
|
* @see {@link DeleteAnalysisCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link DeleteAnalysisCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, __M
|
|
|
66
73
|
export declare class DeleteAnalysisCommand extends $Command<DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput, QuickSightClientResolvedConfig> {
|
|
67
74
|
readonly input: DeleteAnalysisCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: DeleteAnalysisCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDashboardCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDashboardCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a dashboard.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteDashboardCommandInput - {@link DeleteDashboardCommandInput}
|
|
34
|
+
* @returns {@link DeleteDashboardCommandOutput}
|
|
28
35
|
* @see {@link DeleteDashboardCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteDashboardCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
|
|
|
55
62
|
export declare class DeleteDashboardCommand extends $Command<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, QuickSightClientResolvedConfig> {
|
|
56
63
|
readonly input: DeleteDashboardCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DeleteDashboardCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDashboardCommandInput, DeleteDashboardCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDataSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDataSetCommandInput extends DeleteDataSetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDataSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a dataset.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteDataSetCommandInput - {@link DeleteDataSetCommandInput}
|
|
34
|
+
* @returns {@link DeleteDataSetCommandOutput}
|
|
28
35
|
* @see {@link DeleteDataSetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteDataSetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __Met
|
|
|
52
59
|
export declare class DeleteDataSetCommand extends $Command<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, QuickSightClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteDataSetCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteDataSetCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataSetCommandInput, DeleteDataSetCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|