@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
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
CreateAccountSubscriptionCommandInput,
|
|
20
20
|
CreateAccountSubscriptionCommandOutput,
|
|
21
21
|
} from "./commands/CreateAccountSubscriptionCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateActionConnectorCommandInput,
|
|
24
|
+
CreateActionConnectorCommandOutput,
|
|
25
|
+
} from "./commands/CreateActionConnectorCommand";
|
|
22
26
|
import {
|
|
23
27
|
CreateAnalysisCommandInput,
|
|
24
28
|
CreateAnalysisCommandOutput,
|
|
@@ -119,6 +123,10 @@ import {
|
|
|
119
123
|
DeleteAccountSubscriptionCommandInput,
|
|
120
124
|
DeleteAccountSubscriptionCommandOutput,
|
|
121
125
|
} from "./commands/DeleteAccountSubscriptionCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteActionConnectorCommandInput,
|
|
128
|
+
DeleteActionConnectorCommandOutput,
|
|
129
|
+
} from "./commands/DeleteActionConnectorCommand";
|
|
122
130
|
import {
|
|
123
131
|
DeleteAnalysisCommandInput,
|
|
124
132
|
DeleteAnalysisCommandOutput,
|
|
@@ -251,6 +259,14 @@ import {
|
|
|
251
259
|
DescribeAccountSubscriptionCommandInput,
|
|
252
260
|
DescribeAccountSubscriptionCommandOutput,
|
|
253
261
|
} from "./commands/DescribeAccountSubscriptionCommand";
|
|
262
|
+
import {
|
|
263
|
+
DescribeActionConnectorCommandInput,
|
|
264
|
+
DescribeActionConnectorCommandOutput,
|
|
265
|
+
} from "./commands/DescribeActionConnectorCommand";
|
|
266
|
+
import {
|
|
267
|
+
DescribeActionConnectorPermissionsCommandInput,
|
|
268
|
+
DescribeActionConnectorPermissionsCommandOutput,
|
|
269
|
+
} from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
254
270
|
import {
|
|
255
271
|
DescribeAnalysisCommandInput,
|
|
256
272
|
DescribeAnalysisCommandOutput,
|
|
@@ -459,10 +475,22 @@ import {
|
|
|
459
475
|
GetDashboardEmbedUrlCommandInput,
|
|
460
476
|
GetDashboardEmbedUrlCommandOutput,
|
|
461
477
|
} from "./commands/GetDashboardEmbedUrlCommand";
|
|
478
|
+
import {
|
|
479
|
+
GetFlowMetadataCommandInput,
|
|
480
|
+
GetFlowMetadataCommandOutput,
|
|
481
|
+
} from "./commands/GetFlowMetadataCommand";
|
|
482
|
+
import {
|
|
483
|
+
GetFlowPermissionsCommandInput,
|
|
484
|
+
GetFlowPermissionsCommandOutput,
|
|
485
|
+
} from "./commands/GetFlowPermissionsCommand";
|
|
462
486
|
import {
|
|
463
487
|
GetSessionEmbedUrlCommandInput,
|
|
464
488
|
GetSessionEmbedUrlCommandOutput,
|
|
465
489
|
} from "./commands/GetSessionEmbedUrlCommand";
|
|
490
|
+
import {
|
|
491
|
+
ListActionConnectorsCommandInput,
|
|
492
|
+
ListActionConnectorsCommandOutput,
|
|
493
|
+
} from "./commands/ListActionConnectorsCommand";
|
|
466
494
|
import {
|
|
467
495
|
ListAnalysesCommandInput,
|
|
468
496
|
ListAnalysesCommandOutput,
|
|
@@ -499,6 +527,10 @@ import {
|
|
|
499
527
|
ListDataSourcesCommandInput,
|
|
500
528
|
ListDataSourcesCommandOutput,
|
|
501
529
|
} from "./commands/ListDataSourcesCommand";
|
|
530
|
+
import {
|
|
531
|
+
ListFlowsCommandInput,
|
|
532
|
+
ListFlowsCommandOutput,
|
|
533
|
+
} from "./commands/ListFlowsCommand";
|
|
502
534
|
import {
|
|
503
535
|
ListFolderMembersCommandInput,
|
|
504
536
|
ListFolderMembersCommandOutput,
|
|
@@ -615,6 +647,10 @@ import {
|
|
|
615
647
|
RestoreAnalysisCommandInput,
|
|
616
648
|
RestoreAnalysisCommandOutput,
|
|
617
649
|
} from "./commands/RestoreAnalysisCommand";
|
|
650
|
+
import {
|
|
651
|
+
SearchActionConnectorsCommandInput,
|
|
652
|
+
SearchActionConnectorsCommandOutput,
|
|
653
|
+
} from "./commands/SearchActionConnectorsCommand";
|
|
618
654
|
import {
|
|
619
655
|
SearchAnalysesCommandInput,
|
|
620
656
|
SearchAnalysesCommandOutput,
|
|
@@ -631,6 +667,10 @@ import {
|
|
|
631
667
|
SearchDataSourcesCommandInput,
|
|
632
668
|
SearchDataSourcesCommandOutput,
|
|
633
669
|
} from "./commands/SearchDataSourcesCommand";
|
|
670
|
+
import {
|
|
671
|
+
SearchFlowsCommandInput,
|
|
672
|
+
SearchFlowsCommandOutput,
|
|
673
|
+
} from "./commands/SearchFlowsCommand";
|
|
634
674
|
import {
|
|
635
675
|
SearchFoldersCommandInput,
|
|
636
676
|
SearchFoldersCommandOutput,
|
|
@@ -679,6 +719,14 @@ import {
|
|
|
679
719
|
UpdateAccountSettingsCommandInput,
|
|
680
720
|
UpdateAccountSettingsCommandOutput,
|
|
681
721
|
} from "./commands/UpdateAccountSettingsCommand";
|
|
722
|
+
import {
|
|
723
|
+
UpdateActionConnectorCommandInput,
|
|
724
|
+
UpdateActionConnectorCommandOutput,
|
|
725
|
+
} from "./commands/UpdateActionConnectorCommand";
|
|
726
|
+
import {
|
|
727
|
+
UpdateActionConnectorPermissionsCommandInput,
|
|
728
|
+
UpdateActionConnectorPermissionsCommandOutput,
|
|
729
|
+
} from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
682
730
|
import {
|
|
683
731
|
UpdateAnalysisCommandInput,
|
|
684
732
|
UpdateAnalysisCommandOutput,
|
|
@@ -747,6 +795,10 @@ import {
|
|
|
747
795
|
UpdateDefaultQBusinessApplicationCommandInput,
|
|
748
796
|
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
749
797
|
} from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
798
|
+
import {
|
|
799
|
+
UpdateFlowPermissionsCommandInput,
|
|
800
|
+
UpdateFlowPermissionsCommandOutput,
|
|
801
|
+
} from "./commands/UpdateFlowPermissionsCommand";
|
|
750
802
|
import {
|
|
751
803
|
UpdateFolderCommandInput,
|
|
752
804
|
UpdateFolderCommandOutput,
|
|
@@ -914,6 +966,19 @@ export interface QuickSight {
|
|
|
914
966
|
options: __HttpHandlerOptions,
|
|
915
967
|
cb: (err: any, data?: CreateAccountSubscriptionCommandOutput) => void
|
|
916
968
|
): void;
|
|
969
|
+
createActionConnector(
|
|
970
|
+
args: CreateActionConnectorCommandInput,
|
|
971
|
+
options?: __HttpHandlerOptions
|
|
972
|
+
): Promise<CreateActionConnectorCommandOutput>;
|
|
973
|
+
createActionConnector(
|
|
974
|
+
args: CreateActionConnectorCommandInput,
|
|
975
|
+
cb: (err: any, data?: CreateActionConnectorCommandOutput) => void
|
|
976
|
+
): void;
|
|
977
|
+
createActionConnector(
|
|
978
|
+
args: CreateActionConnectorCommandInput,
|
|
979
|
+
options: __HttpHandlerOptions,
|
|
980
|
+
cb: (err: any, data?: CreateActionConnectorCommandOutput) => void
|
|
981
|
+
): void;
|
|
917
982
|
createAnalysis(
|
|
918
983
|
args: CreateAnalysisCommandInput,
|
|
919
984
|
options?: __HttpHandlerOptions
|
|
@@ -1239,6 +1304,19 @@ export interface QuickSight {
|
|
|
1239
1304
|
options: __HttpHandlerOptions,
|
|
1240
1305
|
cb: (err: any, data?: DeleteAccountSubscriptionCommandOutput) => void
|
|
1241
1306
|
): void;
|
|
1307
|
+
deleteActionConnector(
|
|
1308
|
+
args: DeleteActionConnectorCommandInput,
|
|
1309
|
+
options?: __HttpHandlerOptions
|
|
1310
|
+
): Promise<DeleteActionConnectorCommandOutput>;
|
|
1311
|
+
deleteActionConnector(
|
|
1312
|
+
args: DeleteActionConnectorCommandInput,
|
|
1313
|
+
cb: (err: any, data?: DeleteActionConnectorCommandOutput) => void
|
|
1314
|
+
): void;
|
|
1315
|
+
deleteActionConnector(
|
|
1316
|
+
args: DeleteActionConnectorCommandInput,
|
|
1317
|
+
options: __HttpHandlerOptions,
|
|
1318
|
+
cb: (err: any, data?: DeleteActionConnectorCommandOutput) => void
|
|
1319
|
+
): void;
|
|
1242
1320
|
deleteAnalysis(
|
|
1243
1321
|
args: DeleteAnalysisCommandInput,
|
|
1244
1322
|
options?: __HttpHandlerOptions
|
|
@@ -1674,6 +1752,38 @@ export interface QuickSight {
|
|
|
1674
1752
|
options: __HttpHandlerOptions,
|
|
1675
1753
|
cb: (err: any, data?: DescribeAccountSubscriptionCommandOutput) => void
|
|
1676
1754
|
): void;
|
|
1755
|
+
describeActionConnector(
|
|
1756
|
+
args: DescribeActionConnectorCommandInput,
|
|
1757
|
+
options?: __HttpHandlerOptions
|
|
1758
|
+
): Promise<DescribeActionConnectorCommandOutput>;
|
|
1759
|
+
describeActionConnector(
|
|
1760
|
+
args: DescribeActionConnectorCommandInput,
|
|
1761
|
+
cb: (err: any, data?: DescribeActionConnectorCommandOutput) => void
|
|
1762
|
+
): void;
|
|
1763
|
+
describeActionConnector(
|
|
1764
|
+
args: DescribeActionConnectorCommandInput,
|
|
1765
|
+
options: __HttpHandlerOptions,
|
|
1766
|
+
cb: (err: any, data?: DescribeActionConnectorCommandOutput) => void
|
|
1767
|
+
): void;
|
|
1768
|
+
describeActionConnectorPermissions(
|
|
1769
|
+
args: DescribeActionConnectorPermissionsCommandInput,
|
|
1770
|
+
options?: __HttpHandlerOptions
|
|
1771
|
+
): Promise<DescribeActionConnectorPermissionsCommandOutput>;
|
|
1772
|
+
describeActionConnectorPermissions(
|
|
1773
|
+
args: DescribeActionConnectorPermissionsCommandInput,
|
|
1774
|
+
cb: (
|
|
1775
|
+
err: any,
|
|
1776
|
+
data?: DescribeActionConnectorPermissionsCommandOutput
|
|
1777
|
+
) => void
|
|
1778
|
+
): void;
|
|
1779
|
+
describeActionConnectorPermissions(
|
|
1780
|
+
args: DescribeActionConnectorPermissionsCommandInput,
|
|
1781
|
+
options: __HttpHandlerOptions,
|
|
1782
|
+
cb: (
|
|
1783
|
+
err: any,
|
|
1784
|
+
data?: DescribeActionConnectorPermissionsCommandOutput
|
|
1785
|
+
) => void
|
|
1786
|
+
): void;
|
|
1677
1787
|
describeAnalysis(
|
|
1678
1788
|
args: DescribeAnalysisCommandInput,
|
|
1679
1789
|
options?: __HttpHandlerOptions
|
|
@@ -2398,6 +2508,32 @@ export interface QuickSight {
|
|
|
2398
2508
|
options: __HttpHandlerOptions,
|
|
2399
2509
|
cb: (err: any, data?: GetDashboardEmbedUrlCommandOutput) => void
|
|
2400
2510
|
): void;
|
|
2511
|
+
getFlowMetadata(
|
|
2512
|
+
args: GetFlowMetadataCommandInput,
|
|
2513
|
+
options?: __HttpHandlerOptions
|
|
2514
|
+
): Promise<GetFlowMetadataCommandOutput>;
|
|
2515
|
+
getFlowMetadata(
|
|
2516
|
+
args: GetFlowMetadataCommandInput,
|
|
2517
|
+
cb: (err: any, data?: GetFlowMetadataCommandOutput) => void
|
|
2518
|
+
): void;
|
|
2519
|
+
getFlowMetadata(
|
|
2520
|
+
args: GetFlowMetadataCommandInput,
|
|
2521
|
+
options: __HttpHandlerOptions,
|
|
2522
|
+
cb: (err: any, data?: GetFlowMetadataCommandOutput) => void
|
|
2523
|
+
): void;
|
|
2524
|
+
getFlowPermissions(
|
|
2525
|
+
args: GetFlowPermissionsCommandInput,
|
|
2526
|
+
options?: __HttpHandlerOptions
|
|
2527
|
+
): Promise<GetFlowPermissionsCommandOutput>;
|
|
2528
|
+
getFlowPermissions(
|
|
2529
|
+
args: GetFlowPermissionsCommandInput,
|
|
2530
|
+
cb: (err: any, data?: GetFlowPermissionsCommandOutput) => void
|
|
2531
|
+
): void;
|
|
2532
|
+
getFlowPermissions(
|
|
2533
|
+
args: GetFlowPermissionsCommandInput,
|
|
2534
|
+
options: __HttpHandlerOptions,
|
|
2535
|
+
cb: (err: any, data?: GetFlowPermissionsCommandOutput) => void
|
|
2536
|
+
): void;
|
|
2401
2537
|
getSessionEmbedUrl(
|
|
2402
2538
|
args: GetSessionEmbedUrlCommandInput,
|
|
2403
2539
|
options?: __HttpHandlerOptions
|
|
@@ -2411,6 +2547,19 @@ export interface QuickSight {
|
|
|
2411
2547
|
options: __HttpHandlerOptions,
|
|
2412
2548
|
cb: (err: any, data?: GetSessionEmbedUrlCommandOutput) => void
|
|
2413
2549
|
): void;
|
|
2550
|
+
listActionConnectors(
|
|
2551
|
+
args: ListActionConnectorsCommandInput,
|
|
2552
|
+
options?: __HttpHandlerOptions
|
|
2553
|
+
): Promise<ListActionConnectorsCommandOutput>;
|
|
2554
|
+
listActionConnectors(
|
|
2555
|
+
args: ListActionConnectorsCommandInput,
|
|
2556
|
+
cb: (err: any, data?: ListActionConnectorsCommandOutput) => void
|
|
2557
|
+
): void;
|
|
2558
|
+
listActionConnectors(
|
|
2559
|
+
args: ListActionConnectorsCommandInput,
|
|
2560
|
+
options: __HttpHandlerOptions,
|
|
2561
|
+
cb: (err: any, data?: ListActionConnectorsCommandOutput) => void
|
|
2562
|
+
): void;
|
|
2414
2563
|
listAnalyses(
|
|
2415
2564
|
args: ListAnalysesCommandInput,
|
|
2416
2565
|
options?: __HttpHandlerOptions
|
|
@@ -2528,6 +2677,19 @@ export interface QuickSight {
|
|
|
2528
2677
|
options: __HttpHandlerOptions,
|
|
2529
2678
|
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
2530
2679
|
): void;
|
|
2680
|
+
listFlows(
|
|
2681
|
+
args: ListFlowsCommandInput,
|
|
2682
|
+
options?: __HttpHandlerOptions
|
|
2683
|
+
): Promise<ListFlowsCommandOutput>;
|
|
2684
|
+
listFlows(
|
|
2685
|
+
args: ListFlowsCommandInput,
|
|
2686
|
+
cb: (err: any, data?: ListFlowsCommandOutput) => void
|
|
2687
|
+
): void;
|
|
2688
|
+
listFlows(
|
|
2689
|
+
args: ListFlowsCommandInput,
|
|
2690
|
+
options: __HttpHandlerOptions,
|
|
2691
|
+
cb: (err: any, data?: ListFlowsCommandOutput) => void
|
|
2692
|
+
): void;
|
|
2531
2693
|
listFolderMembers(
|
|
2532
2694
|
args: ListFolderMembersCommandInput,
|
|
2533
2695
|
options?: __HttpHandlerOptions
|
|
@@ -2905,6 +3067,19 @@ export interface QuickSight {
|
|
|
2905
3067
|
options: __HttpHandlerOptions,
|
|
2906
3068
|
cb: (err: any, data?: RestoreAnalysisCommandOutput) => void
|
|
2907
3069
|
): void;
|
|
3070
|
+
searchActionConnectors(
|
|
3071
|
+
args: SearchActionConnectorsCommandInput,
|
|
3072
|
+
options?: __HttpHandlerOptions
|
|
3073
|
+
): Promise<SearchActionConnectorsCommandOutput>;
|
|
3074
|
+
searchActionConnectors(
|
|
3075
|
+
args: SearchActionConnectorsCommandInput,
|
|
3076
|
+
cb: (err: any, data?: SearchActionConnectorsCommandOutput) => void
|
|
3077
|
+
): void;
|
|
3078
|
+
searchActionConnectors(
|
|
3079
|
+
args: SearchActionConnectorsCommandInput,
|
|
3080
|
+
options: __HttpHandlerOptions,
|
|
3081
|
+
cb: (err: any, data?: SearchActionConnectorsCommandOutput) => void
|
|
3082
|
+
): void;
|
|
2908
3083
|
searchAnalyses(
|
|
2909
3084
|
args: SearchAnalysesCommandInput,
|
|
2910
3085
|
options?: __HttpHandlerOptions
|
|
@@ -2957,6 +3132,19 @@ export interface QuickSight {
|
|
|
2957
3132
|
options: __HttpHandlerOptions,
|
|
2958
3133
|
cb: (err: any, data?: SearchDataSourcesCommandOutput) => void
|
|
2959
3134
|
): void;
|
|
3135
|
+
searchFlows(
|
|
3136
|
+
args: SearchFlowsCommandInput,
|
|
3137
|
+
options?: __HttpHandlerOptions
|
|
3138
|
+
): Promise<SearchFlowsCommandOutput>;
|
|
3139
|
+
searchFlows(
|
|
3140
|
+
args: SearchFlowsCommandInput,
|
|
3141
|
+
cb: (err: any, data?: SearchFlowsCommandOutput) => void
|
|
3142
|
+
): void;
|
|
3143
|
+
searchFlows(
|
|
3144
|
+
args: SearchFlowsCommandInput,
|
|
3145
|
+
options: __HttpHandlerOptions,
|
|
3146
|
+
cb: (err: any, data?: SearchFlowsCommandOutput) => void
|
|
3147
|
+
): void;
|
|
2960
3148
|
searchFolders(
|
|
2961
3149
|
args: SearchFoldersCommandInput,
|
|
2962
3150
|
options?: __HttpHandlerOptions
|
|
@@ -3119,6 +3307,32 @@ export interface QuickSight {
|
|
|
3119
3307
|
options: __HttpHandlerOptions,
|
|
3120
3308
|
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
|
|
3121
3309
|
): void;
|
|
3310
|
+
updateActionConnector(
|
|
3311
|
+
args: UpdateActionConnectorCommandInput,
|
|
3312
|
+
options?: __HttpHandlerOptions
|
|
3313
|
+
): Promise<UpdateActionConnectorCommandOutput>;
|
|
3314
|
+
updateActionConnector(
|
|
3315
|
+
args: UpdateActionConnectorCommandInput,
|
|
3316
|
+
cb: (err: any, data?: UpdateActionConnectorCommandOutput) => void
|
|
3317
|
+
): void;
|
|
3318
|
+
updateActionConnector(
|
|
3319
|
+
args: UpdateActionConnectorCommandInput,
|
|
3320
|
+
options: __HttpHandlerOptions,
|
|
3321
|
+
cb: (err: any, data?: UpdateActionConnectorCommandOutput) => void
|
|
3322
|
+
): void;
|
|
3323
|
+
updateActionConnectorPermissions(
|
|
3324
|
+
args: UpdateActionConnectorPermissionsCommandInput,
|
|
3325
|
+
options?: __HttpHandlerOptions
|
|
3326
|
+
): Promise<UpdateActionConnectorPermissionsCommandOutput>;
|
|
3327
|
+
updateActionConnectorPermissions(
|
|
3328
|
+
args: UpdateActionConnectorPermissionsCommandInput,
|
|
3329
|
+
cb: (err: any, data?: UpdateActionConnectorPermissionsCommandOutput) => void
|
|
3330
|
+
): void;
|
|
3331
|
+
updateActionConnectorPermissions(
|
|
3332
|
+
args: UpdateActionConnectorPermissionsCommandInput,
|
|
3333
|
+
options: __HttpHandlerOptions,
|
|
3334
|
+
cb: (err: any, data?: UpdateActionConnectorPermissionsCommandOutput) => void
|
|
3335
|
+
): void;
|
|
3122
3336
|
updateAnalysis(
|
|
3123
3337
|
args: UpdateAnalysisCommandInput,
|
|
3124
3338
|
options?: __HttpHandlerOptions
|
|
@@ -3352,6 +3566,19 @@ export interface QuickSight {
|
|
|
3352
3566
|
data?: UpdateDefaultQBusinessApplicationCommandOutput
|
|
3353
3567
|
) => void
|
|
3354
3568
|
): void;
|
|
3569
|
+
updateFlowPermissions(
|
|
3570
|
+
args: UpdateFlowPermissionsCommandInput,
|
|
3571
|
+
options?: __HttpHandlerOptions
|
|
3572
|
+
): Promise<UpdateFlowPermissionsCommandOutput>;
|
|
3573
|
+
updateFlowPermissions(
|
|
3574
|
+
args: UpdateFlowPermissionsCommandInput,
|
|
3575
|
+
cb: (err: any, data?: UpdateFlowPermissionsCommandOutput) => void
|
|
3576
|
+
): void;
|
|
3577
|
+
updateFlowPermissions(
|
|
3578
|
+
args: UpdateFlowPermissionsCommandInput,
|
|
3579
|
+
options: __HttpHandlerOptions,
|
|
3580
|
+
cb: (err: any, data?: UpdateFlowPermissionsCommandOutput) => void
|
|
3581
|
+
): void;
|
|
3355
3582
|
updateFolder(
|
|
3356
3583
|
args: UpdateFolderCommandInput,
|
|
3357
3584
|
options?: __HttpHandlerOptions
|
|
@@ -65,6 +65,10 @@ import {
|
|
|
65
65
|
CreateAccountSubscriptionCommandInput,
|
|
66
66
|
CreateAccountSubscriptionCommandOutput,
|
|
67
67
|
} from "./commands/CreateAccountSubscriptionCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreateActionConnectorCommandInput,
|
|
70
|
+
CreateActionConnectorCommandOutput,
|
|
71
|
+
} from "./commands/CreateActionConnectorCommand";
|
|
68
72
|
import {
|
|
69
73
|
CreateAnalysisCommandInput,
|
|
70
74
|
CreateAnalysisCommandOutput,
|
|
@@ -165,6 +169,10 @@ import {
|
|
|
165
169
|
DeleteAccountSubscriptionCommandInput,
|
|
166
170
|
DeleteAccountSubscriptionCommandOutput,
|
|
167
171
|
} from "./commands/DeleteAccountSubscriptionCommand";
|
|
172
|
+
import {
|
|
173
|
+
DeleteActionConnectorCommandInput,
|
|
174
|
+
DeleteActionConnectorCommandOutput,
|
|
175
|
+
} from "./commands/DeleteActionConnectorCommand";
|
|
168
176
|
import {
|
|
169
177
|
DeleteAnalysisCommandInput,
|
|
170
178
|
DeleteAnalysisCommandOutput,
|
|
@@ -297,6 +305,14 @@ import {
|
|
|
297
305
|
DescribeAccountSubscriptionCommandInput,
|
|
298
306
|
DescribeAccountSubscriptionCommandOutput,
|
|
299
307
|
} from "./commands/DescribeAccountSubscriptionCommand";
|
|
308
|
+
import {
|
|
309
|
+
DescribeActionConnectorCommandInput,
|
|
310
|
+
DescribeActionConnectorCommandOutput,
|
|
311
|
+
} from "./commands/DescribeActionConnectorCommand";
|
|
312
|
+
import {
|
|
313
|
+
DescribeActionConnectorPermissionsCommandInput,
|
|
314
|
+
DescribeActionConnectorPermissionsCommandOutput,
|
|
315
|
+
} from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
300
316
|
import {
|
|
301
317
|
DescribeAnalysisCommandInput,
|
|
302
318
|
DescribeAnalysisCommandOutput,
|
|
@@ -505,10 +521,22 @@ import {
|
|
|
505
521
|
GetDashboardEmbedUrlCommandInput,
|
|
506
522
|
GetDashboardEmbedUrlCommandOutput,
|
|
507
523
|
} from "./commands/GetDashboardEmbedUrlCommand";
|
|
524
|
+
import {
|
|
525
|
+
GetFlowMetadataCommandInput,
|
|
526
|
+
GetFlowMetadataCommandOutput,
|
|
527
|
+
} from "./commands/GetFlowMetadataCommand";
|
|
528
|
+
import {
|
|
529
|
+
GetFlowPermissionsCommandInput,
|
|
530
|
+
GetFlowPermissionsCommandOutput,
|
|
531
|
+
} from "./commands/GetFlowPermissionsCommand";
|
|
508
532
|
import {
|
|
509
533
|
GetSessionEmbedUrlCommandInput,
|
|
510
534
|
GetSessionEmbedUrlCommandOutput,
|
|
511
535
|
} from "./commands/GetSessionEmbedUrlCommand";
|
|
536
|
+
import {
|
|
537
|
+
ListActionConnectorsCommandInput,
|
|
538
|
+
ListActionConnectorsCommandOutput,
|
|
539
|
+
} from "./commands/ListActionConnectorsCommand";
|
|
512
540
|
import {
|
|
513
541
|
ListAnalysesCommandInput,
|
|
514
542
|
ListAnalysesCommandOutput,
|
|
@@ -545,6 +573,10 @@ import {
|
|
|
545
573
|
ListDataSourcesCommandInput,
|
|
546
574
|
ListDataSourcesCommandOutput,
|
|
547
575
|
} from "./commands/ListDataSourcesCommand";
|
|
576
|
+
import {
|
|
577
|
+
ListFlowsCommandInput,
|
|
578
|
+
ListFlowsCommandOutput,
|
|
579
|
+
} from "./commands/ListFlowsCommand";
|
|
548
580
|
import {
|
|
549
581
|
ListFolderMembersCommandInput,
|
|
550
582
|
ListFolderMembersCommandOutput,
|
|
@@ -661,6 +693,10 @@ import {
|
|
|
661
693
|
RestoreAnalysisCommandInput,
|
|
662
694
|
RestoreAnalysisCommandOutput,
|
|
663
695
|
} from "./commands/RestoreAnalysisCommand";
|
|
696
|
+
import {
|
|
697
|
+
SearchActionConnectorsCommandInput,
|
|
698
|
+
SearchActionConnectorsCommandOutput,
|
|
699
|
+
} from "./commands/SearchActionConnectorsCommand";
|
|
664
700
|
import {
|
|
665
701
|
SearchAnalysesCommandInput,
|
|
666
702
|
SearchAnalysesCommandOutput,
|
|
@@ -677,6 +713,10 @@ import {
|
|
|
677
713
|
SearchDataSourcesCommandInput,
|
|
678
714
|
SearchDataSourcesCommandOutput,
|
|
679
715
|
} from "./commands/SearchDataSourcesCommand";
|
|
716
|
+
import {
|
|
717
|
+
SearchFlowsCommandInput,
|
|
718
|
+
SearchFlowsCommandOutput,
|
|
719
|
+
} from "./commands/SearchFlowsCommand";
|
|
680
720
|
import {
|
|
681
721
|
SearchFoldersCommandInput,
|
|
682
722
|
SearchFoldersCommandOutput,
|
|
@@ -725,6 +765,14 @@ import {
|
|
|
725
765
|
UpdateAccountSettingsCommandInput,
|
|
726
766
|
UpdateAccountSettingsCommandOutput,
|
|
727
767
|
} from "./commands/UpdateAccountSettingsCommand";
|
|
768
|
+
import {
|
|
769
|
+
UpdateActionConnectorCommandInput,
|
|
770
|
+
UpdateActionConnectorCommandOutput,
|
|
771
|
+
} from "./commands/UpdateActionConnectorCommand";
|
|
772
|
+
import {
|
|
773
|
+
UpdateActionConnectorPermissionsCommandInput,
|
|
774
|
+
UpdateActionConnectorPermissionsCommandOutput,
|
|
775
|
+
} from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
728
776
|
import {
|
|
729
777
|
UpdateAnalysisCommandInput,
|
|
730
778
|
UpdateAnalysisCommandOutput,
|
|
@@ -793,6 +841,10 @@ import {
|
|
|
793
841
|
UpdateDefaultQBusinessApplicationCommandInput,
|
|
794
842
|
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
795
843
|
} from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
844
|
+
import {
|
|
845
|
+
UpdateFlowPermissionsCommandInput,
|
|
846
|
+
UpdateFlowPermissionsCommandOutput,
|
|
847
|
+
} from "./commands/UpdateFlowPermissionsCommand";
|
|
796
848
|
import {
|
|
797
849
|
UpdateFolderCommandInput,
|
|
798
850
|
UpdateFolderCommandOutput,
|
|
@@ -906,6 +958,7 @@ export type ServiceInputTypes =
|
|
|
906
958
|
| CancelIngestionCommandInput
|
|
907
959
|
| CreateAccountCustomizationCommandInput
|
|
908
960
|
| CreateAccountSubscriptionCommandInput
|
|
961
|
+
| CreateActionConnectorCommandInput
|
|
909
962
|
| CreateAnalysisCommandInput
|
|
910
963
|
| CreateBrandCommandInput
|
|
911
964
|
| CreateCustomPermissionsCommandInput
|
|
@@ -931,6 +984,7 @@ export type ServiceInputTypes =
|
|
|
931
984
|
| DeleteAccountCustomPermissionCommandInput
|
|
932
985
|
| DeleteAccountCustomizationCommandInput
|
|
933
986
|
| DeleteAccountSubscriptionCommandInput
|
|
987
|
+
| DeleteActionConnectorCommandInput
|
|
934
988
|
| DeleteAnalysisCommandInput
|
|
935
989
|
| DeleteBrandAssignmentCommandInput
|
|
936
990
|
| DeleteBrandCommandInput
|
|
@@ -964,6 +1018,8 @@ export type ServiceInputTypes =
|
|
|
964
1018
|
| DescribeAccountCustomizationCommandInput
|
|
965
1019
|
| DescribeAccountSettingsCommandInput
|
|
966
1020
|
| DescribeAccountSubscriptionCommandInput
|
|
1021
|
+
| DescribeActionConnectorCommandInput
|
|
1022
|
+
| DescribeActionConnectorPermissionsCommandInput
|
|
967
1023
|
| DescribeAnalysisCommandInput
|
|
968
1024
|
| DescribeAnalysisDefinitionCommandInput
|
|
969
1025
|
| DescribeAnalysisPermissionsCommandInput
|
|
@@ -1016,7 +1072,10 @@ export type ServiceInputTypes =
|
|
|
1016
1072
|
| GenerateEmbedUrlForRegisteredUserCommandInput
|
|
1017
1073
|
| GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
1018
1074
|
| GetDashboardEmbedUrlCommandInput
|
|
1075
|
+
| GetFlowMetadataCommandInput
|
|
1076
|
+
| GetFlowPermissionsCommandInput
|
|
1019
1077
|
| GetSessionEmbedUrlCommandInput
|
|
1078
|
+
| ListActionConnectorsCommandInput
|
|
1020
1079
|
| ListAnalysesCommandInput
|
|
1021
1080
|
| ListAssetBundleExportJobsCommandInput
|
|
1022
1081
|
| ListAssetBundleImportJobsCommandInput
|
|
@@ -1026,6 +1085,7 @@ export type ServiceInputTypes =
|
|
|
1026
1085
|
| ListDashboardsCommandInput
|
|
1027
1086
|
| ListDataSetsCommandInput
|
|
1028
1087
|
| ListDataSourcesCommandInput
|
|
1088
|
+
| ListFlowsCommandInput
|
|
1029
1089
|
| ListFolderMembersCommandInput
|
|
1030
1090
|
| ListFoldersCommandInput
|
|
1031
1091
|
| ListFoldersForResourceCommandInput
|
|
@@ -1055,10 +1115,12 @@ export type ServiceInputTypes =
|
|
|
1055
1115
|
| PutDataSetRefreshPropertiesCommandInput
|
|
1056
1116
|
| RegisterUserCommandInput
|
|
1057
1117
|
| RestoreAnalysisCommandInput
|
|
1118
|
+
| SearchActionConnectorsCommandInput
|
|
1058
1119
|
| SearchAnalysesCommandInput
|
|
1059
1120
|
| SearchDashboardsCommandInput
|
|
1060
1121
|
| SearchDataSetsCommandInput
|
|
1061
1122
|
| SearchDataSourcesCommandInput
|
|
1123
|
+
| SearchFlowsCommandInput
|
|
1062
1124
|
| SearchFoldersCommandInput
|
|
1063
1125
|
| SearchGroupsCommandInput
|
|
1064
1126
|
| SearchTopicsCommandInput
|
|
@@ -1071,6 +1133,8 @@ export type ServiceInputTypes =
|
|
|
1071
1133
|
| UpdateAccountCustomPermissionCommandInput
|
|
1072
1134
|
| UpdateAccountCustomizationCommandInput
|
|
1073
1135
|
| UpdateAccountSettingsCommandInput
|
|
1136
|
+
| UpdateActionConnectorCommandInput
|
|
1137
|
+
| UpdateActionConnectorPermissionsCommandInput
|
|
1074
1138
|
| UpdateAnalysisCommandInput
|
|
1075
1139
|
| UpdateAnalysisPermissionsCommandInput
|
|
1076
1140
|
| UpdateApplicationWithTokenExchangeGrantCommandInput
|
|
@@ -1088,6 +1152,7 @@ export type ServiceInputTypes =
|
|
|
1088
1152
|
| UpdateDataSourceCommandInput
|
|
1089
1153
|
| UpdateDataSourcePermissionsCommandInput
|
|
1090
1154
|
| UpdateDefaultQBusinessApplicationCommandInput
|
|
1155
|
+
| UpdateFlowPermissionsCommandInput
|
|
1091
1156
|
| UpdateFolderCommandInput
|
|
1092
1157
|
| UpdateFolderPermissionsCommandInput
|
|
1093
1158
|
| UpdateGroupCommandInput
|
|
@@ -1119,6 +1184,7 @@ export type ServiceOutputTypes =
|
|
|
1119
1184
|
| CancelIngestionCommandOutput
|
|
1120
1185
|
| CreateAccountCustomizationCommandOutput
|
|
1121
1186
|
| CreateAccountSubscriptionCommandOutput
|
|
1187
|
+
| CreateActionConnectorCommandOutput
|
|
1122
1188
|
| CreateAnalysisCommandOutput
|
|
1123
1189
|
| CreateBrandCommandOutput
|
|
1124
1190
|
| CreateCustomPermissionsCommandOutput
|
|
@@ -1144,6 +1210,7 @@ export type ServiceOutputTypes =
|
|
|
1144
1210
|
| DeleteAccountCustomPermissionCommandOutput
|
|
1145
1211
|
| DeleteAccountCustomizationCommandOutput
|
|
1146
1212
|
| DeleteAccountSubscriptionCommandOutput
|
|
1213
|
+
| DeleteActionConnectorCommandOutput
|
|
1147
1214
|
| DeleteAnalysisCommandOutput
|
|
1148
1215
|
| DeleteBrandAssignmentCommandOutput
|
|
1149
1216
|
| DeleteBrandCommandOutput
|
|
@@ -1177,6 +1244,8 @@ export type ServiceOutputTypes =
|
|
|
1177
1244
|
| DescribeAccountCustomizationCommandOutput
|
|
1178
1245
|
| DescribeAccountSettingsCommandOutput
|
|
1179
1246
|
| DescribeAccountSubscriptionCommandOutput
|
|
1247
|
+
| DescribeActionConnectorCommandOutput
|
|
1248
|
+
| DescribeActionConnectorPermissionsCommandOutput
|
|
1180
1249
|
| DescribeAnalysisCommandOutput
|
|
1181
1250
|
| DescribeAnalysisDefinitionCommandOutput
|
|
1182
1251
|
| DescribeAnalysisPermissionsCommandOutput
|
|
@@ -1229,7 +1298,10 @@ export type ServiceOutputTypes =
|
|
|
1229
1298
|
| GenerateEmbedUrlForRegisteredUserCommandOutput
|
|
1230
1299
|
| GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput
|
|
1231
1300
|
| GetDashboardEmbedUrlCommandOutput
|
|
1301
|
+
| GetFlowMetadataCommandOutput
|
|
1302
|
+
| GetFlowPermissionsCommandOutput
|
|
1232
1303
|
| GetSessionEmbedUrlCommandOutput
|
|
1304
|
+
| ListActionConnectorsCommandOutput
|
|
1233
1305
|
| ListAnalysesCommandOutput
|
|
1234
1306
|
| ListAssetBundleExportJobsCommandOutput
|
|
1235
1307
|
| ListAssetBundleImportJobsCommandOutput
|
|
@@ -1239,6 +1311,7 @@ export type ServiceOutputTypes =
|
|
|
1239
1311
|
| ListDashboardsCommandOutput
|
|
1240
1312
|
| ListDataSetsCommandOutput
|
|
1241
1313
|
| ListDataSourcesCommandOutput
|
|
1314
|
+
| ListFlowsCommandOutput
|
|
1242
1315
|
| ListFolderMembersCommandOutput
|
|
1243
1316
|
| ListFoldersCommandOutput
|
|
1244
1317
|
| ListFoldersForResourceCommandOutput
|
|
@@ -1268,10 +1341,12 @@ export type ServiceOutputTypes =
|
|
|
1268
1341
|
| PutDataSetRefreshPropertiesCommandOutput
|
|
1269
1342
|
| RegisterUserCommandOutput
|
|
1270
1343
|
| RestoreAnalysisCommandOutput
|
|
1344
|
+
| SearchActionConnectorsCommandOutput
|
|
1271
1345
|
| SearchAnalysesCommandOutput
|
|
1272
1346
|
| SearchDashboardsCommandOutput
|
|
1273
1347
|
| SearchDataSetsCommandOutput
|
|
1274
1348
|
| SearchDataSourcesCommandOutput
|
|
1349
|
+
| SearchFlowsCommandOutput
|
|
1275
1350
|
| SearchFoldersCommandOutput
|
|
1276
1351
|
| SearchGroupsCommandOutput
|
|
1277
1352
|
| SearchTopicsCommandOutput
|
|
@@ -1284,6 +1359,8 @@ export type ServiceOutputTypes =
|
|
|
1284
1359
|
| UpdateAccountCustomPermissionCommandOutput
|
|
1285
1360
|
| UpdateAccountCustomizationCommandOutput
|
|
1286
1361
|
| UpdateAccountSettingsCommandOutput
|
|
1362
|
+
| UpdateActionConnectorCommandOutput
|
|
1363
|
+
| UpdateActionConnectorPermissionsCommandOutput
|
|
1287
1364
|
| UpdateAnalysisCommandOutput
|
|
1288
1365
|
| UpdateAnalysisPermissionsCommandOutput
|
|
1289
1366
|
| UpdateApplicationWithTokenExchangeGrantCommandOutput
|
|
@@ -1301,6 +1378,7 @@ export type ServiceOutputTypes =
|
|
|
1301
1378
|
| UpdateDataSourceCommandOutput
|
|
1302
1379
|
| UpdateDataSourcePermissionsCommandOutput
|
|
1303
1380
|
| UpdateDefaultQBusinessApplicationCommandOutput
|
|
1381
|
+
| UpdateFlowPermissionsCommandOutput
|
|
1304
1382
|
| UpdateFolderCommandOutput
|
|
1305
1383
|
| UpdateFolderPermissionsCommandOutput
|
|
1306
1384
|
| UpdateGroupCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BatchCreateTopicReviewedAnswerResponse } from "../models/
|
|
3
|
+
import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_3";
|
|
4
4
|
import { BatchCreateTopicReviewedAnswerRequest } from "../models/models_5";
|
|
5
5
|
import {
|
|
6
6
|
QuickSightClientResolvedConfig,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
BatchDeleteTopicReviewedAnswerRequest,
|
|
5
5
|
BatchDeleteTopicReviewedAnswerResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateActionConnectorRequest,
|
|
5
|
+
CreateActionConnectorResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateActionConnectorCommandInput
|
|
15
|
+
extends CreateActionConnectorRequest {}
|
|
16
|
+
export interface CreateActionConnectorCommandOutput
|
|
17
|
+
extends CreateActionConnectorResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateActionConnectorCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateActionConnectorCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateActionConnectorCommandInput,
|
|
24
|
+
CreateActionConnectorCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateActionConnectorCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateActionConnectorCommandInput,
|
|
33
|
+
CreateActionConnectorCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateActionConnectorCommand extends CreateActionConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateActionConnectorRequest;
|
|
44
|
+
output: CreateActionConnectorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateActionConnectorCommandInput;
|
|
48
|
+
output: CreateActionConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeleteAccountCustomPermissionRequest,
|
|
5
5
|
DeleteAccountCustomPermissionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|