@aws-sdk/client-quicksight 3.50.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/QuickSightServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +206 -6
- package/dist-cjs/models/models_1.js +79 -3
- package/dist-cjs/protocols/Aws_restJson1.js +1438 -5945
- package/dist-es/index.js +1 -0
- package/dist-es/models/QuickSightServiceException.js +12 -0
- package/dist-es/models/models_0.js +188 -1
- package/dist-es/models/models_1.js +72 -1
- package/dist-es/protocols/Aws_restJson1.js +3090 -6425
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/QuickSightServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +93 -40
- package/dist-types/models/models_1.d.ts +37 -16
- package/dist-types/ts3.4/QuickSight.d.ts +384 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +188 -0
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +8 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +115 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/QuickSightServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4520 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1935 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDashboardVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTemplateAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTemplateVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListThemeVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchDashboardsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +15 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +347 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from QuickSight service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class QuickSightServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,18 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
4
5
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
5
6
|
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
6
7
|
* correct permissions, and that you are using the correct access keys.</p>
|
|
7
8
|
*/
|
|
8
|
-
export
|
|
9
|
-
name: "AccessDeniedException";
|
|
10
|
-
$fault: "client";
|
|
9
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
10
|
+
readonly name: "AccessDeniedException";
|
|
11
|
+
readonly $fault: "client";
|
|
11
12
|
Message?: string;
|
|
12
13
|
/**
|
|
13
14
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
14
15
|
*/
|
|
15
16
|
RequestId?: string;
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
20
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
21
|
}
|
|
17
22
|
/**
|
|
18
23
|
* <p>The Amazon QuickSight customizations associated with your Amazon Web Services account or a QuickSight namespace in a specific Amazon Web Services Region.</p>
|
|
@@ -571,26 +576,34 @@ export declare namespace CancelIngestionResponse {
|
|
|
571
576
|
/**
|
|
572
577
|
* <p>An internal failure occurred.</p>
|
|
573
578
|
*/
|
|
574
|
-
export
|
|
575
|
-
name: "InternalFailureException";
|
|
576
|
-
$fault: "server";
|
|
579
|
+
export declare class InternalFailureException extends __BaseException {
|
|
580
|
+
readonly name: "InternalFailureException";
|
|
581
|
+
readonly $fault: "server";
|
|
577
582
|
Message?: string;
|
|
578
583
|
/**
|
|
579
584
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
580
585
|
*/
|
|
581
586
|
RequestId?: string;
|
|
587
|
+
/**
|
|
588
|
+
* @internal
|
|
589
|
+
*/
|
|
590
|
+
constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
|
|
582
591
|
}
|
|
583
592
|
/**
|
|
584
593
|
* <p>One or more parameters has a value that isn't valid.</p>
|
|
585
594
|
*/
|
|
586
|
-
export
|
|
587
|
-
name: "InvalidParameterValueException";
|
|
588
|
-
$fault: "client";
|
|
595
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
596
|
+
readonly name: "InvalidParameterValueException";
|
|
597
|
+
readonly $fault: "client";
|
|
589
598
|
Message?: string;
|
|
590
599
|
/**
|
|
591
600
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
592
601
|
*/
|
|
593
602
|
RequestId?: string;
|
|
603
|
+
/**
|
|
604
|
+
* @internal
|
|
605
|
+
*/
|
|
606
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
594
607
|
}
|
|
595
608
|
export declare enum ExceptionResourceType {
|
|
596
609
|
ACCOUNT_SETTINGS = "ACCOUNT_SETTINGS",
|
|
@@ -606,9 +619,9 @@ export declare enum ExceptionResourceType {
|
|
|
606
619
|
/**
|
|
607
620
|
* <p>The resource specified already exists. </p>
|
|
608
621
|
*/
|
|
609
|
-
export
|
|
610
|
-
name: "ResourceExistsException";
|
|
611
|
-
$fault: "client";
|
|
622
|
+
export declare class ResourceExistsException extends __BaseException {
|
|
623
|
+
readonly name: "ResourceExistsException";
|
|
624
|
+
readonly $fault: "client";
|
|
612
625
|
Message?: string;
|
|
613
626
|
/**
|
|
614
627
|
* <p>The resource type for this request.</p>
|
|
@@ -618,13 +631,17 @@ export interface ResourceExistsException extends __SmithyException, $MetadataBea
|
|
|
618
631
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
619
632
|
*/
|
|
620
633
|
RequestId?: string;
|
|
634
|
+
/**
|
|
635
|
+
* @internal
|
|
636
|
+
*/
|
|
637
|
+
constructor(opts: __ExceptionOptionType<ResourceExistsException, __BaseException>);
|
|
621
638
|
}
|
|
622
639
|
/**
|
|
623
640
|
* <p>One or more resources can't be found.</p>
|
|
624
641
|
*/
|
|
625
|
-
export
|
|
626
|
-
name: "ResourceNotFoundException";
|
|
627
|
-
$fault: "client";
|
|
642
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
643
|
+
readonly name: "ResourceNotFoundException";
|
|
644
|
+
readonly $fault: "client";
|
|
628
645
|
Message?: string;
|
|
629
646
|
/**
|
|
630
647
|
* <p>The resource type for this request.</p>
|
|
@@ -634,18 +651,26 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
634
651
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
635
652
|
*/
|
|
636
653
|
RequestId?: string;
|
|
654
|
+
/**
|
|
655
|
+
* @internal
|
|
656
|
+
*/
|
|
657
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
637
658
|
}
|
|
638
659
|
/**
|
|
639
660
|
* <p>Access is throttled.</p>
|
|
640
661
|
*/
|
|
641
|
-
export
|
|
642
|
-
name: "ThrottlingException";
|
|
643
|
-
$fault: "client";
|
|
662
|
+
export declare class ThrottlingException extends __BaseException {
|
|
663
|
+
readonly name: "ThrottlingException";
|
|
664
|
+
readonly $fault: "client";
|
|
644
665
|
Message?: string;
|
|
645
666
|
/**
|
|
646
667
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
647
668
|
*/
|
|
648
669
|
RequestId?: string;
|
|
670
|
+
/**
|
|
671
|
+
* @internal
|
|
672
|
+
*/
|
|
673
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
649
674
|
}
|
|
650
675
|
export declare enum ColumnDataType {
|
|
651
676
|
DATETIME = "DATETIME",
|
|
@@ -858,23 +883,31 @@ export declare enum ColumnTagName {
|
|
|
858
883
|
* <p>A resource is already in a state that indicates an operation is happening that must complete
|
|
859
884
|
* before a new update can be applied.</p>
|
|
860
885
|
*/
|
|
861
|
-
export
|
|
862
|
-
name: "ConcurrentUpdatingException";
|
|
863
|
-
$fault: "server";
|
|
886
|
+
export declare class ConcurrentUpdatingException extends __BaseException {
|
|
887
|
+
readonly name: "ConcurrentUpdatingException";
|
|
888
|
+
readonly $fault: "server";
|
|
864
889
|
Message?: string;
|
|
865
890
|
RequestId?: string;
|
|
891
|
+
/**
|
|
892
|
+
* @internal
|
|
893
|
+
*/
|
|
894
|
+
constructor(opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>);
|
|
866
895
|
}
|
|
867
896
|
/**
|
|
868
897
|
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
869
898
|
*/
|
|
870
|
-
export
|
|
871
|
-
name: "ConflictException";
|
|
872
|
-
$fault: "client";
|
|
899
|
+
export declare class ConflictException extends __BaseException {
|
|
900
|
+
readonly name: "ConflictException";
|
|
901
|
+
readonly $fault: "client";
|
|
873
902
|
Message?: string;
|
|
874
903
|
/**
|
|
875
904
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
876
905
|
*/
|
|
877
906
|
RequestId?: string;
|
|
907
|
+
/**
|
|
908
|
+
* @internal
|
|
909
|
+
*/
|
|
910
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
878
911
|
}
|
|
879
912
|
/**
|
|
880
913
|
* <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
|
|
@@ -962,9 +995,9 @@ export declare namespace CreateAccountCustomizationResponse {
|
|
|
962
995
|
/**
|
|
963
996
|
* <p>This resource is currently unavailable.</p>
|
|
964
997
|
*/
|
|
965
|
-
export
|
|
966
|
-
name: "ResourceUnavailableException";
|
|
967
|
-
$fault: "server";
|
|
998
|
+
export declare class ResourceUnavailableException extends __BaseException {
|
|
999
|
+
readonly name: "ResourceUnavailableException";
|
|
1000
|
+
readonly $fault: "server";
|
|
968
1001
|
Message?: string;
|
|
969
1002
|
/**
|
|
970
1003
|
* <p>The resource type for this request.</p>
|
|
@@ -974,6 +1007,10 @@ export interface ResourceUnavailableException extends __SmithyException, $Metada
|
|
|
974
1007
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
975
1008
|
*/
|
|
976
1009
|
RequestId?: string;
|
|
1010
|
+
/**
|
|
1011
|
+
* @internal
|
|
1012
|
+
*/
|
|
1013
|
+
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
977
1014
|
}
|
|
978
1015
|
/**
|
|
979
1016
|
* <p>A date-time parameter.</p>
|
|
@@ -1196,14 +1233,18 @@ export declare namespace CreateAnalysisResponse {
|
|
|
1196
1233
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
1197
1234
|
* capability is available in every edition.</p>
|
|
1198
1235
|
*/
|
|
1199
|
-
export
|
|
1200
|
-
name: "UnsupportedUserEditionException";
|
|
1201
|
-
$fault: "client";
|
|
1236
|
+
export declare class UnsupportedUserEditionException extends __BaseException {
|
|
1237
|
+
readonly name: "UnsupportedUserEditionException";
|
|
1238
|
+
readonly $fault: "client";
|
|
1202
1239
|
Message?: string;
|
|
1203
1240
|
/**
|
|
1204
1241
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
1205
1242
|
*/
|
|
1206
1243
|
RequestId?: string;
|
|
1244
|
+
/**
|
|
1245
|
+
* @internal
|
|
1246
|
+
*/
|
|
1247
|
+
constructor(opts: __ExceptionOptionType<UnsupportedUserEditionException, __BaseException>);
|
|
1207
1248
|
}
|
|
1208
1249
|
/**
|
|
1209
1250
|
* <p>A transform operation that creates calculated columns. Columns created in one such
|
|
@@ -2217,9 +2258,9 @@ export declare namespace CreateDataSetResponse {
|
|
|
2217
2258
|
/**
|
|
2218
2259
|
* <p>A limit is exceeded.</p>
|
|
2219
2260
|
*/
|
|
2220
|
-
export
|
|
2221
|
-
name: "LimitExceededException";
|
|
2222
|
-
$fault: "client";
|
|
2261
|
+
export declare class LimitExceededException extends __BaseException {
|
|
2262
|
+
readonly name: "LimitExceededException";
|
|
2263
|
+
readonly $fault: "client";
|
|
2223
2264
|
Message?: string;
|
|
2224
2265
|
/**
|
|
2225
2266
|
* <p>Limit exceeded.</p>
|
|
@@ -2229,6 +2270,10 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
2229
2270
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
2230
2271
|
*/
|
|
2231
2272
|
RequestId?: string;
|
|
2273
|
+
/**
|
|
2274
|
+
* @internal
|
|
2275
|
+
*/
|
|
2276
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
2232
2277
|
}
|
|
2233
2278
|
/**
|
|
2234
2279
|
* <p>The required parameters for connecting to an Exasol data source.</p>
|
|
@@ -3675,14 +3720,18 @@ export declare namespace CreateGroupResponse {
|
|
|
3675
3720
|
/**
|
|
3676
3721
|
* <p>One or more preconditions aren't met.</p>
|
|
3677
3722
|
*/
|
|
3678
|
-
export
|
|
3679
|
-
name: "PreconditionNotMetException";
|
|
3680
|
-
$fault: "client";
|
|
3723
|
+
export declare class PreconditionNotMetException extends __BaseException {
|
|
3724
|
+
readonly name: "PreconditionNotMetException";
|
|
3725
|
+
readonly $fault: "client";
|
|
3681
3726
|
Message?: string;
|
|
3682
3727
|
/**
|
|
3683
3728
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
3684
3729
|
*/
|
|
3685
3730
|
RequestId?: string;
|
|
3731
|
+
/**
|
|
3732
|
+
* @internal
|
|
3733
|
+
*/
|
|
3734
|
+
constructor(opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>);
|
|
3686
3735
|
}
|
|
3687
3736
|
export interface CreateGroupMembershipRequest {
|
|
3688
3737
|
/**
|
|
@@ -6552,14 +6601,18 @@ export declare namespace DescribeIAMPolicyAssignmentResponse {
|
|
|
6552
6601
|
/**
|
|
6553
6602
|
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
6554
6603
|
*/
|
|
6555
|
-
export
|
|
6556
|
-
name: "InvalidNextTokenException";
|
|
6557
|
-
$fault: "client";
|
|
6604
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
6605
|
+
readonly name: "InvalidNextTokenException";
|
|
6606
|
+
readonly $fault: "client";
|
|
6558
6607
|
Message?: string;
|
|
6559
6608
|
/**
|
|
6560
6609
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
6561
6610
|
*/
|
|
6562
6611
|
RequestId?: string;
|
|
6612
|
+
/**
|
|
6613
|
+
* @internal
|
|
6614
|
+
*/
|
|
6615
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
6563
6616
|
}
|
|
6564
6617
|
export interface DescribeIngestionRequest {
|
|
6565
6618
|
/**
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { _Parameters, AccountCustomization, ActiveIAMPolicyAssignment, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionSummary, DataSetImportMode, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, FieldFolder, FilterOperator, FolderType, Group, GroupMember, IdentityType, Ingestion, LinkSharingConfiguration, LogicalTable, NamespaceInfoV2, PhysicalTable, ResourcePermission, ResourceStatus, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, ThemeAlias, ThemeConfiguration, ThemeType, VpcConnectionProperties } from "./models_0";
|
|
3
|
+
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
3
4
|
export declare enum UserRole {
|
|
4
5
|
ADMIN = "ADMIN",
|
|
5
6
|
AUTHOR = "AUTHOR",
|
|
@@ -128,14 +129,18 @@ export declare namespace DescribeUserResponse {
|
|
|
128
129
|
* <p>The domain specified isn't on the allow list. All domains for embedded dashboards must be
|
|
129
130
|
* added to the approved list by an Amazon QuickSight admin.</p>
|
|
130
131
|
*/
|
|
131
|
-
export
|
|
132
|
-
name: "DomainNotWhitelistedException";
|
|
133
|
-
$fault: "client";
|
|
132
|
+
export declare class DomainNotWhitelistedException extends __BaseException {
|
|
133
|
+
readonly name: "DomainNotWhitelistedException";
|
|
134
|
+
readonly $fault: "client";
|
|
134
135
|
Message?: string;
|
|
135
136
|
/**
|
|
136
137
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
137
138
|
*/
|
|
138
139
|
RequestId?: string;
|
|
140
|
+
/**
|
|
141
|
+
* @internal
|
|
142
|
+
*/
|
|
143
|
+
constructor(opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>);
|
|
139
144
|
}
|
|
140
145
|
export declare enum EmbeddingIdentityType {
|
|
141
146
|
ANONYMOUS = "ANONYMOUS",
|
|
@@ -299,14 +304,18 @@ export declare namespace GenerateEmbedUrlForAnonymousUserResponse {
|
|
|
299
304
|
* <p>The number of minutes specified for the lifetime of a session isn't valid. The session
|
|
300
305
|
* lifetime must be 15-600 minutes.</p>
|
|
301
306
|
*/
|
|
302
|
-
export
|
|
303
|
-
name: "SessionLifetimeInMinutesInvalidException";
|
|
304
|
-
$fault: "client";
|
|
307
|
+
export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
|
|
308
|
+
readonly name: "SessionLifetimeInMinutesInvalidException";
|
|
309
|
+
readonly $fault: "client";
|
|
305
310
|
Message?: string;
|
|
306
311
|
/**
|
|
307
312
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
308
313
|
*/
|
|
309
314
|
RequestId?: string;
|
|
315
|
+
/**
|
|
316
|
+
* @internal
|
|
317
|
+
*/
|
|
318
|
+
constructor(opts: __ExceptionOptionType<SessionLifetimeInMinutesInvalidException, __BaseException>);
|
|
310
319
|
}
|
|
311
320
|
/**
|
|
312
321
|
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
@@ -319,14 +328,18 @@ export interface SessionLifetimeInMinutesInvalidException extends __SmithyExcept
|
|
|
319
328
|
* </code> API operation with the
|
|
320
329
|
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
321
330
|
*/
|
|
322
|
-
export
|
|
323
|
-
name: "UnsupportedPricingPlanException";
|
|
324
|
-
$fault: "client";
|
|
331
|
+
export declare class UnsupportedPricingPlanException extends __BaseException {
|
|
332
|
+
readonly name: "UnsupportedPricingPlanException";
|
|
333
|
+
readonly $fault: "client";
|
|
325
334
|
Message?: string;
|
|
326
335
|
/**
|
|
327
336
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
328
337
|
*/
|
|
329
338
|
RequestId?: string;
|
|
339
|
+
/**
|
|
340
|
+
* @internal
|
|
341
|
+
*/
|
|
342
|
+
constructor(opts: __ExceptionOptionType<UnsupportedPricingPlanException, __BaseException>);
|
|
330
343
|
}
|
|
331
344
|
/**
|
|
332
345
|
* <p>Information about the dashboard you want to embed.</p>
|
|
@@ -518,14 +531,18 @@ export declare namespace GenerateEmbedUrlForRegisteredUserResponse {
|
|
|
518
531
|
* that requires finding a user based on a provided user name, such as
|
|
519
532
|
* <code>DeleteUser</code>, <code>DescribeUser</code>, and so on.</p>
|
|
520
533
|
*/
|
|
521
|
-
export
|
|
522
|
-
name: "QuickSightUserNotFoundException";
|
|
523
|
-
$fault: "client";
|
|
534
|
+
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
535
|
+
readonly name: "QuickSightUserNotFoundException";
|
|
536
|
+
readonly $fault: "client";
|
|
524
537
|
Message?: string;
|
|
525
538
|
/**
|
|
526
539
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
527
540
|
*/
|
|
528
541
|
RequestId?: string;
|
|
542
|
+
/**
|
|
543
|
+
* @internal
|
|
544
|
+
*/
|
|
545
|
+
constructor(opts: __ExceptionOptionType<QuickSightUserNotFoundException, __BaseException>);
|
|
529
546
|
}
|
|
530
547
|
export interface GetDashboardEmbedUrlRequest {
|
|
531
548
|
/**
|
|
@@ -636,14 +653,18 @@ export declare namespace GetDashboardEmbedUrlResponse {
|
|
|
636
653
|
* <p>The identity type specified isn't supported. Supported identity types include
|
|
637
654
|
* <code>IAM</code> and <code>QUICKSIGHT</code>.</p>
|
|
638
655
|
*/
|
|
639
|
-
export
|
|
640
|
-
name: "IdentityTypeNotSupportedException";
|
|
641
|
-
$fault: "client";
|
|
656
|
+
export declare class IdentityTypeNotSupportedException extends __BaseException {
|
|
657
|
+
readonly name: "IdentityTypeNotSupportedException";
|
|
658
|
+
readonly $fault: "client";
|
|
642
659
|
Message?: string;
|
|
643
660
|
/**
|
|
644
661
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
645
662
|
*/
|
|
646
663
|
RequestId?: string;
|
|
664
|
+
/**
|
|
665
|
+
* @internal
|
|
666
|
+
*/
|
|
667
|
+
constructor(opts: __ExceptionOptionType<IdentityTypeNotSupportedException, __BaseException>);
|
|
647
668
|
}
|
|
648
669
|
export interface GetSessionEmbedUrlRequest {
|
|
649
670
|
/**
|