@aws-sdk/client-quicksight 3.904.0 → 3.907.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 +106 -2
- package/dist-cjs/index.js +22805 -22423
- package/dist-es/QuickSight.js +26 -0
- package/dist-es/commands/CreateActionConnectorCommand.js +23 -0
- package/dist-es/commands/DeleteActionConnectorCommand.js +22 -0
- package/dist-es/commands/DescribeActionConnectorCommand.js +23 -0
- package/dist-es/commands/DescribeActionConnectorPermissionsCommand.js +22 -0
- package/dist-es/commands/GetFlowMetadataCommand.js +22 -0
- package/dist-es/commands/GetFlowPermissionsCommand.js +22 -0
- package/dist-es/commands/ListActionConnectorsCommand.js +23 -0
- package/dist-es/commands/ListFlowsCommand.js +22 -0
- package/dist-es/commands/PredictQAResultsCommand.js +1 -1
- package/dist-es/commands/SearchActionConnectorsCommand.js +23 -0
- package/dist-es/commands/SearchFlowsCommand.js +22 -0
- package/dist-es/commands/UpdateActionConnectorCommand.js +23 -0
- package/dist-es/commands/UpdateActionConnectorPermissionsCommand.js +22 -0
- package/dist-es/commands/UpdateFlowPermissionsCommand.js +22 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +143 -93
- package/dist-es/models/models_1.js +86 -50
- package/dist-es/models/models_2.js +169 -161
- package/dist-es/models/models_3.js +172 -0
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +44 -3
- package/dist-es/pagination/ListActionConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListFlowsPaginator.js +4 -0
- package/dist-es/pagination/SearchActionConnectorsPaginator.js +4 -0
- package/dist-es/pagination/SearchFlowsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +502 -2
- package/dist-types/QuickSight.d.ts +93 -2
- package/dist-types/QuickSightClient.d.ts +17 -4
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +2 -2
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +2 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +6 -6
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -11
- package/dist-types/commands/CreateActionConnectorCommand.d.ts +165 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/CreateBrandCommand.d.ts +14 -2
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +13 -10
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +49 -3
- package/dist-types/commands/CreateFolderCommand.d.ts +3 -3
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -4
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateCommand.d.ts +5 -5
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateThemeCommand.d.ts +4 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteActionConnectorCommand.d.ts +96 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +7 -7
- package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBrandCommand.d.ts +4 -4
- package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFolderCommand.d.ts +4 -4
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +4 -4
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +4 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -3
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +8 -8
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeActionConnectorCommand.d.ts +154 -0
- package/dist-types/commands/DescribeActionConnectorPermissionsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +6 -3
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +25 -3
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +7 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -8
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +44 -2
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFolderCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeGroupCommand.d.ts +2 -2
- 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 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/DescribeThemeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +21 -13
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +20 -15
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +17 -8
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +22 -13
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +100 -0
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +101 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +14 -14
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +111 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +7 -4
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +7 -4
- package/dist-types/commands/ListBrandsCommand.d.ts +2 -2
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDashboardsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSetsCommand.d.ts +5 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +44 -2
- package/dist-types/commands/ListFlowsCommand.d.ts +110 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoldersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -3
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +4 -4
- package/dist-types/commands/ListIngestionsCommand.d.ts +2 -2
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListTemplatesCommand.d.ts +4 -4
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListThemesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +2 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -3
- package/dist-types/commands/ListTopicsCommand.d.ts +2 -2
- package/dist-types/commands/ListUserGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersCommand.d.ts +3 -3
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -2
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterUserCommand.d.ts +3 -3
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/SearchActionConnectorsCommand.d.ts +115 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +5 -4
- package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +4 -3
- package/dist-types/commands/SearchFlowsCommand.d.ts +117 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -5
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +33 -5
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +9 -9
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +10 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActionConnectorCommand.d.ts +150 -0
- package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +132 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +13 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -4
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -4
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +3 -2
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +48 -2
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +117 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +3 -3
- 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 +3 -3
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -13
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThemeCommand.d.ts +3 -3
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +3714 -3674
- package/dist-types/models/models_1.d.ts +3770 -3698
- package/dist-types/models/models_2.d.ts +2474 -1883
- package/dist-types/models/models_3.d.ts +4585 -4312
- package/dist-types/models/models_4.d.ts +3844 -4136
- package/dist-types/models/models_5.d.ts +2234 -127
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/QuickSight.d.ts +227 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeActionConnectorPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchActionConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFlowsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +311 -174
- package/dist-types/ts3.4/models/models_1.d.ts +170 -158
- package/dist-types/ts3.4/models/models_2.d.ts +661 -307
- package/dist-types/ts3.4/models/models_3.d.ts +352 -217
- package/dist-types/ts3.4/models/models_4.d.ts +330 -396
- package/dist-types/ts3.4/models/models_5.d.ts +502 -8
- package/dist-types/ts3.4/pagination/ListActionConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchActionConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +6 -6
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import {
|
|
3
3
|
AccountCustomization,
|
|
4
|
+
ActionConnectorType,
|
|
4
5
|
AdHocFilteringOption,
|
|
6
|
+
AggFunction,
|
|
5
7
|
AnalysisDefaults,
|
|
6
8
|
AssetOptions,
|
|
7
9
|
CalculatedField,
|
|
@@ -11,40 +13,323 @@ import {
|
|
|
11
13
|
Edition,
|
|
12
14
|
Entity,
|
|
13
15
|
FilterGroup,
|
|
16
|
+
FilterOperator,
|
|
17
|
+
NumberScale,
|
|
14
18
|
ParameterDeclaration,
|
|
15
19
|
QueryExecutionOptions,
|
|
16
20
|
ResourceStatus,
|
|
17
21
|
Sheet,
|
|
18
22
|
TimeGranularity,
|
|
19
23
|
TopicTimeGranularity,
|
|
20
|
-
VisualMenuOption,
|
|
21
24
|
} from "./models_0";
|
|
25
|
+
import { VisualMenuOption } from "./models_1";
|
|
22
26
|
import {
|
|
23
27
|
AnalysisDefinition,
|
|
24
28
|
AnalysisSourceEntity,
|
|
29
|
+
ApplicationTheme,
|
|
25
30
|
AssignmentStatus,
|
|
31
|
+
AuthConfig,
|
|
26
32
|
AuthenticationMethodOption,
|
|
27
33
|
AuthorSpecifiedAggregation,
|
|
28
|
-
BorderStyle,
|
|
29
|
-
BrandDefinition,
|
|
30
|
-
BrandStatus,
|
|
31
34
|
ConstantType,
|
|
35
|
+
ContributionAnalysisDirection,
|
|
36
|
+
ContributionAnalysisFactor,
|
|
37
|
+
ContributionAnalysisSortType,
|
|
38
|
+
ContributionAnalysisTimeRanges,
|
|
32
39
|
DataSetReference,
|
|
33
40
|
DataSourceParameters,
|
|
34
|
-
DisplayFormat,
|
|
35
|
-
DisplayFormatOptions,
|
|
36
|
-
ExceptionResourceType,
|
|
37
41
|
FilterClass,
|
|
38
|
-
|
|
39
|
-
LogoSet,
|
|
40
|
-
ServiceType,
|
|
42
|
+
Identifier,
|
|
41
43
|
SheetDefinition,
|
|
42
44
|
SslProperties,
|
|
43
45
|
StaticFile,
|
|
44
46
|
Tag,
|
|
47
|
+
TopicIRFilterOption,
|
|
48
|
+
TopicSortDirection,
|
|
45
49
|
VpcConnectionProperties,
|
|
46
50
|
} from "./models_2";
|
|
47
51
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
52
|
+
export interface TopicIRContributionAnalysis {
|
|
53
|
+
Factors?: ContributionAnalysisFactor[] | undefined;
|
|
54
|
+
TimeRanges?: ContributionAnalysisTimeRanges | undefined;
|
|
55
|
+
Direction?: ContributionAnalysisDirection | undefined;
|
|
56
|
+
SortType?: ContributionAnalysisSortType | undefined;
|
|
57
|
+
}
|
|
58
|
+
export declare const DisplayFormat: {
|
|
59
|
+
readonly AUTO: "AUTO";
|
|
60
|
+
readonly CURRENCY: "CURRENCY";
|
|
61
|
+
readonly DATE: "DATE";
|
|
62
|
+
readonly NUMBER: "NUMBER";
|
|
63
|
+
readonly PERCENT: "PERCENT";
|
|
64
|
+
readonly STRING: "STRING";
|
|
65
|
+
};
|
|
66
|
+
export type DisplayFormat = (typeof DisplayFormat)[keyof typeof DisplayFormat];
|
|
67
|
+
export declare const TopicNumericSeparatorSymbol: {
|
|
68
|
+
readonly COMMA: "COMMA";
|
|
69
|
+
readonly DOT: "DOT";
|
|
70
|
+
};
|
|
71
|
+
export type TopicNumericSeparatorSymbol =
|
|
72
|
+
(typeof TopicNumericSeparatorSymbol)[keyof typeof TopicNumericSeparatorSymbol];
|
|
73
|
+
export interface NegativeFormat {
|
|
74
|
+
Prefix?: string | undefined;
|
|
75
|
+
Suffix?: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface DisplayFormatOptions {
|
|
78
|
+
UseBlankCellFormat?: boolean | undefined;
|
|
79
|
+
BlankCellFormat?: string | undefined;
|
|
80
|
+
DateFormat?: string | undefined;
|
|
81
|
+
DecimalSeparator?: TopicNumericSeparatorSymbol | undefined;
|
|
82
|
+
GroupingSeparator?: string | undefined;
|
|
83
|
+
UseGrouping?: boolean | undefined;
|
|
84
|
+
FractionDigits?: number | undefined;
|
|
85
|
+
Prefix?: string | undefined;
|
|
86
|
+
Suffix?: string | undefined;
|
|
87
|
+
UnitScaler?: NumberScale | undefined;
|
|
88
|
+
NegativeFormat?: NegativeFormat | undefined;
|
|
89
|
+
CurrencySymbol?: string | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface NamedEntityRef {
|
|
92
|
+
NamedEntityName?: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface TopicSortClause {
|
|
95
|
+
Operand?: Identifier | undefined;
|
|
96
|
+
SortDirection?: TopicSortDirection | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface TopicIRGroupBy {
|
|
99
|
+
FieldName?: Identifier | undefined;
|
|
100
|
+
TimeGranularity?: TopicTimeGranularity | undefined;
|
|
101
|
+
Sort?: TopicSortClause | undefined;
|
|
102
|
+
DisplayFormat?: DisplayFormat | undefined;
|
|
103
|
+
DisplayFormatOptions?: DisplayFormatOptions | undefined;
|
|
104
|
+
NamedEntity?: NamedEntityRef | undefined;
|
|
105
|
+
}
|
|
106
|
+
export declare const ComparisonMethodType: {
|
|
107
|
+
readonly DIFF: "DIFF";
|
|
108
|
+
readonly DIFF_AS_PERC: "DIFF_AS_PERC";
|
|
109
|
+
readonly MOVING_AVERAGE: "MOVING_AVERAGE";
|
|
110
|
+
readonly PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL";
|
|
111
|
+
readonly PERC_DIFF: "PERC_DIFF";
|
|
112
|
+
readonly POP_CURRENT_DIFF: "POP_CURRENT_DIFF";
|
|
113
|
+
readonly POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC";
|
|
114
|
+
readonly POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF";
|
|
115
|
+
readonly POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC";
|
|
116
|
+
readonly RUNNING_SUM: "RUNNING_SUM";
|
|
117
|
+
};
|
|
118
|
+
export type ComparisonMethodType =
|
|
119
|
+
(typeof ComparisonMethodType)[keyof typeof ComparisonMethodType];
|
|
120
|
+
export interface TopicIRComparisonMethod {
|
|
121
|
+
Type?: ComparisonMethodType | undefined;
|
|
122
|
+
Period?: TopicTimeGranularity | undefined;
|
|
123
|
+
WindowSize?: number | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface TopicIRMetric {
|
|
126
|
+
MetricId?: Identifier | undefined;
|
|
127
|
+
Function?: AggFunction | undefined;
|
|
128
|
+
Operands?: Identifier[] | undefined;
|
|
129
|
+
ComparisonMethod?: TopicIRComparisonMethod | undefined;
|
|
130
|
+
Expression?: string | undefined;
|
|
131
|
+
CalculatedFieldReferences?: Identifier[] | undefined;
|
|
132
|
+
DisplayFormat?: DisplayFormat | undefined;
|
|
133
|
+
DisplayFormatOptions?: DisplayFormatOptions | undefined;
|
|
134
|
+
NamedEntity?: NamedEntityRef | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface VisualOptions {
|
|
137
|
+
type?: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface TopicIR {
|
|
140
|
+
Metrics?: TopicIRMetric[] | undefined;
|
|
141
|
+
GroupByList?: TopicIRGroupBy[] | undefined;
|
|
142
|
+
Filters?: TopicIRFilterOption[][] | undefined;
|
|
143
|
+
Sort?: TopicSortClause | undefined;
|
|
144
|
+
ContributionAnalysis?: TopicIRContributionAnalysis | undefined;
|
|
145
|
+
Visual?: VisualOptions | undefined;
|
|
146
|
+
}
|
|
147
|
+
export declare const VisualRole: {
|
|
148
|
+
readonly COMPLIMENTARY: "COMPLIMENTARY";
|
|
149
|
+
readonly FALLBACK: "FALLBACK";
|
|
150
|
+
readonly FRAGMENT: "FRAGMENT";
|
|
151
|
+
readonly MULTI_INTENT: "MULTI_INTENT";
|
|
152
|
+
readonly PRIMARY: "PRIMARY";
|
|
153
|
+
};
|
|
154
|
+
export type VisualRole = (typeof VisualRole)[keyof typeof VisualRole];
|
|
155
|
+
export interface Slot {
|
|
156
|
+
SlotId?: string | undefined;
|
|
157
|
+
VisualId?: string | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface TopicTemplate {
|
|
160
|
+
TemplateType?: string | undefined;
|
|
161
|
+
Slots?: Slot[] | undefined;
|
|
162
|
+
}
|
|
163
|
+
export declare const ReviewedAnswerErrorCode: {
|
|
164
|
+
readonly DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST";
|
|
165
|
+
readonly DUPLICATED_ANSWER: "DUPLICATED_ANSWER";
|
|
166
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
167
|
+
readonly INVALID_DATA: "INVALID_DATA";
|
|
168
|
+
readonly INVALID_DATASET_ARN: "INVALID_DATASET_ARN";
|
|
169
|
+
readonly MISSING_ANSWER: "MISSING_ANSWER";
|
|
170
|
+
readonly MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS";
|
|
171
|
+
};
|
|
172
|
+
export type ReviewedAnswerErrorCode =
|
|
173
|
+
(typeof ReviewedAnswerErrorCode)[keyof typeof ReviewedAnswerErrorCode];
|
|
174
|
+
export interface InvalidTopicReviewedAnswer {
|
|
175
|
+
AnswerId?: string | undefined;
|
|
176
|
+
Error?: ReviewedAnswerErrorCode | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface SucceededTopicReviewedAnswer {
|
|
179
|
+
AnswerId?: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface BatchCreateTopicReviewedAnswerResponse {
|
|
182
|
+
TopicId?: string | undefined;
|
|
183
|
+
TopicArn?: string | undefined;
|
|
184
|
+
SucceededAnswers?: SucceededTopicReviewedAnswer[] | undefined;
|
|
185
|
+
InvalidAnswers?: InvalidTopicReviewedAnswer[] | undefined;
|
|
186
|
+
Status?: number | undefined;
|
|
187
|
+
RequestId?: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export declare class InternalFailureException extends __BaseException {
|
|
190
|
+
readonly name: "InternalFailureException";
|
|
191
|
+
readonly $fault: "server";
|
|
192
|
+
Message?: string | undefined;
|
|
193
|
+
RequestId?: string | undefined;
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
199
|
+
readonly name: "InvalidParameterValueException";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
Message?: string | undefined;
|
|
202
|
+
RequestId?: string | undefined;
|
|
203
|
+
constructor(
|
|
204
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
205
|
+
);
|
|
206
|
+
}
|
|
207
|
+
export declare const ExceptionResourceType: {
|
|
208
|
+
readonly ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS";
|
|
209
|
+
readonly DATA_SET: "DATA_SET";
|
|
210
|
+
readonly DATA_SOURCE: "DATA_SOURCE";
|
|
211
|
+
readonly GROUP: "GROUP";
|
|
212
|
+
readonly IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT";
|
|
213
|
+
readonly INGESTION: "INGESTION";
|
|
214
|
+
readonly NAMESPACE: "NAMESPACE";
|
|
215
|
+
readonly USER: "USER";
|
|
216
|
+
readonly VPC_CONNECTION: "VPC_CONNECTION";
|
|
217
|
+
};
|
|
218
|
+
export type ExceptionResourceType =
|
|
219
|
+
(typeof ExceptionResourceType)[keyof typeof ExceptionResourceType];
|
|
220
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
221
|
+
readonly name: "ResourceNotFoundException";
|
|
222
|
+
readonly $fault: "client";
|
|
223
|
+
Message?: string | undefined;
|
|
224
|
+
ResourceType?: ExceptionResourceType | undefined;
|
|
225
|
+
RequestId?: string | undefined;
|
|
226
|
+
constructor(
|
|
227
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
228
|
+
);
|
|
229
|
+
}
|
|
230
|
+
export declare class ThrottlingException extends __BaseException {
|
|
231
|
+
readonly name: "ThrottlingException";
|
|
232
|
+
readonly $fault: "client";
|
|
233
|
+
Message?: string | undefined;
|
|
234
|
+
RequestId?: string | undefined;
|
|
235
|
+
constructor(
|
|
236
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
237
|
+
);
|
|
238
|
+
}
|
|
239
|
+
export interface BatchDeleteTopicReviewedAnswerRequest {
|
|
240
|
+
AwsAccountId: string | undefined;
|
|
241
|
+
TopicId: string | undefined;
|
|
242
|
+
AnswerIds?: string[] | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface BatchDeleteTopicReviewedAnswerResponse {
|
|
245
|
+
TopicId?: string | undefined;
|
|
246
|
+
TopicArn?: string | undefined;
|
|
247
|
+
SucceededAnswers?: SucceededTopicReviewedAnswer[] | undefined;
|
|
248
|
+
InvalidAnswers?: InvalidTopicReviewedAnswer[] | undefined;
|
|
249
|
+
RequestId?: string | undefined;
|
|
250
|
+
Status?: number | undefined;
|
|
251
|
+
}
|
|
252
|
+
export declare class ConflictException extends __BaseException {
|
|
253
|
+
readonly name: "ConflictException";
|
|
254
|
+
readonly $fault: "client";
|
|
255
|
+
Message?: string | undefined;
|
|
256
|
+
RequestId?: string | undefined;
|
|
257
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
258
|
+
}
|
|
259
|
+
export interface BookmarksConfigurations {
|
|
260
|
+
Enabled: boolean | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface BorderStyle {
|
|
263
|
+
Show?: boolean | undefined;
|
|
264
|
+
}
|
|
265
|
+
export type ImageSource =
|
|
266
|
+
| ImageSource.PublicUrlMember
|
|
267
|
+
| ImageSource.S3UriMember
|
|
268
|
+
| ImageSource.$UnknownMember;
|
|
269
|
+
export declare namespace ImageSource {
|
|
270
|
+
interface PublicUrlMember {
|
|
271
|
+
PublicUrl: string;
|
|
272
|
+
S3Uri?: never;
|
|
273
|
+
$unknown?: never;
|
|
274
|
+
}
|
|
275
|
+
interface S3UriMember {
|
|
276
|
+
PublicUrl?: never;
|
|
277
|
+
S3Uri: string;
|
|
278
|
+
$unknown?: never;
|
|
279
|
+
}
|
|
280
|
+
interface $UnknownMember {
|
|
281
|
+
PublicUrl?: never;
|
|
282
|
+
S3Uri?: never;
|
|
283
|
+
$unknown: [string, any];
|
|
284
|
+
}
|
|
285
|
+
interface Visitor<T> {
|
|
286
|
+
PublicUrl: (value: string) => T;
|
|
287
|
+
S3Uri: (value: string) => T;
|
|
288
|
+
_: (name: string, value: any) => T;
|
|
289
|
+
}
|
|
290
|
+
const visit: <T>(value: ImageSource, visitor: Visitor<T>) => T;
|
|
291
|
+
}
|
|
292
|
+
export interface ImageConfiguration {
|
|
293
|
+
Source?: ImageSource | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface ImageSetConfiguration {
|
|
296
|
+
Original: ImageConfiguration | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface LogoSetConfiguration {
|
|
299
|
+
Primary: ImageSetConfiguration | undefined;
|
|
300
|
+
Favicon?: ImageSetConfiguration | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface LogoConfiguration {
|
|
303
|
+
AltText: string | undefined;
|
|
304
|
+
LogoSet: LogoSetConfiguration | undefined;
|
|
305
|
+
}
|
|
306
|
+
export interface BrandDefinition {
|
|
307
|
+
BrandName: string | undefined;
|
|
308
|
+
Description?: string | undefined;
|
|
309
|
+
ApplicationTheme?: ApplicationTheme | undefined;
|
|
310
|
+
LogoConfiguration?: LogoConfiguration | undefined;
|
|
311
|
+
}
|
|
312
|
+
export declare const BrandStatus: {
|
|
313
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
314
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
315
|
+
readonly CREATE_SUCCEEDED: "CREATE_SUCCEEDED";
|
|
316
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
317
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
318
|
+
};
|
|
319
|
+
export type BrandStatus = (typeof BrandStatus)[keyof typeof BrandStatus];
|
|
320
|
+
export interface Image {
|
|
321
|
+
Source?: ImageSource | undefined;
|
|
322
|
+
GeneratedImageUrl?: string | undefined;
|
|
323
|
+
}
|
|
324
|
+
export interface ImageSet {
|
|
325
|
+
Original: Image | undefined;
|
|
326
|
+
Height64?: Image | undefined;
|
|
327
|
+
Height32?: Image | undefined;
|
|
328
|
+
}
|
|
329
|
+
export interface LogoSet {
|
|
330
|
+
Primary: ImageSet | undefined;
|
|
331
|
+
Favicon?: ImageSet | undefined;
|
|
332
|
+
}
|
|
48
333
|
export interface Logo {
|
|
49
334
|
AltText: string | undefined;
|
|
50
335
|
LogoSet: LogoSet | undefined;
|
|
@@ -133,6 +418,18 @@ export interface Capabilities {
|
|
|
133
418
|
IncludeContentInScheduledReportsEmail?: CapabilityState | undefined;
|
|
134
419
|
Dashboard?: CapabilityState | undefined;
|
|
135
420
|
Analysis?: CapabilityState | undefined;
|
|
421
|
+
Automate?: CapabilityState | undefined;
|
|
422
|
+
Flow?: CapabilityState | undefined;
|
|
423
|
+
PublishWithoutApproval?: CapabilityState | undefined;
|
|
424
|
+
UseBedrockModels?: CapabilityState | undefined;
|
|
425
|
+
PerformFlowUiTask?: CapabilityState | undefined;
|
|
426
|
+
UseAgentWebSearch?: CapabilityState | undefined;
|
|
427
|
+
KnowledgeBase?: CapabilityState | undefined;
|
|
428
|
+
Action?: CapabilityState | undefined;
|
|
429
|
+
Space?: CapabilityState | undefined;
|
|
430
|
+
ChatAgent?: CapabilityState | undefined;
|
|
431
|
+
CreateChatAgents?: CapabilityState | undefined;
|
|
432
|
+
Research?: CapabilityState | undefined;
|
|
136
433
|
}
|
|
137
434
|
export declare const ColumnDataType: {
|
|
138
435
|
readonly DATETIME: "DATETIME";
|
|
@@ -324,6 +621,28 @@ export declare class PreconditionNotMetException extends __BaseException {
|
|
|
324
621
|
opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
|
|
325
622
|
);
|
|
326
623
|
}
|
|
624
|
+
export interface ResourcePermission {
|
|
625
|
+
Principal: string | undefined;
|
|
626
|
+
Actions: string[] | undefined;
|
|
627
|
+
}
|
|
628
|
+
export interface CreateActionConnectorRequest {
|
|
629
|
+
AwsAccountId: string | undefined;
|
|
630
|
+
ActionConnectorId: string | undefined;
|
|
631
|
+
Name: string | undefined;
|
|
632
|
+
Type: ActionConnectorType | undefined;
|
|
633
|
+
AuthenticationConfig: AuthConfig | undefined;
|
|
634
|
+
Description?: string | undefined;
|
|
635
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
636
|
+
VpcConnectionArn?: string | undefined;
|
|
637
|
+
Tags?: Tag[] | undefined;
|
|
638
|
+
}
|
|
639
|
+
export interface CreateActionConnectorResponse {
|
|
640
|
+
Arn?: string | undefined;
|
|
641
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
642
|
+
ActionConnectorId?: string | undefined;
|
|
643
|
+
RequestId?: string | undefined;
|
|
644
|
+
Status?: number | undefined;
|
|
645
|
+
}
|
|
327
646
|
export interface DateTimeParameter {
|
|
328
647
|
Name: string | undefined;
|
|
329
648
|
Values: Date[] | undefined;
|
|
@@ -346,10 +665,6 @@ export interface _Parameters {
|
|
|
346
665
|
DecimalParameters?: DecimalParameter[] | undefined;
|
|
347
666
|
DateTimeParameters?: DateTimeParameter[] | undefined;
|
|
348
667
|
}
|
|
349
|
-
export interface ResourcePermission {
|
|
350
|
-
Principal: string | undefined;
|
|
351
|
-
Actions: string[] | undefined;
|
|
352
|
-
}
|
|
353
668
|
export declare const ValidationStrategyMode: {
|
|
354
669
|
readonly LENIENT: "LENIENT";
|
|
355
670
|
readonly STRICT: "STRICT";
|
|
@@ -467,6 +782,9 @@ export interface ExportToCSVOption {
|
|
|
467
782
|
export interface ExportWithHiddenFieldsOption {
|
|
468
783
|
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
469
784
|
}
|
|
785
|
+
export interface QuickSuiteActionsOption {
|
|
786
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
787
|
+
}
|
|
470
788
|
export declare const DashboardUIState: {
|
|
471
789
|
readonly COLLAPSED: "COLLAPSED";
|
|
472
790
|
readonly EXPANDED: "EXPANDED";
|
|
@@ -503,6 +821,7 @@ export interface DashboardPublishOptions {
|
|
|
503
821
|
DataPointMenuLabelOption?: DataPointMenuLabelOption | undefined;
|
|
504
822
|
DataPointTooltipOption?: DataPointTooltipOption | undefined;
|
|
505
823
|
DataQAEnabledOption?: DataQAEnabledOption | undefined;
|
|
824
|
+
QuickSuiteActionsOption?: QuickSuiteActionsOption | undefined;
|
|
506
825
|
ExecutiveSummaryOption?: ExecutiveSummaryOption | undefined;
|
|
507
826
|
DataStoriesSharingOption?: DataStoriesSharingOption | undefined;
|
|
508
827
|
}
|
|
@@ -970,10 +1289,15 @@ export interface CredentialPair {
|
|
|
970
1289
|
Password: string | undefined;
|
|
971
1290
|
AlternateDataSourceParameters?: DataSourceParameters[] | undefined;
|
|
972
1291
|
}
|
|
1292
|
+
export interface WebProxyCredentials {
|
|
1293
|
+
WebProxyUsername: string | undefined;
|
|
1294
|
+
WebProxyPassword: string | undefined;
|
|
1295
|
+
}
|
|
973
1296
|
export interface DataSourceCredentials {
|
|
974
1297
|
CredentialPair?: CredentialPair | undefined;
|
|
975
1298
|
CopySourceArn?: string | undefined;
|
|
976
1299
|
SecretArn?: string | undefined;
|
|
1300
|
+
WebProxyCredentials?: WebProxyCredentials | undefined;
|
|
977
1301
|
}
|
|
978
1302
|
export declare const DataSourceType: {
|
|
979
1303
|
readonly ADOBE_ANALYTICS: "ADOBE_ANALYTICS";
|
|
@@ -984,20 +1308,26 @@ export declare const DataSourceType: {
|
|
|
984
1308
|
readonly AURORA_POSTGRESQL: "AURORA_POSTGRESQL";
|
|
985
1309
|
readonly AWS_IOT_ANALYTICS: "AWS_IOT_ANALYTICS";
|
|
986
1310
|
readonly BIGQUERY: "BIGQUERY";
|
|
1311
|
+
readonly CONFLUENCE: "CONFLUENCE";
|
|
987
1312
|
readonly DATABRICKS: "DATABRICKS";
|
|
988
1313
|
readonly EXASOL: "EXASOL";
|
|
989
1314
|
readonly GITHUB: "GITHUB";
|
|
990
1315
|
readonly GOOGLESHEETS: "GOOGLESHEETS";
|
|
1316
|
+
readonly GOOGLE_DRIVE: "GOOGLE_DRIVE";
|
|
991
1317
|
readonly JIRA: "JIRA";
|
|
992
1318
|
readonly MARIADB: "MARIADB";
|
|
993
1319
|
readonly MYSQL: "MYSQL";
|
|
1320
|
+
readonly ONE_DRIVE: "ONE_DRIVE";
|
|
994
1321
|
readonly ORACLE: "ORACLE";
|
|
995
1322
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
996
1323
|
readonly PRESTO: "PRESTO";
|
|
1324
|
+
readonly QBUSINESS: "QBUSINESS";
|
|
997
1325
|
readonly REDSHIFT: "REDSHIFT";
|
|
998
1326
|
readonly S3: "S3";
|
|
1327
|
+
readonly S3_KNOWLEDGE_BASE: "S3_KNOWLEDGE_BASE";
|
|
999
1328
|
readonly SALESFORCE: "SALESFORCE";
|
|
1000
1329
|
readonly SERVICENOW: "SERVICENOW";
|
|
1330
|
+
readonly SHAREPOINT: "SHAREPOINT";
|
|
1001
1331
|
readonly SNOWFLAKE: "SNOWFLAKE";
|
|
1002
1332
|
readonly SPARK: "SPARK";
|
|
1003
1333
|
readonly SQLSERVER: "SQLSERVER";
|
|
@@ -1006,6 +1336,7 @@ export declare const DataSourceType: {
|
|
|
1006
1336
|
readonly TIMESTREAM: "TIMESTREAM";
|
|
1007
1337
|
readonly TRINO: "TRINO";
|
|
1008
1338
|
readonly TWITTER: "TWITTER";
|
|
1339
|
+
readonly WEB_CRAWLER: "WEB_CRAWLER";
|
|
1009
1340
|
};
|
|
1010
1341
|
export type DataSourceType =
|
|
1011
1342
|
(typeof DataSourceType)[keyof typeof DataSourceType];
|
|
@@ -1944,209 +2275,10 @@ export interface DataSourceSearchFilter {
|
|
|
1944
2275
|
Name: DataSourceFilterAttribute | undefined;
|
|
1945
2276
|
Value: string | undefined;
|
|
1946
2277
|
}
|
|
1947
|
-
export
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
Type?: DataSourceType | undefined;
|
|
1952
|
-
CreatedTime?: Date | undefined;
|
|
1953
|
-
LastUpdatedTime?: Date | undefined;
|
|
1954
|
-
}
|
|
1955
|
-
export interface DeleteAccountCustomizationRequest {
|
|
1956
|
-
AwsAccountId: string | undefined;
|
|
1957
|
-
Namespace?: string | undefined;
|
|
1958
|
-
}
|
|
1959
|
-
export interface DeleteAccountCustomizationResponse {
|
|
1960
|
-
RequestId?: string | undefined;
|
|
1961
|
-
Status?: number | undefined;
|
|
1962
|
-
}
|
|
1963
|
-
export interface DeleteAccountCustomPermissionRequest {
|
|
1964
|
-
AwsAccountId: string | undefined;
|
|
1965
|
-
}
|
|
1966
|
-
export interface DeleteAccountCustomPermissionResponse {
|
|
1967
|
-
RequestId?: string | undefined;
|
|
1968
|
-
Status?: number | undefined;
|
|
1969
|
-
}
|
|
1970
|
-
export interface DeleteAccountSubscriptionRequest {
|
|
1971
|
-
AwsAccountId: string | undefined;
|
|
1972
|
-
}
|
|
1973
|
-
export interface DeleteAccountSubscriptionResponse {
|
|
1974
|
-
RequestId?: string | undefined;
|
|
1975
|
-
Status?: number | undefined;
|
|
1976
|
-
}
|
|
1977
|
-
export interface DeleteAnalysisRequest {
|
|
1978
|
-
AwsAccountId: string | undefined;
|
|
1979
|
-
AnalysisId: string | undefined;
|
|
1980
|
-
RecoveryWindowInDays?: number | undefined;
|
|
1981
|
-
ForceDeleteWithoutRecovery?: boolean | undefined;
|
|
1982
|
-
}
|
|
1983
|
-
export interface DeleteAnalysisResponse {
|
|
1984
|
-
Status?: number | undefined;
|
|
1985
|
-
Arn?: string | undefined;
|
|
1986
|
-
AnalysisId?: string | undefined;
|
|
1987
|
-
DeletionTime?: Date | undefined;
|
|
1988
|
-
RequestId?: string | undefined;
|
|
1989
|
-
}
|
|
1990
|
-
export interface DeleteBrandRequest {
|
|
1991
|
-
AwsAccountId: string | undefined;
|
|
1992
|
-
BrandId: string | undefined;
|
|
1993
|
-
}
|
|
1994
|
-
export interface DeleteBrandResponse {
|
|
1995
|
-
RequestId?: string | undefined;
|
|
1996
|
-
}
|
|
1997
|
-
export interface DeleteBrandAssignmentRequest {
|
|
1998
|
-
AwsAccountId: string | undefined;
|
|
1999
|
-
}
|
|
2000
|
-
export interface DeleteBrandAssignmentResponse {
|
|
2001
|
-
RequestId?: string | undefined;
|
|
2002
|
-
}
|
|
2003
|
-
export interface DeleteCustomPermissionsRequest {
|
|
2004
|
-
AwsAccountId: string | undefined;
|
|
2005
|
-
CustomPermissionsName: string | undefined;
|
|
2006
|
-
}
|
|
2007
|
-
export interface DeleteCustomPermissionsResponse {
|
|
2008
|
-
Status?: number | undefined;
|
|
2009
|
-
Arn?: string | undefined;
|
|
2010
|
-
RequestId?: string | undefined;
|
|
2011
|
-
}
|
|
2012
|
-
export interface DeleteDashboardRequest {
|
|
2013
|
-
AwsAccountId: string | undefined;
|
|
2014
|
-
DashboardId: string | undefined;
|
|
2015
|
-
VersionNumber?: number | undefined;
|
|
2016
|
-
}
|
|
2017
|
-
export interface DeleteDashboardResponse {
|
|
2018
|
-
Status?: number | undefined;
|
|
2019
|
-
Arn?: string | undefined;
|
|
2020
|
-
DashboardId?: string | undefined;
|
|
2021
|
-
RequestId?: string | undefined;
|
|
2022
|
-
}
|
|
2023
|
-
export interface DeleteDataSetRequest {
|
|
2024
|
-
AwsAccountId: string | undefined;
|
|
2025
|
-
DataSetId: string | undefined;
|
|
2026
|
-
}
|
|
2027
|
-
export interface DeleteDataSetResponse {
|
|
2028
|
-
Arn?: string | undefined;
|
|
2029
|
-
DataSetId?: string | undefined;
|
|
2030
|
-
RequestId?: string | undefined;
|
|
2031
|
-
Status?: number | undefined;
|
|
2032
|
-
}
|
|
2033
|
-
export interface DeleteDataSetRefreshPropertiesRequest {
|
|
2034
|
-
AwsAccountId: string | undefined;
|
|
2035
|
-
DataSetId: string | undefined;
|
|
2036
|
-
}
|
|
2037
|
-
export interface DeleteDataSetRefreshPropertiesResponse {
|
|
2038
|
-
RequestId?: string | undefined;
|
|
2039
|
-
Status?: number | undefined;
|
|
2040
|
-
}
|
|
2041
|
-
export interface DeleteDataSourceRequest {
|
|
2042
|
-
AwsAccountId: string | undefined;
|
|
2043
|
-
DataSourceId: string | undefined;
|
|
2044
|
-
}
|
|
2045
|
-
export interface DeleteDataSourceResponse {
|
|
2046
|
-
Arn?: string | undefined;
|
|
2047
|
-
DataSourceId?: string | undefined;
|
|
2048
|
-
RequestId?: string | undefined;
|
|
2049
|
-
Status?: number | undefined;
|
|
2050
|
-
}
|
|
2051
|
-
export interface DeleteDefaultQBusinessApplicationRequest {
|
|
2052
|
-
AwsAccountId: string | undefined;
|
|
2053
|
-
Namespace?: string | undefined;
|
|
2054
|
-
}
|
|
2055
|
-
export interface DeleteDefaultQBusinessApplicationResponse {
|
|
2056
|
-
RequestId?: string | undefined;
|
|
2057
|
-
Status?: number | undefined;
|
|
2058
|
-
}
|
|
2059
|
-
export interface DeleteFolderRequest {
|
|
2060
|
-
AwsAccountId: string | undefined;
|
|
2061
|
-
FolderId: string | undefined;
|
|
2062
|
-
}
|
|
2063
|
-
export interface DeleteFolderResponse {
|
|
2064
|
-
Status?: number | undefined;
|
|
2065
|
-
Arn?: string | undefined;
|
|
2066
|
-
FolderId?: string | undefined;
|
|
2067
|
-
RequestId?: string | undefined;
|
|
2068
|
-
}
|
|
2069
|
-
export interface DeleteFolderMembershipRequest {
|
|
2070
|
-
AwsAccountId: string | undefined;
|
|
2071
|
-
FolderId: string | undefined;
|
|
2072
|
-
MemberId: string | undefined;
|
|
2073
|
-
MemberType: MemberType | undefined;
|
|
2074
|
-
}
|
|
2075
|
-
export interface DeleteFolderMembershipResponse {
|
|
2076
|
-
Status?: number | undefined;
|
|
2077
|
-
RequestId?: string | undefined;
|
|
2078
|
-
}
|
|
2079
|
-
export interface DeleteGroupRequest {
|
|
2080
|
-
GroupName: string | undefined;
|
|
2081
|
-
AwsAccountId: string | undefined;
|
|
2082
|
-
Namespace: string | undefined;
|
|
2083
|
-
}
|
|
2084
|
-
export interface DeleteGroupResponse {
|
|
2085
|
-
RequestId?: string | undefined;
|
|
2086
|
-
Status?: number | undefined;
|
|
2087
|
-
}
|
|
2088
|
-
export interface DeleteGroupMembershipRequest {
|
|
2089
|
-
MemberName: string | undefined;
|
|
2090
|
-
GroupName: string | undefined;
|
|
2091
|
-
AwsAccountId: string | undefined;
|
|
2092
|
-
Namespace: string | undefined;
|
|
2093
|
-
}
|
|
2094
|
-
export interface DeleteGroupMembershipResponse {
|
|
2095
|
-
RequestId?: string | undefined;
|
|
2096
|
-
Status?: number | undefined;
|
|
2097
|
-
}
|
|
2098
|
-
export interface DeleteIAMPolicyAssignmentRequest {
|
|
2099
|
-
AwsAccountId: string | undefined;
|
|
2100
|
-
AssignmentName: string | undefined;
|
|
2101
|
-
Namespace: string | undefined;
|
|
2102
|
-
}
|
|
2103
|
-
export interface DeleteIAMPolicyAssignmentResponse {
|
|
2104
|
-
AssignmentName?: string | undefined;
|
|
2105
|
-
RequestId?: string | undefined;
|
|
2106
|
-
Status?: number | undefined;
|
|
2107
|
-
}
|
|
2108
|
-
export interface DeleteIdentityPropagationConfigRequest {
|
|
2109
|
-
AwsAccountId: string | undefined;
|
|
2110
|
-
Service: ServiceType | undefined;
|
|
2111
|
-
}
|
|
2112
|
-
export interface DeleteIdentityPropagationConfigResponse {
|
|
2113
|
-
RequestId?: string | undefined;
|
|
2114
|
-
Status?: number | undefined;
|
|
2115
|
-
}
|
|
2116
|
-
export interface DeleteNamespaceRequest {
|
|
2117
|
-
AwsAccountId: string | undefined;
|
|
2118
|
-
Namespace: string | undefined;
|
|
2119
|
-
}
|
|
2120
|
-
export interface DeleteNamespaceResponse {
|
|
2121
|
-
RequestId?: string | undefined;
|
|
2122
|
-
Status?: number | undefined;
|
|
2123
|
-
}
|
|
2124
|
-
export interface DeleteRefreshScheduleRequest {
|
|
2125
|
-
DataSetId: string | undefined;
|
|
2126
|
-
AwsAccountId: string | undefined;
|
|
2127
|
-
ScheduleId: string | undefined;
|
|
2128
|
-
}
|
|
2129
|
-
export interface DeleteRefreshScheduleResponse {
|
|
2130
|
-
Status?: number | undefined;
|
|
2131
|
-
RequestId?: string | undefined;
|
|
2132
|
-
ScheduleId?: string | undefined;
|
|
2133
|
-
Arn?: string | undefined;
|
|
2134
|
-
}
|
|
2135
|
-
export interface DeleteRoleCustomPermissionRequest {
|
|
2136
|
-
Role: Role | undefined;
|
|
2137
|
-
AwsAccountId: string | undefined;
|
|
2138
|
-
Namespace: string | undefined;
|
|
2139
|
-
}
|
|
2140
|
-
export interface DeleteRoleCustomPermissionResponse {
|
|
2141
|
-
RequestId?: string | undefined;
|
|
2142
|
-
Status?: number | undefined;
|
|
2143
|
-
}
|
|
2144
|
-
export interface DeleteRoleMembershipRequest {
|
|
2145
|
-
MemberName: string | undefined;
|
|
2146
|
-
Role: Role | undefined;
|
|
2147
|
-
AwsAccountId: string | undefined;
|
|
2148
|
-
Namespace: string | undefined;
|
|
2149
|
-
}
|
|
2278
|
+
export declare const TopicIRMetricFilterSensitiveLog: (
|
|
2279
|
+
obj: TopicIRMetric
|
|
2280
|
+
) => any;
|
|
2281
|
+
export declare const TopicIRFilterSensitiveLog: (obj: TopicIR) => any;
|
|
2150
2282
|
export declare const CalculatedColumnFilterSensitiveLog: (
|
|
2151
2283
|
obj: CalculatedColumn
|
|
2152
2284
|
) => any;
|
|
@@ -2154,6 +2286,9 @@ export declare const ColumnDescriptionFilterSensitiveLog: (
|
|
|
2154
2286
|
obj: ColumnDescription
|
|
2155
2287
|
) => any;
|
|
2156
2288
|
export declare const ColumnTagFilterSensitiveLog: (obj: ColumnTag) => any;
|
|
2289
|
+
export declare const CreateActionConnectorRequestFilterSensitiveLog: (
|
|
2290
|
+
obj: CreateActionConnectorRequest
|
|
2291
|
+
) => any;
|
|
2157
2292
|
export declare const DateTimeParameterFilterSensitiveLog: (
|
|
2158
2293
|
obj: DateTimeParameter
|
|
2159
2294
|
) => any;
|