@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
|
@@ -35,6 +35,7 @@ export * from "./DeleteDashboardCommand";
|
|
|
35
35
|
export * from "./DeleteDataSetCommand";
|
|
36
36
|
export * from "./DeleteDataSetRefreshPropertiesCommand";
|
|
37
37
|
export * from "./DeleteDataSourceCommand";
|
|
38
|
+
export * from "./DeleteDefaultQBusinessApplicationCommand";
|
|
38
39
|
export * from "./DeleteFolderCommand";
|
|
39
40
|
export * from "./DeleteFolderMembershipCommand";
|
|
40
41
|
export * from "./DeleteGroupCommand";
|
|
@@ -72,11 +73,13 @@ export * from "./DescribeDashboardDefinitionCommand";
|
|
|
72
73
|
export * from "./DescribeDashboardPermissionsCommand";
|
|
73
74
|
export * from "./DescribeDashboardSnapshotJobCommand";
|
|
74
75
|
export * from "./DescribeDashboardSnapshotJobResultCommand";
|
|
76
|
+
export * from "./DescribeDashboardsQAConfigurationCommand";
|
|
75
77
|
export * from "./DescribeDataSetCommand";
|
|
76
78
|
export * from "./DescribeDataSetPermissionsCommand";
|
|
77
79
|
export * from "./DescribeDataSetRefreshPropertiesCommand";
|
|
78
80
|
export * from "./DescribeDataSourceCommand";
|
|
79
81
|
export * from "./DescribeDataSourcePermissionsCommand";
|
|
82
|
+
export * from "./DescribeDefaultQBusinessApplicationCommand";
|
|
80
83
|
export * from "./DescribeFolderCommand";
|
|
81
84
|
export * from "./DescribeFolderPermissionsCommand";
|
|
82
85
|
export * from "./DescribeFolderResolvedPermissionsCommand";
|
|
@@ -88,6 +91,7 @@ export * from "./DescribeIpRestrictionCommand";
|
|
|
88
91
|
export * from "./DescribeKeyRegistrationCommand";
|
|
89
92
|
export * from "./DescribeNamespaceCommand";
|
|
90
93
|
export * from "./DescribeQPersonalizationConfigurationCommand";
|
|
94
|
+
export * from "./DescribeQuickSightQSearchConfigurationCommand";
|
|
91
95
|
export * from "./DescribeRefreshScheduleCommand";
|
|
92
96
|
export * from "./DescribeRoleCustomPermissionCommand";
|
|
93
97
|
export * from "./DescribeTemplateAliasCommand";
|
|
@@ -105,6 +109,7 @@ export * from "./DescribeUserCommand";
|
|
|
105
109
|
export * from "./DescribeVPCConnectionCommand";
|
|
106
110
|
export * from "./GenerateEmbedUrlForAnonymousUserCommand";
|
|
107
111
|
export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
112
|
+
export * from "./GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
108
113
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
109
114
|
export * from "./GetSessionEmbedUrlCommand";
|
|
110
115
|
export * from "./ListAnalysesCommand";
|
|
@@ -141,6 +146,7 @@ export * from "./ListTopicsCommand";
|
|
|
141
146
|
export * from "./ListUserGroupsCommand";
|
|
142
147
|
export * from "./ListUsersCommand";
|
|
143
148
|
export * from "./ListVPCConnectionsCommand";
|
|
149
|
+
export * from "./PredictQAResultsCommand";
|
|
144
150
|
export * from "./PutDataSetRefreshPropertiesCommand";
|
|
145
151
|
export * from "./RegisterUserCommand";
|
|
146
152
|
export * from "./RestoreAnalysisCommand";
|
|
@@ -150,6 +156,7 @@ export * from "./SearchDataSetsCommand";
|
|
|
150
156
|
export * from "./SearchDataSourcesCommand";
|
|
151
157
|
export * from "./SearchFoldersCommand";
|
|
152
158
|
export * from "./SearchGroupsCommand";
|
|
159
|
+
export * from "./SearchTopicsCommand";
|
|
153
160
|
export * from "./StartAssetBundleExportJobCommand";
|
|
154
161
|
export * from "./StartAssetBundleImportJobCommand";
|
|
155
162
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
@@ -160,6 +167,7 @@ export * from "./UpdateAccountCustomizationCommand";
|
|
|
160
167
|
export * from "./UpdateAccountSettingsCommand";
|
|
161
168
|
export * from "./UpdateAnalysisCommand";
|
|
162
169
|
export * from "./UpdateAnalysisPermissionsCommand";
|
|
170
|
+
export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
|
|
163
171
|
export * from "./UpdateBrandAssignmentCommand";
|
|
164
172
|
export * from "./UpdateBrandCommand";
|
|
165
173
|
export * from "./UpdateBrandPublishedVersionCommand";
|
|
@@ -168,10 +176,12 @@ export * from "./UpdateDashboardCommand";
|
|
|
168
176
|
export * from "./UpdateDashboardLinksCommand";
|
|
169
177
|
export * from "./UpdateDashboardPermissionsCommand";
|
|
170
178
|
export * from "./UpdateDashboardPublishedVersionCommand";
|
|
179
|
+
export * from "./UpdateDashboardsQAConfigurationCommand";
|
|
171
180
|
export * from "./UpdateDataSetCommand";
|
|
172
181
|
export * from "./UpdateDataSetPermissionsCommand";
|
|
173
182
|
export * from "./UpdateDataSourceCommand";
|
|
174
183
|
export * from "./UpdateDataSourcePermissionsCommand";
|
|
184
|
+
export * from "./UpdateDefaultQBusinessApplicationCommand";
|
|
175
185
|
export * from "./UpdateFolderCommand";
|
|
176
186
|
export * from "./UpdateFolderPermissionsCommand";
|
|
177
187
|
export * from "./UpdateGroupCommand";
|
|
@@ -181,6 +191,7 @@ export * from "./UpdateIpRestrictionCommand";
|
|
|
181
191
|
export * from "./UpdateKeyRegistrationCommand";
|
|
182
192
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
183
193
|
export * from "./UpdateQPersonalizationConfigurationCommand";
|
|
194
|
+
export * from "./UpdateQuickSightQSearchConfigurationCommand";
|
|
184
195
|
export * from "./UpdateRefreshScheduleCommand";
|
|
185
196
|
export * from "./UpdateRoleCustomPermissionCommand";
|
|
186
197
|
export * from "./UpdateSPICECapacityConfigurationCommand";
|
|
@@ -200,9 +200,123 @@ export interface AnalysisError {
|
|
|
200
200
|
Message?: string | undefined;
|
|
201
201
|
ViolatedEntities?: Entity[] | undefined;
|
|
202
202
|
}
|
|
203
|
+
export interface LocalNavigationConfiguration {
|
|
204
|
+
TargetSheetId: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface CustomActionNavigationOperation {
|
|
207
|
+
LocalNavigationConfiguration?: LocalNavigationConfiguration | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface CustomParameterValues {
|
|
210
|
+
StringValues?: string[] | undefined;
|
|
211
|
+
IntegerValues?: number[] | undefined;
|
|
212
|
+
DecimalValues?: number[] | undefined;
|
|
213
|
+
DateTimeValues?: Date[] | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface CustomValuesConfiguration {
|
|
216
|
+
IncludeNullValue?: boolean | undefined;
|
|
217
|
+
CustomValues: CustomParameterValues | undefined;
|
|
218
|
+
}
|
|
219
|
+
export declare const SelectAllValueOptions: {
|
|
220
|
+
readonly ALL_VALUES: "ALL_VALUES";
|
|
221
|
+
};
|
|
222
|
+
export type SelectAllValueOptions =
|
|
223
|
+
(typeof SelectAllValueOptions)[keyof typeof SelectAllValueOptions];
|
|
224
|
+
export interface DestinationParameterValueConfiguration {
|
|
225
|
+
CustomValuesConfiguration?: CustomValuesConfiguration | undefined;
|
|
226
|
+
SelectAllValueOptions?: SelectAllValueOptions | undefined;
|
|
227
|
+
SourceParameterName?: string | undefined;
|
|
228
|
+
SourceField?: string | undefined;
|
|
229
|
+
SourceColumn?: ColumnIdentifier | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface SetParameterValueConfiguration {
|
|
232
|
+
DestinationParameterName: string | undefined;
|
|
233
|
+
Value: DestinationParameterValueConfiguration | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface CustomActionSetParametersOperation {
|
|
236
|
+
ParameterValueConfigurations: SetParameterValueConfiguration[] | undefined;
|
|
237
|
+
}
|
|
238
|
+
export declare const URLTargetConfiguration: {
|
|
239
|
+
readonly NEW_TAB: "NEW_TAB";
|
|
240
|
+
readonly NEW_WINDOW: "NEW_WINDOW";
|
|
241
|
+
readonly SAME_TAB: "SAME_TAB";
|
|
242
|
+
};
|
|
243
|
+
export type URLTargetConfiguration =
|
|
244
|
+
(typeof URLTargetConfiguration)[keyof typeof URLTargetConfiguration];
|
|
245
|
+
export interface CustomActionURLOperation {
|
|
246
|
+
URLTemplate: string | undefined;
|
|
247
|
+
URLTarget: URLTargetConfiguration | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface ImageCustomActionOperation {
|
|
250
|
+
NavigationOperation?: CustomActionNavigationOperation | undefined;
|
|
251
|
+
URLOperation?: CustomActionURLOperation | undefined;
|
|
252
|
+
SetParametersOperation?: CustomActionSetParametersOperation | undefined;
|
|
253
|
+
}
|
|
254
|
+
export declare const WidgetStatus: {
|
|
255
|
+
readonly DISABLED: "DISABLED";
|
|
256
|
+
readonly ENABLED: "ENABLED";
|
|
257
|
+
};
|
|
258
|
+
export type WidgetStatus = (typeof WidgetStatus)[keyof typeof WidgetStatus];
|
|
259
|
+
export declare const ImageCustomActionTrigger: {
|
|
260
|
+
readonly CLICK: "CLICK";
|
|
261
|
+
readonly MENU: "MENU";
|
|
262
|
+
};
|
|
263
|
+
export type ImageCustomActionTrigger =
|
|
264
|
+
(typeof ImageCustomActionTrigger)[keyof typeof ImageCustomActionTrigger];
|
|
265
|
+
export interface ImageCustomAction {
|
|
266
|
+
CustomActionId: string | undefined;
|
|
267
|
+
Name: string | undefined;
|
|
268
|
+
Status?: WidgetStatus | undefined;
|
|
269
|
+
Trigger: ImageCustomActionTrigger | undefined;
|
|
270
|
+
ActionOperations: ImageCustomActionOperation[] | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface ImageMenuOption {
|
|
273
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface ImageInteractionOptions {
|
|
276
|
+
ImageMenuOption?: ImageMenuOption | undefined;
|
|
277
|
+
}
|
|
278
|
+
export declare const SheetImageScalingType: {
|
|
279
|
+
readonly SCALE_NONE: "SCALE_NONE";
|
|
280
|
+
readonly SCALE_TO_CONTAINER: "SCALE_TO_CONTAINER";
|
|
281
|
+
readonly SCALE_TO_HEIGHT: "SCALE_TO_HEIGHT";
|
|
282
|
+
readonly SCALE_TO_WIDTH: "SCALE_TO_WIDTH";
|
|
283
|
+
};
|
|
284
|
+
export type SheetImageScalingType =
|
|
285
|
+
(typeof SheetImageScalingType)[keyof typeof SheetImageScalingType];
|
|
286
|
+
export interface SheetImageScalingConfiguration {
|
|
287
|
+
ScalingType?: SheetImageScalingType | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface SheetImageStaticFileSource {
|
|
290
|
+
StaticFileId: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface SheetImageSource {
|
|
293
|
+
SheetImageStaticFileSource?: SheetImageStaticFileSource | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface SheetImageTooltipText {
|
|
296
|
+
PlainText?: string | undefined;
|
|
297
|
+
}
|
|
298
|
+
export declare const Visibility: {
|
|
299
|
+
readonly HIDDEN: "HIDDEN";
|
|
300
|
+
readonly VISIBLE: "VISIBLE";
|
|
301
|
+
};
|
|
302
|
+
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
303
|
+
export interface SheetImageTooltipConfiguration {
|
|
304
|
+
TooltipText?: SheetImageTooltipText | undefined;
|
|
305
|
+
Visibility?: Visibility | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface SheetImage {
|
|
308
|
+
SheetImageId: string | undefined;
|
|
309
|
+
Source: SheetImageSource | undefined;
|
|
310
|
+
Scaling?: SheetImageScalingConfiguration | undefined;
|
|
311
|
+
Tooltip?: SheetImageTooltipConfiguration | undefined;
|
|
312
|
+
ImageContentAltText?: string | undefined;
|
|
313
|
+
Interactions?: ImageInteractionOptions | undefined;
|
|
314
|
+
Actions?: ImageCustomAction[] | undefined;
|
|
315
|
+
}
|
|
203
316
|
export interface Sheet {
|
|
204
317
|
SheetId?: string | undefined;
|
|
205
318
|
Name?: string | undefined;
|
|
319
|
+
Images?: SheetImage[] | undefined;
|
|
206
320
|
}
|
|
207
321
|
export declare const ResourceStatus: {
|
|
208
322
|
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
@@ -363,11 +477,6 @@ export declare const NumericSeparatorSymbol: {
|
|
|
363
477
|
};
|
|
364
478
|
export type NumericSeparatorSymbol =
|
|
365
479
|
(typeof NumericSeparatorSymbol)[keyof typeof NumericSeparatorSymbol];
|
|
366
|
-
export declare const Visibility: {
|
|
367
|
-
readonly HIDDEN: "HIDDEN";
|
|
368
|
-
readonly VISIBLE: "VISIBLE";
|
|
369
|
-
};
|
|
370
|
-
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
371
480
|
export interface ThousandSeparatorOptions {
|
|
372
481
|
Symbol?: NumericSeparatorSymbol | undefined;
|
|
373
482
|
Visibility?: Visibility | undefined;
|
|
@@ -524,6 +633,7 @@ export type RelativeFontSize =
|
|
|
524
633
|
(typeof RelativeFontSize)[keyof typeof RelativeFontSize];
|
|
525
634
|
export interface FontSize {
|
|
526
635
|
Relative?: RelativeFontSize | undefined;
|
|
636
|
+
Absolute?: string | undefined;
|
|
527
637
|
}
|
|
528
638
|
export declare const FontStyle: {
|
|
529
639
|
readonly ITALIC: "ITALIC";
|
|
@@ -545,6 +655,7 @@ export interface FontConfiguration {
|
|
|
545
655
|
FontColor?: string | undefined;
|
|
546
656
|
FontWeight?: FontWeight | undefined;
|
|
547
657
|
FontStyle?: FontStyle | undefined;
|
|
658
|
+
FontFamily?: string | undefined;
|
|
548
659
|
}
|
|
549
660
|
export interface LabelOptions {
|
|
550
661
|
Visibility?: Visibility | undefined;
|
|
@@ -743,11 +854,6 @@ export interface AnchorDateConfiguration {
|
|
|
743
854
|
AnchorOption?: AnchorOption | undefined;
|
|
744
855
|
ParameterName?: string | undefined;
|
|
745
856
|
}
|
|
746
|
-
export declare const WidgetStatus: {
|
|
747
|
-
readonly DISABLED: "DISABLED";
|
|
748
|
-
readonly ENABLED: "ENABLED";
|
|
749
|
-
};
|
|
750
|
-
export type WidgetStatus = (typeof WidgetStatus)[keyof typeof WidgetStatus];
|
|
751
857
|
export interface ExcludePeriodConfiguration {
|
|
752
858
|
Amount: number | undefined;
|
|
753
859
|
Granularity: TimeGranularity | undefined;
|
|
@@ -1059,6 +1165,7 @@ export interface FreeFormLayoutElementBorderStyle {
|
|
|
1059
1165
|
}
|
|
1060
1166
|
export declare const LayoutElementType: {
|
|
1061
1167
|
readonly FILTER_CONTROL: "FILTER_CONTROL";
|
|
1168
|
+
readonly IMAGE: "IMAGE";
|
|
1062
1169
|
readonly PARAMETER_CONTROL: "PARAMETER_CONTROL";
|
|
1063
1170
|
readonly TEXT_BOX: "TEXT_BOX";
|
|
1064
1171
|
readonly VISUAL: "VISUAL";
|
|
@@ -1290,52 +1397,6 @@ export interface CustomActionFilterOperation {
|
|
|
1290
1397
|
| FilterOperationTargetVisualsConfiguration
|
|
1291
1398
|
| undefined;
|
|
1292
1399
|
}
|
|
1293
|
-
export interface LocalNavigationConfiguration {
|
|
1294
|
-
TargetSheetId: string | undefined;
|
|
1295
|
-
}
|
|
1296
|
-
export interface CustomActionNavigationOperation {
|
|
1297
|
-
LocalNavigationConfiguration?: LocalNavigationConfiguration | undefined;
|
|
1298
|
-
}
|
|
1299
|
-
export interface CustomParameterValues {
|
|
1300
|
-
StringValues?: string[] | undefined;
|
|
1301
|
-
IntegerValues?: number[] | undefined;
|
|
1302
|
-
DecimalValues?: number[] | undefined;
|
|
1303
|
-
DateTimeValues?: Date[] | undefined;
|
|
1304
|
-
}
|
|
1305
|
-
export interface CustomValuesConfiguration {
|
|
1306
|
-
IncludeNullValue?: boolean | undefined;
|
|
1307
|
-
CustomValues: CustomParameterValues | undefined;
|
|
1308
|
-
}
|
|
1309
|
-
export declare const SelectAllValueOptions: {
|
|
1310
|
-
readonly ALL_VALUES: "ALL_VALUES";
|
|
1311
|
-
};
|
|
1312
|
-
export type SelectAllValueOptions =
|
|
1313
|
-
(typeof SelectAllValueOptions)[keyof typeof SelectAllValueOptions];
|
|
1314
|
-
export interface DestinationParameterValueConfiguration {
|
|
1315
|
-
CustomValuesConfiguration?: CustomValuesConfiguration | undefined;
|
|
1316
|
-
SelectAllValueOptions?: SelectAllValueOptions | undefined;
|
|
1317
|
-
SourceParameterName?: string | undefined;
|
|
1318
|
-
SourceField?: string | undefined;
|
|
1319
|
-
SourceColumn?: ColumnIdentifier | undefined;
|
|
1320
|
-
}
|
|
1321
|
-
export interface SetParameterValueConfiguration {
|
|
1322
|
-
DestinationParameterName: string | undefined;
|
|
1323
|
-
Value: DestinationParameterValueConfiguration | undefined;
|
|
1324
|
-
}
|
|
1325
|
-
export interface CustomActionSetParametersOperation {
|
|
1326
|
-
ParameterValueConfigurations: SetParameterValueConfiguration[] | undefined;
|
|
1327
|
-
}
|
|
1328
|
-
export declare const URLTargetConfiguration: {
|
|
1329
|
-
readonly NEW_TAB: "NEW_TAB";
|
|
1330
|
-
readonly NEW_WINDOW: "NEW_WINDOW";
|
|
1331
|
-
readonly SAME_TAB: "SAME_TAB";
|
|
1332
|
-
};
|
|
1333
|
-
export type URLTargetConfiguration =
|
|
1334
|
-
(typeof URLTargetConfiguration)[keyof typeof URLTargetConfiguration];
|
|
1335
|
-
export interface CustomActionURLOperation {
|
|
1336
|
-
URLTemplate: string | undefined;
|
|
1337
|
-
URLTarget: URLTargetConfiguration | undefined;
|
|
1338
|
-
}
|
|
1339
1400
|
export interface VisualCustomActionOperation {
|
|
1340
1401
|
FilterOperation?: CustomActionFilterOperation | undefined;
|
|
1341
1402
|
NavigationOperation?: CustomActionNavigationOperation | undefined;
|
|
@@ -1579,6 +1640,7 @@ export interface LegendOptions {
|
|
|
1579
1640
|
Position?: LegendPosition | undefined;
|
|
1580
1641
|
Width?: string | undefined;
|
|
1581
1642
|
Height?: string | undefined;
|
|
1643
|
+
ValueFontConfiguration?: FontConfiguration | undefined;
|
|
1582
1644
|
}
|
|
1583
1645
|
export declare const BarChartOrientation: {
|
|
1584
1646
|
readonly HORIZONTAL: "HORIZONTAL";
|
|
@@ -1637,85 +1699,30 @@ export declare const ReferenceLineLabelVerticalPosition: {
|
|
|
1637
1699
|
};
|
|
1638
1700
|
export type ReferenceLineLabelVerticalPosition =
|
|
1639
1701
|
(typeof ReferenceLineLabelVerticalPosition)[keyof typeof ReferenceLineLabelVerticalPosition];
|
|
1640
|
-
export
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
export
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
}
|
|
1665
|
-
export declare const PanelBorderStyle: {
|
|
1666
|
-
readonly DASHED: "DASHED";
|
|
1667
|
-
readonly DOTTED: "DOTTED";
|
|
1668
|
-
readonly SOLID: "SOLID";
|
|
1669
|
-
};
|
|
1670
|
-
export type PanelBorderStyle =
|
|
1671
|
-
(typeof PanelBorderStyle)[keyof typeof PanelBorderStyle];
|
|
1672
|
-
export declare const HorizontalTextAlignment: {
|
|
1673
|
-
readonly AUTO: "AUTO";
|
|
1674
|
-
readonly CENTER: "CENTER";
|
|
1675
|
-
readonly LEFT: "LEFT";
|
|
1676
|
-
readonly RIGHT: "RIGHT";
|
|
1677
|
-
};
|
|
1678
|
-
export type HorizontalTextAlignment =
|
|
1679
|
-
(typeof HorizontalTextAlignment)[keyof typeof HorizontalTextAlignment];
|
|
1680
|
-
export interface PanelTitleOptions {
|
|
1681
|
-
Visibility?: Visibility | undefined;
|
|
1682
|
-
FontConfiguration?: FontConfiguration | undefined;
|
|
1683
|
-
HorizontalTextAlignment?: HorizontalTextAlignment | undefined;
|
|
1684
|
-
}
|
|
1685
|
-
export interface PanelConfiguration {
|
|
1686
|
-
Title?: PanelTitleOptions | undefined;
|
|
1687
|
-
BorderVisibility?: Visibility | undefined;
|
|
1688
|
-
BorderThickness?: string | undefined;
|
|
1689
|
-
BorderStyle?: PanelBorderStyle | undefined;
|
|
1690
|
-
BorderColor?: string | undefined;
|
|
1691
|
-
GutterVisibility?: Visibility | undefined;
|
|
1692
|
-
GutterSpacing?: string | undefined;
|
|
1693
|
-
BackgroundVisibility?: Visibility | undefined;
|
|
1694
|
-
BackgroundColor?: string | undefined;
|
|
1695
|
-
}
|
|
1696
|
-
export declare const SmallMultiplesAxisPlacement: {
|
|
1697
|
-
readonly INSIDE: "INSIDE";
|
|
1698
|
-
readonly OUTSIDE: "OUTSIDE";
|
|
1699
|
-
};
|
|
1700
|
-
export type SmallMultiplesAxisPlacement =
|
|
1701
|
-
(typeof SmallMultiplesAxisPlacement)[keyof typeof SmallMultiplesAxisPlacement];
|
|
1702
|
-
export declare const SmallMultiplesAxisScale: {
|
|
1703
|
-
readonly INDEPENDENT: "INDEPENDENT";
|
|
1704
|
-
readonly SHARED: "SHARED";
|
|
1705
|
-
};
|
|
1706
|
-
export type SmallMultiplesAxisScale =
|
|
1707
|
-
(typeof SmallMultiplesAxisScale)[keyof typeof SmallMultiplesAxisScale];
|
|
1708
|
-
export interface SmallMultiplesAxisProperties {
|
|
1709
|
-
Scale?: SmallMultiplesAxisScale | undefined;
|
|
1710
|
-
Placement?: SmallMultiplesAxisPlacement | undefined;
|
|
1711
|
-
}
|
|
1712
|
-
export interface SmallMultiplesOptions {
|
|
1713
|
-
MaxVisibleRows?: number | undefined;
|
|
1714
|
-
MaxVisibleColumns?: number | undefined;
|
|
1715
|
-
PanelConfiguration?: PanelConfiguration | undefined;
|
|
1716
|
-
XAxis?: SmallMultiplesAxisProperties | undefined;
|
|
1717
|
-
YAxis?: SmallMultiplesAxisProperties | undefined;
|
|
1718
|
-
}
|
|
1702
|
+
export declare const CustomParameterValuesFilterSensitiveLog: (
|
|
1703
|
+
obj: CustomParameterValues
|
|
1704
|
+
) => any;
|
|
1705
|
+
export declare const CustomValuesConfigurationFilterSensitiveLog: (
|
|
1706
|
+
obj: CustomValuesConfiguration
|
|
1707
|
+
) => any;
|
|
1708
|
+
export declare const DestinationParameterValueConfigurationFilterSensitiveLog: (
|
|
1709
|
+
obj: DestinationParameterValueConfiguration
|
|
1710
|
+
) => any;
|
|
1711
|
+
export declare const SetParameterValueConfigurationFilterSensitiveLog: (
|
|
1712
|
+
obj: SetParameterValueConfiguration
|
|
1713
|
+
) => any;
|
|
1714
|
+
export declare const CustomActionSetParametersOperationFilterSensitiveLog: (
|
|
1715
|
+
obj: CustomActionSetParametersOperation
|
|
1716
|
+
) => any;
|
|
1717
|
+
export declare const ImageCustomActionOperationFilterSensitiveLog: (
|
|
1718
|
+
obj: ImageCustomActionOperation
|
|
1719
|
+
) => any;
|
|
1720
|
+
export declare const ImageCustomActionFilterSensitiveLog: (
|
|
1721
|
+
obj: ImageCustomAction
|
|
1722
|
+
) => any;
|
|
1723
|
+
export declare const SheetImageFilterSensitiveLog: (obj: SheetImage) => any;
|
|
1724
|
+
export declare const SheetFilterSensitiveLog: (obj: Sheet) => any;
|
|
1725
|
+
export declare const AnalysisFilterSensitiveLog: (obj: Analysis) => any;
|
|
1719
1726
|
export declare const CalculatedFieldFilterSensitiveLog: (
|
|
1720
1727
|
obj: CalculatedField
|
|
1721
1728
|
) => any;
|
|
@@ -1837,21 +1844,6 @@ export declare const LayoutConfigurationFilterSensitiveLog: (
|
|
|
1837
1844
|
obj: LayoutConfiguration
|
|
1838
1845
|
) => any;
|
|
1839
1846
|
export declare const LayoutFilterSensitiveLog: (obj: Layout) => any;
|
|
1840
|
-
export declare const CustomParameterValuesFilterSensitiveLog: (
|
|
1841
|
-
obj: CustomParameterValues
|
|
1842
|
-
) => any;
|
|
1843
|
-
export declare const CustomValuesConfigurationFilterSensitiveLog: (
|
|
1844
|
-
obj: CustomValuesConfiguration
|
|
1845
|
-
) => any;
|
|
1846
|
-
export declare const DestinationParameterValueConfigurationFilterSensitiveLog: (
|
|
1847
|
-
obj: DestinationParameterValueConfiguration
|
|
1848
|
-
) => any;
|
|
1849
|
-
export declare const SetParameterValueConfigurationFilterSensitiveLog: (
|
|
1850
|
-
obj: SetParameterValueConfiguration
|
|
1851
|
-
) => any;
|
|
1852
|
-
export declare const CustomActionSetParametersOperationFilterSensitiveLog: (
|
|
1853
|
-
obj: CustomActionSetParametersOperation
|
|
1854
|
-
) => any;
|
|
1855
1847
|
export declare const VisualCustomActionOperationFilterSensitiveLog: (
|
|
1856
1848
|
obj: VisualCustomActionOperation
|
|
1857
1849
|
) => any;
|
|
@@ -1907,9 +1899,3 @@ export declare const ReferenceLineDataConfigurationFilterSensitiveLog: (
|
|
|
1907
1899
|
export declare const ReferenceLineValueLabelConfigurationFilterSensitiveLog: (
|
|
1908
1900
|
obj: ReferenceLineValueLabelConfiguration
|
|
1909
1901
|
) => any;
|
|
1910
|
-
export declare const ReferenceLineLabelConfigurationFilterSensitiveLog: (
|
|
1911
|
-
obj: ReferenceLineLabelConfiguration
|
|
1912
|
-
) => any;
|
|
1913
|
-
export declare const ReferenceLineFilterSensitiveLog: (
|
|
1914
|
-
obj: ReferenceLine
|
|
1915
|
-
) => any;
|