@aws-sdk/client-quicksight 3.696.0 → 3.705.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 +88 -0
- package/dist-cjs/index.js +2218 -750
- package/dist-es/QuickSight.js +22 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +137 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +185 -49
- package/dist-es/models/models_5.js +50 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1044 -12
- package/dist-types/QuickSight.d.ts +77 -0
- package/dist-types/QuickSightClient.d.ts +13 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- 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 +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- 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/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- 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/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
- 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/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.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 +434 -5
- 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 +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4413 -4505
- package/dist-types/models/models_3.d.ts +4169 -4324
- package/dist-types/models/models_4.d.ts +3851 -3830
- package/dist-types/models/models_5.d.ts +2394 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QuickSight.d.ts +235 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +428 -418
- package/dist-types/ts3.4/models/models_3.d.ts +453 -503
- package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
- package/dist-types/ts3.4/models/models_5.d.ts +596 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -642,6 +642,446 @@ export interface AnalysisError {
|
|
|
642
642
|
*/
|
|
643
643
|
ViolatedEntities?: Entity[] | undefined;
|
|
644
644
|
}
|
|
645
|
+
/**
|
|
646
|
+
* <p>The navigation configuration for <code>CustomActionNavigationOperation</code>.</p>
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
export interface LocalNavigationConfiguration {
|
|
650
|
+
/**
|
|
651
|
+
* <p>The sheet that is targeted for navigation in the same analysis.</p>
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
TargetSheetId: string | undefined;
|
|
655
|
+
}
|
|
656
|
+
/**
|
|
657
|
+
* <p>The navigation operation that navigates between different sheets in the same analysis.</p>
|
|
658
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
659
|
+
* @public
|
|
660
|
+
*/
|
|
661
|
+
export interface CustomActionNavigationOperation {
|
|
662
|
+
/**
|
|
663
|
+
* <p>The configuration that chooses the navigation target.</p>
|
|
664
|
+
* @public
|
|
665
|
+
*/
|
|
666
|
+
LocalNavigationConfiguration?: LocalNavigationConfiguration | undefined;
|
|
667
|
+
}
|
|
668
|
+
/**
|
|
669
|
+
* <p>The customized parameter values.</p>
|
|
670
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
export interface CustomParameterValues {
|
|
674
|
+
/**
|
|
675
|
+
* <p>A list of string-type parameter values.</p>
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
StringValues?: string[] | undefined;
|
|
679
|
+
/**
|
|
680
|
+
* <p>A list of integer-type parameter values.</p>
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
IntegerValues?: number[] | undefined;
|
|
684
|
+
/**
|
|
685
|
+
* <p>A list of decimal-type parameter values.</p>
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
688
|
+
DecimalValues?: number[] | undefined;
|
|
689
|
+
/**
|
|
690
|
+
* <p>A list of datetime-type parameter values.</p>
|
|
691
|
+
* @public
|
|
692
|
+
*/
|
|
693
|
+
DateTimeValues?: Date[] | undefined;
|
|
694
|
+
}
|
|
695
|
+
/**
|
|
696
|
+
* <p>The configuration of custom values for the destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
export interface CustomValuesConfiguration {
|
|
700
|
+
/**
|
|
701
|
+
* <p>Includes the null value in custom action parameter values.</p>
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
IncludeNullValue?: boolean | undefined;
|
|
705
|
+
/**
|
|
706
|
+
* <p>The customized parameter values.</p>
|
|
707
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
708
|
+
* @public
|
|
709
|
+
*/
|
|
710
|
+
CustomValues: CustomParameterValues | undefined;
|
|
711
|
+
}
|
|
712
|
+
/**
|
|
713
|
+
* @public
|
|
714
|
+
* @enum
|
|
715
|
+
*/
|
|
716
|
+
export declare const SelectAllValueOptions: {
|
|
717
|
+
readonly ALL_VALUES: "ALL_VALUES";
|
|
718
|
+
};
|
|
719
|
+
/**
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
722
|
+
export type SelectAllValueOptions = (typeof SelectAllValueOptions)[keyof typeof SelectAllValueOptions];
|
|
723
|
+
/**
|
|
724
|
+
* <p>The configuration of destination parameter values.</p>
|
|
725
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
export interface DestinationParameterValueConfiguration {
|
|
729
|
+
/**
|
|
730
|
+
* <p>The configuration of custom values for destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
CustomValuesConfiguration?: CustomValuesConfiguration | undefined;
|
|
734
|
+
/**
|
|
735
|
+
* <p>The configuration that selects all options.</p>
|
|
736
|
+
* @public
|
|
737
|
+
*/
|
|
738
|
+
SelectAllValueOptions?: SelectAllValueOptions | undefined;
|
|
739
|
+
/**
|
|
740
|
+
* <p>The source parameter name of the destination parameter.</p>
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
743
|
+
SourceParameterName?: string | undefined;
|
|
744
|
+
/**
|
|
745
|
+
* <p>The source field ID of the destination parameter.</p>
|
|
746
|
+
* @public
|
|
747
|
+
*/
|
|
748
|
+
SourceField?: string | undefined;
|
|
749
|
+
/**
|
|
750
|
+
* <p>A column of a data set.</p>
|
|
751
|
+
* @public
|
|
752
|
+
*/
|
|
753
|
+
SourceColumn?: ColumnIdentifier | undefined;
|
|
754
|
+
}
|
|
755
|
+
/**
|
|
756
|
+
* <p>The configuration of adding parameters in action.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
export interface SetParameterValueConfiguration {
|
|
760
|
+
/**
|
|
761
|
+
* <p>The destination parameter name of the <code>SetParameterValueConfiguration</code>.</p>
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
DestinationParameterName: string | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* <p>The configuration of destination parameter values.</p>
|
|
767
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
768
|
+
* @public
|
|
769
|
+
*/
|
|
770
|
+
Value: DestinationParameterValueConfiguration | undefined;
|
|
771
|
+
}
|
|
772
|
+
/**
|
|
773
|
+
* <p>The set parameter operation that sets parameters in custom action.</p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
export interface CustomActionSetParametersOperation {
|
|
777
|
+
/**
|
|
778
|
+
* <p>The parameter that determines the value configuration.</p>
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
781
|
+
ParameterValueConfigurations: SetParameterValueConfiguration[] | undefined;
|
|
782
|
+
}
|
|
783
|
+
/**
|
|
784
|
+
* @public
|
|
785
|
+
* @enum
|
|
786
|
+
*/
|
|
787
|
+
export declare const URLTargetConfiguration: {
|
|
788
|
+
readonly NEW_TAB: "NEW_TAB";
|
|
789
|
+
readonly NEW_WINDOW: "NEW_WINDOW";
|
|
790
|
+
readonly SAME_TAB: "SAME_TAB";
|
|
791
|
+
};
|
|
792
|
+
/**
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
export type URLTargetConfiguration = (typeof URLTargetConfiguration)[keyof typeof URLTargetConfiguration];
|
|
796
|
+
/**
|
|
797
|
+
* <p>The URL operation that opens a link to another webpage.</p>
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
800
|
+
export interface CustomActionURLOperation {
|
|
801
|
+
/**
|
|
802
|
+
* <p>THe URL link of the <code>CustomActionURLOperation</code>.</p>
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
URLTemplate: string | undefined;
|
|
806
|
+
/**
|
|
807
|
+
* <p>The target of the <code>CustomActionURLOperation</code>.</p>
|
|
808
|
+
* <p>Valid values are defined as follows:</p>
|
|
809
|
+
* <ul>
|
|
810
|
+
* <li>
|
|
811
|
+
* <p>
|
|
812
|
+
* <code>NEW_TAB</code>: Opens the target URL in a new browser tab.</p>
|
|
813
|
+
* </li>
|
|
814
|
+
* <li>
|
|
815
|
+
* <p>
|
|
816
|
+
* <code>NEW_WINDOW</code>: Opens the target URL in a new browser window.</p>
|
|
817
|
+
* </li>
|
|
818
|
+
* <li>
|
|
819
|
+
* <p>
|
|
820
|
+
* <code>SAME_TAB</code>: Opens the target URL in the same browser tab.</p>
|
|
821
|
+
* </li>
|
|
822
|
+
* </ul>
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
825
|
+
URLTarget: URLTargetConfiguration | undefined;
|
|
826
|
+
}
|
|
827
|
+
/**
|
|
828
|
+
* <p>The operation that is defined by the custom action.</p>
|
|
829
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
830
|
+
* @public
|
|
831
|
+
*/
|
|
832
|
+
export interface ImageCustomActionOperation {
|
|
833
|
+
/**
|
|
834
|
+
* <p>The navigation operation that navigates between different sheets in the same analysis.</p>
|
|
835
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
836
|
+
* @public
|
|
837
|
+
*/
|
|
838
|
+
NavigationOperation?: CustomActionNavigationOperation | undefined;
|
|
839
|
+
/**
|
|
840
|
+
* <p>The URL operation that opens a link to another webpage.</p>
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
843
|
+
URLOperation?: CustomActionURLOperation | undefined;
|
|
844
|
+
/**
|
|
845
|
+
* <p>The set parameter operation that sets parameters in custom action.</p>
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
848
|
+
SetParametersOperation?: CustomActionSetParametersOperation | undefined;
|
|
849
|
+
}
|
|
850
|
+
/**
|
|
851
|
+
* @public
|
|
852
|
+
* @enum
|
|
853
|
+
*/
|
|
854
|
+
export declare const WidgetStatus: {
|
|
855
|
+
readonly DISABLED: "DISABLED";
|
|
856
|
+
readonly ENABLED: "ENABLED";
|
|
857
|
+
};
|
|
858
|
+
/**
|
|
859
|
+
* @public
|
|
860
|
+
*/
|
|
861
|
+
export type WidgetStatus = (typeof WidgetStatus)[keyof typeof WidgetStatus];
|
|
862
|
+
/**
|
|
863
|
+
* @public
|
|
864
|
+
* @enum
|
|
865
|
+
*/
|
|
866
|
+
export declare const ImageCustomActionTrigger: {
|
|
867
|
+
readonly CLICK: "CLICK";
|
|
868
|
+
readonly MENU: "MENU";
|
|
869
|
+
};
|
|
870
|
+
/**
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
export type ImageCustomActionTrigger = (typeof ImageCustomActionTrigger)[keyof typeof ImageCustomActionTrigger];
|
|
874
|
+
/**
|
|
875
|
+
* <p>A custom action defined on an image.</p>
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
878
|
+
export interface ImageCustomAction {
|
|
879
|
+
/**
|
|
880
|
+
* <p>The ID of the custom action.</p>
|
|
881
|
+
* @public
|
|
882
|
+
*/
|
|
883
|
+
CustomActionId: string | undefined;
|
|
884
|
+
/**
|
|
885
|
+
* <p>The name of the custom action.</p>
|
|
886
|
+
* @public
|
|
887
|
+
*/
|
|
888
|
+
Name: string | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* <p>The status of the custom action.</p>
|
|
891
|
+
* @public
|
|
892
|
+
*/
|
|
893
|
+
Status?: WidgetStatus | undefined;
|
|
894
|
+
/**
|
|
895
|
+
* <p>The trigger of the <code>VisualCustomAction</code>.</p>
|
|
896
|
+
* <p>Valid values are defined as follows:</p>
|
|
897
|
+
* <ul>
|
|
898
|
+
* <li>
|
|
899
|
+
* <p>
|
|
900
|
+
* <code>CLICK</code>: Initiates a custom action by a left pointer click on a data point.</p>
|
|
901
|
+
* </li>
|
|
902
|
+
* <li>
|
|
903
|
+
* <p>
|
|
904
|
+
* <code>MENU</code>: Initiates a custom action by right pointer click from the menu.</p>
|
|
905
|
+
* </li>
|
|
906
|
+
* </ul>
|
|
907
|
+
* @public
|
|
908
|
+
*/
|
|
909
|
+
Trigger: ImageCustomActionTrigger | undefined;
|
|
910
|
+
/**
|
|
911
|
+
* <p>A list of <code>ImageCustomActionOperations</code>.</p>
|
|
912
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
913
|
+
* @public
|
|
914
|
+
*/
|
|
915
|
+
ActionOperations: ImageCustomActionOperation[] | undefined;
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
* <p>The menu options for the interactions of an image.</p>
|
|
919
|
+
* @public
|
|
920
|
+
*/
|
|
921
|
+
export interface ImageMenuOption {
|
|
922
|
+
/**
|
|
923
|
+
* <p>The availability status of the image menu. If the value of this property is set to <code>ENABLED</code>, dashboard readers can interact with the image menu.</p>
|
|
924
|
+
* @public
|
|
925
|
+
*/
|
|
926
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
927
|
+
}
|
|
928
|
+
/**
|
|
929
|
+
* <p>The general image interactions setup for image publish options.</p>
|
|
930
|
+
* @public
|
|
931
|
+
*/
|
|
932
|
+
export interface ImageInteractionOptions {
|
|
933
|
+
/**
|
|
934
|
+
* <p>The menu options for the image.</p>
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
937
|
+
ImageMenuOption?: ImageMenuOption | undefined;
|
|
938
|
+
}
|
|
939
|
+
/**
|
|
940
|
+
* @public
|
|
941
|
+
* @enum
|
|
942
|
+
*/
|
|
943
|
+
export declare const SheetImageScalingType: {
|
|
944
|
+
readonly SCALE_NONE: "SCALE_NONE";
|
|
945
|
+
readonly SCALE_TO_CONTAINER: "SCALE_TO_CONTAINER";
|
|
946
|
+
readonly SCALE_TO_HEIGHT: "SCALE_TO_HEIGHT";
|
|
947
|
+
readonly SCALE_TO_WIDTH: "SCALE_TO_WIDTH";
|
|
948
|
+
};
|
|
949
|
+
/**
|
|
950
|
+
* @public
|
|
951
|
+
*/
|
|
952
|
+
export type SheetImageScalingType = (typeof SheetImageScalingType)[keyof typeof SheetImageScalingType];
|
|
953
|
+
/**
|
|
954
|
+
* <p>Determines how the image is scaled</p>
|
|
955
|
+
* @public
|
|
956
|
+
*/
|
|
957
|
+
export interface SheetImageScalingConfiguration {
|
|
958
|
+
/**
|
|
959
|
+
* <p>The scaling option to use when fitting the image inside the container.</p>
|
|
960
|
+
* <p>Valid values are defined as follows:</p>
|
|
961
|
+
* <ul>
|
|
962
|
+
* <li>
|
|
963
|
+
* <p>
|
|
964
|
+
* <code>SCALE_TO_WIDTH</code>: The image takes up the entire width of the container. The image aspect ratio is preserved.</p>
|
|
965
|
+
* </li>
|
|
966
|
+
* <li>
|
|
967
|
+
* <p>
|
|
968
|
+
* <code>SCALE_TO_HEIGHT</code>: The image takes up the entire height of the container. The image aspect ratio is preserved.</p>
|
|
969
|
+
* </li>
|
|
970
|
+
* <li>
|
|
971
|
+
* <p>
|
|
972
|
+
* <code>SCALE_TO_CONTAINER</code>: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.</p>
|
|
973
|
+
* </li>
|
|
974
|
+
* <li>
|
|
975
|
+
* <p>
|
|
976
|
+
* <code>SCALE_NONE</code>: The image is displayed in its original size and is not scaled to the container.</p>
|
|
977
|
+
* </li>
|
|
978
|
+
* </ul>
|
|
979
|
+
* @public
|
|
980
|
+
*/
|
|
981
|
+
ScalingType?: SheetImageScalingType | undefined;
|
|
982
|
+
}
|
|
983
|
+
/**
|
|
984
|
+
* <p>The source of the static file that contains the image.</p>
|
|
985
|
+
* @public
|
|
986
|
+
*/
|
|
987
|
+
export interface SheetImageStaticFileSource {
|
|
988
|
+
/**
|
|
989
|
+
* <p>The ID of the static file that contains the image.</p>
|
|
990
|
+
* @public
|
|
991
|
+
*/
|
|
992
|
+
StaticFileId: string | undefined;
|
|
993
|
+
}
|
|
994
|
+
/**
|
|
995
|
+
* <p>The source of the image.</p>
|
|
996
|
+
* @public
|
|
997
|
+
*/
|
|
998
|
+
export interface SheetImageSource {
|
|
999
|
+
/**
|
|
1000
|
+
* <p>The source of the static file that contains the image.</p>
|
|
1001
|
+
* @public
|
|
1002
|
+
*/
|
|
1003
|
+
SheetImageStaticFileSource?: SheetImageStaticFileSource | undefined;
|
|
1004
|
+
}
|
|
1005
|
+
/**
|
|
1006
|
+
* <p>The text that appears in the sheet image tooltip.</p>
|
|
1007
|
+
* @public
|
|
1008
|
+
*/
|
|
1009
|
+
export interface SheetImageTooltipText {
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>The plain text format.</p>
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
PlainText?: string | undefined;
|
|
1015
|
+
}
|
|
1016
|
+
/**
|
|
1017
|
+
* @public
|
|
1018
|
+
* @enum
|
|
1019
|
+
*/
|
|
1020
|
+
export declare const Visibility: {
|
|
1021
|
+
readonly HIDDEN: "HIDDEN";
|
|
1022
|
+
readonly VISIBLE: "VISIBLE";
|
|
1023
|
+
};
|
|
1024
|
+
/**
|
|
1025
|
+
* @public
|
|
1026
|
+
*/
|
|
1027
|
+
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>The tooltip configuration for a sheet image.</p>
|
|
1030
|
+
* @public
|
|
1031
|
+
*/
|
|
1032
|
+
export interface SheetImageTooltipConfiguration {
|
|
1033
|
+
/**
|
|
1034
|
+
* <p>The text that appears in the tooltip.</p>
|
|
1035
|
+
* @public
|
|
1036
|
+
*/
|
|
1037
|
+
TooltipText?: SheetImageTooltipText | undefined;
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>The visibility of the tooltip.</p>
|
|
1040
|
+
* @public
|
|
1041
|
+
*/
|
|
1042
|
+
Visibility?: Visibility | undefined;
|
|
1043
|
+
}
|
|
1044
|
+
/**
|
|
1045
|
+
* <p>An image that is located on a sheet.</p>
|
|
1046
|
+
* @public
|
|
1047
|
+
*/
|
|
1048
|
+
export interface SheetImage {
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The ID of the sheet image.</p>
|
|
1051
|
+
* @public
|
|
1052
|
+
*/
|
|
1053
|
+
SheetImageId: string | undefined;
|
|
1054
|
+
/**
|
|
1055
|
+
* <p>The source of the image.</p>
|
|
1056
|
+
* @public
|
|
1057
|
+
*/
|
|
1058
|
+
Source: SheetImageSource | undefined;
|
|
1059
|
+
/**
|
|
1060
|
+
* <p>Determines how the image is scaled.</p>
|
|
1061
|
+
* @public
|
|
1062
|
+
*/
|
|
1063
|
+
Scaling?: SheetImageScalingConfiguration | undefined;
|
|
1064
|
+
/**
|
|
1065
|
+
* <p>The tooltip to be shown when hovering over the image.</p>
|
|
1066
|
+
* @public
|
|
1067
|
+
*/
|
|
1068
|
+
Tooltip?: SheetImageTooltipConfiguration | undefined;
|
|
1069
|
+
/**
|
|
1070
|
+
* <p>The alt text for the image.</p>
|
|
1071
|
+
* @public
|
|
1072
|
+
*/
|
|
1073
|
+
ImageContentAltText?: string | undefined;
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>The general image interactions setup for an image.</p>
|
|
1076
|
+
* @public
|
|
1077
|
+
*/
|
|
1078
|
+
Interactions?: ImageInteractionOptions | undefined;
|
|
1079
|
+
/**
|
|
1080
|
+
* <p>A list of custom actions that are configured for an image.</p>
|
|
1081
|
+
* @public
|
|
1082
|
+
*/
|
|
1083
|
+
Actions?: ImageCustomAction[] | undefined;
|
|
1084
|
+
}
|
|
645
1085
|
/**
|
|
646
1086
|
* <p>A <i>sheet</i>, which is an object that contains a set of visuals that
|
|
647
1087
|
* are viewed together on one page in Amazon QuickSight. Every analysis and dashboard
|
|
@@ -662,6 +1102,11 @@ export interface Sheet {
|
|
|
662
1102
|
* @public
|
|
663
1103
|
*/
|
|
664
1104
|
Name?: string | undefined;
|
|
1105
|
+
/**
|
|
1106
|
+
* <p>A list of images on a sheet.</p>
|
|
1107
|
+
* @public
|
|
1108
|
+
*/
|
|
1109
|
+
Images?: SheetImage[] | undefined;
|
|
665
1110
|
}
|
|
666
1111
|
/**
|
|
667
1112
|
* @public
|
|
@@ -1154,18 +1599,6 @@ export declare const NumericSeparatorSymbol: {
|
|
|
1154
1599
|
* @public
|
|
1155
1600
|
*/
|
|
1156
1601
|
export type NumericSeparatorSymbol = (typeof NumericSeparatorSymbol)[keyof typeof NumericSeparatorSymbol];
|
|
1157
|
-
/**
|
|
1158
|
-
* @public
|
|
1159
|
-
* @enum
|
|
1160
|
-
*/
|
|
1161
|
-
export declare const Visibility: {
|
|
1162
|
-
readonly HIDDEN: "HIDDEN";
|
|
1163
|
-
readonly VISIBLE: "VISIBLE";
|
|
1164
|
-
};
|
|
1165
|
-
/**
|
|
1166
|
-
* @public
|
|
1167
|
-
*/
|
|
1168
|
-
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
1169
1602
|
/**
|
|
1170
1603
|
* <p>The options that determine the thousands separator configuration.</p>
|
|
1171
1604
|
* @public
|
|
@@ -1753,6 +2186,11 @@ export interface FontSize {
|
|
|
1753
2186
|
* @public
|
|
1754
2187
|
*/
|
|
1755
2188
|
Relative?: RelativeFontSize | undefined;
|
|
2189
|
+
/**
|
|
2190
|
+
* <p>The font size that you want to use in px.</p>
|
|
2191
|
+
* @public
|
|
2192
|
+
*/
|
|
2193
|
+
Absolute?: string | undefined;
|
|
1756
2194
|
}
|
|
1757
2195
|
/**
|
|
1758
2196
|
* @public
|
|
@@ -1819,6 +2257,11 @@ export interface FontConfiguration {
|
|
|
1819
2257
|
* @public
|
|
1820
2258
|
*/
|
|
1821
2259
|
FontStyle?: FontStyle | undefined;
|
|
2260
|
+
/**
|
|
2261
|
+
* <p>The font family that you want to use.</p>
|
|
2262
|
+
* @public
|
|
2263
|
+
*/
|
|
2264
|
+
FontFamily?: string | undefined;
|
|
1822
2265
|
}
|
|
1823
2266
|
/**
|
|
1824
2267
|
* <p>The share label options for the labels.</p>
|
|
@@ -2626,18 +3069,6 @@ export interface AnchorDateConfiguration {
|
|
|
2626
3069
|
*/
|
|
2627
3070
|
ParameterName?: string | undefined;
|
|
2628
3071
|
}
|
|
2629
|
-
/**
|
|
2630
|
-
* @public
|
|
2631
|
-
* @enum
|
|
2632
|
-
*/
|
|
2633
|
-
export declare const WidgetStatus: {
|
|
2634
|
-
readonly DISABLED: "DISABLED";
|
|
2635
|
-
readonly ENABLED: "ENABLED";
|
|
2636
|
-
};
|
|
2637
|
-
/**
|
|
2638
|
-
* @public
|
|
2639
|
-
*/
|
|
2640
|
-
export type WidgetStatus = (typeof WidgetStatus)[keyof typeof WidgetStatus];
|
|
2641
3072
|
/**
|
|
2642
3073
|
* <p>The exclude period of <code>TimeRangeFilter</code> or <code>RelativeDatesFilter</code>.</p>
|
|
2643
3074
|
* @public
|
|
@@ -4022,6 +4453,7 @@ export interface FreeFormLayoutElementBorderStyle {
|
|
|
4022
4453
|
*/
|
|
4023
4454
|
export declare const LayoutElementType: {
|
|
4024
4455
|
readonly FILTER_CONTROL: "FILTER_CONTROL";
|
|
4456
|
+
readonly IMAGE: "IMAGE";
|
|
4025
4457
|
readonly PARAMETER_CONTROL: "PARAMETER_CONTROL";
|
|
4026
4458
|
readonly TEXT_BOX: "TEXT_BOX";
|
|
4027
4459
|
readonly VISUAL: "VISUAL";
|
|
@@ -4923,194 +5355,12 @@ export interface CustomActionFilterOperation {
|
|
|
4923
5355
|
* <p>The configuration that chooses the fields to be filtered.</p>
|
|
4924
5356
|
* @public
|
|
4925
5357
|
*/
|
|
4926
|
-
SelectedFieldsConfiguration: FilterOperationSelectedFieldsConfiguration | undefined;
|
|
4927
|
-
/**
|
|
4928
|
-
* <p>The configuration that chooses the target visuals to be filtered.</p>
|
|
4929
|
-
* @public
|
|
4930
|
-
*/
|
|
4931
|
-
TargetVisualsConfiguration: FilterOperationTargetVisualsConfiguration | undefined;
|
|
4932
|
-
}
|
|
4933
|
-
/**
|
|
4934
|
-
* <p>The navigation configuration for <code>CustomActionNavigationOperation</code>.</p>
|
|
4935
|
-
* @public
|
|
4936
|
-
*/
|
|
4937
|
-
export interface LocalNavigationConfiguration {
|
|
4938
|
-
/**
|
|
4939
|
-
* <p>The sheet that is targeted for navigation in the same analysis.</p>
|
|
4940
|
-
* @public
|
|
4941
|
-
*/
|
|
4942
|
-
TargetSheetId: string | undefined;
|
|
4943
|
-
}
|
|
4944
|
-
/**
|
|
4945
|
-
* <p>The navigation operation that navigates between different sheets in the same analysis.</p>
|
|
4946
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
4947
|
-
* @public
|
|
4948
|
-
*/
|
|
4949
|
-
export interface CustomActionNavigationOperation {
|
|
4950
|
-
/**
|
|
4951
|
-
* <p>The configuration that chooses the navigation target.</p>
|
|
4952
|
-
* @public
|
|
4953
|
-
*/
|
|
4954
|
-
LocalNavigationConfiguration?: LocalNavigationConfiguration | undefined;
|
|
4955
|
-
}
|
|
4956
|
-
/**
|
|
4957
|
-
* <p>The customized parameter values.</p>
|
|
4958
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
4959
|
-
* @public
|
|
4960
|
-
*/
|
|
4961
|
-
export interface CustomParameterValues {
|
|
4962
|
-
/**
|
|
4963
|
-
* <p>A list of string-type parameter values.</p>
|
|
4964
|
-
* @public
|
|
4965
|
-
*/
|
|
4966
|
-
StringValues?: string[] | undefined;
|
|
4967
|
-
/**
|
|
4968
|
-
* <p>A list of integer-type parameter values.</p>
|
|
4969
|
-
* @public
|
|
4970
|
-
*/
|
|
4971
|
-
IntegerValues?: number[] | undefined;
|
|
4972
|
-
/**
|
|
4973
|
-
* <p>A list of decimal-type parameter values.</p>
|
|
4974
|
-
* @public
|
|
4975
|
-
*/
|
|
4976
|
-
DecimalValues?: number[] | undefined;
|
|
4977
|
-
/**
|
|
4978
|
-
* <p>A list of datetime-type parameter values.</p>
|
|
4979
|
-
* @public
|
|
4980
|
-
*/
|
|
4981
|
-
DateTimeValues?: Date[] | undefined;
|
|
4982
|
-
}
|
|
4983
|
-
/**
|
|
4984
|
-
* <p>The configuration of custom values for the destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>
|
|
4985
|
-
* @public
|
|
4986
|
-
*/
|
|
4987
|
-
export interface CustomValuesConfiguration {
|
|
4988
|
-
/**
|
|
4989
|
-
* <p>Includes the null value in custom action parameter values.</p>
|
|
4990
|
-
* @public
|
|
4991
|
-
*/
|
|
4992
|
-
IncludeNullValue?: boolean | undefined;
|
|
4993
|
-
/**
|
|
4994
|
-
* <p>The customized parameter values.</p>
|
|
4995
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
4996
|
-
* @public
|
|
4997
|
-
*/
|
|
4998
|
-
CustomValues: CustomParameterValues | undefined;
|
|
4999
|
-
}
|
|
5000
|
-
/**
|
|
5001
|
-
* @public
|
|
5002
|
-
* @enum
|
|
5003
|
-
*/
|
|
5004
|
-
export declare const SelectAllValueOptions: {
|
|
5005
|
-
readonly ALL_VALUES: "ALL_VALUES";
|
|
5006
|
-
};
|
|
5007
|
-
/**
|
|
5008
|
-
* @public
|
|
5009
|
-
*/
|
|
5010
|
-
export type SelectAllValueOptions = (typeof SelectAllValueOptions)[keyof typeof SelectAllValueOptions];
|
|
5011
|
-
/**
|
|
5012
|
-
* <p>The configuration of destination parameter values.</p>
|
|
5013
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
5014
|
-
* @public
|
|
5015
|
-
*/
|
|
5016
|
-
export interface DestinationParameterValueConfiguration {
|
|
5017
|
-
/**
|
|
5018
|
-
* <p>The configuration of custom values for destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>
|
|
5019
|
-
* @public
|
|
5020
|
-
*/
|
|
5021
|
-
CustomValuesConfiguration?: CustomValuesConfiguration | undefined;
|
|
5022
|
-
/**
|
|
5023
|
-
* <p>The configuration that selects all options.</p>
|
|
5024
|
-
* @public
|
|
5025
|
-
*/
|
|
5026
|
-
SelectAllValueOptions?: SelectAllValueOptions | undefined;
|
|
5027
|
-
/**
|
|
5028
|
-
* <p>The source parameter name of the destination parameter.</p>
|
|
5029
|
-
* @public
|
|
5030
|
-
*/
|
|
5031
|
-
SourceParameterName?: string | undefined;
|
|
5032
|
-
/**
|
|
5033
|
-
* <p>The source field ID of the destination parameter.</p>
|
|
5034
|
-
* @public
|
|
5035
|
-
*/
|
|
5036
|
-
SourceField?: string | undefined;
|
|
5037
|
-
/**
|
|
5038
|
-
* <p>A column of a data set.</p>
|
|
5039
|
-
* @public
|
|
5040
|
-
*/
|
|
5041
|
-
SourceColumn?: ColumnIdentifier | undefined;
|
|
5042
|
-
}
|
|
5043
|
-
/**
|
|
5044
|
-
* <p>The configuration of adding parameters in action.</p>
|
|
5045
|
-
* @public
|
|
5046
|
-
*/
|
|
5047
|
-
export interface SetParameterValueConfiguration {
|
|
5048
|
-
/**
|
|
5049
|
-
* <p>The destination parameter name of the <code>SetParameterValueConfiguration</code>.</p>
|
|
5050
|
-
* @public
|
|
5051
|
-
*/
|
|
5052
|
-
DestinationParameterName: string | undefined;
|
|
5053
|
-
/**
|
|
5054
|
-
* <p>The configuration of destination parameter values.</p>
|
|
5055
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
5056
|
-
* @public
|
|
5057
|
-
*/
|
|
5058
|
-
Value: DestinationParameterValueConfiguration | undefined;
|
|
5059
|
-
}
|
|
5060
|
-
/**
|
|
5061
|
-
* <p>The set parameter operation that sets parameters in custom action.</p>
|
|
5062
|
-
* @public
|
|
5063
|
-
*/
|
|
5064
|
-
export interface CustomActionSetParametersOperation {
|
|
5065
|
-
/**
|
|
5066
|
-
* <p>The parameter that determines the value configuration.</p>
|
|
5067
|
-
* @public
|
|
5068
|
-
*/
|
|
5069
|
-
ParameterValueConfigurations: SetParameterValueConfiguration[] | undefined;
|
|
5070
|
-
}
|
|
5071
|
-
/**
|
|
5072
|
-
* @public
|
|
5073
|
-
* @enum
|
|
5074
|
-
*/
|
|
5075
|
-
export declare const URLTargetConfiguration: {
|
|
5076
|
-
readonly NEW_TAB: "NEW_TAB";
|
|
5077
|
-
readonly NEW_WINDOW: "NEW_WINDOW";
|
|
5078
|
-
readonly SAME_TAB: "SAME_TAB";
|
|
5079
|
-
};
|
|
5080
|
-
/**
|
|
5081
|
-
* @public
|
|
5082
|
-
*/
|
|
5083
|
-
export type URLTargetConfiguration = (typeof URLTargetConfiguration)[keyof typeof URLTargetConfiguration];
|
|
5084
|
-
/**
|
|
5085
|
-
* <p>The URL operation that opens a link to another webpage.</p>
|
|
5086
|
-
* @public
|
|
5087
|
-
*/
|
|
5088
|
-
export interface CustomActionURLOperation {
|
|
5089
|
-
/**
|
|
5090
|
-
* <p>THe URL link of the <code>CustomActionURLOperation</code>.</p>
|
|
5091
|
-
* @public
|
|
5092
|
-
*/
|
|
5093
|
-
URLTemplate: string | undefined;
|
|
5094
|
-
/**
|
|
5095
|
-
* <p>The target of the <code>CustomActionURLOperation</code>.</p>
|
|
5096
|
-
* <p>Valid values are defined as follows:</p>
|
|
5097
|
-
* <ul>
|
|
5098
|
-
* <li>
|
|
5099
|
-
* <p>
|
|
5100
|
-
* <code>NEW_TAB</code>: Opens the target URL in a new browser tab.</p>
|
|
5101
|
-
* </li>
|
|
5102
|
-
* <li>
|
|
5103
|
-
* <p>
|
|
5104
|
-
* <code>NEW_WINDOW</code>: Opens the target URL in a new browser window.</p>
|
|
5105
|
-
* </li>
|
|
5106
|
-
* <li>
|
|
5107
|
-
* <p>
|
|
5108
|
-
* <code>SAME_TAB</code>: Opens the target URL in the same browser tab.</p>
|
|
5109
|
-
* </li>
|
|
5110
|
-
* </ul>
|
|
5111
|
-
* @public
|
|
5112
|
-
*/
|
|
5113
|
-
URLTarget: URLTargetConfiguration | undefined;
|
|
5358
|
+
SelectedFieldsConfiguration: FilterOperationSelectedFieldsConfiguration | undefined;
|
|
5359
|
+
/**
|
|
5360
|
+
* <p>The configuration that chooses the target visuals to be filtered.</p>
|
|
5361
|
+
* @public
|
|
5362
|
+
*/
|
|
5363
|
+
TargetVisualsConfiguration: FilterOperationTargetVisualsConfiguration | undefined;
|
|
5114
5364
|
}
|
|
5115
5365
|
/**
|
|
5116
5366
|
* <p>The operation that is defined by the custom action.</p>
|
|
@@ -6132,6 +6382,11 @@ export interface LegendOptions {
|
|
|
6132
6382
|
* @public
|
|
6133
6383
|
*/
|
|
6134
6384
|
Height?: string | undefined;
|
|
6385
|
+
/**
|
|
6386
|
+
* <p>Configures the display properties of the given text.</p>
|
|
6387
|
+
* @public
|
|
6388
|
+
*/
|
|
6389
|
+
ValueFontConfiguration?: FontConfiguration | undefined;
|
|
6135
6390
|
}
|
|
6136
6391
|
/**
|
|
6137
6392
|
* @public
|
|
@@ -6328,331 +6583,45 @@ export declare const ReferenceLineLabelVerticalPosition: {
|
|
|
6328
6583
|
*/
|
|
6329
6584
|
export type ReferenceLineLabelVerticalPosition = (typeof ReferenceLineLabelVerticalPosition)[keyof typeof ReferenceLineLabelVerticalPosition];
|
|
6330
6585
|
/**
|
|
6331
|
-
*
|
|
6332
|
-
* @public
|
|
6333
|
-
*/
|
|
6334
|
-
export interface ReferenceLineLabelConfiguration {
|
|
6335
|
-
/**
|
|
6336
|
-
* <p>The value label configuration of the label in a reference line.</p>
|
|
6337
|
-
* @public
|
|
6338
|
-
*/
|
|
6339
|
-
ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration | undefined;
|
|
6340
|
-
/**
|
|
6341
|
-
* <p>The custom label configuration of the label in a reference line.</p>
|
|
6342
|
-
* @public
|
|
6343
|
-
*/
|
|
6344
|
-
CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration | undefined;
|
|
6345
|
-
/**
|
|
6346
|
-
* <p>The font configuration of the label in a reference line.</p>
|
|
6347
|
-
* @public
|
|
6348
|
-
*/
|
|
6349
|
-
FontConfiguration?: FontConfiguration | undefined;
|
|
6350
|
-
/**
|
|
6351
|
-
* <p>The font color configuration of the label in a reference line.</p>
|
|
6352
|
-
* @public
|
|
6353
|
-
*/
|
|
6354
|
-
FontColor?: string | undefined;
|
|
6355
|
-
/**
|
|
6356
|
-
* <p>The horizontal position configuration of the label in a reference line. Choose one of
|
|
6357
|
-
* the following options:</p>
|
|
6358
|
-
* <ul>
|
|
6359
|
-
* <li>
|
|
6360
|
-
* <p>
|
|
6361
|
-
* <code>LEFT</code>
|
|
6362
|
-
* </p>
|
|
6363
|
-
* </li>
|
|
6364
|
-
* <li>
|
|
6365
|
-
* <p>
|
|
6366
|
-
* <code>CENTER</code>
|
|
6367
|
-
* </p>
|
|
6368
|
-
* </li>
|
|
6369
|
-
* <li>
|
|
6370
|
-
* <p>
|
|
6371
|
-
* <code>RIGHT</code>
|
|
6372
|
-
* </p>
|
|
6373
|
-
* </li>
|
|
6374
|
-
* </ul>
|
|
6375
|
-
* @public
|
|
6376
|
-
*/
|
|
6377
|
-
HorizontalPosition?: ReferenceLineLabelHorizontalPosition | undefined;
|
|
6378
|
-
/**
|
|
6379
|
-
* <p>The vertical position configuration of the label in a reference line. Choose one of the following options:</p>
|
|
6380
|
-
* <ul>
|
|
6381
|
-
* <li>
|
|
6382
|
-
* <p>
|
|
6383
|
-
* <code>ABOVE</code>
|
|
6384
|
-
* </p>
|
|
6385
|
-
* </li>
|
|
6386
|
-
* <li>
|
|
6387
|
-
* <p>
|
|
6388
|
-
* <code>BELOW</code>
|
|
6389
|
-
* </p>
|
|
6390
|
-
* </li>
|
|
6391
|
-
* </ul>
|
|
6392
|
-
* @public
|
|
6393
|
-
*/
|
|
6394
|
-
VerticalPosition?: ReferenceLineLabelVerticalPosition | undefined;
|
|
6395
|
-
}
|
|
6396
|
-
/**
|
|
6397
|
-
* @public
|
|
6398
|
-
* @enum
|
|
6399
|
-
*/
|
|
6400
|
-
export declare const ReferenceLinePatternType: {
|
|
6401
|
-
readonly DASHED: "DASHED";
|
|
6402
|
-
readonly DOTTED: "DOTTED";
|
|
6403
|
-
readonly SOLID: "SOLID";
|
|
6404
|
-
};
|
|
6405
|
-
/**
|
|
6406
|
-
* @public
|
|
6407
|
-
*/
|
|
6408
|
-
export type ReferenceLinePatternType = (typeof ReferenceLinePatternType)[keyof typeof ReferenceLinePatternType];
|
|
6409
|
-
/**
|
|
6410
|
-
* <p>The style configuration of the reference
|
|
6411
|
-
* line.</p>
|
|
6412
|
-
* @public
|
|
6413
|
-
*/
|
|
6414
|
-
export interface ReferenceLineStyleConfiguration {
|
|
6415
|
-
/**
|
|
6416
|
-
* <p>The pattern type of the line style. Choose one of the following options:</p>
|
|
6417
|
-
* <ul>
|
|
6418
|
-
* <li>
|
|
6419
|
-
* <p>
|
|
6420
|
-
* <code>SOLID</code>
|
|
6421
|
-
* </p>
|
|
6422
|
-
* </li>
|
|
6423
|
-
* <li>
|
|
6424
|
-
* <p>
|
|
6425
|
-
* <code>DASHED</code>
|
|
6426
|
-
* </p>
|
|
6427
|
-
* </li>
|
|
6428
|
-
* <li>
|
|
6429
|
-
* <p>
|
|
6430
|
-
* <code>DOTTED</code>
|
|
6431
|
-
* </p>
|
|
6432
|
-
* </li>
|
|
6433
|
-
* </ul>
|
|
6434
|
-
* @public
|
|
6435
|
-
*/
|
|
6436
|
-
Pattern?: ReferenceLinePatternType | undefined;
|
|
6437
|
-
/**
|
|
6438
|
-
* <p>The hex color of the reference line.</p>
|
|
6439
|
-
* @public
|
|
6440
|
-
*/
|
|
6441
|
-
Color?: string | undefined;
|
|
6442
|
-
}
|
|
6443
|
-
/**
|
|
6444
|
-
* <p>The reference line visual display options.</p>
|
|
6445
|
-
* @public
|
|
6446
|
-
*/
|
|
6447
|
-
export interface ReferenceLine {
|
|
6448
|
-
/**
|
|
6449
|
-
* <p>The status of the reference line. Choose one of the following options:</p>
|
|
6450
|
-
* <ul>
|
|
6451
|
-
* <li>
|
|
6452
|
-
* <p>
|
|
6453
|
-
* <code>ENABLE</code>
|
|
6454
|
-
* </p>
|
|
6455
|
-
* </li>
|
|
6456
|
-
* <li>
|
|
6457
|
-
* <p>
|
|
6458
|
-
* <code>DISABLE</code>
|
|
6459
|
-
* </p>
|
|
6460
|
-
* </li>
|
|
6461
|
-
* </ul>
|
|
6462
|
-
* @public
|
|
6463
|
-
*/
|
|
6464
|
-
Status?: WidgetStatus | undefined;
|
|
6465
|
-
/**
|
|
6466
|
-
* <p>The data configuration of the reference line.</p>
|
|
6467
|
-
* @public
|
|
6468
|
-
*/
|
|
6469
|
-
DataConfiguration: ReferenceLineDataConfiguration | undefined;
|
|
6470
|
-
/**
|
|
6471
|
-
* <p>The style configuration of the reference line.</p>
|
|
6472
|
-
* @public
|
|
6473
|
-
*/
|
|
6474
|
-
StyleConfiguration?: ReferenceLineStyleConfiguration | undefined;
|
|
6475
|
-
/**
|
|
6476
|
-
* <p>The label configuration of the reference line.</p>
|
|
6477
|
-
* @public
|
|
6478
|
-
*/
|
|
6479
|
-
LabelConfiguration?: ReferenceLineLabelConfiguration | undefined;
|
|
6480
|
-
}
|
|
6481
|
-
/**
|
|
6482
|
-
* @public
|
|
6483
|
-
* @enum
|
|
6484
|
-
*/
|
|
6485
|
-
export declare const PanelBorderStyle: {
|
|
6486
|
-
readonly DASHED: "DASHED";
|
|
6487
|
-
readonly DOTTED: "DOTTED";
|
|
6488
|
-
readonly SOLID: "SOLID";
|
|
6489
|
-
};
|
|
6490
|
-
/**
|
|
6491
|
-
* @public
|
|
6492
|
-
*/
|
|
6493
|
-
export type PanelBorderStyle = (typeof PanelBorderStyle)[keyof typeof PanelBorderStyle];
|
|
6494
|
-
/**
|
|
6495
|
-
* @public
|
|
6496
|
-
* @enum
|
|
6586
|
+
* @internal
|
|
6497
6587
|
*/
|
|
6498
|
-
export declare const
|
|
6499
|
-
readonly AUTO: "AUTO";
|
|
6500
|
-
readonly CENTER: "CENTER";
|
|
6501
|
-
readonly LEFT: "LEFT";
|
|
6502
|
-
readonly RIGHT: "RIGHT";
|
|
6503
|
-
};
|
|
6588
|
+
export declare const CustomParameterValuesFilterSensitiveLog: (obj: CustomParameterValues) => any;
|
|
6504
6589
|
/**
|
|
6505
|
-
* @
|
|
6590
|
+
* @internal
|
|
6506
6591
|
*/
|
|
6507
|
-
export
|
|
6592
|
+
export declare const CustomValuesConfigurationFilterSensitiveLog: (obj: CustomValuesConfiguration) => any;
|
|
6508
6593
|
/**
|
|
6509
|
-
*
|
|
6510
|
-
* panel.</p>
|
|
6511
|
-
* @public
|
|
6594
|
+
* @internal
|
|
6512
6595
|
*/
|
|
6513
|
-
export
|
|
6514
|
-
/**
|
|
6515
|
-
* <p>Determines whether or not panel titles are displayed.</p>
|
|
6516
|
-
* @public
|
|
6517
|
-
*/
|
|
6518
|
-
Visibility?: Visibility | undefined;
|
|
6519
|
-
/**
|
|
6520
|
-
* <p>Configures the display properties of the given text.</p>
|
|
6521
|
-
* @public
|
|
6522
|
-
*/
|
|
6523
|
-
FontConfiguration?: FontConfiguration | undefined;
|
|
6524
|
-
/**
|
|
6525
|
-
* <p>Sets the horizontal text alignment of the title within each panel.</p>
|
|
6526
|
-
* @public
|
|
6527
|
-
*/
|
|
6528
|
-
HorizontalTextAlignment?: HorizontalTextAlignment | undefined;
|
|
6529
|
-
}
|
|
6596
|
+
export declare const DestinationParameterValueConfigurationFilterSensitiveLog: (obj: DestinationParameterValueConfiguration) => any;
|
|
6530
6597
|
/**
|
|
6531
|
-
*
|
|
6532
|
-
* @public
|
|
6598
|
+
* @internal
|
|
6533
6599
|
*/
|
|
6534
|
-
export
|
|
6535
|
-
/**
|
|
6536
|
-
* <p>Configures the title display within each small multiples panel.</p>
|
|
6537
|
-
* @public
|
|
6538
|
-
*/
|
|
6539
|
-
Title?: PanelTitleOptions | undefined;
|
|
6540
|
-
/**
|
|
6541
|
-
* <p>Determines whether or not each panel displays a border.</p>
|
|
6542
|
-
* @public
|
|
6543
|
-
*/
|
|
6544
|
-
BorderVisibility?: Visibility | undefined;
|
|
6545
|
-
/**
|
|
6546
|
-
* <p>Sets the line thickness of panel borders.</p>
|
|
6547
|
-
* @public
|
|
6548
|
-
*/
|
|
6549
|
-
BorderThickness?: string | undefined;
|
|
6550
|
-
/**
|
|
6551
|
-
* <p>Sets the line style of panel borders.</p>
|
|
6552
|
-
* @public
|
|
6553
|
-
*/
|
|
6554
|
-
BorderStyle?: PanelBorderStyle | undefined;
|
|
6555
|
-
/**
|
|
6556
|
-
* <p>Sets the line color of panel borders.</p>
|
|
6557
|
-
* @public
|
|
6558
|
-
*/
|
|
6559
|
-
BorderColor?: string | undefined;
|
|
6560
|
-
/**
|
|
6561
|
-
* <p>Determines whether or not negative space between sibling panels is rendered.</p>
|
|
6562
|
-
* @public
|
|
6563
|
-
*/
|
|
6564
|
-
GutterVisibility?: Visibility | undefined;
|
|
6565
|
-
/**
|
|
6566
|
-
* <p>Sets the total amount of negative space to display between sibling panels.</p>
|
|
6567
|
-
* @public
|
|
6568
|
-
*/
|
|
6569
|
-
GutterSpacing?: string | undefined;
|
|
6570
|
-
/**
|
|
6571
|
-
* <p>Determines whether or not a background for each small multiples panel is rendered.</p>
|
|
6572
|
-
* @public
|
|
6573
|
-
*/
|
|
6574
|
-
BackgroundVisibility?: Visibility | undefined;
|
|
6575
|
-
/**
|
|
6576
|
-
* <p>Sets the background color for each panel.</p>
|
|
6577
|
-
* @public
|
|
6578
|
-
*/
|
|
6579
|
-
BackgroundColor?: string | undefined;
|
|
6580
|
-
}
|
|
6600
|
+
export declare const SetParameterValueConfigurationFilterSensitiveLog: (obj: SetParameterValueConfiguration) => any;
|
|
6581
6601
|
/**
|
|
6582
|
-
* @
|
|
6583
|
-
* @enum
|
|
6602
|
+
* @internal
|
|
6584
6603
|
*/
|
|
6585
|
-
export declare const
|
|
6586
|
-
readonly INSIDE: "INSIDE";
|
|
6587
|
-
readonly OUTSIDE: "OUTSIDE";
|
|
6588
|
-
};
|
|
6604
|
+
export declare const CustomActionSetParametersOperationFilterSensitiveLog: (obj: CustomActionSetParametersOperation) => any;
|
|
6589
6605
|
/**
|
|
6590
|
-
* @
|
|
6606
|
+
* @internal
|
|
6591
6607
|
*/
|
|
6592
|
-
export
|
|
6608
|
+
export declare const ImageCustomActionOperationFilterSensitiveLog: (obj: ImageCustomActionOperation) => any;
|
|
6593
6609
|
/**
|
|
6594
|
-
* @
|
|
6595
|
-
* @enum
|
|
6610
|
+
* @internal
|
|
6596
6611
|
*/
|
|
6597
|
-
export declare const
|
|
6598
|
-
readonly INDEPENDENT: "INDEPENDENT";
|
|
6599
|
-
readonly SHARED: "SHARED";
|
|
6600
|
-
};
|
|
6612
|
+
export declare const ImageCustomActionFilterSensitiveLog: (obj: ImageCustomAction) => any;
|
|
6601
6613
|
/**
|
|
6602
|
-
* @
|
|
6614
|
+
* @internal
|
|
6603
6615
|
*/
|
|
6604
|
-
export
|
|
6616
|
+
export declare const SheetImageFilterSensitiveLog: (obj: SheetImage) => any;
|
|
6605
6617
|
/**
|
|
6606
|
-
*
|
|
6607
|
-
* @public
|
|
6618
|
+
* @internal
|
|
6608
6619
|
*/
|
|
6609
|
-
export
|
|
6610
|
-
/**
|
|
6611
|
-
* <p>Determines whether scale of the axes are shared or independent. The default value is <code>SHARED</code>.</p>
|
|
6612
|
-
* @public
|
|
6613
|
-
*/
|
|
6614
|
-
Scale?: SmallMultiplesAxisScale | undefined;
|
|
6615
|
-
/**
|
|
6616
|
-
* <p>Defines the placement of the axis. By default, axes are rendered <code>OUTSIDE</code> of the panels. Axes with <code>INDEPENDENT</code> scale are rendered <code>INSIDE</code> the panels.</p>
|
|
6617
|
-
* @public
|
|
6618
|
-
*/
|
|
6619
|
-
Placement?: SmallMultiplesAxisPlacement | undefined;
|
|
6620
|
-
}
|
|
6620
|
+
export declare const SheetFilterSensitiveLog: (obj: Sheet) => any;
|
|
6621
6621
|
/**
|
|
6622
|
-
*
|
|
6623
|
-
* @public
|
|
6622
|
+
* @internal
|
|
6624
6623
|
*/
|
|
6625
|
-
export
|
|
6626
|
-
/**
|
|
6627
|
-
* <p>Sets the maximum number of visible rows to display in the grid of small multiples panels.</p>
|
|
6628
|
-
* <p>The default value is <code>Auto</code>,
|
|
6629
|
-
* which automatically adjusts the rows in the grid
|
|
6630
|
-
* to fit the overall layout and size of the given chart.</p>
|
|
6631
|
-
* @public
|
|
6632
|
-
*/
|
|
6633
|
-
MaxVisibleRows?: number | undefined;
|
|
6634
|
-
/**
|
|
6635
|
-
* <p>Sets the maximum number of visible columns to display in the grid of small multiples panels.</p>
|
|
6636
|
-
* <p>The default is <code>Auto</code>, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.</p>
|
|
6637
|
-
* @public
|
|
6638
|
-
*/
|
|
6639
|
-
MaxVisibleColumns?: number | undefined;
|
|
6640
|
-
/**
|
|
6641
|
-
* <p>Configures the display options for each small multiples panel.</p>
|
|
6642
|
-
* @public
|
|
6643
|
-
*/
|
|
6644
|
-
PanelConfiguration?: PanelConfiguration | undefined;
|
|
6645
|
-
/**
|
|
6646
|
-
* <p>The properties of a small multiples X axis.</p>
|
|
6647
|
-
* @public
|
|
6648
|
-
*/
|
|
6649
|
-
XAxis?: SmallMultiplesAxisProperties | undefined;
|
|
6650
|
-
/**
|
|
6651
|
-
* <p>The properties of a small multiples Y axis.</p>
|
|
6652
|
-
* @public
|
|
6653
|
-
*/
|
|
6654
|
-
YAxis?: SmallMultiplesAxisProperties | undefined;
|
|
6655
|
-
}
|
|
6624
|
+
export declare const AnalysisFilterSensitiveLog: (obj: Analysis) => any;
|
|
6656
6625
|
/**
|
|
6657
6626
|
* @internal
|
|
6658
6627
|
*/
|
|
@@ -6825,26 +6794,6 @@ export declare const LayoutConfigurationFilterSensitiveLog: (obj: LayoutConfigur
|
|
|
6825
6794
|
* @internal
|
|
6826
6795
|
*/
|
|
6827
6796
|
export declare const LayoutFilterSensitiveLog: (obj: Layout) => any;
|
|
6828
|
-
/**
|
|
6829
|
-
* @internal
|
|
6830
|
-
*/
|
|
6831
|
-
export declare const CustomParameterValuesFilterSensitiveLog: (obj: CustomParameterValues) => any;
|
|
6832
|
-
/**
|
|
6833
|
-
* @internal
|
|
6834
|
-
*/
|
|
6835
|
-
export declare const CustomValuesConfigurationFilterSensitiveLog: (obj: CustomValuesConfiguration) => any;
|
|
6836
|
-
/**
|
|
6837
|
-
* @internal
|
|
6838
|
-
*/
|
|
6839
|
-
export declare const DestinationParameterValueConfigurationFilterSensitiveLog: (obj: DestinationParameterValueConfiguration) => any;
|
|
6840
|
-
/**
|
|
6841
|
-
* @internal
|
|
6842
|
-
*/
|
|
6843
|
-
export declare const SetParameterValueConfigurationFilterSensitiveLog: (obj: SetParameterValueConfiguration) => any;
|
|
6844
|
-
/**
|
|
6845
|
-
* @internal
|
|
6846
|
-
*/
|
|
6847
|
-
export declare const CustomActionSetParametersOperationFilterSensitiveLog: (obj: CustomActionSetParametersOperation) => any;
|
|
6848
6797
|
/**
|
|
6849
6798
|
* @internal
|
|
6850
6799
|
*/
|
|
@@ -6921,11 +6870,3 @@ export declare const ReferenceLineDataConfigurationFilterSensitiveLog: (obj: Ref
|
|
|
6921
6870
|
* @internal
|
|
6922
6871
|
*/
|
|
6923
6872
|
export declare const ReferenceLineValueLabelConfigurationFilterSensitiveLog: (obj: ReferenceLineValueLabelConfiguration) => any;
|
|
6924
|
-
/**
|
|
6925
|
-
* @internal
|
|
6926
|
-
*/
|
|
6927
|
-
export declare const ReferenceLineLabelConfigurationFilterSensitiveLog: (obj: ReferenceLineLabelConfiguration) => any;
|
|
6928
|
-
/**
|
|
6929
|
-
* @internal
|
|
6930
|
-
*/
|
|
6931
|
-
export declare const ReferenceLineFilterSensitiveLog: (obj: ReferenceLine) => any;
|