@aws-sdk/client-quicksight 3.121.0 → 3.128.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/QuickSight.js +30 -0
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeCommand.js +2 -1
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +64 -63
- package/dist-cjs/models/models_1.js +46 -3
- package/dist-cjs/protocols/Aws_restJson1.js +732 -775
- package/dist-es/QuickSight.js +30 -0
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +39 -0
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +39 -0
- package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
- package/dist-es/commands/DescribeThemeCommand.js +2 -1
- package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +45 -42
- package/dist-es/models/models_1.js +28 -0
- package/dist-es/protocols/Aws_restJson1.js +601 -600
- package/dist-types/QuickSight.d.ts +62 -22
- package/dist-types/QuickSightClient.d.ts +4 -2
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -5
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +62 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +3 -7
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +9 -3
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +299 -213
- package/dist-types/models/models_1.d.ts +212 -18
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/QuickSight.d.ts +10 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +116 -116
- package/dist-types/ts3.4/models/models_1.d.ts +108 -1857
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +26 -26
|
@@ -23,9 +23,27 @@ export declare namespace AccountCustomization {
|
|
|
23
23
|
}
|
|
24
24
|
export declare enum Edition {
|
|
25
25
|
ENTERPRISE = "ENTERPRISE",
|
|
26
|
+
ENTERPRISE_AND_Q = "ENTERPRISE_AND_Q",
|
|
26
27
|
STANDARD = "STANDARD"
|
|
27
28
|
}
|
|
28
29
|
|
|
30
|
+
export interface AccountInfo {
|
|
31
|
+
|
|
32
|
+
AccountName?: string;
|
|
33
|
+
|
|
34
|
+
Edition?: Edition | string;
|
|
35
|
+
|
|
36
|
+
NotificationEmail?: string;
|
|
37
|
+
|
|
38
|
+
AuthenticationType?: string;
|
|
39
|
+
|
|
40
|
+
AccountSubscriptionStatus?: string;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace AccountInfo {
|
|
43
|
+
|
|
44
|
+
const filterSensitiveLog: (obj: AccountInfo) => any;
|
|
45
|
+
}
|
|
46
|
+
|
|
29
47
|
export interface AccountSettings {
|
|
30
48
|
|
|
31
49
|
AccountName?: string;
|
|
@@ -281,6 +299,11 @@ export declare namespace AuroraPostgreSqlParameters {
|
|
|
281
299
|
|
|
282
300
|
const filterSensitiveLog: (obj: AuroraPostgreSqlParameters) => any;
|
|
283
301
|
}
|
|
302
|
+
export declare enum AuthenticationMethodOption {
|
|
303
|
+
ACTIVE_DIRECTORY = "ACTIVE_DIRECTORY",
|
|
304
|
+
IAM_AND_QUICKSIGHT = "IAM_AND_QUICKSIGHT",
|
|
305
|
+
IAM_ONLY = "IAM_ONLY"
|
|
306
|
+
}
|
|
284
307
|
|
|
285
308
|
export interface AwsIotAnalyticsParameters {
|
|
286
309
|
|
|
@@ -598,6 +621,79 @@ export declare class ResourceUnavailableException extends __BaseException {
|
|
|
598
621
|
|
|
599
622
|
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
600
623
|
}
|
|
624
|
+
export interface CreateAccountSubscriptionRequest {
|
|
625
|
+
|
|
626
|
+
Edition: Edition | string | undefined;
|
|
627
|
+
|
|
628
|
+
AuthenticationMethod: AuthenticationMethodOption | string | undefined;
|
|
629
|
+
|
|
630
|
+
AwsAccountId: string | undefined;
|
|
631
|
+
|
|
632
|
+
AccountName: string | undefined;
|
|
633
|
+
|
|
634
|
+
NotificationEmail: string | undefined;
|
|
635
|
+
|
|
636
|
+
ActiveDirectoryName?: string;
|
|
637
|
+
|
|
638
|
+
Realm?: string;
|
|
639
|
+
|
|
640
|
+
DirectoryId?: string;
|
|
641
|
+
|
|
642
|
+
AdminGroup?: string[];
|
|
643
|
+
|
|
644
|
+
AuthorGroup?: string[];
|
|
645
|
+
|
|
646
|
+
ReaderGroup?: string[];
|
|
647
|
+
|
|
648
|
+
FirstName?: string;
|
|
649
|
+
|
|
650
|
+
LastName?: string;
|
|
651
|
+
|
|
652
|
+
EmailAddress?: string;
|
|
653
|
+
|
|
654
|
+
ContactNumber?: string;
|
|
655
|
+
}
|
|
656
|
+
export declare namespace CreateAccountSubscriptionRequest {
|
|
657
|
+
|
|
658
|
+
const filterSensitiveLog: (obj: CreateAccountSubscriptionRequest) => any;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
export interface SignupResponse {
|
|
662
|
+
|
|
663
|
+
IAMUser?: boolean;
|
|
664
|
+
|
|
665
|
+
userLoginName?: string;
|
|
666
|
+
|
|
667
|
+
accountName?: string;
|
|
668
|
+
|
|
669
|
+
directoryType?: string;
|
|
670
|
+
}
|
|
671
|
+
export declare namespace SignupResponse {
|
|
672
|
+
|
|
673
|
+
const filterSensitiveLog: (obj: SignupResponse) => any;
|
|
674
|
+
}
|
|
675
|
+
export interface CreateAccountSubscriptionResponse {
|
|
676
|
+
|
|
677
|
+
SignupResponse?: SignupResponse;
|
|
678
|
+
|
|
679
|
+
Status?: number;
|
|
680
|
+
|
|
681
|
+
RequestId?: string;
|
|
682
|
+
}
|
|
683
|
+
export declare namespace CreateAccountSubscriptionResponse {
|
|
684
|
+
|
|
685
|
+
const filterSensitiveLog: (obj: CreateAccountSubscriptionResponse) => any;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
export declare class PreconditionNotMetException extends __BaseException {
|
|
689
|
+
readonly name: "PreconditionNotMetException";
|
|
690
|
+
readonly $fault: "client";
|
|
691
|
+
Message?: string;
|
|
692
|
+
|
|
693
|
+
RequestId?: string;
|
|
694
|
+
|
|
695
|
+
constructor(opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>);
|
|
696
|
+
}
|
|
601
697
|
|
|
602
698
|
export interface DateTimeParameter {
|
|
603
699
|
|
|
@@ -2390,16 +2486,6 @@ export declare namespace CreateGroupResponse {
|
|
|
2390
2486
|
|
|
2391
2487
|
const filterSensitiveLog: (obj: CreateGroupResponse) => any;
|
|
2392
2488
|
}
|
|
2393
|
-
|
|
2394
|
-
export declare class PreconditionNotMetException extends __BaseException {
|
|
2395
|
-
readonly name: "PreconditionNotMetException";
|
|
2396
|
-
readonly $fault: "client";
|
|
2397
|
-
Message?: string;
|
|
2398
|
-
|
|
2399
|
-
RequestId?: string;
|
|
2400
|
-
|
|
2401
|
-
constructor(opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>);
|
|
2402
|
-
}
|
|
2403
2489
|
export interface CreateGroupMembershipRequest {
|
|
2404
2490
|
|
|
2405
2491
|
MemberName: string | undefined;
|
|
@@ -3605,6 +3691,26 @@ export declare namespace DescribeAccountSettingsResponse {
|
|
|
3605
3691
|
|
|
3606
3692
|
const filterSensitiveLog: (obj: DescribeAccountSettingsResponse) => any;
|
|
3607
3693
|
}
|
|
3694
|
+
export interface DescribeAccountSubscriptionRequest {
|
|
3695
|
+
|
|
3696
|
+
AwsAccountId: string | undefined;
|
|
3697
|
+
}
|
|
3698
|
+
export declare namespace DescribeAccountSubscriptionRequest {
|
|
3699
|
+
|
|
3700
|
+
const filterSensitiveLog: (obj: DescribeAccountSubscriptionRequest) => any;
|
|
3701
|
+
}
|
|
3702
|
+
export interface DescribeAccountSubscriptionResponse {
|
|
3703
|
+
|
|
3704
|
+
AccountInfo?: AccountInfo;
|
|
3705
|
+
|
|
3706
|
+
Status?: number;
|
|
3707
|
+
|
|
3708
|
+
RequestId?: string;
|
|
3709
|
+
}
|
|
3710
|
+
export declare namespace DescribeAccountSubscriptionResponse {
|
|
3711
|
+
|
|
3712
|
+
const filterSensitiveLog: (obj: DescribeAccountSubscriptionResponse) => any;
|
|
3713
|
+
}
|
|
3608
3714
|
export interface DescribeAnalysisRequest {
|
|
3609
3715
|
|
|
3610
3716
|
AwsAccountId: string | undefined;
|
|
@@ -4404,109 +4510,3 @@ export declare namespace ThemeError {
|
|
|
4404
4510
|
|
|
4405
4511
|
const filterSensitiveLog: (obj: ThemeError) => any;
|
|
4406
4512
|
}
|
|
4407
|
-
|
|
4408
|
-
export interface ThemeVersion {
|
|
4409
|
-
|
|
4410
|
-
VersionNumber?: number;
|
|
4411
|
-
|
|
4412
|
-
Arn?: string;
|
|
4413
|
-
|
|
4414
|
-
Description?: string;
|
|
4415
|
-
|
|
4416
|
-
BaseThemeId?: string;
|
|
4417
|
-
|
|
4418
|
-
CreatedTime?: Date;
|
|
4419
|
-
|
|
4420
|
-
Configuration?: ThemeConfiguration;
|
|
4421
|
-
|
|
4422
|
-
Errors?: ThemeError[];
|
|
4423
|
-
|
|
4424
|
-
Status?: ResourceStatus | string;
|
|
4425
|
-
}
|
|
4426
|
-
export declare namespace ThemeVersion {
|
|
4427
|
-
|
|
4428
|
-
const filterSensitiveLog: (obj: ThemeVersion) => any;
|
|
4429
|
-
}
|
|
4430
|
-
|
|
4431
|
-
export interface Theme {
|
|
4432
|
-
|
|
4433
|
-
Arn?: string;
|
|
4434
|
-
|
|
4435
|
-
Name?: string;
|
|
4436
|
-
|
|
4437
|
-
ThemeId?: string;
|
|
4438
|
-
|
|
4439
|
-
Version?: ThemeVersion;
|
|
4440
|
-
|
|
4441
|
-
CreatedTime?: Date;
|
|
4442
|
-
|
|
4443
|
-
LastUpdatedTime?: Date;
|
|
4444
|
-
|
|
4445
|
-
Type?: ThemeType | string;
|
|
4446
|
-
}
|
|
4447
|
-
export declare namespace Theme {
|
|
4448
|
-
|
|
4449
|
-
const filterSensitiveLog: (obj: Theme) => any;
|
|
4450
|
-
}
|
|
4451
|
-
export interface DescribeThemeResponse {
|
|
4452
|
-
|
|
4453
|
-
Theme?: Theme;
|
|
4454
|
-
|
|
4455
|
-
Status?: number;
|
|
4456
|
-
|
|
4457
|
-
RequestId?: string;
|
|
4458
|
-
}
|
|
4459
|
-
export declare namespace DescribeThemeResponse {
|
|
4460
|
-
|
|
4461
|
-
const filterSensitiveLog: (obj: DescribeThemeResponse) => any;
|
|
4462
|
-
}
|
|
4463
|
-
export interface DescribeThemeAliasRequest {
|
|
4464
|
-
|
|
4465
|
-
AwsAccountId: string | undefined;
|
|
4466
|
-
|
|
4467
|
-
ThemeId: string | undefined;
|
|
4468
|
-
|
|
4469
|
-
AliasName: string | undefined;
|
|
4470
|
-
}
|
|
4471
|
-
export declare namespace DescribeThemeAliasRequest {
|
|
4472
|
-
|
|
4473
|
-
const filterSensitiveLog: (obj: DescribeThemeAliasRequest) => any;
|
|
4474
|
-
}
|
|
4475
|
-
export interface DescribeThemeAliasResponse {
|
|
4476
|
-
|
|
4477
|
-
ThemeAlias?: ThemeAlias;
|
|
4478
|
-
|
|
4479
|
-
Status?: number;
|
|
4480
|
-
|
|
4481
|
-
RequestId?: string;
|
|
4482
|
-
}
|
|
4483
|
-
export declare namespace DescribeThemeAliasResponse {
|
|
4484
|
-
|
|
4485
|
-
const filterSensitiveLog: (obj: DescribeThemeAliasResponse) => any;
|
|
4486
|
-
}
|
|
4487
|
-
export interface DescribeThemePermissionsRequest {
|
|
4488
|
-
|
|
4489
|
-
AwsAccountId: string | undefined;
|
|
4490
|
-
|
|
4491
|
-
ThemeId: string | undefined;
|
|
4492
|
-
}
|
|
4493
|
-
export declare namespace DescribeThemePermissionsRequest {
|
|
4494
|
-
|
|
4495
|
-
const filterSensitiveLog: (obj: DescribeThemePermissionsRequest) => any;
|
|
4496
|
-
}
|
|
4497
|
-
export interface DescribeThemePermissionsResponse {
|
|
4498
|
-
|
|
4499
|
-
ThemeId?: string;
|
|
4500
|
-
|
|
4501
|
-
ThemeArn?: string;
|
|
4502
|
-
|
|
4503
|
-
Permissions?: ResourcePermission[];
|
|
4504
|
-
|
|
4505
|
-
RequestId?: string;
|
|
4506
|
-
|
|
4507
|
-
Status?: number;
|
|
4508
|
-
}
|
|
4509
|
-
export declare namespace DescribeThemePermissionsResponse {
|
|
4510
|
-
|
|
4511
|
-
const filterSensitiveLog: (obj: DescribeThemePermissionsResponse) => any;
|
|
4512
|
-
}
|