@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
package/README.md
CHANGED
|
@@ -8,10 +8,10 @@ AWS SDK for JavaScript QuickSight Client for Node.js, Browser and React Native.
|
|
|
8
8
|
|
|
9
9
|
<fullname>Amazon QuickSight API Reference</fullname>
|
|
10
10
|
|
|
11
|
-
<p>Amazon
|
|
11
|
+
<p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
|
|
12
12
|
Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
|
|
13
13
|
organization. This API reference contains documentation for a programming interface that
|
|
14
|
-
you can use to manage Amazon
|
|
14
|
+
you can use to manage Amazon Quick Sight. </p>
|
|
15
15
|
|
|
16
16
|
## Installing
|
|
17
17
|
|
|
@@ -247,6 +247,14 @@ CreateAccountSubscription
|
|
|
247
247
|
|
|
248
248
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/CreateAccountSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateAccountSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateAccountSubscriptionCommandOutput/)
|
|
249
249
|
|
|
250
|
+
</details>
|
|
251
|
+
<details>
|
|
252
|
+
<summary>
|
|
253
|
+
CreateActionConnector
|
|
254
|
+
</summary>
|
|
255
|
+
|
|
256
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/CreateActionConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateActionConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateActionConnectorCommandOutput/)
|
|
257
|
+
|
|
250
258
|
</details>
|
|
251
259
|
<details>
|
|
252
260
|
<summary>
|
|
@@ -447,6 +455,14 @@ DeleteAccountSubscription
|
|
|
447
455
|
|
|
448
456
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteAccountSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteAccountSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteAccountSubscriptionCommandOutput/)
|
|
449
457
|
|
|
458
|
+
</details>
|
|
459
|
+
<details>
|
|
460
|
+
<summary>
|
|
461
|
+
DeleteActionConnector
|
|
462
|
+
</summary>
|
|
463
|
+
|
|
464
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteActionConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteActionConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteActionConnectorCommandOutput/)
|
|
465
|
+
|
|
450
466
|
</details>
|
|
451
467
|
<details>
|
|
452
468
|
<summary>
|
|
@@ -711,6 +727,22 @@ DescribeAccountSubscription
|
|
|
711
727
|
|
|
712
728
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeAccountSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAccountSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAccountSubscriptionCommandOutput/)
|
|
713
729
|
|
|
730
|
+
</details>
|
|
731
|
+
<details>
|
|
732
|
+
<summary>
|
|
733
|
+
DescribeActionConnector
|
|
734
|
+
</summary>
|
|
735
|
+
|
|
736
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeActionConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeActionConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeActionConnectorCommandOutput/)
|
|
737
|
+
|
|
738
|
+
</details>
|
|
739
|
+
<details>
|
|
740
|
+
<summary>
|
|
741
|
+
DescribeActionConnectorPermissions
|
|
742
|
+
</summary>
|
|
743
|
+
|
|
744
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeActionConnectorPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeActionConnectorPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeActionConnectorPermissionsCommandOutput/)
|
|
745
|
+
|
|
714
746
|
</details>
|
|
715
747
|
<details>
|
|
716
748
|
<summary>
|
|
@@ -1127,6 +1159,22 @@ GetDashboardEmbedUrl
|
|
|
1127
1159
|
|
|
1128
1160
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/GetDashboardEmbedUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/GetDashboardEmbedUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/GetDashboardEmbedUrlCommandOutput/)
|
|
1129
1161
|
|
|
1162
|
+
</details>
|
|
1163
|
+
<details>
|
|
1164
|
+
<summary>
|
|
1165
|
+
GetFlowMetadata
|
|
1166
|
+
</summary>
|
|
1167
|
+
|
|
1168
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/GetFlowMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/GetFlowMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/GetFlowMetadataCommandOutput/)
|
|
1169
|
+
|
|
1170
|
+
</details>
|
|
1171
|
+
<details>
|
|
1172
|
+
<summary>
|
|
1173
|
+
GetFlowPermissions
|
|
1174
|
+
</summary>
|
|
1175
|
+
|
|
1176
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/GetFlowPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/GetFlowPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/GetFlowPermissionsCommandOutput/)
|
|
1177
|
+
|
|
1130
1178
|
</details>
|
|
1131
1179
|
<details>
|
|
1132
1180
|
<summary>
|
|
@@ -1135,6 +1183,14 @@ GetSessionEmbedUrl
|
|
|
1135
1183
|
|
|
1136
1184
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/GetSessionEmbedUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/GetSessionEmbedUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/GetSessionEmbedUrlCommandOutput/)
|
|
1137
1185
|
|
|
1186
|
+
</details>
|
|
1187
|
+
<details>
|
|
1188
|
+
<summary>
|
|
1189
|
+
ListActionConnectors
|
|
1190
|
+
</summary>
|
|
1191
|
+
|
|
1192
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListActionConnectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListActionConnectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListActionConnectorsCommandOutput/)
|
|
1193
|
+
|
|
1138
1194
|
</details>
|
|
1139
1195
|
<details>
|
|
1140
1196
|
<summary>
|
|
@@ -1207,6 +1263,14 @@ ListDataSources
|
|
|
1207
1263
|
|
|
1208
1264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListDataSourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListDataSourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListDataSourcesCommandOutput/)
|
|
1209
1265
|
|
|
1266
|
+
</details>
|
|
1267
|
+
<details>
|
|
1268
|
+
<summary>
|
|
1269
|
+
ListFlows
|
|
1270
|
+
</summary>
|
|
1271
|
+
|
|
1272
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListFlowsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListFlowsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListFlowsCommandOutput/)
|
|
1273
|
+
|
|
1210
1274
|
</details>
|
|
1211
1275
|
<details>
|
|
1212
1276
|
<summary>
|
|
@@ -1439,6 +1503,14 @@ RestoreAnalysis
|
|
|
1439
1503
|
|
|
1440
1504
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/RestoreAnalysisCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/RestoreAnalysisCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/RestoreAnalysisCommandOutput/)
|
|
1441
1505
|
|
|
1506
|
+
</details>
|
|
1507
|
+
<details>
|
|
1508
|
+
<summary>
|
|
1509
|
+
SearchActionConnectors
|
|
1510
|
+
</summary>
|
|
1511
|
+
|
|
1512
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchActionConnectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchActionConnectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchActionConnectorsCommandOutput/)
|
|
1513
|
+
|
|
1442
1514
|
</details>
|
|
1443
1515
|
<details>
|
|
1444
1516
|
<summary>
|
|
@@ -1471,6 +1543,14 @@ SearchDataSources
|
|
|
1471
1543
|
|
|
1472
1544
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchDataSourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchDataSourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchDataSourcesCommandOutput/)
|
|
1473
1545
|
|
|
1546
|
+
</details>
|
|
1547
|
+
<details>
|
|
1548
|
+
<summary>
|
|
1549
|
+
SearchFlows
|
|
1550
|
+
</summary>
|
|
1551
|
+
|
|
1552
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchFlowsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchFlowsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchFlowsCommandOutput/)
|
|
1553
|
+
|
|
1474
1554
|
</details>
|
|
1475
1555
|
<details>
|
|
1476
1556
|
<summary>
|
|
@@ -1567,6 +1647,22 @@ UpdateAccountSettings
|
|
|
1567
1647
|
|
|
1568
1648
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAccountSettingsCommandOutput/)
|
|
1569
1649
|
|
|
1650
|
+
</details>
|
|
1651
|
+
<details>
|
|
1652
|
+
<summary>
|
|
1653
|
+
UpdateActionConnector
|
|
1654
|
+
</summary>
|
|
1655
|
+
|
|
1656
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateActionConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateActionConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateActionConnectorCommandOutput/)
|
|
1657
|
+
|
|
1658
|
+
</details>
|
|
1659
|
+
<details>
|
|
1660
|
+
<summary>
|
|
1661
|
+
UpdateActionConnectorPermissions
|
|
1662
|
+
</summary>
|
|
1663
|
+
|
|
1664
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateActionConnectorPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateActionConnectorPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateActionConnectorPermissionsCommandOutput/)
|
|
1665
|
+
|
|
1570
1666
|
</details>
|
|
1571
1667
|
<details>
|
|
1572
1668
|
<summary>
|
|
@@ -1703,6 +1799,14 @@ UpdateDefaultQBusinessApplication
|
|
|
1703
1799
|
|
|
1704
1800
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateDefaultQBusinessApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateDefaultQBusinessApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateDefaultQBusinessApplicationCommandOutput/)
|
|
1705
1801
|
|
|
1802
|
+
</details>
|
|
1803
|
+
<details>
|
|
1804
|
+
<summary>
|
|
1805
|
+
UpdateFlowPermissions
|
|
1806
|
+
</summary>
|
|
1807
|
+
|
|
1808
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateFlowPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateFlowPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateFlowPermissionsCommandOutput/)
|
|
1809
|
+
|
|
1706
1810
|
</details>
|
|
1707
1811
|
<details>
|
|
1708
1812
|
<summary>
|