@aws-sdk/client-quicksight 3.906.0 → 3.907.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +106 -2
- package/dist-cjs/index.js +1454 -359
- package/dist-es/QuickSight.js +26 -0
- package/dist-es/commands/CreateActionConnectorCommand.js +23 -0
- package/dist-es/commands/DeleteActionConnectorCommand.js +22 -0
- package/dist-es/commands/DescribeActionConnectorCommand.js +23 -0
- package/dist-es/commands/DescribeActionConnectorPermissionsCommand.js +22 -0
- package/dist-es/commands/GetFlowMetadataCommand.js +22 -0
- package/dist-es/commands/GetFlowPermissionsCommand.js +22 -0
- package/dist-es/commands/ListActionConnectorsCommand.js +23 -0
- package/dist-es/commands/ListFlowsCommand.js +22 -0
- package/dist-es/commands/PredictQAResultsCommand.js +1 -1
- package/dist-es/commands/SearchActionConnectorsCommand.js +23 -0
- package/dist-es/commands/SearchFlowsCommand.js +22 -0
- package/dist-es/commands/UpdateActionConnectorCommand.js +23 -0
- package/dist-es/commands/UpdateActionConnectorPermissionsCommand.js +22 -0
- package/dist-es/commands/UpdateFlowPermissionsCommand.js +22 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +143 -93
- package/dist-es/models/models_1.js +86 -50
- package/dist-es/models/models_2.js +169 -161
- package/dist-es/models/models_3.js +172 -0
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +44 -3
- package/dist-es/pagination/ListActionConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListFlowsPaginator.js +4 -0
- package/dist-es/pagination/SearchActionConnectorsPaginator.js +4 -0
- package/dist-es/pagination/SearchFlowsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +502 -2
- package/dist-types/QuickSight.d.ts +93 -2
- package/dist-types/QuickSightClient.d.ts +17 -4
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +2 -2
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +2 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +6 -6
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -11
- package/dist-types/commands/CreateActionConnectorCommand.d.ts +165 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/CreateBrandCommand.d.ts +14 -2
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +13 -10
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +49 -3
- package/dist-types/commands/CreateFolderCommand.d.ts +3 -3
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -4
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateCommand.d.ts +5 -5
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateThemeCommand.d.ts +4 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteActionConnectorCommand.d.ts +96 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +7 -7
- package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBrandCommand.d.ts +4 -4
- package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFolderCommand.d.ts +4 -4
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +4 -4
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +4 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -3
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +8 -8
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeActionConnectorCommand.d.ts +154 -0
- package/dist-types/commands/DescribeActionConnectorPermissionsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +6 -3
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +25 -3
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +7 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -8
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +44 -2
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFolderCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/DescribeThemeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +21 -13
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +20 -15
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +17 -8
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +22 -13
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +100 -0
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +101 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +14 -14
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +111 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +7 -4
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +7 -4
- package/dist-types/commands/ListBrandsCommand.d.ts +2 -2
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDashboardsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSetsCommand.d.ts +5 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +44 -2
- package/dist-types/commands/ListFlowsCommand.d.ts +110 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoldersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -3
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +4 -4
- package/dist-types/commands/ListIngestionsCommand.d.ts +2 -2
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListTemplatesCommand.d.ts +4 -4
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListThemesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +2 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -3
- package/dist-types/commands/ListTopicsCommand.d.ts +2 -2
- package/dist-types/commands/ListUserGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersCommand.d.ts +3 -3
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -2
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterUserCommand.d.ts +3 -3
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/SearchActionConnectorsCommand.d.ts +115 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +5 -4
- package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +4 -3
- package/dist-types/commands/SearchFlowsCommand.d.ts +117 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -5
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +33 -5
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +9 -9
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +10 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActionConnectorCommand.d.ts +150 -0
- package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +132 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +13 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -4
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -4
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +3 -2
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +48 -2
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +117 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -13
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThemeCommand.d.ts +3 -3
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +3714 -3674
- package/dist-types/models/models_1.d.ts +3770 -3698
- package/dist-types/models/models_2.d.ts +2474 -1883
- package/dist-types/models/models_3.d.ts +4585 -4312
- package/dist-types/models/models_4.d.ts +3844 -4136
- package/dist-types/models/models_5.d.ts +2234 -127
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/QuickSight.d.ts +227 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeActionConnectorPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchActionConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFlowsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +311 -174
- package/dist-types/ts3.4/models/models_1.d.ts +170 -158
- package/dist-types/ts3.4/models/models_2.d.ts +661 -307
- package/dist-types/ts3.4/models/models_3.d.ts +352 -217
- package/dist-types/ts3.4/models/models_4.d.ts +330 -396
- package/dist-types/ts3.4/models/models_5.d.ts +502 -8
- package/dist-types/ts3.4/pagination/ListActionConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchActionConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +6 -6
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { SearchFlowsInput, SearchFlowsOutput } from "../models/models_5";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SearchFlowsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SearchFlowsCommandInput extends SearchFlowsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SearchFlowsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SearchFlowsCommandOutput extends SearchFlowsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SearchFlowsCommand_base: {
|
|
25
|
+
new (input: SearchFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchFlowsCommandInput, SearchFlowsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchFlowsCommandInput, SearchFlowsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Search for the flows in an Amazon Web Services account.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, SearchFlowsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, SearchFlowsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
|
+
* // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
|
|
37
|
+
* const config = {}; // type is QuickSightClientConfig
|
|
38
|
+
* const client = new QuickSightClient(config);
|
|
39
|
+
* const input = { // SearchFlowsInput
|
|
40
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
41
|
+
* Filters: [ // SearchFlowsFilterList // required
|
|
42
|
+
* { // SearchFlowsFilter
|
|
43
|
+
* Name: "assetName" || "assetDescription" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER", // required
|
|
44
|
+
* Operator: "StringEquals" || "StringLike", // required
|
|
45
|
+
* Value: "STRING_VALUE", // required
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* NextToken: "STRING_VALUE",
|
|
49
|
+
* MaxResults: Number("int"),
|
|
50
|
+
* };
|
|
51
|
+
* const command = new SearchFlowsCommand(input);
|
|
52
|
+
* const response = await client.send(command);
|
|
53
|
+
* // { // SearchFlowsOutput
|
|
54
|
+
* // FlowSummaryList: [ // FlowSummaryList // required
|
|
55
|
+
* // { // FlowSummary
|
|
56
|
+
* // Arn: "STRING_VALUE", // required
|
|
57
|
+
* // FlowId: "STRING_VALUE", // required
|
|
58
|
+
* // Name: "STRING_VALUE", // required
|
|
59
|
+
* // Description: "STRING_VALUE",
|
|
60
|
+
* // CreatedTime: new Date("TIMESTAMP"), // required
|
|
61
|
+
* // CreatedBy: "STRING_VALUE",
|
|
62
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // LastUpdatedBy: "STRING_VALUE",
|
|
64
|
+
* // PublishState: "PUBLISHED" || "DRAFT" || "PENDING_APPROVAL",
|
|
65
|
+
* // RunCount: Number("int"),
|
|
66
|
+
* // UserCount: Number("int"),
|
|
67
|
+
* // LastPublishedBy: "STRING_VALUE",
|
|
68
|
+
* // LastPublishedAt: new Date("TIMESTAMP"),
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // NextToken: "STRING_VALUE",
|
|
72
|
+
* // RequestId: "STRING_VALUE",
|
|
73
|
+
* // Status: Number("int"),
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* @param SearchFlowsCommandInput - {@link SearchFlowsCommandInput}
|
|
79
|
+
* @returns {@link SearchFlowsCommandOutput}
|
|
80
|
+
* @see {@link SearchFlowsCommandInput} for command's `input` shape.
|
|
81
|
+
* @see {@link SearchFlowsCommandOutput} for command's `response` shape.
|
|
82
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
85
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
86
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
87
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
88
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
91
|
+
* <p>An internal failure occurred.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
94
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
97
|
+
* <p>Access is throttled.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link QuickSightServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
101
|
+
*
|
|
102
|
+
*
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare class SearchFlowsCommand extends SearchFlowsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: SearchFlowsInput;
|
|
110
|
+
output: SearchFlowsOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: SearchFlowsCommandInput;
|
|
114
|
+
output: SearchFlowsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -78,7 +78,7 @@ declare const SearchFoldersCommand_base: {
|
|
|
78
78
|
* @throws {@link AccessDeniedException} (client fault)
|
|
79
79
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
80
80
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
81
|
-
* account is authorized to use the Amazon
|
|
81
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
82
82
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -100,9 +100,9 @@ declare const SearchFoldersCommand_base: {
|
|
|
100
100
|
* <p>Access is throttled.</p>
|
|
101
101
|
*
|
|
102
102
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
103
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
103
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
104
104
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
105
|
-
*
|
|
105
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
106
106
|
* capability is available in every edition.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const SearchGroupsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use the <code>SearchGroups</code> operation to search groups in a specified
|
|
30
|
+
* <p>Use the <code>SearchGroups</code> operation to search groups in a specified Quick Sight namespace using the supplied filters.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -76,7 +76,7 @@ declare const SearchGroupsCommand_base: {
|
|
|
76
76
|
* @throws {@link AccessDeniedException} (client fault)
|
|
77
77
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
78
78
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
79
|
-
* account is authorized to use the Amazon
|
|
79
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
80
80
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -88,9 +88,9 @@ declare const SearchTopicsCommand_base: {
|
|
|
88
88
|
* <p>Access is throttled.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
91
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
91
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
92
92
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
93
|
-
*
|
|
93
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
94
94
|
* capability is available in every edition.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link QuickSightServiceException}
|
|
@@ -28,8 +28,15 @@ declare const StartAssetBundleExportJobCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Starts an Asset Bundle export job.</p>
|
|
31
|
-
* <p>An Asset Bundle export job exports specified
|
|
32
|
-
*
|
|
31
|
+
* <p>An Asset Bundle export job exports specified Amazon Quick Sight assets. You can also choose to
|
|
32
|
+
* export any asset dependencies in the same job. Export jobs run asynchronously and can be
|
|
33
|
+
* polled with a <code>DescribeAssetBundleExportJob</code> API call. When a job is
|
|
34
|
+
* successfully completed, a download URL that contains the exported assets is returned. The
|
|
35
|
+
* URL is valid for 5 minutes and can be refreshed with a
|
|
36
|
+
* <code>DescribeAssetBundleExportJob</code> API call. Each Amazon Quick Sight account can
|
|
37
|
+
* run up to 5 export jobs concurrently.</p>
|
|
38
|
+
* <p>The API caller must have the necessary permissions in their IAM role to
|
|
39
|
+
* access each resource before the resources can be exported.</p>
|
|
33
40
|
* @example
|
|
34
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
42
|
* ```javascript
|
|
@@ -143,7 +150,7 @@ declare const StartAssetBundleExportJobCommand_base: {
|
|
|
143
150
|
* @throws {@link AccessDeniedException} (client fault)
|
|
144
151
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
145
152
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
146
|
-
* account is authorized to use the Amazon
|
|
153
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
147
154
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
148
155
|
*
|
|
149
156
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -162,9 +169,9 @@ declare const StartAssetBundleExportJobCommand_base: {
|
|
|
162
169
|
* <p>Access is throttled.</p>
|
|
163
170
|
*
|
|
164
171
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
165
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
172
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
166
173
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
167
|
-
*
|
|
174
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
168
175
|
* capability is available in every edition.</p>
|
|
169
176
|
*
|
|
170
177
|
* @throws {@link QuickSightServiceException}
|
|
@@ -28,8 +28,15 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Starts an Asset Bundle import job.</p>
|
|
31
|
-
* <p>An Asset Bundle import job imports specified
|
|
32
|
-
*
|
|
31
|
+
* <p>An Asset Bundle import job imports specified Amazon Quick Sight assets into an Amazon Quick
|
|
32
|
+
* Sight account. You can also choose to import a naming prefix and specified configuration
|
|
33
|
+
* overrides. The assets that are contained in the bundle file that you provide are used to
|
|
34
|
+
* create or update a new or existing asset in your Amazon Quick Sight account. Each Amazon
|
|
35
|
+
* Quick Sight account can run up to 5 import jobs concurrently.</p>
|
|
36
|
+
* <p>The API caller must have the necessary <code>"create"</code>, <code>"describe"</code>,
|
|
37
|
+
* and <code>"update"</code> permissions in their IAM role to access each
|
|
38
|
+
* resource type that is contained in the bundle file before the resources can be
|
|
39
|
+
* imported.</p>
|
|
33
40
|
* @example
|
|
34
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
42
|
* ```javascript
|
|
@@ -157,6 +164,11 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
157
164
|
* },
|
|
158
165
|
* RoleArn: "STRING_VALUE",
|
|
159
166
|
* },
|
|
167
|
+
* S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
|
|
168
|
+
* RoleArn: "STRING_VALUE",
|
|
169
|
+
* BucketUrl: "STRING_VALUE", // required
|
|
170
|
+
* MetadataFilesLocation: "STRING_VALUE",
|
|
171
|
+
* },
|
|
160
172
|
* ServiceNowParameters: { // ServiceNowParameters
|
|
161
173
|
* SiteBaseUrl: "STRING_VALUE", // required
|
|
162
174
|
* },
|
|
@@ -239,6 +251,22 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
239
251
|
* CustomConnectionParameters: { // CustomConnectionParameters
|
|
240
252
|
* ConnectionType: "STRING_VALUE",
|
|
241
253
|
* },
|
|
254
|
+
* WebCrawlerParameters: { // WebCrawlerParameters
|
|
255
|
+
* WebCrawlerAuthType: "NO_AUTH" || "BASIC_AUTH" || "FORM" || "SAML", // required
|
|
256
|
+
* UsernameFieldXpath: "STRING_VALUE",
|
|
257
|
+
* PasswordFieldXpath: "STRING_VALUE",
|
|
258
|
+
* UsernameButtonXpath: "STRING_VALUE",
|
|
259
|
+
* PasswordButtonXpath: "STRING_VALUE",
|
|
260
|
+
* LoginPageUrl: "STRING_VALUE",
|
|
261
|
+
* WebProxyHostName: "STRING_VALUE",
|
|
262
|
+
* WebProxyPortNumber: Number("int"),
|
|
263
|
+
* },
|
|
264
|
+
* ConfluenceParameters: { // ConfluenceParameters
|
|
265
|
+
* ConfluenceUrl: "STRING_VALUE", // required
|
|
266
|
+
* },
|
|
267
|
+
* QBusinessParameters: { // QBusinessParameters
|
|
268
|
+
* ApplicationArn: "STRING_VALUE", // required
|
|
269
|
+
* },
|
|
242
270
|
* },
|
|
243
271
|
* VpcConnectionProperties: {
|
|
244
272
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
@@ -483,7 +511,7 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
483
511
|
* @throws {@link AccessDeniedException} (client fault)
|
|
484
512
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
485
513
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
486
|
-
* account is authorized to use the Amazon
|
|
514
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
487
515
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
488
516
|
*
|
|
489
517
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -502,9 +530,9 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
502
530
|
* <p>Access is throttled.</p>
|
|
503
531
|
*
|
|
504
532
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
505
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
533
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
506
534
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
507
|
-
*
|
|
535
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
508
536
|
* capability is available in every edition.</p>
|
|
509
537
|
*
|
|
510
538
|
* @throws {@link QuickSightServiceException}
|
|
@@ -43,7 +43,7 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
43
43
|
* <p>
|
|
44
44
|
* <b>StartDashboardSnapshotJob API throttling</b>
|
|
45
45
|
* </p>
|
|
46
|
-
* <p>
|
|
46
|
+
* <p>Quick Sight utilizes API throttling to create a more consistent user experience within a time span for customers when they call the <code>StartDashboardSnapshotJob</code>. By default, 12 jobs can run simlutaneously in one Amazon Web Services account and users can submit up 10 API requests per second before an account is throttled. If an overwhelming number of API requests are made by the same user in a short period of time, Quick Sight throttles the API calls to maintin an optimal experience and reliability for all Quick Sight users.</p>
|
|
47
47
|
* <p>
|
|
48
48
|
* <b>Common throttling scenarios</b>
|
|
49
49
|
* </p>
|
|
@@ -55,14 +55,14 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
55
55
|
* </li>
|
|
56
56
|
* <li>
|
|
57
57
|
* <p>
|
|
58
|
-
* <b>A large number of API requests are submitted on an Amazon Web Services account.</b> When a user makes more than 10 API calls to the
|
|
58
|
+
* <b>A large number of API requests are submitted on an Amazon Web Services account.</b> When a user makes more than 10 API calls to the Quick Sight API in one second, a <code>ThrottlingException</code> is returned.</p>
|
|
59
59
|
* </li>
|
|
60
60
|
* </ul>
|
|
61
61
|
* <p>If your use case requires a higher throttling limit, contact your account admin or <a href="http://aws.amazon.com/contact-us/">Amazon Web ServicesSupport</a> to explore options to tailor a more optimal expereince for your account.</p>
|
|
62
62
|
* <p>
|
|
63
63
|
* <b>Best practices to handle throttling</b>
|
|
64
64
|
* </p>
|
|
65
|
-
* <p>If your use case projects high levels of API traffic, try to reduce the degree of frequency and parallelism of API calls as much as you can to avoid throttling. You can also perform a timing test to calculate an estimate for the total processing time of your projected load that stays within the throttling limits of the
|
|
65
|
+
* <p>If your use case projects high levels of API traffic, try to reduce the degree of frequency and parallelism of API calls as much as you can to avoid throttling. You can also perform a timing test to calculate an estimate for the total processing time of your projected load that stays within the throttling limits of the Quick Sight APIs. For example, if your projected traffic is 100 snapshot jobs before 12:00 PM per day, start 12 jobs in parallel and measure the amount of time it takes to proccess all 12 jobs. Once you obtain the result, multiply the duration by 9, for example <code>(12 minutes * 9 = 108 minutes)</code>. Use the new result to determine the latest time at which the jobs need to be started to meet your target deadline.</p>
|
|
66
66
|
* <p>The time that it takes to process a job can be impacted by the following factors:</p>
|
|
67
67
|
* <ul>
|
|
68
68
|
* <li>
|
|
@@ -197,7 +197,7 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
197
197
|
* @throws {@link AccessDeniedException} (client fault)
|
|
198
198
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
199
199
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
200
|
-
* account is authorized to use the Amazon
|
|
200
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
201
201
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
202
202
|
*
|
|
203
203
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -219,10 +219,10 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
219
219
|
* <p>Access is throttled.</p>
|
|
220
220
|
*
|
|
221
221
|
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
222
|
-
* <p>This error indicates that you are calling an embedding operation in Amazon
|
|
222
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon Quick Sight
|
|
223
223
|
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
224
|
-
* for anonymous users, a
|
|
225
|
-
* can do this on the <b>Manage
|
|
224
|
+
* for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You
|
|
225
|
+
* can do this on the <b>Manage Quick Suite</b> page. </p>
|
|
226
226
|
* <p>After capacity pricing is added, you can use the
|
|
227
227
|
* <code>
|
|
228
228
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
@@ -230,9 +230,9 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
230
230
|
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
231
231
|
*
|
|
232
232
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
233
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
233
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
234
234
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
235
|
-
*
|
|
235
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
236
236
|
* capability is available in every edition.</p>
|
|
237
237
|
*
|
|
238
238
|
* @throws {@link QuickSightServiceException}
|
|
@@ -29,7 +29,7 @@ declare const StartDashboardSnapshotJobScheduleCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Starts an asynchronous job that runs an existing dashboard schedule and sends the dashboard snapshot through email. </p>
|
|
31
31
|
* <p>Only one job can run simultaneously in a given schedule. Repeated requests are skipped with a <code>202</code> HTTP status code.</p>
|
|
32
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sending-reports.html">Scheduling and sending
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sending-reports.html">Scheduling and sending Amazon Quick Sight reports by email</a> and <a href="https://docs.aws.amazon.com/quicksight/latest/user/email-reports-from-dashboard.html">Configuring email report settings for a Amazon Quick Sight dashboard</a> in the <i>Amazon Quick Sight User Guide</i>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -61,7 +61,7 @@ declare const StartDashboardSnapshotJobScheduleCommand_base: {
|
|
|
61
61
|
* @throws {@link AccessDeniedException} (client fault)
|
|
62
62
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
63
63
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
64
|
-
* account is authorized to use the Amazon
|
|
64
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
65
65
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -80,9 +80,9 @@ declare const StartDashboardSnapshotJobScheduleCommand_base: {
|
|
|
80
80
|
* <p>Access is throttled.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
83
|
-
* <p>This error indicates that you are calling an operation on an Amazon
|
|
83
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
84
84
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
85
|
-
*
|
|
85
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
86
86
|
* capability is available in every edition.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,8 @@ declare const TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Assigns one or more tags (key-value pairs) to the specified
|
|
30
|
+
* <p>Assigns one or more tags (key-value pairs) to the specified Amazon Quick Sight
|
|
31
|
+
* resource. </p>
|
|
31
32
|
* <p>Tags can help you organize and categorize your resources. You can also use them to
|
|
32
33
|
* scope user permissions, by granting a user permission to access or change only resources
|
|
33
34
|
* with certain tag values. You can use the <code>TagResource</code> operation with a
|
|
@@ -35,16 +36,17 @@ declare const TagResourceCommand_base: {
|
|
|
35
36
|
* is appended to the list of tags associated with the resource. If you specify a tag key
|
|
36
37
|
* that is already associated with the resource, the new tag value that you specify
|
|
37
38
|
* replaces the previous value for that tag.</p>
|
|
38
|
-
* <p>You can associate as many as 50 tags with a resource.
|
|
39
|
-
* set, data source, dashboard, template, topic, and user. </p>
|
|
40
|
-
* <p>Tagging for
|
|
41
|
-
* the following:</p>
|
|
39
|
+
* <p>You can associate as many as 50 tags with a resource. Amazon Quick Sight supports
|
|
40
|
+
* tagging on data set, data source, dashboard, template, topic, and user. </p>
|
|
41
|
+
* <p>Tagging for Amazon Quick Sight works in a similar way to tagging for other Amazon Web Services services, except for the following:</p>
|
|
42
42
|
* <ul>
|
|
43
43
|
* <li>
|
|
44
|
-
* <p>Tags are used to track costs for users in
|
|
44
|
+
* <p>Tags are used to track costs for users in Amazon Quick Sight. You can't
|
|
45
|
+
* tag other resources that Amazon Quick Sight costs are based on, such as storage
|
|
46
|
+
* capacoty (SPICE), session usage, alert consumption, or reporting units.</p>
|
|
45
47
|
* </li>
|
|
46
48
|
* <li>
|
|
47
|
-
* <p>
|
|
49
|
+
* <p>Amazon Quick Sight doesn't currently support the tag editor for Resource Groups.</p>
|
|
48
50
|
* </li>
|
|
49
51
|
* </ul>
|
|
50
52
|
* @example
|
|
@@ -82,7 +84,7 @@ declare const TagResourceCommand_base: {
|
|
|
82
84
|
* @throws {@link AccessDeniedException} (client fault)
|
|
83
85
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
84
86
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
85
|
-
* account is authorized to use the Amazon
|
|
87
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
86
88
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
87
89
|
*
|
|
88
90
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -60,7 +60,7 @@ declare const UntagResourceCommand_base: {
|
|
|
60
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
61
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
62
62
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
63
|
-
* account is authorized to use the Amazon
|
|
63
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
64
64
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -58,7 +58,7 @@ declare const UpdateAccountCustomPermissionCommand_base: {
|
|
|
58
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
59
59
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
60
60
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
61
|
-
* account is authorized to use the Amazon
|
|
61
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
62
62
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link InternalFailureException} (server fault)
|
|
@@ -27,9 +27,9 @@ declare const UpdateAccountCustomizationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates Amazon
|
|
30
|
+
* <p>Updates Amazon Quick Sight customizations. Currently, the only customization that you can use is a theme.</p>
|
|
31
31
|
* <p>You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a
|
|
32
|
-
*
|
|
32
|
+
* Quick Sight namespace instead. Customizations that apply to a namespace override
|
|
33
33
|
* customizations that apply to an Amazon Web Services account. To find out which customizations apply, use
|
|
34
34
|
* the <code>DescribeAccountCustomization</code> API operation. </p>
|
|
35
35
|
* @example
|
|
@@ -73,7 +73,7 @@ declare const UpdateAccountCustomizationCommand_base: {
|
|
|
73
73
|
* @throws {@link AccessDeniedException} (client fault)
|
|
74
74
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
75
75
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
76
|
-
* account is authorized to use the Amazon
|
|
76
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
77
77
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ConflictException} (client fault)
|
|
@@ -27,7 +27,7 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the Amazon
|
|
30
|
+
* <p>Updates the Amazon Quick Sight settings in your Amazon Web Services account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -60,7 +60,7 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
60
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
61
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
62
62
|
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
63
|
-
* account is authorized to use the Amazon
|
|
63
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
64
64
|
* correct permissions, and that you are using the correct credentials.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link InternalFailureException} (server fault)
|