@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/dist-es/QuickSight.js
CHANGED
|
@@ -4,6 +4,7 @@ import { BatchDeleteTopicReviewedAnswerCommand, } from "./commands/BatchDeleteTo
|
|
|
4
4
|
import { CancelIngestionCommand, } from "./commands/CancelIngestionCommand";
|
|
5
5
|
import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCustomizationCommand";
|
|
6
6
|
import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
|
|
7
|
+
import { CreateActionConnectorCommand, } from "./commands/CreateActionConnectorCommand";
|
|
7
8
|
import { CreateAnalysisCommand, } from "./commands/CreateAnalysisCommand";
|
|
8
9
|
import { CreateBrandCommand } from "./commands/CreateBrandCommand";
|
|
9
10
|
import { CreateCustomPermissionsCommand, } from "./commands/CreateCustomPermissionsCommand";
|
|
@@ -29,6 +30,7 @@ import { CreateVPCConnectionCommand, } from "./commands/CreateVPCConnectionComma
|
|
|
29
30
|
import { DeleteAccountCustomizationCommand, } from "./commands/DeleteAccountCustomizationCommand";
|
|
30
31
|
import { DeleteAccountCustomPermissionCommand, } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
31
32
|
import { DeleteAccountSubscriptionCommand, } from "./commands/DeleteAccountSubscriptionCommand";
|
|
33
|
+
import { DeleteActionConnectorCommand, } from "./commands/DeleteActionConnectorCommand";
|
|
32
34
|
import { DeleteAnalysisCommand, } from "./commands/DeleteAnalysisCommand";
|
|
33
35
|
import { DeleteBrandAssignmentCommand, } from "./commands/DeleteBrandAssignmentCommand";
|
|
34
36
|
import { DeleteBrandCommand } from "./commands/DeleteBrandCommand";
|
|
@@ -62,6 +64,8 @@ import { DescribeAccountCustomizationCommand, } from "./commands/DescribeAccount
|
|
|
62
64
|
import { DescribeAccountCustomPermissionCommand, } from "./commands/DescribeAccountCustomPermissionCommand";
|
|
63
65
|
import { DescribeAccountSettingsCommand, } from "./commands/DescribeAccountSettingsCommand";
|
|
64
66
|
import { DescribeAccountSubscriptionCommand, } from "./commands/DescribeAccountSubscriptionCommand";
|
|
67
|
+
import { DescribeActionConnectorCommand, } from "./commands/DescribeActionConnectorCommand";
|
|
68
|
+
import { DescribeActionConnectorPermissionsCommand, } from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
65
69
|
import { DescribeAnalysisCommand, } from "./commands/DescribeAnalysisCommand";
|
|
66
70
|
import { DescribeAnalysisDefinitionCommand, } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
67
71
|
import { DescribeAnalysisPermissionsCommand, } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
@@ -114,7 +118,10 @@ import { GenerateEmbedUrlForAnonymousUserCommand, } from "./commands/GenerateEmb
|
|
|
114
118
|
import { GenerateEmbedUrlForRegisteredUserCommand, } from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
115
119
|
import { GenerateEmbedUrlForRegisteredUserWithIdentityCommand, } from "./commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
116
120
|
import { GetDashboardEmbedUrlCommand, } from "./commands/GetDashboardEmbedUrlCommand";
|
|
121
|
+
import { GetFlowMetadataCommand, } from "./commands/GetFlowMetadataCommand";
|
|
122
|
+
import { GetFlowPermissionsCommand, } from "./commands/GetFlowPermissionsCommand";
|
|
117
123
|
import { GetSessionEmbedUrlCommand, } from "./commands/GetSessionEmbedUrlCommand";
|
|
124
|
+
import { ListActionConnectorsCommand, } from "./commands/ListActionConnectorsCommand";
|
|
118
125
|
import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
|
|
119
126
|
import { ListAssetBundleExportJobsCommand, } from "./commands/ListAssetBundleExportJobsCommand";
|
|
120
127
|
import { ListAssetBundleImportJobsCommand, } from "./commands/ListAssetBundleImportJobsCommand";
|
|
@@ -124,6 +131,7 @@ import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
|
|
|
124
131
|
import { ListDashboardVersionsCommand, } from "./commands/ListDashboardVersionsCommand";
|
|
125
132
|
import { ListDataSetsCommand, } from "./commands/ListDataSetsCommand";
|
|
126
133
|
import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
|
|
134
|
+
import { ListFlowsCommand } from "./commands/ListFlowsCommand";
|
|
127
135
|
import { ListFolderMembersCommand, } from "./commands/ListFolderMembersCommand";
|
|
128
136
|
import { ListFoldersCommand } from "./commands/ListFoldersCommand";
|
|
129
137
|
import { ListFoldersForResourceCommand, } from "./commands/ListFoldersForResourceCommand";
|
|
@@ -153,10 +161,12 @@ import { PredictQAResultsCommand, } from "./commands/PredictQAResultsCommand";
|
|
|
153
161
|
import { PutDataSetRefreshPropertiesCommand, } from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
154
162
|
import { RegisterUserCommand, } from "./commands/RegisterUserCommand";
|
|
155
163
|
import { RestoreAnalysisCommand, } from "./commands/RestoreAnalysisCommand";
|
|
164
|
+
import { SearchActionConnectorsCommand, } from "./commands/SearchActionConnectorsCommand";
|
|
156
165
|
import { SearchAnalysesCommand, } from "./commands/SearchAnalysesCommand";
|
|
157
166
|
import { SearchDashboardsCommand, } from "./commands/SearchDashboardsCommand";
|
|
158
167
|
import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
|
|
159
168
|
import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
|
|
169
|
+
import { SearchFlowsCommand } from "./commands/SearchFlowsCommand";
|
|
160
170
|
import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
|
|
161
171
|
import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
|
|
162
172
|
import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
|
|
@@ -169,6 +179,8 @@ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
|
169
179
|
import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCustomizationCommand";
|
|
170
180
|
import { UpdateAccountCustomPermissionCommand, } from "./commands/UpdateAccountCustomPermissionCommand";
|
|
171
181
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
182
|
+
import { UpdateActionConnectorCommand, } from "./commands/UpdateActionConnectorCommand";
|
|
183
|
+
import { UpdateActionConnectorPermissionsCommand, } from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
172
184
|
import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
|
|
173
185
|
import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
174
186
|
import { UpdateApplicationWithTokenExchangeGrantCommand, } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -186,6 +198,7 @@ import { UpdateDataSetPermissionsCommand, } from "./commands/UpdateDataSetPermis
|
|
|
186
198
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
187
199
|
import { UpdateDataSourcePermissionsCommand, } from "./commands/UpdateDataSourcePermissionsCommand";
|
|
188
200
|
import { UpdateDefaultQBusinessApplicationCommand, } from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
201
|
+
import { UpdateFlowPermissionsCommand, } from "./commands/UpdateFlowPermissionsCommand";
|
|
189
202
|
import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
|
|
190
203
|
import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
|
|
191
204
|
import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
|
|
@@ -218,6 +231,7 @@ const commands = {
|
|
|
218
231
|
CancelIngestionCommand,
|
|
219
232
|
CreateAccountCustomizationCommand,
|
|
220
233
|
CreateAccountSubscriptionCommand,
|
|
234
|
+
CreateActionConnectorCommand,
|
|
221
235
|
CreateAnalysisCommand,
|
|
222
236
|
CreateBrandCommand,
|
|
223
237
|
CreateCustomPermissionsCommand,
|
|
@@ -243,6 +257,7 @@ const commands = {
|
|
|
243
257
|
DeleteAccountCustomizationCommand,
|
|
244
258
|
DeleteAccountCustomPermissionCommand,
|
|
245
259
|
DeleteAccountSubscriptionCommand,
|
|
260
|
+
DeleteActionConnectorCommand,
|
|
246
261
|
DeleteAnalysisCommand,
|
|
247
262
|
DeleteBrandCommand,
|
|
248
263
|
DeleteBrandAssignmentCommand,
|
|
@@ -276,6 +291,8 @@ const commands = {
|
|
|
276
291
|
DescribeAccountCustomPermissionCommand,
|
|
277
292
|
DescribeAccountSettingsCommand,
|
|
278
293
|
DescribeAccountSubscriptionCommand,
|
|
294
|
+
DescribeActionConnectorCommand,
|
|
295
|
+
DescribeActionConnectorPermissionsCommand,
|
|
279
296
|
DescribeAnalysisCommand,
|
|
280
297
|
DescribeAnalysisDefinitionCommand,
|
|
281
298
|
DescribeAnalysisPermissionsCommand,
|
|
@@ -328,7 +345,10 @@ const commands = {
|
|
|
328
345
|
GenerateEmbedUrlForRegisteredUserCommand,
|
|
329
346
|
GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
330
347
|
GetDashboardEmbedUrlCommand,
|
|
348
|
+
GetFlowMetadataCommand,
|
|
349
|
+
GetFlowPermissionsCommand,
|
|
331
350
|
GetSessionEmbedUrlCommand,
|
|
351
|
+
ListActionConnectorsCommand,
|
|
332
352
|
ListAnalysesCommand,
|
|
333
353
|
ListAssetBundleExportJobsCommand,
|
|
334
354
|
ListAssetBundleImportJobsCommand,
|
|
@@ -338,6 +358,7 @@ const commands = {
|
|
|
338
358
|
ListDashboardVersionsCommand,
|
|
339
359
|
ListDataSetsCommand,
|
|
340
360
|
ListDataSourcesCommand,
|
|
361
|
+
ListFlowsCommand,
|
|
341
362
|
ListFolderMembersCommand,
|
|
342
363
|
ListFoldersCommand,
|
|
343
364
|
ListFoldersForResourceCommand,
|
|
@@ -367,10 +388,12 @@ const commands = {
|
|
|
367
388
|
PutDataSetRefreshPropertiesCommand,
|
|
368
389
|
RegisterUserCommand,
|
|
369
390
|
RestoreAnalysisCommand,
|
|
391
|
+
SearchActionConnectorsCommand,
|
|
370
392
|
SearchAnalysesCommand,
|
|
371
393
|
SearchDashboardsCommand,
|
|
372
394
|
SearchDataSetsCommand,
|
|
373
395
|
SearchDataSourcesCommand,
|
|
396
|
+
SearchFlowsCommand,
|
|
374
397
|
SearchFoldersCommand,
|
|
375
398
|
SearchGroupsCommand,
|
|
376
399
|
SearchTopicsCommand,
|
|
@@ -383,6 +406,8 @@ const commands = {
|
|
|
383
406
|
UpdateAccountCustomizationCommand,
|
|
384
407
|
UpdateAccountCustomPermissionCommand,
|
|
385
408
|
UpdateAccountSettingsCommand,
|
|
409
|
+
UpdateActionConnectorCommand,
|
|
410
|
+
UpdateActionConnectorPermissionsCommand,
|
|
386
411
|
UpdateAnalysisCommand,
|
|
387
412
|
UpdateAnalysisPermissionsCommand,
|
|
388
413
|
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
@@ -400,6 +425,7 @@ const commands = {
|
|
|
400
425
|
UpdateDataSourceCommand,
|
|
401
426
|
UpdateDataSourcePermissionsCommand,
|
|
402
427
|
UpdateDefaultQBusinessApplicationCommand,
|
|
428
|
+
UpdateFlowPermissionsCommand,
|
|
403
429
|
UpdateFolderCommand,
|
|
404
430
|
UpdateFolderPermissionsCommand,
|
|
405
431
|
UpdateGroupCommand,
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateActionConnectorRequestFilterSensitiveLog, } from "../models/models_3";
|
|
6
|
+
import { de_CreateActionConnectorCommand, se_CreateActionConnectorCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateActionConnectorCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("QuickSight_20180401", "CreateActionConnector", {})
|
|
18
|
+
.n("QuickSightClient", "CreateActionConnectorCommand")
|
|
19
|
+
.f(CreateActionConnectorRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_CreateActionConnectorCommand)
|
|
21
|
+
.de(de_CreateActionConnectorCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteActionConnectorCommand, se_DeleteActionConnectorCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteActionConnectorCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "DeleteActionConnector", {})
|
|
17
|
+
.n("QuickSightClient", "DeleteActionConnectorCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteActionConnectorCommand)
|
|
20
|
+
.de(de_DeleteActionConnectorCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DescribeActionConnectorResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
|
+
import { de_DescribeActionConnectorCommand, se_DescribeActionConnectorCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class DescribeActionConnectorCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("QuickSight_20180401", "DescribeActionConnector", {})
|
|
18
|
+
.n("QuickSightClient", "DescribeActionConnectorCommand")
|
|
19
|
+
.f(void 0, DescribeActionConnectorResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_DescribeActionConnectorCommand)
|
|
21
|
+
.de(de_DescribeActionConnectorCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeActionConnectorPermissionsCommand, se_DescribeActionConnectorPermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeActionConnectorPermissionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "DescribeActionConnectorPermissions", {})
|
|
17
|
+
.n("QuickSightClient", "DescribeActionConnectorPermissionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeActionConnectorPermissionsCommand)
|
|
20
|
+
.de(de_DescribeActionConnectorPermissionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetFlowMetadataCommand, se_GetFlowMetadataCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetFlowMetadataCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "GetFlowMetadata", {})
|
|
17
|
+
.n("QuickSightClient", "GetFlowMetadataCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetFlowMetadataCommand)
|
|
20
|
+
.de(de_GetFlowMetadataCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetFlowPermissionsCommand, se_GetFlowPermissionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetFlowPermissionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "GetFlowPermissions", {})
|
|
17
|
+
.n("QuickSightClient", "GetFlowPermissionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetFlowPermissionsCommand)
|
|
20
|
+
.de(de_GetFlowPermissionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ListActionConnectorsResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
|
+
import { de_ListActionConnectorsCommand, se_ListActionConnectorsCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListActionConnectorsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("QuickSight_20180401", "ListActionConnectors", {})
|
|
18
|
+
.n("QuickSightClient", "ListActionConnectorsCommand")
|
|
19
|
+
.f(void 0, ListActionConnectorsResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_ListActionConnectorsCommand)
|
|
21
|
+
.de(de_ListActionConnectorsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListFlowsCommand, se_ListFlowsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListFlowsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "ListFlows", {})
|
|
17
|
+
.n("QuickSightClient", "ListFlowsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListFlowsCommand)
|
|
20
|
+
.de(de_ListFlowsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_PredictQAResultsCommand, se_PredictQAResultsCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PredictQAResultsCommand extends $Command
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { SearchActionConnectorsResponseFilterSensitiveLog, } from "../models/models_5";
|
|
6
|
+
import { de_SearchActionConnectorsCommand, se_SearchActionConnectorsCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class SearchActionConnectorsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("QuickSight_20180401", "SearchActionConnectors", {})
|
|
18
|
+
.n("QuickSightClient", "SearchActionConnectorsCommand")
|
|
19
|
+
.f(void 0, SearchActionConnectorsResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_SearchActionConnectorsCommand)
|
|
21
|
+
.de(de_SearchActionConnectorsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_SearchFlowsCommand, se_SearchFlowsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class SearchFlowsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "SearchFlows", {})
|
|
17
|
+
.n("QuickSightClient", "SearchFlowsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_SearchFlowsCommand)
|
|
20
|
+
.de(de_SearchFlowsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateActionConnectorRequestFilterSensitiveLog, } from "../models/models_5";
|
|
6
|
+
import { de_UpdateActionConnectorCommand, se_UpdateActionConnectorCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class UpdateActionConnectorCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("QuickSight_20180401", "UpdateActionConnector", {})
|
|
18
|
+
.n("QuickSightClient", "UpdateActionConnectorCommand")
|
|
19
|
+
.f(UpdateActionConnectorRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_UpdateActionConnectorCommand)
|
|
21
|
+
.de(de_UpdateActionConnectorCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateActionConnectorPermissionsCommand, se_UpdateActionConnectorPermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateActionConnectorPermissionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "UpdateActionConnectorPermissions", {})
|
|
17
|
+
.n("QuickSightClient", "UpdateActionConnectorPermissionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateActionConnectorPermissionsCommand)
|
|
20
|
+
.de(de_UpdateActionConnectorPermissionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateFlowPermissionsCommand, se_UpdateFlowPermissionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateFlowPermissionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "UpdateFlowPermissions", {})
|
|
17
|
+
.n("QuickSightClient", "UpdateFlowPermissionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateFlowPermissionsCommand)
|
|
20
|
+
.de(de_UpdateFlowPermissionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -3,6 +3,7 @@ export * from "./BatchDeleteTopicReviewedAnswerCommand";
|
|
|
3
3
|
export * from "./CancelIngestionCommand";
|
|
4
4
|
export * from "./CreateAccountCustomizationCommand";
|
|
5
5
|
export * from "./CreateAccountSubscriptionCommand";
|
|
6
|
+
export * from "./CreateActionConnectorCommand";
|
|
6
7
|
export * from "./CreateAnalysisCommand";
|
|
7
8
|
export * from "./CreateBrandCommand";
|
|
8
9
|
export * from "./CreateCustomPermissionsCommand";
|
|
@@ -28,6 +29,7 @@ export * from "./CreateVPCConnectionCommand";
|
|
|
28
29
|
export * from "./DeleteAccountCustomPermissionCommand";
|
|
29
30
|
export * from "./DeleteAccountCustomizationCommand";
|
|
30
31
|
export * from "./DeleteAccountSubscriptionCommand";
|
|
32
|
+
export * from "./DeleteActionConnectorCommand";
|
|
31
33
|
export * from "./DeleteAnalysisCommand";
|
|
32
34
|
export * from "./DeleteBrandAssignmentCommand";
|
|
33
35
|
export * from "./DeleteBrandCommand";
|
|
@@ -61,6 +63,8 @@ export * from "./DescribeAccountCustomPermissionCommand";
|
|
|
61
63
|
export * from "./DescribeAccountCustomizationCommand";
|
|
62
64
|
export * from "./DescribeAccountSettingsCommand";
|
|
63
65
|
export * from "./DescribeAccountSubscriptionCommand";
|
|
66
|
+
export * from "./DescribeActionConnectorCommand";
|
|
67
|
+
export * from "./DescribeActionConnectorPermissionsCommand";
|
|
64
68
|
export * from "./DescribeAnalysisCommand";
|
|
65
69
|
export * from "./DescribeAnalysisDefinitionCommand";
|
|
66
70
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
@@ -113,7 +117,10 @@ export * from "./GenerateEmbedUrlForAnonymousUserCommand";
|
|
|
113
117
|
export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
114
118
|
export * from "./GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
115
119
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
120
|
+
export * from "./GetFlowMetadataCommand";
|
|
121
|
+
export * from "./GetFlowPermissionsCommand";
|
|
116
122
|
export * from "./GetSessionEmbedUrlCommand";
|
|
123
|
+
export * from "./ListActionConnectorsCommand";
|
|
117
124
|
export * from "./ListAnalysesCommand";
|
|
118
125
|
export * from "./ListAssetBundleExportJobsCommand";
|
|
119
126
|
export * from "./ListAssetBundleImportJobsCommand";
|
|
@@ -123,6 +130,7 @@ export * from "./ListDashboardVersionsCommand";
|
|
|
123
130
|
export * from "./ListDashboardsCommand";
|
|
124
131
|
export * from "./ListDataSetsCommand";
|
|
125
132
|
export * from "./ListDataSourcesCommand";
|
|
133
|
+
export * from "./ListFlowsCommand";
|
|
126
134
|
export * from "./ListFolderMembersCommand";
|
|
127
135
|
export * from "./ListFoldersCommand";
|
|
128
136
|
export * from "./ListFoldersForResourceCommand";
|
|
@@ -152,10 +160,12 @@ export * from "./PredictQAResultsCommand";
|
|
|
152
160
|
export * from "./PutDataSetRefreshPropertiesCommand";
|
|
153
161
|
export * from "./RegisterUserCommand";
|
|
154
162
|
export * from "./RestoreAnalysisCommand";
|
|
163
|
+
export * from "./SearchActionConnectorsCommand";
|
|
155
164
|
export * from "./SearchAnalysesCommand";
|
|
156
165
|
export * from "./SearchDashboardsCommand";
|
|
157
166
|
export * from "./SearchDataSetsCommand";
|
|
158
167
|
export * from "./SearchDataSourcesCommand";
|
|
168
|
+
export * from "./SearchFlowsCommand";
|
|
159
169
|
export * from "./SearchFoldersCommand";
|
|
160
170
|
export * from "./SearchGroupsCommand";
|
|
161
171
|
export * from "./SearchTopicsCommand";
|
|
@@ -168,6 +178,8 @@ export * from "./UntagResourceCommand";
|
|
|
168
178
|
export * from "./UpdateAccountCustomPermissionCommand";
|
|
169
179
|
export * from "./UpdateAccountCustomizationCommand";
|
|
170
180
|
export * from "./UpdateAccountSettingsCommand";
|
|
181
|
+
export * from "./UpdateActionConnectorCommand";
|
|
182
|
+
export * from "./UpdateActionConnectorPermissionsCommand";
|
|
171
183
|
export * from "./UpdateAnalysisCommand";
|
|
172
184
|
export * from "./UpdateAnalysisPermissionsCommand";
|
|
173
185
|
export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -185,6 +197,7 @@ export * from "./UpdateDataSetPermissionsCommand";
|
|
|
185
197
|
export * from "./UpdateDataSourceCommand";
|
|
186
198
|
export * from "./UpdateDataSourcePermissionsCommand";
|
|
187
199
|
export * from "./UpdateDefaultQBusinessApplicationCommand";
|
|
200
|
+
export * from "./UpdateFlowPermissionsCommand";
|
|
188
201
|
export * from "./UpdateFolderCommand";
|
|
189
202
|
export * from "./UpdateFolderPermissionsCommand";
|
|
190
203
|
export * from "./UpdateGroupCommand";
|