@aws-sdk/client-quicksight 3.906.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 +1454 -359
- 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
|
@@ -3,18 +3,19 @@ import {
|
|
|
3
3
|
AccountCustomization,
|
|
4
4
|
AccountInfo,
|
|
5
5
|
AccountSettings,
|
|
6
|
-
|
|
6
|
+
ActionConnector,
|
|
7
|
+
ActionConnectorSummary,
|
|
7
8
|
AmazonQInQuickSightConsoleConfigurations,
|
|
8
9
|
AmazonQInQuickSightDashboardConfigurations,
|
|
9
10
|
Analysis,
|
|
10
11
|
AnalysisError,
|
|
11
12
|
Entity,
|
|
13
|
+
FilterOperator,
|
|
12
14
|
ResourceStatus,
|
|
13
15
|
Sheet,
|
|
14
16
|
} from "./models_0";
|
|
15
17
|
import {
|
|
16
18
|
AnalysisDefinition,
|
|
17
|
-
AnalysisSearchFilter,
|
|
18
19
|
AnalysisSummary,
|
|
19
20
|
AnonymousUserEmbeddingExperienceConfiguration,
|
|
20
21
|
AnonymousUserSnapshotJobResult,
|
|
@@ -36,19 +37,17 @@ import {
|
|
|
36
37
|
AssetBundleImportJobWarning,
|
|
37
38
|
AssetBundleImportSourceDescription,
|
|
38
39
|
AssignmentStatus,
|
|
39
|
-
AuthorizedTargetsByService,
|
|
40
|
-
BookmarksConfigurations,
|
|
41
|
-
BrandDefinition,
|
|
42
40
|
DashboardVisualId,
|
|
43
41
|
DataSetRefreshProperties,
|
|
44
|
-
|
|
42
|
+
ServiceType,
|
|
45
43
|
SharedViewConfigurations,
|
|
46
44
|
SnapshotFile,
|
|
47
45
|
SnapshotS3DestinationConfiguration,
|
|
48
|
-
Tag,
|
|
49
46
|
} from "./models_2";
|
|
50
47
|
import {
|
|
51
48
|
_Parameters,
|
|
49
|
+
BookmarksConfigurations,
|
|
50
|
+
BrandDefinition,
|
|
52
51
|
BrandDetail,
|
|
53
52
|
BrandSummary,
|
|
54
53
|
CustomInstructions,
|
|
@@ -56,22 +55,22 @@ import {
|
|
|
56
55
|
Dashboard,
|
|
57
56
|
DashboardError,
|
|
58
57
|
DashboardPublishOptions,
|
|
59
|
-
DashboardSearchFilter,
|
|
60
58
|
DashboardsQAStatus,
|
|
61
59
|
DashboardSummary,
|
|
62
60
|
DashboardVersionDefinition,
|
|
63
61
|
DashboardVersionSummary,
|
|
64
|
-
DashboardVisualResult,
|
|
65
62
|
DataSet,
|
|
66
63
|
DataSetConfiguration,
|
|
67
64
|
DataSetSummary,
|
|
68
65
|
DataSource,
|
|
66
|
+
DataSourceType,
|
|
69
67
|
FolderType,
|
|
70
68
|
Group,
|
|
71
69
|
GroupMember,
|
|
72
70
|
IdentityStore,
|
|
73
71
|
IngestionStatus,
|
|
74
72
|
LinkSharingConfiguration,
|
|
73
|
+
MemberType,
|
|
75
74
|
NamespaceStatus,
|
|
76
75
|
RefreshSchedule,
|
|
77
76
|
ResourcePermission,
|
|
@@ -83,11 +82,223 @@ import {
|
|
|
83
82
|
ThemeConfiguration,
|
|
84
83
|
TopicDetails,
|
|
85
84
|
TopicRefreshSchedule,
|
|
86
|
-
TopicUserExperienceVersion,
|
|
87
85
|
VPCConnectionAvailabilityStatus,
|
|
88
86
|
VPCConnectionResourceStatus,
|
|
89
87
|
} from "./models_3";
|
|
90
88
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
89
|
+
export interface DataSourceSummary {
|
|
90
|
+
Arn?: string | undefined;
|
|
91
|
+
DataSourceId?: string | undefined;
|
|
92
|
+
Name?: string | undefined;
|
|
93
|
+
Type?: DataSourceType | undefined;
|
|
94
|
+
CreatedTime?: Date | undefined;
|
|
95
|
+
LastUpdatedTime?: Date | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface DeleteAccountCustomizationRequest {
|
|
98
|
+
AwsAccountId: string | undefined;
|
|
99
|
+
Namespace?: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface DeleteAccountCustomizationResponse {
|
|
102
|
+
RequestId?: string | undefined;
|
|
103
|
+
Status?: number | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface DeleteAccountCustomPermissionRequest {
|
|
106
|
+
AwsAccountId: string | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface DeleteAccountCustomPermissionResponse {
|
|
109
|
+
RequestId?: string | undefined;
|
|
110
|
+
Status?: number | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface DeleteAccountSubscriptionRequest {
|
|
113
|
+
AwsAccountId: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface DeleteAccountSubscriptionResponse {
|
|
116
|
+
RequestId?: string | undefined;
|
|
117
|
+
Status?: number | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface DeleteActionConnectorRequest {
|
|
120
|
+
AwsAccountId: string | undefined;
|
|
121
|
+
ActionConnectorId: string | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface DeleteActionConnectorResponse {
|
|
124
|
+
Arn?: string | undefined;
|
|
125
|
+
ActionConnectorId?: string | undefined;
|
|
126
|
+
RequestId?: string | undefined;
|
|
127
|
+
Status?: number | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface DeleteAnalysisRequest {
|
|
130
|
+
AwsAccountId: string | undefined;
|
|
131
|
+
AnalysisId: string | undefined;
|
|
132
|
+
RecoveryWindowInDays?: number | undefined;
|
|
133
|
+
ForceDeleteWithoutRecovery?: boolean | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface DeleteAnalysisResponse {
|
|
136
|
+
Status?: number | undefined;
|
|
137
|
+
Arn?: string | undefined;
|
|
138
|
+
AnalysisId?: string | undefined;
|
|
139
|
+
DeletionTime?: Date | undefined;
|
|
140
|
+
RequestId?: string | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface DeleteBrandRequest {
|
|
143
|
+
AwsAccountId: string | undefined;
|
|
144
|
+
BrandId: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface DeleteBrandResponse {
|
|
147
|
+
RequestId?: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface DeleteBrandAssignmentRequest {
|
|
150
|
+
AwsAccountId: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DeleteBrandAssignmentResponse {
|
|
153
|
+
RequestId?: string | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface DeleteCustomPermissionsRequest {
|
|
156
|
+
AwsAccountId: string | undefined;
|
|
157
|
+
CustomPermissionsName: string | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface DeleteCustomPermissionsResponse {
|
|
160
|
+
Status?: number | undefined;
|
|
161
|
+
Arn?: string | undefined;
|
|
162
|
+
RequestId?: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface DeleteDashboardRequest {
|
|
165
|
+
AwsAccountId: string | undefined;
|
|
166
|
+
DashboardId: string | undefined;
|
|
167
|
+
VersionNumber?: number | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DeleteDashboardResponse {
|
|
170
|
+
Status?: number | undefined;
|
|
171
|
+
Arn?: string | undefined;
|
|
172
|
+
DashboardId?: string | undefined;
|
|
173
|
+
RequestId?: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface DeleteDataSetRequest {
|
|
176
|
+
AwsAccountId: string | undefined;
|
|
177
|
+
DataSetId: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface DeleteDataSetResponse {
|
|
180
|
+
Arn?: string | undefined;
|
|
181
|
+
DataSetId?: string | undefined;
|
|
182
|
+
RequestId?: string | undefined;
|
|
183
|
+
Status?: number | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface DeleteDataSetRefreshPropertiesRequest {
|
|
186
|
+
AwsAccountId: string | undefined;
|
|
187
|
+
DataSetId: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface DeleteDataSetRefreshPropertiesResponse {
|
|
190
|
+
RequestId?: string | undefined;
|
|
191
|
+
Status?: number | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface DeleteDataSourceRequest {
|
|
194
|
+
AwsAccountId: string | undefined;
|
|
195
|
+
DataSourceId: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface DeleteDataSourceResponse {
|
|
198
|
+
Arn?: string | undefined;
|
|
199
|
+
DataSourceId?: string | undefined;
|
|
200
|
+
RequestId?: string | undefined;
|
|
201
|
+
Status?: number | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface DeleteDefaultQBusinessApplicationRequest {
|
|
204
|
+
AwsAccountId: string | undefined;
|
|
205
|
+
Namespace?: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface DeleteDefaultQBusinessApplicationResponse {
|
|
208
|
+
RequestId?: string | undefined;
|
|
209
|
+
Status?: number | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface DeleteFolderRequest {
|
|
212
|
+
AwsAccountId: string | undefined;
|
|
213
|
+
FolderId: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface DeleteFolderResponse {
|
|
216
|
+
Status?: number | undefined;
|
|
217
|
+
Arn?: string | undefined;
|
|
218
|
+
FolderId?: string | undefined;
|
|
219
|
+
RequestId?: string | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface DeleteFolderMembershipRequest {
|
|
222
|
+
AwsAccountId: string | undefined;
|
|
223
|
+
FolderId: string | undefined;
|
|
224
|
+
MemberId: string | undefined;
|
|
225
|
+
MemberType: MemberType | undefined;
|
|
226
|
+
}
|
|
227
|
+
export interface DeleteFolderMembershipResponse {
|
|
228
|
+
Status?: number | undefined;
|
|
229
|
+
RequestId?: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface DeleteGroupRequest {
|
|
232
|
+
GroupName: string | undefined;
|
|
233
|
+
AwsAccountId: string | undefined;
|
|
234
|
+
Namespace: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface DeleteGroupResponse {
|
|
237
|
+
RequestId?: string | undefined;
|
|
238
|
+
Status?: number | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface DeleteGroupMembershipRequest {
|
|
241
|
+
MemberName: string | undefined;
|
|
242
|
+
GroupName: string | undefined;
|
|
243
|
+
AwsAccountId: string | undefined;
|
|
244
|
+
Namespace: string | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface DeleteGroupMembershipResponse {
|
|
247
|
+
RequestId?: string | undefined;
|
|
248
|
+
Status?: number | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface DeleteIAMPolicyAssignmentRequest {
|
|
251
|
+
AwsAccountId: string | undefined;
|
|
252
|
+
AssignmentName: string | undefined;
|
|
253
|
+
Namespace: string | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface DeleteIAMPolicyAssignmentResponse {
|
|
256
|
+
AssignmentName?: string | undefined;
|
|
257
|
+
RequestId?: string | undefined;
|
|
258
|
+
Status?: number | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface DeleteIdentityPropagationConfigRequest {
|
|
261
|
+
AwsAccountId: string | undefined;
|
|
262
|
+
Service: ServiceType | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface DeleteIdentityPropagationConfigResponse {
|
|
265
|
+
RequestId?: string | undefined;
|
|
266
|
+
Status?: number | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface DeleteNamespaceRequest {
|
|
269
|
+
AwsAccountId: string | undefined;
|
|
270
|
+
Namespace: string | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface DeleteNamespaceResponse {
|
|
273
|
+
RequestId?: string | undefined;
|
|
274
|
+
Status?: number | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface DeleteRefreshScheduleRequest {
|
|
277
|
+
DataSetId: string | undefined;
|
|
278
|
+
AwsAccountId: string | undefined;
|
|
279
|
+
ScheduleId: string | undefined;
|
|
280
|
+
}
|
|
281
|
+
export interface DeleteRefreshScheduleResponse {
|
|
282
|
+
Status?: number | undefined;
|
|
283
|
+
RequestId?: string | undefined;
|
|
284
|
+
ScheduleId?: string | undefined;
|
|
285
|
+
Arn?: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface DeleteRoleCustomPermissionRequest {
|
|
288
|
+
Role: Role | undefined;
|
|
289
|
+
AwsAccountId: string | undefined;
|
|
290
|
+
Namespace: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface DeleteRoleCustomPermissionResponse {
|
|
293
|
+
RequestId?: string | undefined;
|
|
294
|
+
Status?: number | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface DeleteRoleMembershipRequest {
|
|
297
|
+
MemberName: string | undefined;
|
|
298
|
+
Role: Role | undefined;
|
|
299
|
+
AwsAccountId: string | undefined;
|
|
300
|
+
Namespace: string | undefined;
|
|
301
|
+
}
|
|
91
302
|
export interface DeleteRoleMembershipResponse {
|
|
92
303
|
RequestId?: string | undefined;
|
|
93
304
|
Status?: number | undefined;
|
|
@@ -236,6 +447,26 @@ export interface DescribeAccountSubscriptionResponse {
|
|
|
236
447
|
Status?: number | undefined;
|
|
237
448
|
RequestId?: string | undefined;
|
|
238
449
|
}
|
|
450
|
+
export interface DescribeActionConnectorRequest {
|
|
451
|
+
AwsAccountId: string | undefined;
|
|
452
|
+
ActionConnectorId: string | undefined;
|
|
453
|
+
}
|
|
454
|
+
export interface DescribeActionConnectorResponse {
|
|
455
|
+
ActionConnector?: ActionConnector | undefined;
|
|
456
|
+
RequestId?: string | undefined;
|
|
457
|
+
Status?: number | undefined;
|
|
458
|
+
}
|
|
459
|
+
export interface DescribeActionConnectorPermissionsRequest {
|
|
460
|
+
AwsAccountId: string | undefined;
|
|
461
|
+
ActionConnectorId: string | undefined;
|
|
462
|
+
}
|
|
463
|
+
export interface DescribeActionConnectorPermissionsResponse {
|
|
464
|
+
Arn?: string | undefined;
|
|
465
|
+
ActionConnectorId?: string | undefined;
|
|
466
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
467
|
+
RequestId?: string | undefined;
|
|
468
|
+
Status?: number | undefined;
|
|
469
|
+
}
|
|
239
470
|
export interface DescribeAnalysisRequest {
|
|
240
471
|
AwsAccountId: string | undefined;
|
|
241
472
|
AnalysisId: string | undefined;
|
|
@@ -1155,6 +1386,36 @@ export interface FailedKeyRegistrationEntry {
|
|
|
1155
1386
|
StatusCode: number | undefined;
|
|
1156
1387
|
SenderFault: boolean | undefined;
|
|
1157
1388
|
}
|
|
1389
|
+
export declare const FieldName: {
|
|
1390
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
1391
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
1392
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
1393
|
+
readonly FLOW_DESCRIPTION: "assetDescription";
|
|
1394
|
+
readonly FLOW_NAME: "assetName";
|
|
1395
|
+
};
|
|
1396
|
+
export type FieldName = (typeof FieldName)[keyof typeof FieldName];
|
|
1397
|
+
export declare const FlowPublishState: {
|
|
1398
|
+
readonly DRAFT: "DRAFT";
|
|
1399
|
+
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
1400
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
1401
|
+
};
|
|
1402
|
+
export type FlowPublishState =
|
|
1403
|
+
(typeof FlowPublishState)[keyof typeof FlowPublishState];
|
|
1404
|
+
export interface FlowSummary {
|
|
1405
|
+
Arn: string | undefined;
|
|
1406
|
+
FlowId: string | undefined;
|
|
1407
|
+
Name: string | undefined;
|
|
1408
|
+
Description?: string | undefined;
|
|
1409
|
+
CreatedTime: Date | undefined;
|
|
1410
|
+
CreatedBy?: string | undefined;
|
|
1411
|
+
LastUpdatedTime?: Date | undefined;
|
|
1412
|
+
LastUpdatedBy?: string | undefined;
|
|
1413
|
+
PublishState?: FlowPublishState | undefined;
|
|
1414
|
+
RunCount?: number | undefined;
|
|
1415
|
+
UserCount?: number | undefined;
|
|
1416
|
+
LastPublishedBy?: string | undefined;
|
|
1417
|
+
LastPublishedAt?: Date | undefined;
|
|
1418
|
+
}
|
|
1158
1419
|
export declare const FolderFilterAttribute: {
|
|
1159
1420
|
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
1160
1421
|
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
@@ -1375,6 +1636,38 @@ export declare class IdentityTypeNotSupportedException extends __BaseException {
|
|
|
1375
1636
|
>
|
|
1376
1637
|
);
|
|
1377
1638
|
}
|
|
1639
|
+
export interface GetFlowMetadataInput {
|
|
1640
|
+
AwsAccountId: string | undefined;
|
|
1641
|
+
FlowId: string | undefined;
|
|
1642
|
+
}
|
|
1643
|
+
export interface GetFlowMetadataOutput {
|
|
1644
|
+
Arn: string | undefined;
|
|
1645
|
+
FlowId: string | undefined;
|
|
1646
|
+
Name: string | undefined;
|
|
1647
|
+
Description?: string | undefined;
|
|
1648
|
+
PublishState?: FlowPublishState | undefined;
|
|
1649
|
+
UserCount?: number | undefined;
|
|
1650
|
+
RunCount?: number | undefined;
|
|
1651
|
+
CreatedTime: Date | undefined;
|
|
1652
|
+
LastUpdatedTime?: Date | undefined;
|
|
1653
|
+
RequestId?: string | undefined;
|
|
1654
|
+
Status?: number | undefined;
|
|
1655
|
+
}
|
|
1656
|
+
export interface GetFlowPermissionsInput {
|
|
1657
|
+
AwsAccountId: string | undefined;
|
|
1658
|
+
FlowId: string | undefined;
|
|
1659
|
+
}
|
|
1660
|
+
export interface Permission {
|
|
1661
|
+
Actions: string[] | undefined;
|
|
1662
|
+
Principal: string | undefined;
|
|
1663
|
+
}
|
|
1664
|
+
export interface GetFlowPermissionsOutput {
|
|
1665
|
+
Arn: string | undefined;
|
|
1666
|
+
FlowId: string | undefined;
|
|
1667
|
+
Permissions: Permission[] | undefined;
|
|
1668
|
+
RequestId?: string | undefined;
|
|
1669
|
+
Status?: number | undefined;
|
|
1670
|
+
}
|
|
1378
1671
|
export interface GetSessionEmbedUrlRequest {
|
|
1379
1672
|
AwsAccountId: string | undefined;
|
|
1380
1673
|
EntryPoint?: string | undefined;
|
|
@@ -1417,6 +1710,17 @@ export declare const IncludeQuickSightQIndex: {
|
|
|
1417
1710
|
};
|
|
1418
1711
|
export type IncludeQuickSightQIndex =
|
|
1419
1712
|
(typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
|
|
1713
|
+
export interface ListActionConnectorsRequest {
|
|
1714
|
+
AwsAccountId: string | undefined;
|
|
1715
|
+
MaxResults?: number | undefined;
|
|
1716
|
+
NextToken?: string | undefined;
|
|
1717
|
+
}
|
|
1718
|
+
export interface ListActionConnectorsResponse {
|
|
1719
|
+
ActionConnectorSummaries: ActionConnectorSummary[] | undefined;
|
|
1720
|
+
NextToken?: string | undefined;
|
|
1721
|
+
RequestId?: string | undefined;
|
|
1722
|
+
Status?: number | undefined;
|
|
1723
|
+
}
|
|
1420
1724
|
export interface ListAnalysesRequest {
|
|
1421
1725
|
AwsAccountId: string | undefined;
|
|
1422
1726
|
NextToken?: string | undefined;
|
|
@@ -1515,6 +1819,17 @@ export interface ListDataSourcesResponse {
|
|
|
1515
1819
|
RequestId?: string | undefined;
|
|
1516
1820
|
Status?: number | undefined;
|
|
1517
1821
|
}
|
|
1822
|
+
export interface ListFlowsInput {
|
|
1823
|
+
AwsAccountId: string | undefined;
|
|
1824
|
+
NextToken?: string | undefined;
|
|
1825
|
+
MaxResults?: number | undefined;
|
|
1826
|
+
}
|
|
1827
|
+
export interface ListFlowsOutput {
|
|
1828
|
+
FlowSummaryList?: FlowSummary[] | undefined;
|
|
1829
|
+
NextToken?: string | undefined;
|
|
1830
|
+
RequestId?: string | undefined;
|
|
1831
|
+
Status?: number | undefined;
|
|
1832
|
+
}
|
|
1518
1833
|
export interface ListFolderMembersRequest {
|
|
1519
1834
|
AwsAccountId: string | undefined;
|
|
1520
1835
|
FolderId: string | undefined;
|
|
@@ -1569,386 +1884,9 @@ export interface ListGroupsRequest {
|
|
|
1569
1884
|
MaxResults?: number | undefined;
|
|
1570
1885
|
Namespace: string | undefined;
|
|
1571
1886
|
}
|
|
1572
|
-
export
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
RequestId?: string | undefined;
|
|
1576
|
-
Status?: number | undefined;
|
|
1577
|
-
}
|
|
1578
|
-
export interface ListIAMPolicyAssignmentsRequest {
|
|
1579
|
-
AwsAccountId: string | undefined;
|
|
1580
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1581
|
-
Namespace: string | undefined;
|
|
1582
|
-
NextToken?: string | undefined;
|
|
1583
|
-
MaxResults?: number | undefined;
|
|
1584
|
-
}
|
|
1585
|
-
export interface ListIAMPolicyAssignmentsResponse {
|
|
1586
|
-
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[] | undefined;
|
|
1587
|
-
NextToken?: string | undefined;
|
|
1588
|
-
RequestId?: string | undefined;
|
|
1589
|
-
Status?: number | undefined;
|
|
1590
|
-
}
|
|
1591
|
-
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
1592
|
-
AwsAccountId: string | undefined;
|
|
1593
|
-
UserName: string | undefined;
|
|
1594
|
-
NextToken?: string | undefined;
|
|
1595
|
-
MaxResults?: number | undefined;
|
|
1596
|
-
Namespace: string | undefined;
|
|
1597
|
-
}
|
|
1598
|
-
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
1599
|
-
ActiveAssignments?: ActiveIAMPolicyAssignment[] | undefined;
|
|
1600
|
-
RequestId?: string | undefined;
|
|
1601
|
-
NextToken?: string | undefined;
|
|
1602
|
-
Status?: number | undefined;
|
|
1603
|
-
}
|
|
1604
|
-
export interface ListIdentityPropagationConfigsRequest {
|
|
1605
|
-
AwsAccountId: string | undefined;
|
|
1606
|
-
MaxResults?: number | undefined;
|
|
1607
|
-
NextToken?: string | undefined;
|
|
1608
|
-
}
|
|
1609
|
-
export interface ListIdentityPropagationConfigsResponse {
|
|
1610
|
-
Services?: AuthorizedTargetsByService[] | undefined;
|
|
1611
|
-
NextToken?: string | undefined;
|
|
1612
|
-
Status?: number | undefined;
|
|
1613
|
-
RequestId?: string | undefined;
|
|
1614
|
-
}
|
|
1615
|
-
export interface ListIngestionsRequest {
|
|
1616
|
-
DataSetId: string | undefined;
|
|
1617
|
-
NextToken?: string | undefined;
|
|
1618
|
-
AwsAccountId: string | undefined;
|
|
1619
|
-
MaxResults?: number | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export interface ListIngestionsResponse {
|
|
1622
|
-
Ingestions?: Ingestion[] | undefined;
|
|
1623
|
-
NextToken?: string | undefined;
|
|
1624
|
-
RequestId?: string | undefined;
|
|
1625
|
-
Status?: number | undefined;
|
|
1626
|
-
}
|
|
1627
|
-
export interface ListNamespacesRequest {
|
|
1628
|
-
AwsAccountId: string | undefined;
|
|
1629
|
-
NextToken?: string | undefined;
|
|
1630
|
-
MaxResults?: number | undefined;
|
|
1631
|
-
}
|
|
1632
|
-
export interface ListNamespacesResponse {
|
|
1633
|
-
Namespaces?: NamespaceInfoV2[] | undefined;
|
|
1634
|
-
NextToken?: string | undefined;
|
|
1635
|
-
RequestId?: string | undefined;
|
|
1636
|
-
Status?: number | undefined;
|
|
1637
|
-
}
|
|
1638
|
-
export interface ListRefreshSchedulesRequest {
|
|
1639
|
-
AwsAccountId: string | undefined;
|
|
1640
|
-
DataSetId: string | undefined;
|
|
1641
|
-
}
|
|
1642
|
-
export interface ListRefreshSchedulesResponse {
|
|
1643
|
-
RefreshSchedules?: RefreshSchedule[] | undefined;
|
|
1644
|
-
Status?: number | undefined;
|
|
1645
|
-
RequestId?: string | undefined;
|
|
1646
|
-
}
|
|
1647
|
-
export interface ListRoleMembershipsRequest {
|
|
1648
|
-
Role: Role | undefined;
|
|
1649
|
-
NextToken?: string | undefined;
|
|
1650
|
-
MaxResults?: number | undefined;
|
|
1651
|
-
AwsAccountId: string | undefined;
|
|
1652
|
-
Namespace: string | undefined;
|
|
1653
|
-
}
|
|
1654
|
-
export interface ListRoleMembershipsResponse {
|
|
1655
|
-
MembersList?: string[] | undefined;
|
|
1656
|
-
NextToken?: string | undefined;
|
|
1657
|
-
RequestId?: string | undefined;
|
|
1658
|
-
Status?: number | undefined;
|
|
1659
|
-
}
|
|
1660
|
-
export interface ListTagsForResourceRequest {
|
|
1661
|
-
ResourceArn: string | undefined;
|
|
1662
|
-
}
|
|
1663
|
-
export interface ListTagsForResourceResponse {
|
|
1664
|
-
Tags?: Tag[] | undefined;
|
|
1665
|
-
RequestId?: string | undefined;
|
|
1666
|
-
Status?: number | undefined;
|
|
1667
|
-
}
|
|
1668
|
-
export interface ListTemplateAliasesRequest {
|
|
1669
|
-
AwsAccountId: string | undefined;
|
|
1670
|
-
TemplateId: string | undefined;
|
|
1671
|
-
NextToken?: string | undefined;
|
|
1672
|
-
MaxResults?: number | undefined;
|
|
1673
|
-
}
|
|
1674
|
-
export interface ListTemplateAliasesResponse {
|
|
1675
|
-
TemplateAliasList?: TemplateAlias[] | undefined;
|
|
1676
|
-
Status?: number | undefined;
|
|
1677
|
-
RequestId?: string | undefined;
|
|
1678
|
-
NextToken?: string | undefined;
|
|
1679
|
-
}
|
|
1680
|
-
export interface ListTemplatesRequest {
|
|
1681
|
-
AwsAccountId: string | undefined;
|
|
1682
|
-
NextToken?: string | undefined;
|
|
1683
|
-
MaxResults?: number | undefined;
|
|
1684
|
-
}
|
|
1685
|
-
export interface TemplateSummary {
|
|
1686
|
-
Arn?: string | undefined;
|
|
1687
|
-
TemplateId?: string | undefined;
|
|
1688
|
-
Name?: string | undefined;
|
|
1689
|
-
LatestVersionNumber?: number | undefined;
|
|
1690
|
-
CreatedTime?: Date | undefined;
|
|
1691
|
-
LastUpdatedTime?: Date | undefined;
|
|
1692
|
-
}
|
|
1693
|
-
export interface ListTemplatesResponse {
|
|
1694
|
-
TemplateSummaryList?: TemplateSummary[] | undefined;
|
|
1695
|
-
NextToken?: string | undefined;
|
|
1696
|
-
Status?: number | undefined;
|
|
1697
|
-
RequestId?: string | undefined;
|
|
1698
|
-
}
|
|
1699
|
-
export interface ListTemplateVersionsRequest {
|
|
1700
|
-
AwsAccountId: string | undefined;
|
|
1701
|
-
TemplateId: string | undefined;
|
|
1702
|
-
NextToken?: string | undefined;
|
|
1703
|
-
MaxResults?: number | undefined;
|
|
1704
|
-
}
|
|
1705
|
-
export interface TemplateVersionSummary {
|
|
1706
|
-
Arn?: string | undefined;
|
|
1707
|
-
VersionNumber?: number | undefined;
|
|
1708
|
-
CreatedTime?: Date | undefined;
|
|
1709
|
-
Status?: ResourceStatus | undefined;
|
|
1710
|
-
Description?: string | undefined;
|
|
1711
|
-
}
|
|
1712
|
-
export interface ListTemplateVersionsResponse {
|
|
1713
|
-
TemplateVersionSummaryList?: TemplateVersionSummary[] | undefined;
|
|
1714
|
-
NextToken?: string | undefined;
|
|
1715
|
-
Status?: number | undefined;
|
|
1716
|
-
RequestId?: string | undefined;
|
|
1717
|
-
}
|
|
1718
|
-
export interface ListThemeAliasesRequest {
|
|
1719
|
-
AwsAccountId: string | undefined;
|
|
1720
|
-
ThemeId: string | undefined;
|
|
1721
|
-
NextToken?: string | undefined;
|
|
1722
|
-
MaxResults?: number | undefined;
|
|
1723
|
-
}
|
|
1724
|
-
export interface ListThemeAliasesResponse {
|
|
1725
|
-
ThemeAliasList?: ThemeAlias[] | undefined;
|
|
1726
|
-
Status?: number | undefined;
|
|
1727
|
-
RequestId?: string | undefined;
|
|
1728
|
-
NextToken?: string | undefined;
|
|
1729
|
-
}
|
|
1730
|
-
export interface ListThemesRequest {
|
|
1731
|
-
AwsAccountId: string | undefined;
|
|
1732
|
-
NextToken?: string | undefined;
|
|
1733
|
-
MaxResults?: number | undefined;
|
|
1734
|
-
Type?: ThemeType | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface ThemeSummary {
|
|
1737
|
-
Arn?: string | undefined;
|
|
1738
|
-
Name?: string | undefined;
|
|
1739
|
-
ThemeId?: string | undefined;
|
|
1740
|
-
LatestVersionNumber?: number | undefined;
|
|
1741
|
-
CreatedTime?: Date | undefined;
|
|
1742
|
-
LastUpdatedTime?: Date | undefined;
|
|
1743
|
-
}
|
|
1744
|
-
export interface ListThemesResponse {
|
|
1745
|
-
ThemeSummaryList?: ThemeSummary[] | undefined;
|
|
1746
|
-
NextToken?: string | undefined;
|
|
1747
|
-
Status?: number | undefined;
|
|
1748
|
-
RequestId?: string | undefined;
|
|
1749
|
-
}
|
|
1750
|
-
export interface ListThemeVersionsRequest {
|
|
1751
|
-
AwsAccountId: string | undefined;
|
|
1752
|
-
ThemeId: string | undefined;
|
|
1753
|
-
NextToken?: string | undefined;
|
|
1754
|
-
MaxResults?: number | undefined;
|
|
1755
|
-
}
|
|
1756
|
-
export interface ThemeVersionSummary {
|
|
1757
|
-
VersionNumber?: number | undefined;
|
|
1758
|
-
Arn?: string | undefined;
|
|
1759
|
-
Description?: string | undefined;
|
|
1760
|
-
CreatedTime?: Date | undefined;
|
|
1761
|
-
Status?: ResourceStatus | undefined;
|
|
1762
|
-
}
|
|
1763
|
-
export interface ListThemeVersionsResponse {
|
|
1764
|
-
ThemeVersionSummaryList?: ThemeVersionSummary[] | undefined;
|
|
1765
|
-
NextToken?: string | undefined;
|
|
1766
|
-
Status?: number | undefined;
|
|
1767
|
-
RequestId?: string | undefined;
|
|
1768
|
-
}
|
|
1769
|
-
export interface ListTopicRefreshSchedulesRequest {
|
|
1770
|
-
AwsAccountId: string | undefined;
|
|
1771
|
-
TopicId: string | undefined;
|
|
1772
|
-
}
|
|
1773
|
-
export interface TopicRefreshScheduleSummary {
|
|
1774
|
-
DatasetId?: string | undefined;
|
|
1775
|
-
DatasetArn?: string | undefined;
|
|
1776
|
-
DatasetName?: string | undefined;
|
|
1777
|
-
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
1778
|
-
}
|
|
1779
|
-
export interface ListTopicRefreshSchedulesResponse {
|
|
1780
|
-
TopicId?: string | undefined;
|
|
1781
|
-
TopicArn?: string | undefined;
|
|
1782
|
-
RefreshSchedules?: TopicRefreshScheduleSummary[] | undefined;
|
|
1783
|
-
Status?: number | undefined;
|
|
1784
|
-
RequestId?: string | undefined;
|
|
1785
|
-
}
|
|
1786
|
-
export interface ListTopicReviewedAnswersRequest {
|
|
1787
|
-
AwsAccountId: string | undefined;
|
|
1788
|
-
TopicId: string | undefined;
|
|
1789
|
-
}
|
|
1790
|
-
export interface ListTopicsRequest {
|
|
1791
|
-
AwsAccountId: string | undefined;
|
|
1792
|
-
NextToken?: string | undefined;
|
|
1793
|
-
MaxResults?: number | undefined;
|
|
1794
|
-
}
|
|
1795
|
-
export interface TopicSummary {
|
|
1796
|
-
Arn?: string | undefined;
|
|
1797
|
-
TopicId?: string | undefined;
|
|
1798
|
-
Name?: string | undefined;
|
|
1799
|
-
UserExperienceVersion?: TopicUserExperienceVersion | undefined;
|
|
1800
|
-
}
|
|
1801
|
-
export interface ListTopicsResponse {
|
|
1802
|
-
TopicsSummaries?: TopicSummary[] | undefined;
|
|
1803
|
-
NextToken?: string | undefined;
|
|
1804
|
-
RequestId?: string | undefined;
|
|
1805
|
-
Status?: number | undefined;
|
|
1806
|
-
}
|
|
1807
|
-
export interface ListUserGroupsRequest {
|
|
1808
|
-
UserName: string | undefined;
|
|
1809
|
-
AwsAccountId: string | undefined;
|
|
1810
|
-
Namespace: string | undefined;
|
|
1811
|
-
NextToken?: string | undefined;
|
|
1812
|
-
MaxResults?: number | undefined;
|
|
1813
|
-
}
|
|
1814
|
-
export interface ListUserGroupsResponse {
|
|
1815
|
-
GroupList?: Group[] | undefined;
|
|
1816
|
-
NextToken?: string | undefined;
|
|
1817
|
-
RequestId?: string | undefined;
|
|
1818
|
-
Status?: number | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export interface ListUsersRequest {
|
|
1821
|
-
AwsAccountId: string | undefined;
|
|
1822
|
-
NextToken?: string | undefined;
|
|
1823
|
-
MaxResults?: number | undefined;
|
|
1824
|
-
Namespace: string | undefined;
|
|
1825
|
-
}
|
|
1826
|
-
export interface ListUsersResponse {
|
|
1827
|
-
UserList?: User[] | undefined;
|
|
1828
|
-
NextToken?: string | undefined;
|
|
1829
|
-
RequestId?: string | undefined;
|
|
1830
|
-
Status?: number | undefined;
|
|
1831
|
-
}
|
|
1832
|
-
export interface ListVPCConnectionsRequest {
|
|
1833
|
-
AwsAccountId: string | undefined;
|
|
1834
|
-
NextToken?: string | undefined;
|
|
1835
|
-
MaxResults?: number | undefined;
|
|
1836
|
-
}
|
|
1837
|
-
export interface VPCConnectionSummary {
|
|
1838
|
-
VPCConnectionId?: string | undefined;
|
|
1839
|
-
Arn?: string | undefined;
|
|
1840
|
-
Name?: string | undefined;
|
|
1841
|
-
VPCId?: string | undefined;
|
|
1842
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1843
|
-
DnsResolvers?: string[] | undefined;
|
|
1844
|
-
Status?: VPCConnectionResourceStatus | undefined;
|
|
1845
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
1846
|
-
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
1847
|
-
RoleArn?: string | undefined;
|
|
1848
|
-
CreatedTime?: Date | undefined;
|
|
1849
|
-
LastUpdatedTime?: Date | undefined;
|
|
1850
|
-
}
|
|
1851
|
-
export interface ListVPCConnectionsResponse {
|
|
1852
|
-
VPCConnectionSummaries?: VPCConnectionSummary[] | undefined;
|
|
1853
|
-
NextToken?: string | undefined;
|
|
1854
|
-
RequestId?: string | undefined;
|
|
1855
|
-
Status?: number | undefined;
|
|
1856
|
-
}
|
|
1857
|
-
export interface PredictQAResultsRequest {
|
|
1858
|
-
AwsAccountId: string | undefined;
|
|
1859
|
-
QueryText: string | undefined;
|
|
1860
|
-
IncludeQuickSightQIndex?: IncludeQuickSightQIndex | undefined;
|
|
1861
|
-
IncludeGeneratedAnswer?: IncludeGeneratedAnswer | undefined;
|
|
1862
|
-
MaxTopicsToConsider?: number | undefined;
|
|
1863
|
-
}
|
|
1864
|
-
export declare const QAResultType: {
|
|
1865
|
-
readonly DASHBOARD_VISUAL: "DASHBOARD_VISUAL";
|
|
1866
|
-
readonly GENERATED_ANSWER: "GENERATED_ANSWER";
|
|
1867
|
-
readonly NO_ANSWER: "NO_ANSWER";
|
|
1868
|
-
};
|
|
1869
|
-
export type QAResultType = (typeof QAResultType)[keyof typeof QAResultType];
|
|
1870
|
-
export interface QAResult {
|
|
1871
|
-
ResultType?: QAResultType | undefined;
|
|
1872
|
-
DashboardVisual?: DashboardVisualResult | undefined;
|
|
1873
|
-
GeneratedAnswer?: GeneratedAnswerResult | undefined;
|
|
1874
|
-
}
|
|
1875
|
-
export interface PredictQAResultsResponse {
|
|
1876
|
-
PrimaryResult?: QAResult | undefined;
|
|
1877
|
-
AdditionalResults?: QAResult[] | undefined;
|
|
1878
|
-
RequestId?: string | undefined;
|
|
1879
|
-
Status?: number | undefined;
|
|
1880
|
-
}
|
|
1881
|
-
export declare const PurchaseMode: {
|
|
1882
|
-
readonly AUTO_PURCHASE: "AUTO_PURCHASE";
|
|
1883
|
-
readonly MANUAL: "MANUAL";
|
|
1884
|
-
};
|
|
1885
|
-
export type PurchaseMode = (typeof PurchaseMode)[keyof typeof PurchaseMode];
|
|
1886
|
-
export interface PutDataSetRefreshPropertiesRequest {
|
|
1887
|
-
AwsAccountId: string | undefined;
|
|
1888
|
-
DataSetId: string | undefined;
|
|
1889
|
-
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
1890
|
-
}
|
|
1891
|
-
export interface PutDataSetRefreshPropertiesResponse {
|
|
1892
|
-
RequestId?: string | undefined;
|
|
1893
|
-
Status?: number | undefined;
|
|
1894
|
-
}
|
|
1895
|
-
export interface RegisterUserRequest {
|
|
1896
|
-
IdentityType: IdentityType | undefined;
|
|
1897
|
-
Email: string | undefined;
|
|
1898
|
-
UserRole: UserRole | undefined;
|
|
1899
|
-
IamArn?: string | undefined;
|
|
1900
|
-
SessionName?: string | undefined;
|
|
1901
|
-
AwsAccountId: string | undefined;
|
|
1902
|
-
Namespace: string | undefined;
|
|
1903
|
-
UserName?: string | undefined;
|
|
1904
|
-
CustomPermissionsName?: string | undefined;
|
|
1905
|
-
ExternalLoginFederationProviderType?: string | undefined;
|
|
1906
|
-
CustomFederationProviderUrl?: string | undefined;
|
|
1907
|
-
ExternalLoginId?: string | undefined;
|
|
1908
|
-
Tags?: Tag[] | undefined;
|
|
1909
|
-
}
|
|
1910
|
-
export interface RegisterUserResponse {
|
|
1911
|
-
User?: User | undefined;
|
|
1912
|
-
UserInvitationUrl?: string | undefined;
|
|
1913
|
-
RequestId?: string | undefined;
|
|
1914
|
-
Status?: number | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface RestoreAnalysisRequest {
|
|
1917
|
-
AwsAccountId: string | undefined;
|
|
1918
|
-
AnalysisId: string | undefined;
|
|
1919
|
-
RestoreToFolders?: boolean | undefined;
|
|
1920
|
-
}
|
|
1921
|
-
export interface RestoreAnalysisResponse {
|
|
1922
|
-
Status?: number | undefined;
|
|
1923
|
-
Arn?: string | undefined;
|
|
1924
|
-
AnalysisId?: string | undefined;
|
|
1925
|
-
RequestId?: string | undefined;
|
|
1926
|
-
RestorationFailedFolderArns?: string[] | undefined;
|
|
1927
|
-
}
|
|
1928
|
-
export interface SearchAnalysesRequest {
|
|
1929
|
-
AwsAccountId: string | undefined;
|
|
1930
|
-
Filters: AnalysisSearchFilter[] | undefined;
|
|
1931
|
-
NextToken?: string | undefined;
|
|
1932
|
-
MaxResults?: number | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export interface SearchAnalysesResponse {
|
|
1935
|
-
AnalysisSummaryList?: AnalysisSummary[] | undefined;
|
|
1936
|
-
NextToken?: string | undefined;
|
|
1937
|
-
Status?: number | undefined;
|
|
1938
|
-
RequestId?: string | undefined;
|
|
1939
|
-
}
|
|
1940
|
-
export interface SearchDashboardsRequest {
|
|
1941
|
-
AwsAccountId: string | undefined;
|
|
1942
|
-
Filters: DashboardSearchFilter[] | undefined;
|
|
1943
|
-
NextToken?: string | undefined;
|
|
1944
|
-
MaxResults?: number | undefined;
|
|
1945
|
-
}
|
|
1946
|
-
export interface SearchDashboardsResponse {
|
|
1947
|
-
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
1948
|
-
NextToken?: string | undefined;
|
|
1949
|
-
Status?: number | undefined;
|
|
1950
|
-
RequestId?: string | undefined;
|
|
1951
|
-
}
|
|
1887
|
+
export declare const DescribeActionConnectorResponseFilterSensitiveLog: (
|
|
1888
|
+
obj: DescribeActionConnectorResponse
|
|
1889
|
+
) => any;
|
|
1952
1890
|
export declare const DescribeAnalysisResponseFilterSensitiveLog: (
|
|
1953
1891
|
obj: DescribeAnalysisResponse
|
|
1954
1892
|
) => any;
|
|
@@ -2017,10 +1955,6 @@ export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
|
|
|
2017
1955
|
export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
|
|
2018
1956
|
obj: GetSessionEmbedUrlResponse
|
|
2019
1957
|
) => any;
|
|
2020
|
-
export declare const
|
|
2021
|
-
obj:
|
|
2022
|
-
) => any;
|
|
2023
|
-
export declare const QAResultFilterSensitiveLog: (obj: QAResult) => any;
|
|
2024
|
-
export declare const PredictQAResultsResponseFilterSensitiveLog: (
|
|
2025
|
-
obj: PredictQAResultsResponse
|
|
1958
|
+
export declare const ListActionConnectorsResponseFilterSensitiveLog: (
|
|
1959
|
+
obj: ListActionConnectorsResponse
|
|
2026
1960
|
) => any;
|