@aws-sdk/client-quicksight 3.883.0 → 3.887.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/README.md +24 -0
- package/dist-cjs/index.js +175 -16
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DeleteAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/DescribeAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/UpdateAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_2.js +2 -0
- package/dist-es/models/models_3.js +12 -0
- package/dist-es/models/models_4.js +4 -13
- package/dist-es/models/models_5.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +79 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +9 -9
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +9 -3
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +8 -2
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicCommand.d.ts +9 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +4 -4
- package/dist-types/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +7 -7
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +5 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +9 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +5 -5
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +5 -5
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +7 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +2 -2
- package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +5 -2
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +6 -6
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +9 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +39 -39
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +106 -47
- package/dist-types/models/models_3.d.ts +236 -257
- package/dist-types/models/models_4.d.ts +346 -362
- package/dist-types/models/models_5.d.ts +355 -55
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +64 -4
- package/dist-types/ts3.4/models/models_3.d.ts +44 -43
- package/dist-types/ts3.4/models/models_4.d.ts +56 -74
- package/dist-types/ts3.4/models/models_5.d.ts +86 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +37 -37
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AdHocFilteringOption, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TimeGranularity, TopicTimeGranularity, VisualMenuOption } from "./models_0";
|
|
3
|
-
import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AuthenticationMethodOption, AuthorSpecifiedAggregation, BorderStyle, BrandDefinition, BrandStatus, ConstantType, DataSetReference, DataSourceParameters, DisplayFormat, DisplayFormatOptions, ExceptionResourceType, FilterClass, FilterOperator,
|
|
3
|
+
import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AuthenticationMethodOption, AuthorSpecifiedAggregation, BorderStyle, BrandDefinition, BrandStatus, ConstantType, DataSetReference, DataSourceParameters, DisplayFormat, DisplayFormatOptions, ExceptionResourceType, FilterClass, FilterOperator, LogoSet, ServiceType, SheetDefinition, SslProperties, StaticFile, Tag, VpcConnectionProperties } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* <p>The logo configuration.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface Logo {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The alt text for the logo.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
AltText: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>A set of configured logos.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
LogoSet: LogoSet | undefined;
|
|
20
|
+
}
|
|
5
21
|
/**
|
|
6
22
|
* @public
|
|
7
23
|
* @enum
|
|
@@ -21,7 +37,7 @@ export type BrandVersionStatus = (typeof BrandVersionStatus)[keyof typeof BrandV
|
|
|
21
37
|
*/
|
|
22
38
|
export interface BrandDetail {
|
|
23
39
|
/**
|
|
24
|
-
* <p>The ID of the
|
|
40
|
+
* <p>The ID of the QuickSight brand.</p>
|
|
25
41
|
* @public
|
|
26
42
|
*/
|
|
27
43
|
BrandId: string | undefined;
|
|
@@ -77,7 +93,7 @@ export interface BrandSummary {
|
|
|
77
93
|
*/
|
|
78
94
|
Arn?: string | undefined;
|
|
79
95
|
/**
|
|
80
|
-
* <p>The ID of the
|
|
96
|
+
* <p>The ID of the QuickSight brand.</p>
|
|
81
97
|
* @public
|
|
82
98
|
*/
|
|
83
99
|
BrandId?: string | undefined;
|
|
@@ -210,7 +226,7 @@ export declare const CapabilityState: {
|
|
|
210
226
|
*/
|
|
211
227
|
export type CapabilityState = (typeof CapabilityState)[keyof typeof CapabilityState];
|
|
212
228
|
/**
|
|
213
|
-
* <p>A set of actions that correspond to
|
|
229
|
+
* <p>A set of actions that correspond to QuickSight permissions.</p>
|
|
214
230
|
* @public
|
|
215
231
|
*/
|
|
216
232
|
export interface Capabilities {
|
|
@@ -329,6 +345,16 @@ export interface Capabilities {
|
|
|
329
345
|
* @public
|
|
330
346
|
*/
|
|
331
347
|
IncludeContentInScheduledReportsEmail?: CapabilityState | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* <p>The ability to perform dashboard-related actions.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
Dashboard?: CapabilityState | undefined;
|
|
353
|
+
/**
|
|
354
|
+
* <p>The ability to perform analysis-related actions.</p>
|
|
355
|
+
* @public
|
|
356
|
+
*/
|
|
357
|
+
Analysis?: CapabilityState | undefined;
|
|
332
358
|
}
|
|
333
359
|
/**
|
|
334
360
|
* @public
|
|
@@ -541,7 +567,7 @@ export interface ColumnGroupSchema {
|
|
|
541
567
|
*/
|
|
542
568
|
export interface ColumnLevelPermissionRule {
|
|
543
569
|
/**
|
|
544
|
-
* <p>An array of Amazon Resource Names (ARNs) for
|
|
570
|
+
* <p>An array of Amazon Resource Names (ARNs) for QuickSight users or groups.</p>
|
|
545
571
|
* @public
|
|
546
572
|
*/
|
|
547
573
|
Principals?: string[] | undefined;
|
|
@@ -689,17 +715,17 @@ export declare class ConcurrentUpdatingException extends __BaseException {
|
|
|
689
715
|
*/
|
|
690
716
|
export interface CreateAccountCustomizationRequest {
|
|
691
717
|
/**
|
|
692
|
-
* <p>The ID for the Amazon Web Services account that you want to customize
|
|
718
|
+
* <p>The ID for the Amazon Web Services account that you want to customize QuickSight for.</p>
|
|
693
719
|
* @public
|
|
694
720
|
*/
|
|
695
721
|
AwsAccountId: string | undefined;
|
|
696
722
|
/**
|
|
697
|
-
* <p>The
|
|
723
|
+
* <p>The QuickSight namespace that you want to add customizations to.</p>
|
|
698
724
|
* @public
|
|
699
725
|
*/
|
|
700
726
|
Namespace?: string | undefined;
|
|
701
727
|
/**
|
|
702
|
-
* <p>The
|
|
728
|
+
* <p>The QuickSight customizations you're adding in the current Amazon Web Services Region. You can add
|
|
703
729
|
* these to an Amazon Web Services account and a QuickSight namespace. </p>
|
|
704
730
|
* <p>For example, you can add a default theme by setting <code>AccountCustomization</code>
|
|
705
731
|
* to the midnight theme: <code>"AccountCustomization": \{ "DefaultTheme":
|
|
@@ -726,7 +752,7 @@ export interface CreateAccountCustomizationResponse {
|
|
|
726
752
|
*/
|
|
727
753
|
Arn?: string | undefined;
|
|
728
754
|
/**
|
|
729
|
-
* <p>The ID for the Amazon Web Services account that you want to customize
|
|
755
|
+
* <p>The ID for the Amazon Web Services account that you want to customize QuickSight for.</p>
|
|
730
756
|
* @public
|
|
731
757
|
*/
|
|
732
758
|
AwsAccountId?: string | undefined;
|
|
@@ -736,7 +762,7 @@ export interface CreateAccountCustomizationResponse {
|
|
|
736
762
|
*/
|
|
737
763
|
Namespace?: string | undefined;
|
|
738
764
|
/**
|
|
739
|
-
* <p>The
|
|
765
|
+
* <p>The QuickSight customizations you're adding in the current Amazon Web Services Region. </p>
|
|
740
766
|
* @public
|
|
741
767
|
*/
|
|
742
768
|
AccountCustomization?: AccountCustomization | undefined;
|
|
@@ -779,7 +805,7 @@ export declare class ResourceUnavailableException extends __BaseException {
|
|
|
779
805
|
*/
|
|
780
806
|
export interface CreateAccountSubscriptionRequest {
|
|
781
807
|
/**
|
|
782
|
-
* <p>The edition of
|
|
808
|
+
* <p>The edition of QuickSight that you want your account to have. Currently, you can
|
|
783
809
|
* choose from <code>ENTERPRISE</code> or
|
|
784
810
|
* <code>ENTERPRISE_AND_Q</code>.</p>
|
|
785
811
|
* <p>If you choose <code>ENTERPRISE_AND_Q</code>, the following parameters are
|
|
@@ -810,7 +836,7 @@ export interface CreateAccountSubscriptionRequest {
|
|
|
810
836
|
*/
|
|
811
837
|
Edition?: Edition | undefined;
|
|
812
838
|
/**
|
|
813
|
-
* <p>The method that you want to use to authenticate your
|
|
839
|
+
* <p>The method that you want to use to authenticate your QuickSight account.</p>
|
|
814
840
|
* <p>If you choose <code>ACTIVE_DIRECTORY</code>, provide an <code>ActiveDirectoryName</code>
|
|
815
841
|
* and an <code>AdminGroup</code> associated with your Active Directory.</p>
|
|
816
842
|
* <p>If you choose <code>IAM_IDENTITY_CENTER</code>, provide an <code>AdminGroup</code> associated with your IAM Identity Center account.</p>
|
|
@@ -818,98 +844,98 @@ export interface CreateAccountSubscriptionRequest {
|
|
|
818
844
|
*/
|
|
819
845
|
AuthenticationMethod: AuthenticationMethodOption | undefined;
|
|
820
846
|
/**
|
|
821
|
-
* <p>The Amazon Web Services account ID of the account that you're using to create your
|
|
847
|
+
* <p>The Amazon Web Services account ID of the account that you're using to create your QuickSight account.</p>
|
|
822
848
|
* @public
|
|
823
849
|
*/
|
|
824
850
|
AwsAccountId: string | undefined;
|
|
825
851
|
/**
|
|
826
|
-
* <p>The name of your
|
|
827
|
-
* <code>AccountName</code> value after the
|
|
852
|
+
* <p>The name of your QuickSight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in. You can't change
|
|
853
|
+
* <code>AccountName</code> value after the QuickSight account is
|
|
828
854
|
* created.</p>
|
|
829
855
|
* @public
|
|
830
856
|
*/
|
|
831
857
|
AccountName: string | undefined;
|
|
832
858
|
/**
|
|
833
|
-
* <p>The email address that you want
|
|
859
|
+
* <p>The email address that you want QuickSight to send notifications to regarding your QuickSight account or QuickSight subscription.</p>
|
|
834
860
|
* @public
|
|
835
861
|
*/
|
|
836
862
|
NotificationEmail: string | undefined;
|
|
837
863
|
/**
|
|
838
|
-
* <p>The name of your Active Directory. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new
|
|
864
|
+
* <p>The name of your Active Directory. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new QuickSight account.</p>
|
|
839
865
|
* @public
|
|
840
866
|
*/
|
|
841
867
|
ActiveDirectoryName?: string | undefined;
|
|
842
868
|
/**
|
|
843
|
-
* <p>The realm of the Active Directory that is associated with your
|
|
869
|
+
* <p>The realm of the Active Directory that is associated with your QuickSight account. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new QuickSight account.</p>
|
|
844
870
|
* @public
|
|
845
871
|
*/
|
|
846
872
|
Realm?: string | undefined;
|
|
847
873
|
/**
|
|
848
|
-
* <p>The ID of the Active Directory that is associated with your
|
|
874
|
+
* <p>The ID of the Active Directory that is associated with your QuickSight account.</p>
|
|
849
875
|
* @public
|
|
850
876
|
*/
|
|
851
877
|
DirectoryId?: string | undefined;
|
|
852
878
|
/**
|
|
853
|
-
* <p>The admin group associated with your Active Directory or IAM Identity Center account. Either this field or the <code>AdminProGroup</code> field is required if <code>ACTIVE_DIRECTORY</code> or <code>IAM_IDENTITY_CENTER</code> is the selected authentication method of the new
|
|
854
|
-
* <p>For more information about using IAM Identity Center in
|
|
879
|
+
* <p>The admin group associated with your Active Directory or IAM Identity Center account. Either this field or the <code>AdminProGroup</code> field is required if <code>ACTIVE_DIRECTORY</code> or <code>IAM_IDENTITY_CENTER</code> is the selected authentication method of the new QuickSight account.</p>
|
|
880
|
+
* <p>For more information about using IAM Identity Center in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with QuickSight Enterprise Edition</a> in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with QuickSight Enterprise Edition</a> in the QuickSight User Guide.</p>
|
|
855
881
|
* @public
|
|
856
882
|
*/
|
|
857
883
|
AdminGroup?: string[] | undefined;
|
|
858
884
|
/**
|
|
859
885
|
* <p>The author group associated with your Active Directory or IAM Identity Center account.</p>
|
|
860
|
-
* <p>For more information about using IAM Identity Center in
|
|
886
|
+
* <p>For more information about using IAM Identity Center in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with QuickSight Enterprise Edition</a> in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with QuickSight Enterprise Edition</a> in the QuickSight User Guide.</p>
|
|
861
887
|
* @public
|
|
862
888
|
*/
|
|
863
889
|
AuthorGroup?: string[] | undefined;
|
|
864
890
|
/**
|
|
865
891
|
* <p>The reader group associated with your Active Directory or IAM Identity Center account.</p>
|
|
866
|
-
* <p>For more information about using IAM Identity Center in
|
|
892
|
+
* <p>For more information about using IAM Identity Center in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with QuickSight Enterprise Edition</a> in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with QuickSight Enterprise Edition</a> in the QuickSight User Guide.</p>
|
|
867
893
|
* @public
|
|
868
894
|
*/
|
|
869
895
|
ReaderGroup?: string[] | undefined;
|
|
870
896
|
/**
|
|
871
|
-
* <p>The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or the <code>AdminGroup</code> field is required if <code>ACTIVE_DIRECTORY</code> or <code>IAM_IDENTITY_CENTER</code> is the selected authentication method of the new
|
|
872
|
-
* <p>For more information about using IAM Identity Center in
|
|
897
|
+
* <p>The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or the <code>AdminGroup</code> field is required if <code>ACTIVE_DIRECTORY</code> or <code>IAM_IDENTITY_CENTER</code> is the selected authentication method of the new QuickSight account.</p>
|
|
898
|
+
* <p>For more information about using IAM Identity Center in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with QuickSight Enterprise Edition</a> in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with QuickSight Enterprise Edition</a> in the QuickSight User Guide.</p>
|
|
873
899
|
* @public
|
|
874
900
|
*/
|
|
875
901
|
AdminProGroup?: string[] | undefined;
|
|
876
902
|
/**
|
|
877
903
|
* <p>The author pro group associated with your Active Directory or IAM Identity Center account.</p>
|
|
878
|
-
* <p>For more information about using IAM Identity Center in
|
|
904
|
+
* <p>For more information about using IAM Identity Center in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with QuickSight Enterprise Edition</a> in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with QuickSight Enterprise Edition</a> in the QuickSight User Guide.</p>
|
|
879
905
|
* @public
|
|
880
906
|
*/
|
|
881
907
|
AuthorProGroup?: string[] | undefined;
|
|
882
908
|
/**
|
|
883
909
|
* <p>The reader pro group associated with your Active Directory or IAM Identity Center account.</p>
|
|
884
|
-
* <p>For more information about using IAM Identity Center in
|
|
910
|
+
* <p>For more information about using IAM Identity Center in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with QuickSight Enterprise Edition</a> in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with QuickSight Enterprise Edition</a> in the QuickSight User Guide.</p>
|
|
885
911
|
* @public
|
|
886
912
|
*/
|
|
887
913
|
ReaderProGroup?: string[] | undefined;
|
|
888
914
|
/**
|
|
889
|
-
* <p>The first name of the author of the
|
|
915
|
+
* <p>The first name of the author of the QuickSight account to use for future
|
|
890
916
|
* communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
|
|
891
|
-
* edition of the new
|
|
917
|
+
* edition of the new QuickSight account.</p>
|
|
892
918
|
* @public
|
|
893
919
|
*/
|
|
894
920
|
FirstName?: string | undefined;
|
|
895
921
|
/**
|
|
896
|
-
* <p>The last name of the author of the
|
|
922
|
+
* <p>The last name of the author of the QuickSight account to use for future
|
|
897
923
|
* communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
|
|
898
|
-
* edition of the new
|
|
924
|
+
* edition of the new QuickSight account.</p>
|
|
899
925
|
* @public
|
|
900
926
|
*/
|
|
901
927
|
LastName?: string | undefined;
|
|
902
928
|
/**
|
|
903
|
-
* <p>The email address of the author of the
|
|
929
|
+
* <p>The email address of the author of the QuickSight account to use for future
|
|
904
930
|
* communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
|
|
905
|
-
* edition of the new
|
|
931
|
+
* edition of the new QuickSight account.</p>
|
|
906
932
|
* @public
|
|
907
933
|
*/
|
|
908
934
|
EmailAddress?: string | undefined;
|
|
909
935
|
/**
|
|
910
|
-
* <p>A 10-digit phone number for the author of the
|
|
936
|
+
* <p>A 10-digit phone number for the author of the QuickSight account to use for
|
|
911
937
|
* future communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the
|
|
912
|
-
* selected edition of the new
|
|
938
|
+
* selected edition of the new QuickSight account.</p>
|
|
913
939
|
* @public
|
|
914
940
|
*/
|
|
915
941
|
ContactNumber?: string | undefined;
|
|
@@ -925,23 +951,23 @@ export interface CreateAccountSubscriptionRequest {
|
|
|
925
951
|
*/
|
|
926
952
|
export interface SignupResponse {
|
|
927
953
|
/**
|
|
928
|
-
* <p>A Boolean that is <code>TRUE</code> if the
|
|
954
|
+
* <p>A Boolean that is <code>TRUE</code> if the QuickSight uses IAM as an
|
|
929
955
|
* authentication method.</p>
|
|
930
956
|
* @public
|
|
931
957
|
*/
|
|
932
958
|
IAMUser?: boolean | undefined;
|
|
933
959
|
/**
|
|
934
|
-
* <p>The user login name for your
|
|
960
|
+
* <p>The user login name for your QuickSight account.</p>
|
|
935
961
|
* @public
|
|
936
962
|
*/
|
|
937
963
|
userLoginName?: string | undefined;
|
|
938
964
|
/**
|
|
939
|
-
* <p>The name of your
|
|
965
|
+
* <p>The name of your QuickSight account.</p>
|
|
940
966
|
* @public
|
|
941
967
|
*/
|
|
942
968
|
accountName?: string | undefined;
|
|
943
969
|
/**
|
|
944
|
-
* <p>The type of Active Directory that is being used to authenticate the
|
|
970
|
+
* <p>The type of Active Directory that is being used to authenticate the QuickSight
|
|
945
971
|
* account. Valid values are <code>SIMPLE_AD</code>, <code>AD_CONNECTOR</code>, and
|
|
946
972
|
* <code>MICROSOFT_AD</code>.</p>
|
|
947
973
|
* @public
|
|
@@ -953,7 +979,7 @@ export interface SignupResponse {
|
|
|
953
979
|
*/
|
|
954
980
|
export interface CreateAccountSubscriptionResponse {
|
|
955
981
|
/**
|
|
956
|
-
* <p>A <code>SignupResponse</code> object that returns information about a newly created
|
|
982
|
+
* <p>A <code>SignupResponse</code> object that returns information about a newly created QuickSight account.</p>
|
|
957
983
|
* @public
|
|
958
984
|
*/
|
|
959
985
|
SignupResponse?: SignupResponse | undefined;
|
|
@@ -1051,7 +1077,7 @@ export interface StringParameter {
|
|
|
1051
1077
|
Values: string[] | undefined;
|
|
1052
1078
|
}
|
|
1053
1079
|
/**
|
|
1054
|
-
* <p>A list of
|
|
1080
|
+
* <p>A list of QuickSight parameters and the list's override values.</p>
|
|
1055
1081
|
* @public
|
|
1056
1082
|
*/
|
|
1057
1083
|
export interface _Parameters {
|
|
@@ -1146,7 +1172,7 @@ export interface CreateAnalysisRequest {
|
|
|
1146
1172
|
AnalysisId: string | undefined;
|
|
1147
1173
|
/**
|
|
1148
1174
|
* <p>A descriptive name for the analysis that you're creating. This name displays for the
|
|
1149
|
-
* analysis in the
|
|
1175
|
+
* analysis in the QuickSight console. </p>
|
|
1150
1176
|
* @public
|
|
1151
1177
|
*/
|
|
1152
1178
|
Name: string | undefined;
|
|
@@ -1175,7 +1201,7 @@ export interface CreateAnalysisRequest {
|
|
|
1175
1201
|
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
1176
1202
|
/**
|
|
1177
1203
|
* <p>The ARN for the theme to apply to the analysis that you're creating. To see the theme
|
|
1178
|
-
* in the
|
|
1204
|
+
* in the QuickSight console, make sure that you have access to it.</p>
|
|
1179
1205
|
* @public
|
|
1180
1206
|
*/
|
|
1181
1207
|
ThemeArn?: string | undefined;
|
|
@@ -1199,7 +1225,7 @@ export interface CreateAnalysisRequest {
|
|
|
1199
1225
|
*/
|
|
1200
1226
|
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1201
1227
|
/**
|
|
1202
|
-
* <p>When you create the analysis,
|
|
1228
|
+
* <p>When you create the analysis, QuickSight adds the analysis to these folders.</p>
|
|
1203
1229
|
* @public
|
|
1204
1230
|
*/
|
|
1205
1231
|
FolderArns?: string[] | undefined;
|
|
@@ -1260,7 +1286,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
1260
1286
|
/**
|
|
1261
1287
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
1262
1288
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
1263
|
-
*
|
|
1289
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
1264
1290
|
* capability is available in every edition.</p>
|
|
1265
1291
|
* @public
|
|
1266
1292
|
*/
|
|
@@ -1288,7 +1314,7 @@ export interface CreateBrandRequest {
|
|
|
1288
1314
|
*/
|
|
1289
1315
|
AwsAccountId: string | undefined;
|
|
1290
1316
|
/**
|
|
1291
|
-
* <p>The ID of the
|
|
1317
|
+
* <p>The ID of the QuickSight brand.</p>
|
|
1292
1318
|
* @public
|
|
1293
1319
|
*/
|
|
1294
1320
|
BrandId: string | undefined;
|
|
@@ -1455,6 +1481,28 @@ export interface DataQAEnabledOption {
|
|
|
1455
1481
|
*/
|
|
1456
1482
|
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
1457
1483
|
}
|
|
1484
|
+
/**
|
|
1485
|
+
* <p>Executive summary option.</p>
|
|
1486
|
+
* @public
|
|
1487
|
+
*/
|
|
1488
|
+
export interface DataStoriesSharingOption {
|
|
1489
|
+
/**
|
|
1490
|
+
* <p>Availability status.</p>
|
|
1491
|
+
* @public
|
|
1492
|
+
*/
|
|
1493
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
/**
|
|
1496
|
+
* <p>Data stories sharing option.</p>
|
|
1497
|
+
* @public
|
|
1498
|
+
*/
|
|
1499
|
+
export interface ExecutiveSummaryOption {
|
|
1500
|
+
/**
|
|
1501
|
+
* <p>Availability status.</p>
|
|
1502
|
+
* @public
|
|
1503
|
+
*/
|
|
1504
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
1505
|
+
}
|
|
1458
1506
|
/**
|
|
1459
1507
|
* <p>Export to .csv option.</p>
|
|
1460
1508
|
* @public
|
|
@@ -1607,10 +1655,20 @@ export interface DashboardPublishOptions {
|
|
|
1607
1655
|
*/
|
|
1608
1656
|
DataPointTooltipOption?: DataPointTooltipOption | undefined;
|
|
1609
1657
|
/**
|
|
1610
|
-
* <p>Adds Q&A capabilities to an
|
|
1658
|
+
* <p>Adds Q&A capabilities to an QuickSight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.</p>
|
|
1611
1659
|
* @public
|
|
1612
1660
|
*/
|
|
1613
1661
|
DataQAEnabledOption?: DataQAEnabledOption | undefined;
|
|
1662
|
+
/**
|
|
1663
|
+
* <p>Executive summary option.</p>
|
|
1664
|
+
* @public
|
|
1665
|
+
*/
|
|
1666
|
+
ExecutiveSummaryOption?: ExecutiveSummaryOption | undefined;
|
|
1667
|
+
/**
|
|
1668
|
+
* <p>Data stories sharing option.</p>
|
|
1669
|
+
* @public
|
|
1670
|
+
*/
|
|
1671
|
+
DataStoriesSharingOption?: DataStoriesSharingOption | undefined;
|
|
1614
1672
|
}
|
|
1615
1673
|
/**
|
|
1616
1674
|
* <p>The contents of a dashboard.</p>
|
|
@@ -1751,7 +1809,7 @@ export interface CreateDashboardRequest {
|
|
|
1751
1809
|
* API operation. For
|
|
1752
1810
|
* <code>SourceTemplate</code>, specify the Amazon Resource Name (ARN) of the source
|
|
1753
1811
|
* template. The <code>SourceTemplate</code>ARN can contain any Amazon Web Services account and any
|
|
1754
|
-
*
|
|
1812
|
+
* QuickSight-supported Amazon Web Services Region. </p>
|
|
1755
1813
|
* <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> to
|
|
1756
1814
|
* list the replacement datasets for the placeholders listed in the original. The schema in
|
|
1757
1815
|
* each dataset must match its placeholder. </p>
|
|
@@ -1778,7 +1836,7 @@ export interface CreateDashboardRequest {
|
|
|
1778
1836
|
* <p>
|
|
1779
1837
|
* <code>AvailabilityStatus</code> for <code>AdHocFilteringOption</code> - This
|
|
1780
1838
|
* status can be either <code>ENABLED</code> or <code>DISABLED</code>. When this is
|
|
1781
|
-
* set to <code>DISABLED</code>,
|
|
1839
|
+
* set to <code>DISABLED</code>, QuickSight disables the left filter pane on the
|
|
1782
1840
|
* published dashboard, which can be used for ad hoc (one-time) filtering. This
|
|
1783
1841
|
* option is <code>ENABLED</code> by default. </p>
|
|
1784
1842
|
* </li>
|
|
@@ -1795,6 +1853,20 @@ export interface CreateDashboardRequest {
|
|
|
1795
1853
|
* visibility state can be either <code>COLLAPSED</code> or <code>EXPANDED</code>.
|
|
1796
1854
|
* This option is <code>COLLAPSED</code> by default. </p>
|
|
1797
1855
|
* </li>
|
|
1856
|
+
* <li>
|
|
1857
|
+
* <p>
|
|
1858
|
+
* <code>AvailabilityStatus</code> for <code>ExecutiveSummaryOption</code> - This status
|
|
1859
|
+
* can be either <code>ENABLED</code> or <code>DISABLED</code>. The option to build an executive
|
|
1860
|
+
* summary is disabled when this is set to <code>DISABLED</code>. This option is <code>ENABLED</code>
|
|
1861
|
+
* by default.</p>
|
|
1862
|
+
* </li>
|
|
1863
|
+
* <li>
|
|
1864
|
+
* <p>
|
|
1865
|
+
* <code>AvailabilityStatus</code> for <code>DataStoriesSharingOption</code> - This status
|
|
1866
|
+
* can be either <code>ENABLED</code> or <code>DISABLED</code>. The option to share a data story is
|
|
1867
|
+
* disabled when this is set to <code>DISABLED</code>. This option is <code>ENABLED</code>
|
|
1868
|
+
* by default.</p>
|
|
1869
|
+
* </li>
|
|
1798
1870
|
* </ul>
|
|
1799
1871
|
* @public
|
|
1800
1872
|
*/
|
|
@@ -1821,7 +1893,7 @@ export interface CreateDashboardRequest {
|
|
|
1821
1893
|
*/
|
|
1822
1894
|
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1823
1895
|
/**
|
|
1824
|
-
* <p>When you create the dashboard,
|
|
1896
|
+
* <p>When you create the dashboard, QuickSight adds the dashboard to these folders.</p>
|
|
1825
1897
|
* @public
|
|
1826
1898
|
*/
|
|
1827
1899
|
FolderArns?: string[] | undefined;
|
|
@@ -2395,7 +2467,7 @@ export declare namespace TransformOperation {
|
|
|
2395
2467
|
export interface JoinKeyProperties {
|
|
2396
2468
|
/**
|
|
2397
2469
|
* <p>A value that indicates that a row in a table is uniquely identified by the columns in
|
|
2398
|
-
* a join key. This is used by
|
|
2470
|
+
* a join key. This is used by QuickSight to optimize query performance.</p>
|
|
2399
2471
|
* @public
|
|
2400
2472
|
*/
|
|
2401
2473
|
UniqueKey?: boolean | undefined;
|
|
@@ -2921,7 +2993,7 @@ export interface CreateDataSetRequest {
|
|
|
2921
2993
|
*/
|
|
2922
2994
|
ImportMode: DataSetImportMode | undefined;
|
|
2923
2995
|
/**
|
|
2924
|
-
* <p>Groupings of columns that work together in certain
|
|
2996
|
+
* <p>Groupings of columns that work together in certain QuickSight features. Currently, only geospatial hierarchy is supported.</p>
|
|
2925
2997
|
* @public
|
|
2926
2998
|
*/
|
|
2927
2999
|
ColumnGroups?: ColumnGroup[] | undefined;
|
|
@@ -2968,7 +3040,7 @@ export interface CreateDataSetRequest {
|
|
|
2968
3040
|
*/
|
|
2969
3041
|
DatasetParameters?: DatasetParameter[] | undefined;
|
|
2970
3042
|
/**
|
|
2971
|
-
* <p>When you create the dataset,
|
|
3043
|
+
* <p>When you create the dataset, QuickSight adds the dataset to these folders.</p>
|
|
2972
3044
|
* @public
|
|
2973
3045
|
*/
|
|
2974
3046
|
FolderArns?: string[] | undefined;
|
|
@@ -3093,6 +3165,7 @@ export declare const DataSourceType: {
|
|
|
3093
3165
|
readonly DATABRICKS: "DATABRICKS";
|
|
3094
3166
|
readonly EXASOL: "EXASOL";
|
|
3095
3167
|
readonly GITHUB: "GITHUB";
|
|
3168
|
+
readonly GOOGLESHEETS: "GOOGLESHEETS";
|
|
3096
3169
|
readonly JIRA: "JIRA";
|
|
3097
3170
|
readonly MARIADB: "MARIADB";
|
|
3098
3171
|
readonly MYSQL: "MYSQL";
|
|
@@ -3143,12 +3216,12 @@ export interface CreateDataSourceRequest {
|
|
|
3143
3216
|
*/
|
|
3144
3217
|
Type: DataSourceType | undefined;
|
|
3145
3218
|
/**
|
|
3146
|
-
* <p>The parameters that
|
|
3219
|
+
* <p>The parameters that QuickSight uses to connect to your underlying source.</p>
|
|
3147
3220
|
* @public
|
|
3148
3221
|
*/
|
|
3149
3222
|
DataSourceParameters?: DataSourceParameters | undefined;
|
|
3150
3223
|
/**
|
|
3151
|
-
* <p>The credentials
|
|
3224
|
+
* <p>The credentials QuickSight that uses to connect to your underlying source. Currently, only
|
|
3152
3225
|
* credentials based on user name and password are supported.</p>
|
|
3153
3226
|
* @public
|
|
3154
3227
|
*/
|
|
@@ -3159,13 +3232,13 @@ export interface CreateDataSourceRequest {
|
|
|
3159
3232
|
*/
|
|
3160
3233
|
Permissions?: ResourcePermission[] | undefined;
|
|
3161
3234
|
/**
|
|
3162
|
-
* <p>Use this parameter only when you want
|
|
3235
|
+
* <p>Use this parameter only when you want QuickSight to use a VPC connection when connecting to
|
|
3163
3236
|
* your underlying source.</p>
|
|
3164
3237
|
* @public
|
|
3165
3238
|
*/
|
|
3166
3239
|
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
3167
3240
|
/**
|
|
3168
|
-
* <p>Secure Socket Layer (SSL) properties that apply when
|
|
3241
|
+
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.</p>
|
|
3169
3242
|
* @public
|
|
3170
3243
|
*/
|
|
3171
3244
|
SslProperties?: SslProperties | undefined;
|
|
@@ -3175,7 +3248,7 @@ export interface CreateDataSourceRequest {
|
|
|
3175
3248
|
*/
|
|
3176
3249
|
Tags?: Tag[] | undefined;
|
|
3177
3250
|
/**
|
|
3178
|
-
* <p>When you create the data source,
|
|
3251
|
+
* <p>When you create the data source, QuickSight adds the data source to these folders.</p>
|
|
3179
3252
|
* @public
|
|
3180
3253
|
*/
|
|
3181
3254
|
FolderArns?: string[] | undefined;
|
|
@@ -3211,7 +3284,7 @@ export interface CreateDataSourceResponse {
|
|
|
3211
3284
|
Status?: number | undefined;
|
|
3212
3285
|
}
|
|
3213
3286
|
/**
|
|
3214
|
-
* <p>The customer managed key that is registered to your
|
|
3287
|
+
* <p>The customer managed key that is registered to your QuickSight account is unavailable.</p>
|
|
3215
3288
|
* @public
|
|
3216
3289
|
*/
|
|
3217
3290
|
export declare class CustomerManagedKeyUnavailableException extends __BaseException {
|
|
@@ -3366,7 +3439,7 @@ export interface CreateFolderMembershipRequest {
|
|
|
3366
3439
|
MemberType: MemberType | undefined;
|
|
3367
3440
|
}
|
|
3368
3441
|
/**
|
|
3369
|
-
* <p>An asset in a
|
|
3442
|
+
* <p>An asset in a QuickSight folder, such as a dashboard, analysis, or dataset.</p>
|
|
3370
3443
|
* @public
|
|
3371
3444
|
*/
|
|
3372
3445
|
export interface FolderMember {
|
|
@@ -3544,7 +3617,7 @@ export interface CreateGroupMembershipResponse {
|
|
|
3544
3617
|
*/
|
|
3545
3618
|
export interface CreateIAMPolicyAssignmentRequest {
|
|
3546
3619
|
/**
|
|
3547
|
-
* <p>The ID of the Amazon Web Services account where you want to assign an IAM policy to
|
|
3620
|
+
* <p>The ID of the Amazon Web Services account where you want to assign an IAM policy to QuickSight users or groups.</p>
|
|
3548
3621
|
* @public
|
|
3549
3622
|
*/
|
|
3550
3623
|
AwsAccountId: string | undefined;
|
|
@@ -3580,13 +3653,13 @@ export interface CreateIAMPolicyAssignmentRequest {
|
|
|
3580
3653
|
*/
|
|
3581
3654
|
AssignmentStatus: AssignmentStatus | undefined;
|
|
3582
3655
|
/**
|
|
3583
|
-
* <p>The ARN for the IAM policy to apply to the
|
|
3656
|
+
* <p>The ARN for the IAM policy to apply to the QuickSight users and
|
|
3584
3657
|
* groups specified in this assignment.</p>
|
|
3585
3658
|
* @public
|
|
3586
3659
|
*/
|
|
3587
3660
|
PolicyArn?: string | undefined;
|
|
3588
3661
|
/**
|
|
3589
|
-
* <p>The
|
|
3662
|
+
* <p>The QuickSight users, groups, or both that you want to assign the policy
|
|
3590
3663
|
* to.</p>
|
|
3591
3664
|
* @public
|
|
3592
3665
|
*/
|
|
@@ -3636,13 +3709,13 @@ export interface CreateIAMPolicyAssignmentResponse {
|
|
|
3636
3709
|
*/
|
|
3637
3710
|
AssignmentStatus?: AssignmentStatus | undefined;
|
|
3638
3711
|
/**
|
|
3639
|
-
* <p>The ARN for the IAM policy that is applied to the
|
|
3712
|
+
* <p>The ARN for the IAM policy that is applied to the QuickSight
|
|
3640
3713
|
* users and groups specified in this assignment.</p>
|
|
3641
3714
|
* @public
|
|
3642
3715
|
*/
|
|
3643
3716
|
PolicyArn?: string | undefined;
|
|
3644
3717
|
/**
|
|
3645
|
-
* <p>The
|
|
3718
|
+
* <p>The QuickSight users, groups, or both that the IAM policy is
|
|
3646
3719
|
* assigned to.</p>
|
|
3647
3720
|
* @public
|
|
3648
3721
|
*/
|
|
@@ -3757,7 +3830,7 @@ export type IdentityStore = (typeof IdentityStore)[keyof typeof IdentityStore];
|
|
|
3757
3830
|
*/
|
|
3758
3831
|
export interface CreateNamespaceRequest {
|
|
3759
3832
|
/**
|
|
3760
|
-
* <p>The ID for the Amazon Web Services account that you want to create the
|
|
3833
|
+
* <p>The ID for the Amazon Web Services account that you want to create the QuickSight namespace in.</p>
|
|
3761
3834
|
* @public
|
|
3762
3835
|
*/
|
|
3763
3836
|
AwsAccountId: string | undefined;
|
|
@@ -3798,7 +3871,7 @@ export type NamespaceStatus = (typeof NamespaceStatus)[keyof typeof NamespaceSta
|
|
|
3798
3871
|
*/
|
|
3799
3872
|
export interface CreateNamespaceResponse {
|
|
3800
3873
|
/**
|
|
3801
|
-
* <p>The ARN of the
|
|
3874
|
+
* <p>The ARN of the QuickSight namespace you created. </p>
|
|
3802
3875
|
* @public
|
|
3803
3876
|
*/
|
|
3804
3877
|
Arn?: string | undefined;
|
|
@@ -4255,7 +4328,7 @@ export interface CreateTemplateRequest {
|
|
|
4255
4328
|
* analysis. Both of these require an Amazon Resource Name (ARN). For
|
|
4256
4329
|
* <code>SourceTemplate</code>, specify the ARN of the source template. For
|
|
4257
4330
|
* <code>SourceAnalysis</code>, specify the ARN of the source analysis. The <code>SourceTemplate</code>
|
|
4258
|
-
* ARN can contain any Amazon Web Services account and any
|
|
4331
|
+
* ARN can contain any Amazon Web Services account and any QuickSight-supported Amazon Web Services Region. </p>
|
|
4259
4332
|
* <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> or
|
|
4260
4333
|
* <code>SourceAnalysis</code> to list the replacement datasets for the placeholders listed
|
|
4261
4334
|
* in the original. The schema in each dataset must match its placeholder. </p>
|
|
@@ -4344,7 +4417,7 @@ export interface CreateTemplateAliasRequest {
|
|
|
4344
4417
|
/**
|
|
4345
4418
|
* <p>The name that you want to give to the template alias that you're creating. Don't start the
|
|
4346
4419
|
* alias name with the <code>$</code> character. Alias names that start with <code>$</code>
|
|
4347
|
-
* are reserved by
|
|
4420
|
+
* are reserved by QuickSight. </p>
|
|
4348
4421
|
* @public
|
|
4349
4422
|
*/
|
|
4350
4423
|
AliasName: string | undefined;
|
|
@@ -5223,6 +5296,7 @@ export interface TopicDateRangeFilter {
|
|
|
5223
5296
|
export declare const NamedFilterType: {
|
|
5224
5297
|
readonly CATEGORY_FILTER: "CATEGORY_FILTER";
|
|
5225
5298
|
readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
|
|
5299
|
+
readonly NULL_FILTER: "NULL_FILTER";
|
|
5226
5300
|
readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
|
|
5227
5301
|
readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
|
|
5228
5302
|
readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
|
|
@@ -5231,6 +5305,56 @@ export declare const NamedFilterType: {
|
|
|
5231
5305
|
* @public
|
|
5232
5306
|
*/
|
|
5233
5307
|
export type NamedFilterType = (typeof NamedFilterType)[keyof typeof NamedFilterType];
|
|
5308
|
+
/**
|
|
5309
|
+
* <p>A structure that represents a singular filter constant, used in filters to specify a single value to match against.</p>
|
|
5310
|
+
* @public
|
|
5311
|
+
*/
|
|
5312
|
+
export interface TopicSingularFilterConstant {
|
|
5313
|
+
/**
|
|
5314
|
+
* <p>The type of the singular filter constant. Valid values for this structure are <code>SINGULAR</code>.</p>
|
|
5315
|
+
* @public
|
|
5316
|
+
*/
|
|
5317
|
+
ConstantType?: ConstantType | undefined;
|
|
5318
|
+
/**
|
|
5319
|
+
* <p>The value of the singular filter constant.</p>
|
|
5320
|
+
* @public
|
|
5321
|
+
*/
|
|
5322
|
+
SingularConstant?: string | undefined;
|
|
5323
|
+
}
|
|
5324
|
+
/**
|
|
5325
|
+
* @public
|
|
5326
|
+
* @enum
|
|
5327
|
+
*/
|
|
5328
|
+
export declare const NullFilterType: {
|
|
5329
|
+
readonly ALL_VALUES: "ALL_VALUES";
|
|
5330
|
+
readonly NON_NULLS_ONLY: "NON_NULLS_ONLY";
|
|
5331
|
+
readonly NULLS_ONLY: "NULLS_ONLY";
|
|
5332
|
+
};
|
|
5333
|
+
/**
|
|
5334
|
+
* @public
|
|
5335
|
+
*/
|
|
5336
|
+
export type NullFilterType = (typeof NullFilterType)[keyof typeof NullFilterType];
|
|
5337
|
+
/**
|
|
5338
|
+
* <p>The structure that represents a null filter.</p>
|
|
5339
|
+
* @public
|
|
5340
|
+
*/
|
|
5341
|
+
export interface TopicNullFilter {
|
|
5342
|
+
/**
|
|
5343
|
+
* <p>The type of the null filter. Valid values for this type are <code>NULLS_ONLY</code>, <code>NON_NULLS_ONLY</code>, and <code>ALL_VALUES</code>.</p>
|
|
5344
|
+
* @public
|
|
5345
|
+
*/
|
|
5346
|
+
NullFilterType?: NullFilterType | undefined;
|
|
5347
|
+
/**
|
|
5348
|
+
* <p>A structure that represents a singular filter constant, used in filters to specify a single value to match against.</p>
|
|
5349
|
+
* @public
|
|
5350
|
+
*/
|
|
5351
|
+
Constant?: TopicSingularFilterConstant | undefined;
|
|
5352
|
+
/**
|
|
5353
|
+
* <p>A Boolean value that indicates if the filter is inverse.</p>
|
|
5354
|
+
* @public
|
|
5355
|
+
*/
|
|
5356
|
+
Inverse?: boolean | undefined;
|
|
5357
|
+
}
|
|
5234
5358
|
/**
|
|
5235
5359
|
* @public
|
|
5236
5360
|
* @enum
|
|
@@ -5253,22 +5377,6 @@ export declare const NamedFilterAggType: {
|
|
|
5253
5377
|
* @public
|
|
5254
5378
|
*/
|
|
5255
5379
|
export type NamedFilterAggType = (typeof NamedFilterAggType)[keyof typeof NamedFilterAggType];
|
|
5256
|
-
/**
|
|
5257
|
-
* <p>A structure that represents a singular filter constant, used in filters to specify a single value to match against.</p>
|
|
5258
|
-
* @public
|
|
5259
|
-
*/
|
|
5260
|
-
export interface TopicSingularFilterConstant {
|
|
5261
|
-
/**
|
|
5262
|
-
* <p>The type of the singular filter constant. Valid values for this structure are <code>SINGULAR</code>.</p>
|
|
5263
|
-
* @public
|
|
5264
|
-
*/
|
|
5265
|
-
ConstantType?: ConstantType | undefined;
|
|
5266
|
-
/**
|
|
5267
|
-
* <p>The value of the singular filter constant.</p>
|
|
5268
|
-
* @public
|
|
5269
|
-
*/
|
|
5270
|
-
SingularConstant?: string | undefined;
|
|
5271
|
-
}
|
|
5272
5380
|
/**
|
|
5273
5381
|
* <p>A filter that filters topics based on the value of a numeric field. The filter includes only topics whose numeric field value matches the specified value.</p>
|
|
5274
5382
|
* @public
|
|
@@ -5424,6 +5532,11 @@ export interface TopicFilter {
|
|
|
5424
5532
|
* @public
|
|
5425
5533
|
*/
|
|
5426
5534
|
RelativeDateFilter?: TopicRelativeDateFilter | undefined;
|
|
5535
|
+
/**
|
|
5536
|
+
* <p>The null filter.</p>
|
|
5537
|
+
* @public
|
|
5538
|
+
*/
|
|
5539
|
+
NullFilter?: TopicNullFilter | undefined;
|
|
5427
5540
|
}
|
|
5428
5541
|
/**
|
|
5429
5542
|
* @public
|
|
@@ -6696,12 +6809,12 @@ export interface DataSource {
|
|
|
6696
6809
|
AlternateDataSourceParameters?: DataSourceParameters[] | undefined;
|
|
6697
6810
|
/**
|
|
6698
6811
|
* <p>The VPC connection information. You need to use this parameter only when you want
|
|
6699
|
-
*
|
|
6812
|
+
* QuickSight to use a VPC connection when connecting to your underlying source.</p>
|
|
6700
6813
|
* @public
|
|
6701
6814
|
*/
|
|
6702
6815
|
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
6703
6816
|
/**
|
|
6704
|
-
* <p>Secure Socket Layer (SSL) properties that apply when
|
|
6817
|
+
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your
|
|
6705
6818
|
* underlying source.</p>
|
|
6706
6819
|
* @public
|
|
6707
6820
|
*/
|
|
@@ -6817,13 +6930,13 @@ export interface DataSourceSummary {
|
|
|
6817
6930
|
*/
|
|
6818
6931
|
export interface DeleteAccountCustomizationRequest {
|
|
6819
6932
|
/**
|
|
6820
|
-
* <p>The ID for the Amazon Web Services account that you want to delete
|
|
6933
|
+
* <p>The ID for the Amazon Web Services account that you want to delete QuickSight customizations from in
|
|
6821
6934
|
* this Amazon Web Services Region.</p>
|
|
6822
6935
|
* @public
|
|
6823
6936
|
*/
|
|
6824
6937
|
AwsAccountId: string | undefined;
|
|
6825
6938
|
/**
|
|
6826
|
-
* <p>The
|
|
6939
|
+
* <p>The QuickSight namespace that you're deleting the customizations from.</p>
|
|
6827
6940
|
* @public
|
|
6828
6941
|
*/
|
|
6829
6942
|
Namespace?: string | undefined;
|
|
@@ -6843,6 +6956,31 @@ export interface DeleteAccountCustomizationResponse {
|
|
|
6843
6956
|
*/
|
|
6844
6957
|
Status?: number | undefined;
|
|
6845
6958
|
}
|
|
6959
|
+
/**
|
|
6960
|
+
* @public
|
|
6961
|
+
*/
|
|
6962
|
+
export interface DeleteAccountCustomPermissionRequest {
|
|
6963
|
+
/**
|
|
6964
|
+
* <p>The ID of the Amazon Web Services account from which you want to unapply the custom permissions profile.</p>
|
|
6965
|
+
* @public
|
|
6966
|
+
*/
|
|
6967
|
+
AwsAccountId: string | undefined;
|
|
6968
|
+
}
|
|
6969
|
+
/**
|
|
6970
|
+
* @public
|
|
6971
|
+
*/
|
|
6972
|
+
export interface DeleteAccountCustomPermissionResponse {
|
|
6973
|
+
/**
|
|
6974
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6975
|
+
* @public
|
|
6976
|
+
*/
|
|
6977
|
+
RequestId?: string | undefined;
|
|
6978
|
+
/**
|
|
6979
|
+
* <p>The HTTP status of the request.</p>
|
|
6980
|
+
* @public
|
|
6981
|
+
*/
|
|
6982
|
+
Status?: number | undefined;
|
|
6983
|
+
}
|
|
6846
6984
|
/**
|
|
6847
6985
|
* @public
|
|
6848
6986
|
*/
|
|
@@ -6883,7 +7021,7 @@ export interface DeleteAnalysisRequest {
|
|
|
6883
7021
|
*/
|
|
6884
7022
|
AnalysisId: string | undefined;
|
|
6885
7023
|
/**
|
|
6886
|
-
* <p>A value that specifies the number of days that
|
|
7024
|
+
* <p>A value that specifies the number of days that QuickSight waits before it deletes the
|
|
6887
7025
|
* analysis. You can't use this parameter with the <code>ForceDeleteWithoutRecovery</code>
|
|
6888
7026
|
* option in the same API call. The default value is 30.</p>
|
|
6889
7027
|
* @public
|
|
@@ -6937,7 +7075,7 @@ export interface DeleteBrandRequest {
|
|
|
6937
7075
|
*/
|
|
6938
7076
|
AwsAccountId: string | undefined;
|
|
6939
7077
|
/**
|
|
6940
|
-
* <p>The ID of the
|
|
7078
|
+
* <p>The ID of the QuickSight brand.</p>
|
|
6941
7079
|
* @public
|
|
6942
7080
|
*/
|
|
6943
7081
|
BrandId: string | undefined;
|
|
@@ -7169,12 +7307,12 @@ export interface DeleteDataSourceResponse {
|
|
|
7169
7307
|
*/
|
|
7170
7308
|
export interface DeleteDefaultQBusinessApplicationRequest {
|
|
7171
7309
|
/**
|
|
7172
|
-
* <p>The ID of the
|
|
7310
|
+
* <p>The ID of the QuickSight account that you want to disconnect from a Amazon Q Business application.</p>
|
|
7173
7311
|
* @public
|
|
7174
7312
|
*/
|
|
7175
7313
|
AwsAccountId: string | undefined;
|
|
7176
7314
|
/**
|
|
7177
|
-
* <p>The
|
|
7315
|
+
* <p>The QuickSight namespace that you want to delete a linked Amazon Q Business application from. If this field is left blank, the Amazon Q Business application is deleted from the default namespace. Currently, the default namespace is the only valid value for this parameter.</p>
|
|
7178
7316
|
* @public
|
|
7179
7317
|
*/
|
|
7180
7318
|
Namespace?: string | undefined;
|
|
@@ -7427,7 +7565,7 @@ export interface DeleteIdentityPropagationConfigResponse {
|
|
|
7427
7565
|
*/
|
|
7428
7566
|
export interface DeleteNamespaceRequest {
|
|
7429
7567
|
/**
|
|
7430
|
-
* <p>The ID for the Amazon Web Services account that you want to delete the
|
|
7568
|
+
* <p>The ID for the Amazon Web Services account that you want to delete the QuickSight namespace from.</p>
|
|
7431
7569
|
* @public
|
|
7432
7570
|
*/
|
|
7433
7571
|
AwsAccountId: string | undefined;
|
|
@@ -7558,169 +7696,6 @@ export interface DeleteRoleMembershipRequest {
|
|
|
7558
7696
|
*/
|
|
7559
7697
|
Namespace: string | undefined;
|
|
7560
7698
|
}
|
|
7561
|
-
/**
|
|
7562
|
-
* @public
|
|
7563
|
-
*/
|
|
7564
|
-
export interface DeleteRoleMembershipResponse {
|
|
7565
|
-
/**
|
|
7566
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7567
|
-
* @public
|
|
7568
|
-
*/
|
|
7569
|
-
RequestId?: string | undefined;
|
|
7570
|
-
/**
|
|
7571
|
-
* <p>The HTTP status of the request.</p>
|
|
7572
|
-
* @public
|
|
7573
|
-
*/
|
|
7574
|
-
Status?: number | undefined;
|
|
7575
|
-
}
|
|
7576
|
-
/**
|
|
7577
|
-
* @public
|
|
7578
|
-
*/
|
|
7579
|
-
export interface DeleteTemplateRequest {
|
|
7580
|
-
/**
|
|
7581
|
-
* <p>The ID of the Amazon Web Services account that contains the template that you're deleting.</p>
|
|
7582
|
-
* @public
|
|
7583
|
-
*/
|
|
7584
|
-
AwsAccountId: string | undefined;
|
|
7585
|
-
/**
|
|
7586
|
-
* <p>An ID for the template you want to delete.</p>
|
|
7587
|
-
* @public
|
|
7588
|
-
*/
|
|
7589
|
-
TemplateId: string | undefined;
|
|
7590
|
-
/**
|
|
7591
|
-
* <p>Specifies the version of the template that you want to delete.
|
|
7592
|
-
* If you don't provide a version number, <code>DeleteTemplate</code> deletes all versions of the template.
|
|
7593
|
-
* </p>
|
|
7594
|
-
* @public
|
|
7595
|
-
*/
|
|
7596
|
-
VersionNumber?: number | undefined;
|
|
7597
|
-
}
|
|
7598
|
-
/**
|
|
7599
|
-
* @public
|
|
7600
|
-
*/
|
|
7601
|
-
export interface DeleteTemplateResponse {
|
|
7602
|
-
/**
|
|
7603
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7604
|
-
* @public
|
|
7605
|
-
*/
|
|
7606
|
-
RequestId?: string | undefined;
|
|
7607
|
-
/**
|
|
7608
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
7609
|
-
* @public
|
|
7610
|
-
*/
|
|
7611
|
-
Arn?: string | undefined;
|
|
7612
|
-
/**
|
|
7613
|
-
* <p>An ID for the template.</p>
|
|
7614
|
-
* @public
|
|
7615
|
-
*/
|
|
7616
|
-
TemplateId?: string | undefined;
|
|
7617
|
-
/**
|
|
7618
|
-
* <p>The HTTP status of the request.</p>
|
|
7619
|
-
* @public
|
|
7620
|
-
*/
|
|
7621
|
-
Status?: number | undefined;
|
|
7622
|
-
}
|
|
7623
|
-
/**
|
|
7624
|
-
* @public
|
|
7625
|
-
*/
|
|
7626
|
-
export interface DeleteTemplateAliasRequest {
|
|
7627
|
-
/**
|
|
7628
|
-
* <p>The ID of the Amazon Web Services account that contains the item to delete.</p>
|
|
7629
|
-
* @public
|
|
7630
|
-
*/
|
|
7631
|
-
AwsAccountId: string | undefined;
|
|
7632
|
-
/**
|
|
7633
|
-
* <p>The ID for the template that the specified alias is for.</p>
|
|
7634
|
-
* @public
|
|
7635
|
-
*/
|
|
7636
|
-
TemplateId: string | undefined;
|
|
7637
|
-
/**
|
|
7638
|
-
* <p>The name for the template alias. To delete a specific alias, you delete the version that the
|
|
7639
|
-
* alias points to. You can specify the alias name, or specify the latest version of the
|
|
7640
|
-
* template by providing the keyword <code>$LATEST</code> in the <code>AliasName</code>
|
|
7641
|
-
* parameter. </p>
|
|
7642
|
-
* @public
|
|
7643
|
-
*/
|
|
7644
|
-
AliasName: string | undefined;
|
|
7645
|
-
}
|
|
7646
|
-
/**
|
|
7647
|
-
* @public
|
|
7648
|
-
*/
|
|
7649
|
-
export interface DeleteTemplateAliasResponse {
|
|
7650
|
-
/**
|
|
7651
|
-
* <p>The HTTP status of the request.</p>
|
|
7652
|
-
* @public
|
|
7653
|
-
*/
|
|
7654
|
-
Status?: number | undefined;
|
|
7655
|
-
/**
|
|
7656
|
-
* <p>An ID for the template associated with the deletion.</p>
|
|
7657
|
-
* @public
|
|
7658
|
-
*/
|
|
7659
|
-
TemplateId?: string | undefined;
|
|
7660
|
-
/**
|
|
7661
|
-
* <p>The name for the template alias.</p>
|
|
7662
|
-
* @public
|
|
7663
|
-
*/
|
|
7664
|
-
AliasName?: string | undefined;
|
|
7665
|
-
/**
|
|
7666
|
-
* <p>The Amazon Resource Name (ARN) of the template you want to delete.</p>
|
|
7667
|
-
* @public
|
|
7668
|
-
*/
|
|
7669
|
-
Arn?: string | undefined;
|
|
7670
|
-
/**
|
|
7671
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7672
|
-
* @public
|
|
7673
|
-
*/
|
|
7674
|
-
RequestId?: string | undefined;
|
|
7675
|
-
}
|
|
7676
|
-
/**
|
|
7677
|
-
* @public
|
|
7678
|
-
*/
|
|
7679
|
-
export interface DeleteThemeRequest {
|
|
7680
|
-
/**
|
|
7681
|
-
* <p>The ID of the Amazon Web Services account that contains the theme that you're deleting.</p>
|
|
7682
|
-
* @public
|
|
7683
|
-
*/
|
|
7684
|
-
AwsAccountId: string | undefined;
|
|
7685
|
-
/**
|
|
7686
|
-
* <p>An ID for the theme that you want to delete.</p>
|
|
7687
|
-
* @public
|
|
7688
|
-
*/
|
|
7689
|
-
ThemeId: string | undefined;
|
|
7690
|
-
/**
|
|
7691
|
-
* <p>The version of the theme that you want to delete. </p>
|
|
7692
|
-
* <p>
|
|
7693
|
-
* <b>Note:</b> If you don't provide a version number, you're
|
|
7694
|
-
* using this call to <code>DeleteTheme</code> to delete all versions of the theme.</p>
|
|
7695
|
-
* @public
|
|
7696
|
-
*/
|
|
7697
|
-
VersionNumber?: number | undefined;
|
|
7698
|
-
}
|
|
7699
|
-
/**
|
|
7700
|
-
* @public
|
|
7701
|
-
*/
|
|
7702
|
-
export interface DeleteThemeResponse {
|
|
7703
|
-
/**
|
|
7704
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
7705
|
-
* @public
|
|
7706
|
-
*/
|
|
7707
|
-
Arn?: string | undefined;
|
|
7708
|
-
/**
|
|
7709
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7710
|
-
* @public
|
|
7711
|
-
*/
|
|
7712
|
-
RequestId?: string | undefined;
|
|
7713
|
-
/**
|
|
7714
|
-
* <p>The HTTP status of the request.</p>
|
|
7715
|
-
* @public
|
|
7716
|
-
*/
|
|
7717
|
-
Status?: number | undefined;
|
|
7718
|
-
/**
|
|
7719
|
-
* <p>An ID for the theme.</p>
|
|
7720
|
-
* @public
|
|
7721
|
-
*/
|
|
7722
|
-
ThemeId?: string | undefined;
|
|
7723
|
-
}
|
|
7724
7699
|
/**
|
|
7725
7700
|
* @internal
|
|
7726
7701
|
*/
|
|
@@ -7849,6 +7824,10 @@ export declare const TopicDateRangeFilterFilterSensitiveLog: (obj: TopicDateRang
|
|
|
7849
7824
|
* @internal
|
|
7850
7825
|
*/
|
|
7851
7826
|
export declare const TopicSingularFilterConstantFilterSensitiveLog: (obj: TopicSingularFilterConstant) => any;
|
|
7827
|
+
/**
|
|
7828
|
+
* @internal
|
|
7829
|
+
*/
|
|
7830
|
+
export declare const TopicNullFilterFilterSensitiveLog: (obj: TopicNullFilter) => any;
|
|
7852
7831
|
/**
|
|
7853
7832
|
* @internal
|
|
7854
7833
|
*/
|