@aws-sdk/client-quicksight 3.775.0 → 3.778.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/dist-cjs/index.js +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -0
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +12 -0
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -0
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +15 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +12 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBrandCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +3 -2
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +18 -0
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +38 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +38 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -0
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -0
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -0
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListThemesCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListUsersCommand.d.ts +1 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +3 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +6 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +2 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +1 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +18 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +2 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +13 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +15 -0
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +12 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +2 -2
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { CustomActionSetParametersOperationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog,
|
|
2
|
+
import { CustomActionSetParametersOperationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, NumericFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const ReferenceLineSeriesType = {
|
|
4
|
+
BAR: "BAR",
|
|
5
|
+
LINE: "LINE",
|
|
6
|
+
};
|
|
7
|
+
export const ReferenceLineLabelHorizontalPosition = {
|
|
8
|
+
CENTER: "CENTER",
|
|
9
|
+
LEFT: "LEFT",
|
|
10
|
+
RIGHT: "RIGHT",
|
|
11
|
+
};
|
|
12
|
+
export const ReferenceLineValueLabelRelativePosition = {
|
|
13
|
+
AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL",
|
|
14
|
+
BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL",
|
|
15
|
+
};
|
|
3
16
|
export const ReferenceLineLabelVerticalPosition = {
|
|
4
17
|
ABOVE: "ABOVE",
|
|
5
18
|
BELOW: "BELOW",
|
|
@@ -289,10 +302,22 @@ export const PivotTableConditionalFormattingScopeRole = {
|
|
|
289
302
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
290
303
|
GRAND_TOTAL: "GRAND_TOTAL",
|
|
291
304
|
};
|
|
292
|
-
export const
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
};
|
|
305
|
+
export const ReferenceLineStaticDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
308
|
+
});
|
|
309
|
+
export const ReferenceLineDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
310
|
+
...obj,
|
|
311
|
+
...(obj.StaticConfiguration && {
|
|
312
|
+
StaticConfiguration: ReferenceLineStaticDataConfigurationFilterSensitiveLog(obj.StaticConfiguration),
|
|
313
|
+
}),
|
|
314
|
+
});
|
|
315
|
+
export const ReferenceLineValueLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
316
|
+
...obj,
|
|
317
|
+
...(obj.FormatConfiguration && {
|
|
318
|
+
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
319
|
+
}),
|
|
320
|
+
});
|
|
296
321
|
export const ReferenceLineLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
297
322
|
...obj,
|
|
298
323
|
...(obj.ValueLabelConfiguration && {
|
|
@@ -816,28 +841,3 @@ export const TextConditionalFormatFilterSensitiveLog = (obj) => ({
|
|
|
816
841
|
...(obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) }),
|
|
817
842
|
...(obj.Icon && { Icon: ConditionalFormattingIconFilterSensitiveLog(obj.Icon) }),
|
|
818
843
|
});
|
|
819
|
-
export const PivotTableCellConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
820
|
-
...obj,
|
|
821
|
-
...(obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }),
|
|
822
|
-
});
|
|
823
|
-
export const PivotTableConditionalFormattingOptionFilterSensitiveLog = (obj) => ({
|
|
824
|
-
...obj,
|
|
825
|
-
...(obj.Cell && { Cell: PivotTableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }),
|
|
826
|
-
});
|
|
827
|
-
export const PivotTableConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
...(obj.ConditionalFormattingOptions && {
|
|
830
|
-
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map((item) => PivotTableConditionalFormattingOptionFilterSensitiveLog(item)),
|
|
831
|
-
}),
|
|
832
|
-
});
|
|
833
|
-
export const PivotTableVisualFilterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
...(obj.ConditionalFormatting && {
|
|
836
|
-
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
837
|
-
}),
|
|
838
|
-
});
|
|
839
|
-
export const PluginVisualFieldWellFilterSensitiveLog = (obj) => ({
|
|
840
|
-
...obj,
|
|
841
|
-
...(obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
842
|
-
...(obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
843
|
-
});
|
|
@@ -2,6 +2,10 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, MeasureFieldFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { ConditionalFormattingColorFilterSensitiveLog, GaugeChartVisualFilterSensitiveLog, HistogramVisualFilterSensitiveLog, InsightVisualFilterSensitiveLog, KPIVisualFilterSensitiveLog, LayerMapVisualFilterSensitiveLog, TextConditionalFormatFilterSensitiveLog, UnaggregatedFieldFilterSensitiveLog, VisualPaletteFilterSensitiveLog, } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export const PluginVisualAxisName = {
|
|
6
|
+
GROUP_BY: "GROUP_BY",
|
|
7
|
+
VALUE: "VALUE",
|
|
8
|
+
};
|
|
5
9
|
export const RadarChartAxesRangeScale = {
|
|
6
10
|
AUTO: "AUTO",
|
|
7
11
|
INDEPENDENT: "INDEPENDENT",
|
|
@@ -19,6 +23,10 @@ export const TableCellImageScalingConfiguration = {
|
|
|
19
23
|
export const TableFieldIconSetType = {
|
|
20
24
|
LINK: "LINK",
|
|
21
25
|
};
|
|
26
|
+
export const TransposedColumnType = {
|
|
27
|
+
ROW_HEADER_COLUMN: "ROW_HEADER_COLUMN",
|
|
28
|
+
VALUE_COLUMN: "VALUE_COLUMN",
|
|
29
|
+
};
|
|
22
30
|
export const TableOrientation = {
|
|
23
31
|
HORIZONTAL: "HORIZONTAL",
|
|
24
32
|
VERTICAL: "VERTICAL",
|
|
@@ -84,6 +92,7 @@ export const AssetBundleExportJobDashboardPropertyToOverride = {
|
|
|
84
92
|
};
|
|
85
93
|
export const AssetBundleExportJobDataSetPropertyToOverride = {
|
|
86
94
|
NAME: "Name",
|
|
95
|
+
REFRESH_FAILURE_EMAIL_ALERT_STATUS: "RefreshFailureEmailAlertStatus",
|
|
87
96
|
};
|
|
88
97
|
export const AssetBundleExportJobDataSourcePropertyToOverride = {
|
|
89
98
|
CATALOG: "Catalog",
|
|
@@ -134,6 +143,15 @@ export const AssetBundleImportFailureAction = {
|
|
|
134
143
|
DO_NOTHING: "DO_NOTHING",
|
|
135
144
|
ROLLBACK: "ROLLBACK",
|
|
136
145
|
};
|
|
146
|
+
export const RefreshFailureAlertStatus = {
|
|
147
|
+
DISABLED: "DISABLED",
|
|
148
|
+
ENABLED: "ENABLED",
|
|
149
|
+
};
|
|
150
|
+
export const LookbackWindowSizeUnit = {
|
|
151
|
+
DAY: "DAY",
|
|
152
|
+
HOUR: "HOUR",
|
|
153
|
+
WEEK: "WEEK",
|
|
154
|
+
};
|
|
137
155
|
export const AuthenticationType = {
|
|
138
156
|
PASSWORD: "PASSWORD",
|
|
139
157
|
TOKEN: "TOKEN",
|
|
@@ -447,53 +465,31 @@ export const BrandVersionStatus = {
|
|
|
447
465
|
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
448
466
|
CREATE_SUCCEEDED: "CREATE_SUCCEEDED",
|
|
449
467
|
};
|
|
450
|
-
export
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
STRING: "STRING",
|
|
476
|
-
};
|
|
477
|
-
export const ColumnDataSubType = {
|
|
478
|
-
FIXED: "FIXED",
|
|
479
|
-
FLOAT: "FLOAT",
|
|
480
|
-
};
|
|
481
|
-
export const CategoryFilterFunction = {
|
|
482
|
-
CONTAINS: "CONTAINS",
|
|
483
|
-
EXACT: "EXACT",
|
|
484
|
-
};
|
|
485
|
-
export const CategoryFilterType = {
|
|
486
|
-
CUSTOM_FILTER: "CUSTOM_FILTER",
|
|
487
|
-
CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
|
|
488
|
-
FILTER_LIST: "FILTER_LIST",
|
|
489
|
-
};
|
|
490
|
-
export const ColumnDataRole = {
|
|
491
|
-
DIMENSION: "DIMENSION",
|
|
492
|
-
MEASURE: "MEASURE",
|
|
493
|
-
};
|
|
494
|
-
export const GeoSpatialCountryCode = {
|
|
495
|
-
US: "US",
|
|
496
|
-
};
|
|
468
|
+
export const PivotTableCellConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
...(obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }),
|
|
471
|
+
});
|
|
472
|
+
export const PivotTableConditionalFormattingOptionFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
...(obj.Cell && { Cell: PivotTableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }),
|
|
475
|
+
});
|
|
476
|
+
export const PivotTableConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
...(obj.ConditionalFormattingOptions && {
|
|
479
|
+
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map((item) => PivotTableConditionalFormattingOptionFilterSensitiveLog(item)),
|
|
480
|
+
}),
|
|
481
|
+
});
|
|
482
|
+
export const PivotTableVisualFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
...(obj.ConditionalFormatting && {
|
|
485
|
+
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
486
|
+
}),
|
|
487
|
+
});
|
|
488
|
+
export const PluginVisualFieldWellFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
...(obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
491
|
+
...(obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
492
|
+
});
|
|
497
493
|
export const PluginVisualConfigurationFilterSensitiveLog = (obj) => ({
|
|
498
494
|
...obj,
|
|
499
495
|
});
|
|
@@ -715,7 +711,3 @@ export const CalculatedColumnFilterSensitiveLog = (obj) => ({
|
|
|
715
711
|
...obj,
|
|
716
712
|
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
717
713
|
});
|
|
718
|
-
export const ColumnDescriptionFilterSensitiveLog = (obj) => ({
|
|
719
|
-
...obj,
|
|
720
|
-
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
721
|
-
});
|
|
@@ -1,7 +1,54 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
|
-
import { CalculatedColumnFilterSensitiveLog,
|
|
3
|
+
import { CalculatedColumnFilterSensitiveLog, } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export class ResourceExistsException extends __BaseException {
|
|
6
|
+
name = "ResourceExistsException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
Message;
|
|
9
|
+
ResourceType;
|
|
10
|
+
RequestId;
|
|
11
|
+
constructor(opts) {
|
|
12
|
+
super({
|
|
13
|
+
name: "ResourceExistsException",
|
|
14
|
+
$fault: "client",
|
|
15
|
+
...opts,
|
|
16
|
+
});
|
|
17
|
+
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
18
|
+
this.Message = opts.Message;
|
|
19
|
+
this.ResourceType = opts.ResourceType;
|
|
20
|
+
this.RequestId = opts.RequestId;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export const CapabilityState = {
|
|
24
|
+
DENY: "DENY",
|
|
25
|
+
};
|
|
26
|
+
export const ColumnDataType = {
|
|
27
|
+
DATETIME: "DATETIME",
|
|
28
|
+
DECIMAL: "DECIMAL",
|
|
29
|
+
INTEGER: "INTEGER",
|
|
30
|
+
STRING: "STRING",
|
|
31
|
+
};
|
|
32
|
+
export const ColumnDataSubType = {
|
|
33
|
+
FIXED: "FIXED",
|
|
34
|
+
FLOAT: "FLOAT",
|
|
35
|
+
};
|
|
36
|
+
export const CategoryFilterFunction = {
|
|
37
|
+
CONTAINS: "CONTAINS",
|
|
38
|
+
EXACT: "EXACT",
|
|
39
|
+
};
|
|
40
|
+
export const CategoryFilterType = {
|
|
41
|
+
CUSTOM_FILTER: "CUSTOM_FILTER",
|
|
42
|
+
CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
|
|
43
|
+
FILTER_LIST: "FILTER_LIST",
|
|
44
|
+
};
|
|
45
|
+
export const ColumnDataRole = {
|
|
46
|
+
DIMENSION: "DIMENSION",
|
|
47
|
+
MEASURE: "MEASURE",
|
|
48
|
+
};
|
|
49
|
+
export const GeoSpatialCountryCode = {
|
|
50
|
+
US: "US",
|
|
51
|
+
};
|
|
5
52
|
export const ColumnOrderingType = {
|
|
6
53
|
GREATER_IS_BETTER: "GREATER_IS_BETTER",
|
|
7
54
|
LESSER_IS_BETTER: "LESSER_IS_BETTER",
|
|
@@ -227,6 +274,9 @@ export const Status = {
|
|
|
227
274
|
DISABLED: "DISABLED",
|
|
228
275
|
ENABLED: "ENABLED",
|
|
229
276
|
};
|
|
277
|
+
export const DataSetUseAs = {
|
|
278
|
+
RLS_RULES: "RLS_RULES",
|
|
279
|
+
};
|
|
230
280
|
export const DataSourceType = {
|
|
231
281
|
ADOBE_ANALYTICS: "ADOBE_ANALYTICS",
|
|
232
282
|
AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
|
|
@@ -460,11 +510,6 @@ export const DataSetFilterAttribute = {
|
|
|
460
510
|
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
461
511
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
462
512
|
};
|
|
463
|
-
export const LookbackWindowSizeUnit = {
|
|
464
|
-
DAY: "DAY",
|
|
465
|
-
HOUR: "HOUR",
|
|
466
|
-
WEEK: "WEEK",
|
|
467
|
-
};
|
|
468
513
|
export const DataSourceErrorInfoType = {
|
|
469
514
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
470
515
|
CONFLICT: "CONFLICT",
|
|
@@ -481,6 +526,10 @@ export const DataSourceFilterAttribute = {
|
|
|
481
526
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
482
527
|
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
483
528
|
};
|
|
529
|
+
export const ColumnDescriptionFilterSensitiveLog = (obj) => ({
|
|
530
|
+
...obj,
|
|
531
|
+
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
532
|
+
});
|
|
484
533
|
export const ColumnTagFilterSensitiveLog = (obj) => ({
|
|
485
534
|
...obj,
|
|
486
535
|
...(obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }),
|
|
@@ -395,13 +395,3 @@ export const SnapshotAnonymousUserFilterSensitiveLog = (obj) => ({
|
|
|
395
395
|
RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => SessionTagFilterSensitiveLog(item)),
|
|
396
396
|
}),
|
|
397
397
|
});
|
|
398
|
-
export const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
export const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
export const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
407
|
-
});
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { TopicIRFilterSensitiveLog, } from "./models_2";
|
|
3
3
|
import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_3";
|
|
4
|
+
export const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
5
|
+
...obj,
|
|
6
|
+
});
|
|
7
|
+
export const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
8
|
+
...obj,
|
|
9
|
+
});
|
|
10
|
+
export const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
11
|
+
...obj,
|
|
12
|
+
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
13
|
+
});
|
|
4
14
|
export const UpdateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
5
15
|
...obj,
|
|
6
16
|
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
@@ -2,8 +2,8 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody a
|
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { AccessDeniedException, } from "../models/models_0";
|
|
5
|
-
import { ConflictException, InternalFailureException, InvalidParameterValueException,
|
|
6
|
-
import { ConcurrentUpdatingException, CustomerManagedKeyUnavailableException, InternalServerException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceUnavailableException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
5
|
+
import { ConflictException, InternalFailureException, InvalidParameterValueException, ResourceNotFoundException, ThrottlingException, } from "../models/models_2";
|
|
6
|
+
import { ConcurrentUpdatingException, CustomerManagedKeyUnavailableException, InternalServerException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceExistsException, ResourceUnavailableException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
7
7
|
import { DomainNotWhitelistedException, IdentityTypeNotSupportedException, InvalidNextTokenException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
|
|
8
8
|
import { QuickSightServiceException as __BaseException } from "../models/QuickSightServiceException";
|
|
9
9
|
export const se_BatchCreateTopicReviewedAnswerCommand = async (input, context) => {
|
|
@@ -203,6 +203,7 @@ export const se_CreateDataSetCommand = async (input, context) => {
|
|
|
203
203
|
RowLevelPermissionDataSet: (_) => _json(_),
|
|
204
204
|
RowLevelPermissionTagConfiguration: (_) => _json(_),
|
|
205
205
|
Tags: (_) => _json(_),
|
|
206
|
+
UseAs: [],
|
|
206
207
|
}));
|
|
207
208
|
b.m("POST").h(headers).b(body);
|
|
208
209
|
return b.build();
|
|
@@ -10728,6 +10729,7 @@ const de_DataSet = (output, context) => {
|
|
|
10728
10729
|
PhysicalTableMap: _json,
|
|
10729
10730
|
RowLevelPermissionDataSet: _json,
|
|
10730
10731
|
RowLevelPermissionTagConfiguration: _json,
|
|
10732
|
+
UseAs: __expectString,
|
|
10731
10733
|
});
|
|
10732
10734
|
};
|
|
10733
10735
|
const de_DatasetParameter = (output, context) => {
|
|
@@ -10757,6 +10759,7 @@ const de_DataSetSummary = (output, context) => {
|
|
|
10757
10759
|
Name: __expectString,
|
|
10758
10760
|
RowLevelPermissionDataSet: _json,
|
|
10759
10761
|
RowLevelPermissionTagConfigurationApplied: __expectBoolean,
|
|
10762
|
+
UseAs: __expectString,
|
|
10760
10763
|
});
|
|
10761
10764
|
};
|
|
10762
10765
|
const de_DataSetSummaryList = (output, context) => {
|
|
@@ -561,6 +561,7 @@ declare const BatchCreateTopicReviewedAnswerCommand_base: {
|
|
|
561
561
|
* @throws {@link QuickSightServiceException}
|
|
562
562
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
563
563
|
*
|
|
564
|
+
*
|
|
564
565
|
* @public
|
|
565
566
|
*/
|
|
566
567
|
export declare class BatchCreateTopicReviewedAnswerCommand extends BatchCreateTopicReviewedAnswerCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const BatchDeleteTopicReviewedAnswerCommand_base: {
|
|
|
93
93
|
* @throws {@link QuickSightServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class BatchDeleteTopicReviewedAnswerCommand extends BatchDeleteTopicReviewedAnswerCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const CancelIngestionCommand_base: {
|
|
|
80
80
|
* @throws {@link QuickSightServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CancelIngestionCommand extends CancelIngestionCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const CreateAccountCustomizationCommand_base: {
|
|
|
122
122
|
* @throws {@link QuickSightServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class CreateAccountCustomizationCommand extends CreateAccountCustomizationCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const CreateAccountSubscriptionCommand_base: {
|
|
|
140
140
|
* @throws {@link QuickSightServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class CreateAccountSubscriptionCommand extends CreateAccountSubscriptionCommand_base {
|
|
@@ -961,6 +961,13 @@ declare const CreateAnalysisCommand_base: {
|
|
|
961
961
|
* "STRING_VALUE",
|
|
962
962
|
* ],
|
|
963
963
|
* },
|
|
964
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
965
|
+
* { // TransposedTableOption
|
|
966
|
+
* ColumnIndex: Number("int"),
|
|
967
|
+
* ColumnWidth: "STRING_VALUE",
|
|
968
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
969
|
+
* },
|
|
970
|
+
* ],
|
|
964
971
|
* },
|
|
965
972
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
966
973
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5447,6 +5454,10 @@ declare const CreateAnalysisCommand_base: {
|
|
|
5447
5454
|
* Options: { // AssetOptions
|
|
5448
5455
|
* Timezone: "STRING_VALUE",
|
|
5449
5456
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5457
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5458
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5459
|
+
* "STRING_VALUE",
|
|
5460
|
+
* ],
|
|
5450
5461
|
* },
|
|
5451
5462
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5452
5463
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -5537,6 +5548,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
5537
5548
|
* @throws {@link QuickSightServiceException}
|
|
5538
5549
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
5539
5550
|
*
|
|
5551
|
+
*
|
|
5540
5552
|
* @public
|
|
5541
5553
|
*/
|
|
5542
5554
|
export declare class CreateAnalysisCommand extends CreateAnalysisCommand_base {
|
|
@@ -251,6 +251,7 @@ declare const CreateBrandCommand_base: {
|
|
|
251
251
|
* @throws {@link QuickSightServiceException}
|
|
252
252
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
253
253
|
*
|
|
254
|
+
*
|
|
254
255
|
* @public
|
|
255
256
|
*/
|
|
256
257
|
export declare class CreateBrandCommand extends CreateBrandCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const CreateCustomPermissionsCommand_base: {
|
|
|
115
115
|
* @throws {@link QuickSightServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class CreateCustomPermissionsCommand extends CreateCustomPermissionsCommand_base {
|
|
@@ -142,6 +142,9 @@ declare const CreateDashboardCommand_base: {
|
|
|
142
142
|
* DataPointTooltipOption: { // DataPointTooltipOption
|
|
143
143
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
144
144
|
* },
|
|
145
|
+
* DataQAEnabledOption: { // DataQAEnabledOption
|
|
146
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
147
|
+
* },
|
|
145
148
|
* },
|
|
146
149
|
* ThemeArn: "STRING_VALUE",
|
|
147
150
|
* Definition: { // DashboardVersionDefinition
|
|
@@ -1007,6 +1010,13 @@ declare const CreateDashboardCommand_base: {
|
|
|
1007
1010
|
* "STRING_VALUE",
|
|
1008
1011
|
* ],
|
|
1009
1012
|
* },
|
|
1013
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
1014
|
+
* { // TransposedTableOption
|
|
1015
|
+
* ColumnIndex: Number("int"),
|
|
1016
|
+
* ColumnWidth: "STRING_VALUE",
|
|
1017
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
1018
|
+
* },
|
|
1019
|
+
* ],
|
|
1010
1020
|
* },
|
|
1011
1021
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
1012
1022
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5491,6 +5501,10 @@ declare const CreateDashboardCommand_base: {
|
|
|
5491
5501
|
* Options: { // AssetOptions
|
|
5492
5502
|
* Timezone: "STRING_VALUE",
|
|
5493
5503
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5504
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5505
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5506
|
+
* "STRING_VALUE",
|
|
5507
|
+
* ],
|
|
5494
5508
|
* },
|
|
5495
5509
|
* StaticFiles: [ // StaticFileList
|
|
5496
5510
|
* { // StaticFile
|
|
@@ -5592,6 +5606,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
5592
5606
|
* @throws {@link QuickSightServiceException}
|
|
5593
5607
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
5594
5608
|
*
|
|
5609
|
+
*
|
|
5595
5610
|
* @public
|
|
5596
5611
|
*/
|
|
5597
5612
|
export declare class CreateDashboardCommand extends CreateDashboardCommand_base {
|
|
@@ -299,6 +299,7 @@ declare const CreateDataSetCommand_base: {
|
|
|
299
299
|
* },
|
|
300
300
|
* ],
|
|
301
301
|
* },
|
|
302
|
+
* UseAs: "RLS_RULES",
|
|
302
303
|
* };
|
|
303
304
|
* const command = new CreateDataSetCommand(input);
|
|
304
305
|
* const response = await client.send(command);
|
|
@@ -355,6 +356,7 @@ declare const CreateDataSetCommand_base: {
|
|
|
355
356
|
* @throws {@link QuickSightServiceException}
|
|
356
357
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
357
358
|
*
|
|
359
|
+
*
|
|
358
360
|
* @public
|
|
359
361
|
*/
|
|
360
362
|
export declare class CreateDataSetCommand extends CreateDataSetCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
77
77
|
* Host: "STRING_VALUE", // required
|
|
78
78
|
* Port: Number("int"), // required
|
|
79
79
|
* Database: "STRING_VALUE", // required
|
|
80
|
+
* UseServiceName: true || false,
|
|
80
81
|
* },
|
|
81
82
|
* PostgreSqlParameters: { // PostgreSqlParameters
|
|
82
83
|
* Host: "STRING_VALUE", // required
|
|
@@ -233,6 +234,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
233
234
|
* Host: "STRING_VALUE", // required
|
|
234
235
|
* Port: Number("int"), // required
|
|
235
236
|
* Database: "STRING_VALUE", // required
|
|
237
|
+
* UseServiceName: true || false,
|
|
236
238
|
* },
|
|
237
239
|
* PostgreSqlParameters: {
|
|
238
240
|
* Host: "STRING_VALUE", // required
|
|
@@ -424,6 +426,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
424
426
|
* @throws {@link QuickSightServiceException}
|
|
425
427
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
426
428
|
*
|
|
429
|
+
*
|
|
427
430
|
* @public
|
|
428
431
|
*/
|
|
429
432
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const CreateFolderCommand_base: {
|
|
|
109
109
|
* @throws {@link QuickSightServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class CreateFolderCommand extends CreateFolderCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateFolderMembershipCommand_base: {
|
|
|
92
92
|
* @throws {@link QuickSightServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateFolderMembershipCommand extends CreateFolderMembershipCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateGroupCommand_base: {
|
|
|
98
98
|
* @throws {@link QuickSightServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateGroupCommand extends CreateGroupCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const CreateGroupMembershipCommand_base: {
|
|
|
86
86
|
* @throws {@link QuickSightServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateGroupMembershipCommand extends CreateGroupMembershipCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const CreateIAMPolicyAssignmentCommand_base: {
|
|
|
102
102
|
* @throws {@link QuickSightServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateIAMPolicyAssignmentCommand extends CreateIAMPolicyAssignmentCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const CreateIngestionCommand_base: {
|
|
|
91
91
|
* @throws {@link QuickSightServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class CreateIngestionCommand extends CreateIngestionCommand_base {
|
|
@@ -34,7 +34,7 @@ declare const CreateNamespaceCommand_base: {
|
|
|
34
34
|
* namespaces. You can create a namespace after your Amazon Web Services account is subscribed to
|
|
35
35
|
* Amazon QuickSight. The namespace must be unique within the Amazon Web Services account. By default, there is a
|
|
36
36
|
* limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with
|
|
37
|
-
* Amazon Web
|
|
37
|
+
* Amazon Web ServicesSupport. </p>
|
|
38
38
|
* @example
|
|
39
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
40
|
* ```javascript
|
|
@@ -108,6 +108,7 @@ declare const CreateNamespaceCommand_base: {
|
|
|
108
108
|
* @throws {@link QuickSightServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class CreateNamespaceCommand extends CreateNamespaceCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const CreateRefreshScheduleCommand_base: {
|
|
|
100
100
|
* @throws {@link QuickSightServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class CreateRefreshScheduleCommand extends CreateRefreshScheduleCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const CreateRoleMembershipCommand_base: {
|
|
|
82
82
|
* @throws {@link QuickSightServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateRoleMembershipCommand extends CreateRoleMembershipCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const CreateTemplateAliasCommand_base: {
|
|
|
87
87
|
* @throws {@link QuickSightServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class CreateTemplateAliasCommand extends CreateTemplateAliasCommand_base {
|