@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,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
AccountCustomization,
|
|
3
|
+
ActionConnectorSearchFilter,
|
|
4
|
+
ActionConnectorSummary,
|
|
5
|
+
ActiveIAMPolicyAssignment,
|
|
6
|
+
ResourceStatus,
|
|
7
|
+
} from "./models_0";
|
|
2
8
|
import {
|
|
3
9
|
AnalysisDefinition,
|
|
10
|
+
AnalysisSearchFilter,
|
|
4
11
|
AnalysisSourceEntity,
|
|
12
|
+
AnalysisSummary,
|
|
5
13
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
6
14
|
AssetBundleExportFormat,
|
|
7
15
|
AssetBundleExportJobValidationStrategy,
|
|
@@ -12,27 +20,30 @@ import {
|
|
|
12
20
|
AssetBundleImportJobOverrideValidationStrategy,
|
|
13
21
|
AssetBundleImportSource,
|
|
14
22
|
AssignmentStatus,
|
|
15
|
-
|
|
23
|
+
AuthConfig,
|
|
24
|
+
AuthorizedTargetsByService,
|
|
25
|
+
DataSetRefreshProperties,
|
|
16
26
|
DataSourceParameters,
|
|
17
27
|
ServiceType,
|
|
18
28
|
SslProperties,
|
|
19
29
|
Tag,
|
|
20
|
-
TopicIR,
|
|
21
|
-
TopicTemplate,
|
|
22
|
-
VisualRole,
|
|
23
30
|
VpcConnectionProperties,
|
|
24
31
|
} from "./models_2";
|
|
25
32
|
import {
|
|
26
33
|
_Parameters,
|
|
34
|
+
BrandDefinition,
|
|
27
35
|
BrandDetail,
|
|
28
36
|
Capabilities,
|
|
29
37
|
ColumnGroup,
|
|
30
38
|
ColumnLevelPermissionRule,
|
|
31
39
|
CustomInstructions,
|
|
32
40
|
DashboardPublishOptions,
|
|
41
|
+
DashboardSearchFilter,
|
|
33
42
|
DashboardSourceEntity,
|
|
34
43
|
DashboardsQAStatus,
|
|
44
|
+
DashboardSummary,
|
|
35
45
|
DashboardVersionDefinition,
|
|
46
|
+
DashboardVisualResult,
|
|
36
47
|
DataSetImportMode,
|
|
37
48
|
DatasetParameter,
|
|
38
49
|
DataSetSearchFilter,
|
|
@@ -40,7 +51,6 @@ import {
|
|
|
40
51
|
DataSetUsageConfiguration,
|
|
41
52
|
DataSourceCredentials,
|
|
42
53
|
DataSourceSearchFilter,
|
|
43
|
-
DataSourceSummary,
|
|
44
54
|
FieldFolder,
|
|
45
55
|
Group,
|
|
46
56
|
LinkSharingConfiguration,
|
|
@@ -58,27 +68,434 @@ import {
|
|
|
58
68
|
ThemeAlias,
|
|
59
69
|
ThemeConfiguration,
|
|
60
70
|
TopicDetails,
|
|
71
|
+
TopicIR,
|
|
61
72
|
TopicRefreshSchedule,
|
|
73
|
+
TopicTemplate,
|
|
74
|
+
TopicUserExperienceVersion,
|
|
62
75
|
ValidationStrategy,
|
|
76
|
+
VisualRole,
|
|
63
77
|
VPCConnectionAvailabilityStatus,
|
|
64
78
|
VPCConnectionResourceStatus,
|
|
65
79
|
} from "./models_3";
|
|
66
80
|
import {
|
|
81
|
+
DataSourceSummary,
|
|
67
82
|
FailedKeyRegistrationEntry,
|
|
83
|
+
FieldName,
|
|
84
|
+
FlowSummary,
|
|
68
85
|
FolderSearchFilter,
|
|
69
86
|
FolderSummary,
|
|
87
|
+
GeneratedAnswerResult,
|
|
70
88
|
GroupSearchFilter,
|
|
89
|
+
IAMPolicyAssignmentSummary,
|
|
90
|
+
IdentityType,
|
|
71
91
|
IncludeFolderMembers,
|
|
92
|
+
IncludeGeneratedAnswer,
|
|
93
|
+
IncludeQuickSightQIndex,
|
|
94
|
+
Ingestion,
|
|
95
|
+
NamespaceInfoV2,
|
|
96
|
+
NetworkInterface,
|
|
97
|
+
Permission,
|
|
72
98
|
PersonalizationMode,
|
|
73
|
-
PurchaseMode,
|
|
74
99
|
QSearchStatus,
|
|
75
100
|
RegisteredCustomerManagedKey,
|
|
76
101
|
SessionTag,
|
|
77
102
|
SnapshotConfiguration,
|
|
78
|
-
|
|
103
|
+
ThemeType,
|
|
79
104
|
User,
|
|
80
105
|
UserRole,
|
|
81
106
|
} from "./models_4";
|
|
107
|
+
export interface ListGroupsResponse {
|
|
108
|
+
GroupList?: Group[] | undefined;
|
|
109
|
+
NextToken?: string | undefined;
|
|
110
|
+
RequestId?: string | undefined;
|
|
111
|
+
Status?: number | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface ListIAMPolicyAssignmentsRequest {
|
|
114
|
+
AwsAccountId: string | undefined;
|
|
115
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
116
|
+
Namespace: string | undefined;
|
|
117
|
+
NextToken?: string | undefined;
|
|
118
|
+
MaxResults?: number | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface ListIAMPolicyAssignmentsResponse {
|
|
121
|
+
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[] | undefined;
|
|
122
|
+
NextToken?: string | undefined;
|
|
123
|
+
RequestId?: string | undefined;
|
|
124
|
+
Status?: number | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
127
|
+
AwsAccountId: string | undefined;
|
|
128
|
+
UserName: string | undefined;
|
|
129
|
+
NextToken?: string | undefined;
|
|
130
|
+
MaxResults?: number | undefined;
|
|
131
|
+
Namespace: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
134
|
+
ActiveAssignments?: ActiveIAMPolicyAssignment[] | undefined;
|
|
135
|
+
RequestId?: string | undefined;
|
|
136
|
+
NextToken?: string | undefined;
|
|
137
|
+
Status?: number | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface ListIdentityPropagationConfigsRequest {
|
|
140
|
+
AwsAccountId: string | undefined;
|
|
141
|
+
MaxResults?: number | undefined;
|
|
142
|
+
NextToken?: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface ListIdentityPropagationConfigsResponse {
|
|
145
|
+
Services?: AuthorizedTargetsByService[] | undefined;
|
|
146
|
+
NextToken?: string | undefined;
|
|
147
|
+
Status?: number | undefined;
|
|
148
|
+
RequestId?: string | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface ListIngestionsRequest {
|
|
151
|
+
DataSetId: string | undefined;
|
|
152
|
+
NextToken?: string | undefined;
|
|
153
|
+
AwsAccountId: string | undefined;
|
|
154
|
+
MaxResults?: number | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface ListIngestionsResponse {
|
|
157
|
+
Ingestions?: Ingestion[] | undefined;
|
|
158
|
+
NextToken?: string | undefined;
|
|
159
|
+
RequestId?: string | undefined;
|
|
160
|
+
Status?: number | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface ListNamespacesRequest {
|
|
163
|
+
AwsAccountId: string | undefined;
|
|
164
|
+
NextToken?: string | undefined;
|
|
165
|
+
MaxResults?: number | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface ListNamespacesResponse {
|
|
168
|
+
Namespaces?: NamespaceInfoV2[] | undefined;
|
|
169
|
+
NextToken?: string | undefined;
|
|
170
|
+
RequestId?: string | undefined;
|
|
171
|
+
Status?: number | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface ListRefreshSchedulesRequest {
|
|
174
|
+
AwsAccountId: string | undefined;
|
|
175
|
+
DataSetId: string | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface ListRefreshSchedulesResponse {
|
|
178
|
+
RefreshSchedules?: RefreshSchedule[] | undefined;
|
|
179
|
+
Status?: number | undefined;
|
|
180
|
+
RequestId?: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface ListRoleMembershipsRequest {
|
|
183
|
+
Role: Role | undefined;
|
|
184
|
+
NextToken?: string | undefined;
|
|
185
|
+
MaxResults?: number | undefined;
|
|
186
|
+
AwsAccountId: string | undefined;
|
|
187
|
+
Namespace: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface ListRoleMembershipsResponse {
|
|
190
|
+
MembersList?: string[] | undefined;
|
|
191
|
+
NextToken?: string | undefined;
|
|
192
|
+
RequestId?: string | undefined;
|
|
193
|
+
Status?: number | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface ListTagsForResourceRequest {
|
|
196
|
+
ResourceArn: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface ListTagsForResourceResponse {
|
|
199
|
+
Tags?: Tag[] | undefined;
|
|
200
|
+
RequestId?: string | undefined;
|
|
201
|
+
Status?: number | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface ListTemplateAliasesRequest {
|
|
204
|
+
AwsAccountId: string | undefined;
|
|
205
|
+
TemplateId: string | undefined;
|
|
206
|
+
NextToken?: string | undefined;
|
|
207
|
+
MaxResults?: number | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface ListTemplateAliasesResponse {
|
|
210
|
+
TemplateAliasList?: TemplateAlias[] | undefined;
|
|
211
|
+
Status?: number | undefined;
|
|
212
|
+
RequestId?: string | undefined;
|
|
213
|
+
NextToken?: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface ListTemplatesRequest {
|
|
216
|
+
AwsAccountId: string | undefined;
|
|
217
|
+
NextToken?: string | undefined;
|
|
218
|
+
MaxResults?: number | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface TemplateSummary {
|
|
221
|
+
Arn?: string | undefined;
|
|
222
|
+
TemplateId?: string | undefined;
|
|
223
|
+
Name?: string | undefined;
|
|
224
|
+
LatestVersionNumber?: number | undefined;
|
|
225
|
+
CreatedTime?: Date | undefined;
|
|
226
|
+
LastUpdatedTime?: Date | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface ListTemplatesResponse {
|
|
229
|
+
TemplateSummaryList?: TemplateSummary[] | undefined;
|
|
230
|
+
NextToken?: string | undefined;
|
|
231
|
+
Status?: number | undefined;
|
|
232
|
+
RequestId?: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
export interface ListTemplateVersionsRequest {
|
|
235
|
+
AwsAccountId: string | undefined;
|
|
236
|
+
TemplateId: string | undefined;
|
|
237
|
+
NextToken?: string | undefined;
|
|
238
|
+
MaxResults?: number | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface TemplateVersionSummary {
|
|
241
|
+
Arn?: string | undefined;
|
|
242
|
+
VersionNumber?: number | undefined;
|
|
243
|
+
CreatedTime?: Date | undefined;
|
|
244
|
+
Status?: ResourceStatus | undefined;
|
|
245
|
+
Description?: string | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface ListTemplateVersionsResponse {
|
|
248
|
+
TemplateVersionSummaryList?: TemplateVersionSummary[] | undefined;
|
|
249
|
+
NextToken?: string | undefined;
|
|
250
|
+
Status?: number | undefined;
|
|
251
|
+
RequestId?: string | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface ListThemeAliasesRequest {
|
|
254
|
+
AwsAccountId: string | undefined;
|
|
255
|
+
ThemeId: string | undefined;
|
|
256
|
+
NextToken?: string | undefined;
|
|
257
|
+
MaxResults?: number | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface ListThemeAliasesResponse {
|
|
260
|
+
ThemeAliasList?: ThemeAlias[] | undefined;
|
|
261
|
+
Status?: number | undefined;
|
|
262
|
+
RequestId?: string | undefined;
|
|
263
|
+
NextToken?: string | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface ListThemesRequest {
|
|
266
|
+
AwsAccountId: string | undefined;
|
|
267
|
+
NextToken?: string | undefined;
|
|
268
|
+
MaxResults?: number | undefined;
|
|
269
|
+
Type?: ThemeType | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface ThemeSummary {
|
|
272
|
+
Arn?: string | undefined;
|
|
273
|
+
Name?: string | undefined;
|
|
274
|
+
ThemeId?: string | undefined;
|
|
275
|
+
LatestVersionNumber?: number | undefined;
|
|
276
|
+
CreatedTime?: Date | undefined;
|
|
277
|
+
LastUpdatedTime?: Date | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface ListThemesResponse {
|
|
280
|
+
ThemeSummaryList?: ThemeSummary[] | undefined;
|
|
281
|
+
NextToken?: string | undefined;
|
|
282
|
+
Status?: number | undefined;
|
|
283
|
+
RequestId?: string | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface ListThemeVersionsRequest {
|
|
286
|
+
AwsAccountId: string | undefined;
|
|
287
|
+
ThemeId: string | undefined;
|
|
288
|
+
NextToken?: string | undefined;
|
|
289
|
+
MaxResults?: number | undefined;
|
|
290
|
+
}
|
|
291
|
+
export interface ThemeVersionSummary {
|
|
292
|
+
VersionNumber?: number | undefined;
|
|
293
|
+
Arn?: string | undefined;
|
|
294
|
+
Description?: string | undefined;
|
|
295
|
+
CreatedTime?: Date | undefined;
|
|
296
|
+
Status?: ResourceStatus | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface ListThemeVersionsResponse {
|
|
299
|
+
ThemeVersionSummaryList?: ThemeVersionSummary[] | undefined;
|
|
300
|
+
NextToken?: string | undefined;
|
|
301
|
+
Status?: number | undefined;
|
|
302
|
+
RequestId?: string | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface ListTopicRefreshSchedulesRequest {
|
|
305
|
+
AwsAccountId: string | undefined;
|
|
306
|
+
TopicId: string | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface TopicRefreshScheduleSummary {
|
|
309
|
+
DatasetId?: string | undefined;
|
|
310
|
+
DatasetArn?: string | undefined;
|
|
311
|
+
DatasetName?: string | undefined;
|
|
312
|
+
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface ListTopicRefreshSchedulesResponse {
|
|
315
|
+
TopicId?: string | undefined;
|
|
316
|
+
TopicArn?: string | undefined;
|
|
317
|
+
RefreshSchedules?: TopicRefreshScheduleSummary[] | undefined;
|
|
318
|
+
Status?: number | undefined;
|
|
319
|
+
RequestId?: string | undefined;
|
|
320
|
+
}
|
|
321
|
+
export interface ListTopicReviewedAnswersRequest {
|
|
322
|
+
AwsAccountId: string | undefined;
|
|
323
|
+
TopicId: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface ListTopicsRequest {
|
|
326
|
+
AwsAccountId: string | undefined;
|
|
327
|
+
NextToken?: string | undefined;
|
|
328
|
+
MaxResults?: number | undefined;
|
|
329
|
+
}
|
|
330
|
+
export interface TopicSummary {
|
|
331
|
+
Arn?: string | undefined;
|
|
332
|
+
TopicId?: string | undefined;
|
|
333
|
+
Name?: string | undefined;
|
|
334
|
+
UserExperienceVersion?: TopicUserExperienceVersion | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface ListTopicsResponse {
|
|
337
|
+
TopicsSummaries?: TopicSummary[] | undefined;
|
|
338
|
+
NextToken?: string | undefined;
|
|
339
|
+
RequestId?: string | undefined;
|
|
340
|
+
Status?: number | undefined;
|
|
341
|
+
}
|
|
342
|
+
export interface ListUserGroupsRequest {
|
|
343
|
+
UserName: string | undefined;
|
|
344
|
+
AwsAccountId: string | undefined;
|
|
345
|
+
Namespace: string | undefined;
|
|
346
|
+
NextToken?: string | undefined;
|
|
347
|
+
MaxResults?: number | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface ListUserGroupsResponse {
|
|
350
|
+
GroupList?: Group[] | undefined;
|
|
351
|
+
NextToken?: string | undefined;
|
|
352
|
+
RequestId?: string | undefined;
|
|
353
|
+
Status?: number | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface ListUsersRequest {
|
|
356
|
+
AwsAccountId: string | undefined;
|
|
357
|
+
NextToken?: string | undefined;
|
|
358
|
+
MaxResults?: number | undefined;
|
|
359
|
+
Namespace: string | undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface ListUsersResponse {
|
|
362
|
+
UserList?: User[] | undefined;
|
|
363
|
+
NextToken?: string | undefined;
|
|
364
|
+
RequestId?: string | undefined;
|
|
365
|
+
Status?: number | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface ListVPCConnectionsRequest {
|
|
368
|
+
AwsAccountId: string | undefined;
|
|
369
|
+
NextToken?: string | undefined;
|
|
370
|
+
MaxResults?: number | undefined;
|
|
371
|
+
}
|
|
372
|
+
export interface VPCConnectionSummary {
|
|
373
|
+
VPCConnectionId?: string | undefined;
|
|
374
|
+
Arn?: string | undefined;
|
|
375
|
+
Name?: string | undefined;
|
|
376
|
+
VPCId?: string | undefined;
|
|
377
|
+
SecurityGroupIds?: string[] | undefined;
|
|
378
|
+
DnsResolvers?: string[] | undefined;
|
|
379
|
+
Status?: VPCConnectionResourceStatus | undefined;
|
|
380
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
381
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
382
|
+
RoleArn?: string | undefined;
|
|
383
|
+
CreatedTime?: Date | undefined;
|
|
384
|
+
LastUpdatedTime?: Date | undefined;
|
|
385
|
+
}
|
|
386
|
+
export interface ListVPCConnectionsResponse {
|
|
387
|
+
VPCConnectionSummaries?: VPCConnectionSummary[] | undefined;
|
|
388
|
+
NextToken?: string | undefined;
|
|
389
|
+
RequestId?: string | undefined;
|
|
390
|
+
Status?: number | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface PredictQAResultsRequest {
|
|
393
|
+
AwsAccountId: string | undefined;
|
|
394
|
+
QueryText: string | undefined;
|
|
395
|
+
IncludeQuickSightQIndex?: IncludeQuickSightQIndex | undefined;
|
|
396
|
+
IncludeGeneratedAnswer?: IncludeGeneratedAnswer | undefined;
|
|
397
|
+
MaxTopicsToConsider?: number | undefined;
|
|
398
|
+
}
|
|
399
|
+
export declare const QAResultType: {
|
|
400
|
+
readonly DASHBOARD_VISUAL: "DASHBOARD_VISUAL";
|
|
401
|
+
readonly GENERATED_ANSWER: "GENERATED_ANSWER";
|
|
402
|
+
readonly NO_ANSWER: "NO_ANSWER";
|
|
403
|
+
};
|
|
404
|
+
export type QAResultType = (typeof QAResultType)[keyof typeof QAResultType];
|
|
405
|
+
export interface QAResult {
|
|
406
|
+
ResultType?: QAResultType | undefined;
|
|
407
|
+
DashboardVisual?: DashboardVisualResult | undefined;
|
|
408
|
+
GeneratedAnswer?: GeneratedAnswerResult | undefined;
|
|
409
|
+
}
|
|
410
|
+
export interface PredictQAResultsResponse {
|
|
411
|
+
PrimaryResult?: QAResult | undefined;
|
|
412
|
+
AdditionalResults?: QAResult[] | undefined;
|
|
413
|
+
RequestId?: string | undefined;
|
|
414
|
+
Status?: number | undefined;
|
|
415
|
+
}
|
|
416
|
+
export declare const PurchaseMode: {
|
|
417
|
+
readonly AUTO_PURCHASE: "AUTO_PURCHASE";
|
|
418
|
+
readonly MANUAL: "MANUAL";
|
|
419
|
+
};
|
|
420
|
+
export type PurchaseMode = (typeof PurchaseMode)[keyof typeof PurchaseMode];
|
|
421
|
+
export interface PutDataSetRefreshPropertiesRequest {
|
|
422
|
+
AwsAccountId: string | undefined;
|
|
423
|
+
DataSetId: string | undefined;
|
|
424
|
+
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
425
|
+
}
|
|
426
|
+
export interface PutDataSetRefreshPropertiesResponse {
|
|
427
|
+
RequestId?: string | undefined;
|
|
428
|
+
Status?: number | undefined;
|
|
429
|
+
}
|
|
430
|
+
export interface RegisterUserRequest {
|
|
431
|
+
IdentityType: IdentityType | undefined;
|
|
432
|
+
Email: string | undefined;
|
|
433
|
+
UserRole: UserRole | undefined;
|
|
434
|
+
IamArn?: string | undefined;
|
|
435
|
+
SessionName?: string | undefined;
|
|
436
|
+
AwsAccountId: string | undefined;
|
|
437
|
+
Namespace: string | undefined;
|
|
438
|
+
UserName?: string | undefined;
|
|
439
|
+
CustomPermissionsName?: string | undefined;
|
|
440
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
441
|
+
CustomFederationProviderUrl?: string | undefined;
|
|
442
|
+
ExternalLoginId?: string | undefined;
|
|
443
|
+
Tags?: Tag[] | undefined;
|
|
444
|
+
}
|
|
445
|
+
export interface RegisterUserResponse {
|
|
446
|
+
User?: User | undefined;
|
|
447
|
+
UserInvitationUrl?: string | undefined;
|
|
448
|
+
RequestId?: string | undefined;
|
|
449
|
+
Status?: number | undefined;
|
|
450
|
+
}
|
|
451
|
+
export interface RestoreAnalysisRequest {
|
|
452
|
+
AwsAccountId: string | undefined;
|
|
453
|
+
AnalysisId: string | undefined;
|
|
454
|
+
RestoreToFolders?: boolean | undefined;
|
|
455
|
+
}
|
|
456
|
+
export interface RestoreAnalysisResponse {
|
|
457
|
+
Status?: number | undefined;
|
|
458
|
+
Arn?: string | undefined;
|
|
459
|
+
AnalysisId?: string | undefined;
|
|
460
|
+
RequestId?: string | undefined;
|
|
461
|
+
RestorationFailedFolderArns?: string[] | undefined;
|
|
462
|
+
}
|
|
463
|
+
export interface SearchActionConnectorsRequest {
|
|
464
|
+
AwsAccountId: string | undefined;
|
|
465
|
+
MaxResults?: number | undefined;
|
|
466
|
+
NextToken?: string | undefined;
|
|
467
|
+
Filters: ActionConnectorSearchFilter[] | undefined;
|
|
468
|
+
}
|
|
469
|
+
export interface SearchActionConnectorsResponse {
|
|
470
|
+
NextToken?: string | undefined;
|
|
471
|
+
RequestId?: string | undefined;
|
|
472
|
+
Status?: number | undefined;
|
|
473
|
+
ActionConnectorSummaries?: ActionConnectorSummary[] | undefined;
|
|
474
|
+
}
|
|
475
|
+
export interface SearchAnalysesRequest {
|
|
476
|
+
AwsAccountId: string | undefined;
|
|
477
|
+
Filters: AnalysisSearchFilter[] | undefined;
|
|
478
|
+
NextToken?: string | undefined;
|
|
479
|
+
MaxResults?: number | undefined;
|
|
480
|
+
}
|
|
481
|
+
export interface SearchAnalysesResponse {
|
|
482
|
+
AnalysisSummaryList?: AnalysisSummary[] | undefined;
|
|
483
|
+
NextToken?: string | undefined;
|
|
484
|
+
Status?: number | undefined;
|
|
485
|
+
RequestId?: string | undefined;
|
|
486
|
+
}
|
|
487
|
+
export interface SearchDashboardsRequest {
|
|
488
|
+
AwsAccountId: string | undefined;
|
|
489
|
+
Filters: DashboardSearchFilter[] | undefined;
|
|
490
|
+
NextToken?: string | undefined;
|
|
491
|
+
MaxResults?: number | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface SearchDashboardsResponse {
|
|
494
|
+
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
495
|
+
NextToken?: string | undefined;
|
|
496
|
+
Status?: number | undefined;
|
|
497
|
+
RequestId?: string | undefined;
|
|
498
|
+
}
|
|
82
499
|
export interface SearchDataSetsRequest {
|
|
83
500
|
AwsAccountId: string | undefined;
|
|
84
501
|
Filters: DataSetSearchFilter[] | undefined;
|
|
@@ -103,6 +520,29 @@ export interface SearchDataSourcesResponse {
|
|
|
103
520
|
Status?: number | undefined;
|
|
104
521
|
RequestId?: string | undefined;
|
|
105
522
|
}
|
|
523
|
+
export declare const SearchFilterOperator: {
|
|
524
|
+
readonly STRING_EQUALS: "StringEquals";
|
|
525
|
+
readonly STRING_LIKE: "StringLike";
|
|
526
|
+
};
|
|
527
|
+
export type SearchFilterOperator =
|
|
528
|
+
(typeof SearchFilterOperator)[keyof typeof SearchFilterOperator];
|
|
529
|
+
export interface SearchFlowsFilter {
|
|
530
|
+
Name: FieldName | undefined;
|
|
531
|
+
Operator: SearchFilterOperator | undefined;
|
|
532
|
+
Value: string | undefined;
|
|
533
|
+
}
|
|
534
|
+
export interface SearchFlowsInput {
|
|
535
|
+
AwsAccountId: string | undefined;
|
|
536
|
+
Filters: SearchFlowsFilter[] | undefined;
|
|
537
|
+
NextToken?: string | undefined;
|
|
538
|
+
MaxResults?: number | undefined;
|
|
539
|
+
}
|
|
540
|
+
export interface SearchFlowsOutput {
|
|
541
|
+
FlowSummaryList: FlowSummary[] | undefined;
|
|
542
|
+
NextToken?: string | undefined;
|
|
543
|
+
RequestId?: string | undefined;
|
|
544
|
+
Status?: number | undefined;
|
|
545
|
+
}
|
|
106
546
|
export interface SearchFoldersRequest {
|
|
107
547
|
AwsAccountId: string | undefined;
|
|
108
548
|
Filters: FolderSearchFilter[] | undefined;
|
|
@@ -276,6 +716,34 @@ export interface UpdateAccountSettingsResponse {
|
|
|
276
716
|
RequestId?: string | undefined;
|
|
277
717
|
Status?: number | undefined;
|
|
278
718
|
}
|
|
719
|
+
export interface UpdateActionConnectorRequest {
|
|
720
|
+
AwsAccountId: string | undefined;
|
|
721
|
+
ActionConnectorId: string | undefined;
|
|
722
|
+
Name: string | undefined;
|
|
723
|
+
AuthenticationConfig: AuthConfig | undefined;
|
|
724
|
+
Description?: string | undefined;
|
|
725
|
+
VpcConnectionArn?: string | undefined;
|
|
726
|
+
}
|
|
727
|
+
export interface UpdateActionConnectorResponse {
|
|
728
|
+
Arn?: string | undefined;
|
|
729
|
+
ActionConnectorId?: string | undefined;
|
|
730
|
+
RequestId?: string | undefined;
|
|
731
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
732
|
+
Status?: number | undefined;
|
|
733
|
+
}
|
|
734
|
+
export interface UpdateActionConnectorPermissionsRequest {
|
|
735
|
+
AwsAccountId: string | undefined;
|
|
736
|
+
ActionConnectorId: string | undefined;
|
|
737
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
738
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
739
|
+
}
|
|
740
|
+
export interface UpdateActionConnectorPermissionsResponse {
|
|
741
|
+
Arn?: string | undefined;
|
|
742
|
+
ActionConnectorId?: string | undefined;
|
|
743
|
+
RequestId?: string | undefined;
|
|
744
|
+
Status?: number | undefined;
|
|
745
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
746
|
+
}
|
|
279
747
|
export interface UpdateAnalysisRequest {
|
|
280
748
|
AwsAccountId: string | undefined;
|
|
281
749
|
AnalysisId: string | undefined;
|
|
@@ -493,6 +961,19 @@ export interface UpdateDefaultQBusinessApplicationResponse {
|
|
|
493
961
|
RequestId?: string | undefined;
|
|
494
962
|
Status?: number | undefined;
|
|
495
963
|
}
|
|
964
|
+
export interface UpdateFlowPermissionsInput {
|
|
965
|
+
AwsAccountId: string | undefined;
|
|
966
|
+
FlowId: string | undefined;
|
|
967
|
+
GrantPermissions?: Permission[] | undefined;
|
|
968
|
+
RevokePermissions?: Permission[] | undefined;
|
|
969
|
+
}
|
|
970
|
+
export interface UpdateFlowPermissionsOutput {
|
|
971
|
+
Status?: number | undefined;
|
|
972
|
+
Arn: string | undefined;
|
|
973
|
+
Permissions: Permission[] | undefined;
|
|
974
|
+
RequestId: string | undefined;
|
|
975
|
+
FlowId: string | undefined;
|
|
976
|
+
}
|
|
496
977
|
export interface UpdateFolderRequest {
|
|
497
978
|
AwsAccountId: string | undefined;
|
|
498
979
|
FolderId: string | undefined;
|
|
@@ -833,6 +1314,16 @@ export interface ListTopicReviewedAnswersResponse {
|
|
|
833
1314
|
Status?: number | undefined;
|
|
834
1315
|
RequestId?: string | undefined;
|
|
835
1316
|
}
|
|
1317
|
+
export declare const PredictQAResultsRequestFilterSensitiveLog: (
|
|
1318
|
+
obj: PredictQAResultsRequest
|
|
1319
|
+
) => any;
|
|
1320
|
+
export declare const QAResultFilterSensitiveLog: (obj: QAResult) => any;
|
|
1321
|
+
export declare const PredictQAResultsResponseFilterSensitiveLog: (
|
|
1322
|
+
obj: PredictQAResultsResponse
|
|
1323
|
+
) => any;
|
|
1324
|
+
export declare const SearchActionConnectorsResponseFilterSensitiveLog: (
|
|
1325
|
+
obj: SearchActionConnectorsResponse
|
|
1326
|
+
) => any;
|
|
836
1327
|
export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (
|
|
837
1328
|
obj: StartAssetBundleImportJobRequest
|
|
838
1329
|
) => any;
|
|
@@ -845,6 +1336,9 @@ export declare const SnapshotUserConfigurationFilterSensitiveLog: (
|
|
|
845
1336
|
export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (
|
|
846
1337
|
obj: StartDashboardSnapshotJobRequest
|
|
847
1338
|
) => any;
|
|
1339
|
+
export declare const UpdateActionConnectorRequestFilterSensitiveLog: (
|
|
1340
|
+
obj: UpdateActionConnectorRequest
|
|
1341
|
+
) => any;
|
|
848
1342
|
export declare const UpdateAnalysisRequestFilterSensitiveLog: (
|
|
849
1343
|
obj: UpdateAnalysisRequest
|
|
850
1344
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListActionConnectorsCommandInput,
|
|
4
|
+
ListActionConnectorsCommandOutput,
|
|
5
|
+
} from "../commands/ListActionConnectorsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListActionConnectors: (
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListActionConnectorsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListActionConnectorsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFlowsCommandInput,
|
|
4
|
+
ListFlowsCommandOutput,
|
|
5
|
+
} from "../commands/ListFlowsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListFlows: (
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListFlowsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFlowsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchActionConnectorsCommandInput,
|
|
4
|
+
SearchActionConnectorsCommandOutput,
|
|
5
|
+
} from "../commands/SearchActionConnectorsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchActionConnectors: (
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: SearchActionConnectorsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchActionConnectorsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchFlowsCommandInput,
|
|
4
|
+
SearchFlowsCommandOutput,
|
|
5
|
+
} from "../commands/SearchFlowsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchFlows: (
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: SearchFlowsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchFlowsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./DescribeFolderPermissionsPaginator";
|
|
2
2
|
export * from "./DescribeFolderResolvedPermissionsPaginator";
|
|
3
3
|
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListActionConnectorsPaginator";
|
|
4
5
|
export * from "./ListAnalysesPaginator";
|
|
5
6
|
export * from "./ListAssetBundleExportJobsPaginator";
|
|
6
7
|
export * from "./ListAssetBundleImportJobsPaginator";
|
|
@@ -10,6 +11,7 @@ export * from "./ListDashboardVersionsPaginator";
|
|
|
10
11
|
export * from "./ListDashboardsPaginator";
|
|
11
12
|
export * from "./ListDataSetsPaginator";
|
|
12
13
|
export * from "./ListDataSourcesPaginator";
|
|
14
|
+
export * from "./ListFlowsPaginator";
|
|
13
15
|
export * from "./ListFolderMembersPaginator";
|
|
14
16
|
export * from "./ListFoldersForResourcePaginator";
|
|
15
17
|
export * from "./ListFoldersPaginator";
|
|
@@ -29,10 +31,12 @@ export * from "./ListTopicsPaginator";
|
|
|
29
31
|
export * from "./ListUserGroupsPaginator";
|
|
30
32
|
export * from "./ListUsersPaginator";
|
|
31
33
|
export * from "./ListVPCConnectionsPaginator";
|
|
34
|
+
export * from "./SearchActionConnectorsPaginator";
|
|
32
35
|
export * from "./SearchAnalysesPaginator";
|
|
33
36
|
export * from "./SearchDashboardsPaginator";
|
|
34
37
|
export * from "./SearchDataSetsPaginator";
|
|
35
38
|
export * from "./SearchDataSourcesPaginator";
|
|
39
|
+
export * from "./SearchFlowsPaginator";
|
|
36
40
|
export * from "./SearchFoldersPaginator";
|
|
37
41
|
export * from "./SearchGroupsPaginator";
|
|
38
42
|
export * from "./SearchTopicsPaginator";
|