@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
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreateAccountSubscriptionCommandInput,
|
|
24
24
|
CreateAccountSubscriptionCommandOutput,
|
|
25
25
|
} from "../commands/CreateAccountSubscriptionCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateActionConnectorCommandInput,
|
|
28
|
+
CreateActionConnectorCommandOutput,
|
|
29
|
+
} from "../commands/CreateActionConnectorCommand";
|
|
26
30
|
import {
|
|
27
31
|
CreateAnalysisCommandInput,
|
|
28
32
|
CreateAnalysisCommandOutput,
|
|
@@ -123,6 +127,10 @@ import {
|
|
|
123
127
|
DeleteAccountSubscriptionCommandInput,
|
|
124
128
|
DeleteAccountSubscriptionCommandOutput,
|
|
125
129
|
} from "../commands/DeleteAccountSubscriptionCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteActionConnectorCommandInput,
|
|
132
|
+
DeleteActionConnectorCommandOutput,
|
|
133
|
+
} from "../commands/DeleteActionConnectorCommand";
|
|
126
134
|
import {
|
|
127
135
|
DeleteAnalysisCommandInput,
|
|
128
136
|
DeleteAnalysisCommandOutput,
|
|
@@ -255,6 +263,14 @@ import {
|
|
|
255
263
|
DescribeAccountSubscriptionCommandInput,
|
|
256
264
|
DescribeAccountSubscriptionCommandOutput,
|
|
257
265
|
} from "../commands/DescribeAccountSubscriptionCommand";
|
|
266
|
+
import {
|
|
267
|
+
DescribeActionConnectorCommandInput,
|
|
268
|
+
DescribeActionConnectorCommandOutput,
|
|
269
|
+
} from "../commands/DescribeActionConnectorCommand";
|
|
270
|
+
import {
|
|
271
|
+
DescribeActionConnectorPermissionsCommandInput,
|
|
272
|
+
DescribeActionConnectorPermissionsCommandOutput,
|
|
273
|
+
} from "../commands/DescribeActionConnectorPermissionsCommand";
|
|
258
274
|
import {
|
|
259
275
|
DescribeAnalysisCommandInput,
|
|
260
276
|
DescribeAnalysisCommandOutput,
|
|
@@ -463,10 +479,22 @@ import {
|
|
|
463
479
|
GetDashboardEmbedUrlCommandInput,
|
|
464
480
|
GetDashboardEmbedUrlCommandOutput,
|
|
465
481
|
} from "../commands/GetDashboardEmbedUrlCommand";
|
|
482
|
+
import {
|
|
483
|
+
GetFlowMetadataCommandInput,
|
|
484
|
+
GetFlowMetadataCommandOutput,
|
|
485
|
+
} from "../commands/GetFlowMetadataCommand";
|
|
486
|
+
import {
|
|
487
|
+
GetFlowPermissionsCommandInput,
|
|
488
|
+
GetFlowPermissionsCommandOutput,
|
|
489
|
+
} from "../commands/GetFlowPermissionsCommand";
|
|
466
490
|
import {
|
|
467
491
|
GetSessionEmbedUrlCommandInput,
|
|
468
492
|
GetSessionEmbedUrlCommandOutput,
|
|
469
493
|
} from "../commands/GetSessionEmbedUrlCommand";
|
|
494
|
+
import {
|
|
495
|
+
ListActionConnectorsCommandInput,
|
|
496
|
+
ListActionConnectorsCommandOutput,
|
|
497
|
+
} from "../commands/ListActionConnectorsCommand";
|
|
470
498
|
import {
|
|
471
499
|
ListAnalysesCommandInput,
|
|
472
500
|
ListAnalysesCommandOutput,
|
|
@@ -503,6 +531,10 @@ import {
|
|
|
503
531
|
ListDataSourcesCommandInput,
|
|
504
532
|
ListDataSourcesCommandOutput,
|
|
505
533
|
} from "../commands/ListDataSourcesCommand";
|
|
534
|
+
import {
|
|
535
|
+
ListFlowsCommandInput,
|
|
536
|
+
ListFlowsCommandOutput,
|
|
537
|
+
} from "../commands/ListFlowsCommand";
|
|
506
538
|
import {
|
|
507
539
|
ListFolderMembersCommandInput,
|
|
508
540
|
ListFolderMembersCommandOutput,
|
|
@@ -619,6 +651,10 @@ import {
|
|
|
619
651
|
RestoreAnalysisCommandInput,
|
|
620
652
|
RestoreAnalysisCommandOutput,
|
|
621
653
|
} from "../commands/RestoreAnalysisCommand";
|
|
654
|
+
import {
|
|
655
|
+
SearchActionConnectorsCommandInput,
|
|
656
|
+
SearchActionConnectorsCommandOutput,
|
|
657
|
+
} from "../commands/SearchActionConnectorsCommand";
|
|
622
658
|
import {
|
|
623
659
|
SearchAnalysesCommandInput,
|
|
624
660
|
SearchAnalysesCommandOutput,
|
|
@@ -635,6 +671,10 @@ import {
|
|
|
635
671
|
SearchDataSourcesCommandInput,
|
|
636
672
|
SearchDataSourcesCommandOutput,
|
|
637
673
|
} from "../commands/SearchDataSourcesCommand";
|
|
674
|
+
import {
|
|
675
|
+
SearchFlowsCommandInput,
|
|
676
|
+
SearchFlowsCommandOutput,
|
|
677
|
+
} from "../commands/SearchFlowsCommand";
|
|
638
678
|
import {
|
|
639
679
|
SearchFoldersCommandInput,
|
|
640
680
|
SearchFoldersCommandOutput,
|
|
@@ -683,6 +723,14 @@ import {
|
|
|
683
723
|
UpdateAccountSettingsCommandInput,
|
|
684
724
|
UpdateAccountSettingsCommandOutput,
|
|
685
725
|
} from "../commands/UpdateAccountSettingsCommand";
|
|
726
|
+
import {
|
|
727
|
+
UpdateActionConnectorCommandInput,
|
|
728
|
+
UpdateActionConnectorCommandOutput,
|
|
729
|
+
} from "../commands/UpdateActionConnectorCommand";
|
|
730
|
+
import {
|
|
731
|
+
UpdateActionConnectorPermissionsCommandInput,
|
|
732
|
+
UpdateActionConnectorPermissionsCommandOutput,
|
|
733
|
+
} from "../commands/UpdateActionConnectorPermissionsCommand";
|
|
686
734
|
import {
|
|
687
735
|
UpdateAnalysisCommandInput,
|
|
688
736
|
UpdateAnalysisCommandOutput,
|
|
@@ -751,6 +799,10 @@ import {
|
|
|
751
799
|
UpdateDefaultQBusinessApplicationCommandInput,
|
|
752
800
|
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
753
801
|
} from "../commands/UpdateDefaultQBusinessApplicationCommand";
|
|
802
|
+
import {
|
|
803
|
+
UpdateFlowPermissionsCommandInput,
|
|
804
|
+
UpdateFlowPermissionsCommandOutput,
|
|
805
|
+
} from "../commands/UpdateFlowPermissionsCommand";
|
|
754
806
|
import {
|
|
755
807
|
UpdateFolderCommandInput,
|
|
756
808
|
UpdateFolderCommandOutput,
|
|
@@ -871,6 +923,10 @@ export declare const se_CreateAccountSubscriptionCommand: (
|
|
|
871
923
|
input: CreateAccountSubscriptionCommandInput,
|
|
872
924
|
context: __SerdeContext
|
|
873
925
|
) => Promise<__HttpRequest>;
|
|
926
|
+
export declare const se_CreateActionConnectorCommand: (
|
|
927
|
+
input: CreateActionConnectorCommandInput,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<__HttpRequest>;
|
|
874
930
|
export declare const se_CreateAnalysisCommand: (
|
|
875
931
|
input: CreateAnalysisCommandInput,
|
|
876
932
|
context: __SerdeContext
|
|
@@ -971,6 +1027,10 @@ export declare const se_DeleteAccountSubscriptionCommand: (
|
|
|
971
1027
|
input: DeleteAccountSubscriptionCommandInput,
|
|
972
1028
|
context: __SerdeContext
|
|
973
1029
|
) => Promise<__HttpRequest>;
|
|
1030
|
+
export declare const se_DeleteActionConnectorCommand: (
|
|
1031
|
+
input: DeleteActionConnectorCommandInput,
|
|
1032
|
+
context: __SerdeContext
|
|
1033
|
+
) => Promise<__HttpRequest>;
|
|
974
1034
|
export declare const se_DeleteAnalysisCommand: (
|
|
975
1035
|
input: DeleteAnalysisCommandInput,
|
|
976
1036
|
context: __SerdeContext
|
|
@@ -1103,6 +1163,14 @@ export declare const se_DescribeAccountSubscriptionCommand: (
|
|
|
1103
1163
|
input: DescribeAccountSubscriptionCommandInput,
|
|
1104
1164
|
context: __SerdeContext
|
|
1105
1165
|
) => Promise<__HttpRequest>;
|
|
1166
|
+
export declare const se_DescribeActionConnectorCommand: (
|
|
1167
|
+
input: DescribeActionConnectorCommandInput,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<__HttpRequest>;
|
|
1170
|
+
export declare const se_DescribeActionConnectorPermissionsCommand: (
|
|
1171
|
+
input: DescribeActionConnectorPermissionsCommandInput,
|
|
1172
|
+
context: __SerdeContext
|
|
1173
|
+
) => Promise<__HttpRequest>;
|
|
1106
1174
|
export declare const se_DescribeAnalysisCommand: (
|
|
1107
1175
|
input: DescribeAnalysisCommandInput,
|
|
1108
1176
|
context: __SerdeContext
|
|
@@ -1311,10 +1379,22 @@ export declare const se_GetDashboardEmbedUrlCommand: (
|
|
|
1311
1379
|
input: GetDashboardEmbedUrlCommandInput,
|
|
1312
1380
|
context: __SerdeContext
|
|
1313
1381
|
) => Promise<__HttpRequest>;
|
|
1382
|
+
export declare const se_GetFlowMetadataCommand: (
|
|
1383
|
+
input: GetFlowMetadataCommandInput,
|
|
1384
|
+
context: __SerdeContext
|
|
1385
|
+
) => Promise<__HttpRequest>;
|
|
1386
|
+
export declare const se_GetFlowPermissionsCommand: (
|
|
1387
|
+
input: GetFlowPermissionsCommandInput,
|
|
1388
|
+
context: __SerdeContext
|
|
1389
|
+
) => Promise<__HttpRequest>;
|
|
1314
1390
|
export declare const se_GetSessionEmbedUrlCommand: (
|
|
1315
1391
|
input: GetSessionEmbedUrlCommandInput,
|
|
1316
1392
|
context: __SerdeContext
|
|
1317
1393
|
) => Promise<__HttpRequest>;
|
|
1394
|
+
export declare const se_ListActionConnectorsCommand: (
|
|
1395
|
+
input: ListActionConnectorsCommandInput,
|
|
1396
|
+
context: __SerdeContext
|
|
1397
|
+
) => Promise<__HttpRequest>;
|
|
1318
1398
|
export declare const se_ListAnalysesCommand: (
|
|
1319
1399
|
input: ListAnalysesCommandInput,
|
|
1320
1400
|
context: __SerdeContext
|
|
@@ -1351,6 +1431,10 @@ export declare const se_ListDataSourcesCommand: (
|
|
|
1351
1431
|
input: ListDataSourcesCommandInput,
|
|
1352
1432
|
context: __SerdeContext
|
|
1353
1433
|
) => Promise<__HttpRequest>;
|
|
1434
|
+
export declare const se_ListFlowsCommand: (
|
|
1435
|
+
input: ListFlowsCommandInput,
|
|
1436
|
+
context: __SerdeContext
|
|
1437
|
+
) => Promise<__HttpRequest>;
|
|
1354
1438
|
export declare const se_ListFolderMembersCommand: (
|
|
1355
1439
|
input: ListFolderMembersCommandInput,
|
|
1356
1440
|
context: __SerdeContext
|
|
@@ -1467,6 +1551,10 @@ export declare const se_RestoreAnalysisCommand: (
|
|
|
1467
1551
|
input: RestoreAnalysisCommandInput,
|
|
1468
1552
|
context: __SerdeContext
|
|
1469
1553
|
) => Promise<__HttpRequest>;
|
|
1554
|
+
export declare const se_SearchActionConnectorsCommand: (
|
|
1555
|
+
input: SearchActionConnectorsCommandInput,
|
|
1556
|
+
context: __SerdeContext
|
|
1557
|
+
) => Promise<__HttpRequest>;
|
|
1470
1558
|
export declare const se_SearchAnalysesCommand: (
|
|
1471
1559
|
input: SearchAnalysesCommandInput,
|
|
1472
1560
|
context: __SerdeContext
|
|
@@ -1483,6 +1571,10 @@ export declare const se_SearchDataSourcesCommand: (
|
|
|
1483
1571
|
input: SearchDataSourcesCommandInput,
|
|
1484
1572
|
context: __SerdeContext
|
|
1485
1573
|
) => Promise<__HttpRequest>;
|
|
1574
|
+
export declare const se_SearchFlowsCommand: (
|
|
1575
|
+
input: SearchFlowsCommandInput,
|
|
1576
|
+
context: __SerdeContext
|
|
1577
|
+
) => Promise<__HttpRequest>;
|
|
1486
1578
|
export declare const se_SearchFoldersCommand: (
|
|
1487
1579
|
input: SearchFoldersCommandInput,
|
|
1488
1580
|
context: __SerdeContext
|
|
@@ -1531,6 +1623,14 @@ export declare const se_UpdateAccountSettingsCommand: (
|
|
|
1531
1623
|
input: UpdateAccountSettingsCommandInput,
|
|
1532
1624
|
context: __SerdeContext
|
|
1533
1625
|
) => Promise<__HttpRequest>;
|
|
1626
|
+
export declare const se_UpdateActionConnectorCommand: (
|
|
1627
|
+
input: UpdateActionConnectorCommandInput,
|
|
1628
|
+
context: __SerdeContext
|
|
1629
|
+
) => Promise<__HttpRequest>;
|
|
1630
|
+
export declare const se_UpdateActionConnectorPermissionsCommand: (
|
|
1631
|
+
input: UpdateActionConnectorPermissionsCommandInput,
|
|
1632
|
+
context: __SerdeContext
|
|
1633
|
+
) => Promise<__HttpRequest>;
|
|
1534
1634
|
export declare const se_UpdateAnalysisCommand: (
|
|
1535
1635
|
input: UpdateAnalysisCommandInput,
|
|
1536
1636
|
context: __SerdeContext
|
|
@@ -1599,6 +1699,10 @@ export declare const se_UpdateDefaultQBusinessApplicationCommand: (
|
|
|
1599
1699
|
input: UpdateDefaultQBusinessApplicationCommandInput,
|
|
1600
1700
|
context: __SerdeContext
|
|
1601
1701
|
) => Promise<__HttpRequest>;
|
|
1702
|
+
export declare const se_UpdateFlowPermissionsCommand: (
|
|
1703
|
+
input: UpdateFlowPermissionsCommandInput,
|
|
1704
|
+
context: __SerdeContext
|
|
1705
|
+
) => Promise<__HttpRequest>;
|
|
1602
1706
|
export declare const se_UpdateFolderCommand: (
|
|
1603
1707
|
input: UpdateFolderCommandInput,
|
|
1604
1708
|
context: __SerdeContext
|
|
@@ -1719,6 +1823,10 @@ export declare const de_CreateAccountSubscriptionCommand: (
|
|
|
1719
1823
|
output: __HttpResponse,
|
|
1720
1824
|
context: __SerdeContext
|
|
1721
1825
|
) => Promise<CreateAccountSubscriptionCommandOutput>;
|
|
1826
|
+
export declare const de_CreateActionConnectorCommand: (
|
|
1827
|
+
output: __HttpResponse,
|
|
1828
|
+
context: __SerdeContext
|
|
1829
|
+
) => Promise<CreateActionConnectorCommandOutput>;
|
|
1722
1830
|
export declare const de_CreateAnalysisCommand: (
|
|
1723
1831
|
output: __HttpResponse,
|
|
1724
1832
|
context: __SerdeContext
|
|
@@ -1819,6 +1927,10 @@ export declare const de_DeleteAccountSubscriptionCommand: (
|
|
|
1819
1927
|
output: __HttpResponse,
|
|
1820
1928
|
context: __SerdeContext
|
|
1821
1929
|
) => Promise<DeleteAccountSubscriptionCommandOutput>;
|
|
1930
|
+
export declare const de_DeleteActionConnectorCommand: (
|
|
1931
|
+
output: __HttpResponse,
|
|
1932
|
+
context: __SerdeContext
|
|
1933
|
+
) => Promise<DeleteActionConnectorCommandOutput>;
|
|
1822
1934
|
export declare const de_DeleteAnalysisCommand: (
|
|
1823
1935
|
output: __HttpResponse,
|
|
1824
1936
|
context: __SerdeContext
|
|
@@ -1951,6 +2063,14 @@ export declare const de_DescribeAccountSubscriptionCommand: (
|
|
|
1951
2063
|
output: __HttpResponse,
|
|
1952
2064
|
context: __SerdeContext
|
|
1953
2065
|
) => Promise<DescribeAccountSubscriptionCommandOutput>;
|
|
2066
|
+
export declare const de_DescribeActionConnectorCommand: (
|
|
2067
|
+
output: __HttpResponse,
|
|
2068
|
+
context: __SerdeContext
|
|
2069
|
+
) => Promise<DescribeActionConnectorCommandOutput>;
|
|
2070
|
+
export declare const de_DescribeActionConnectorPermissionsCommand: (
|
|
2071
|
+
output: __HttpResponse,
|
|
2072
|
+
context: __SerdeContext
|
|
2073
|
+
) => Promise<DescribeActionConnectorPermissionsCommandOutput>;
|
|
1954
2074
|
export declare const de_DescribeAnalysisCommand: (
|
|
1955
2075
|
output: __HttpResponse,
|
|
1956
2076
|
context: __SerdeContext
|
|
@@ -2159,10 +2279,22 @@ export declare const de_GetDashboardEmbedUrlCommand: (
|
|
|
2159
2279
|
output: __HttpResponse,
|
|
2160
2280
|
context: __SerdeContext
|
|
2161
2281
|
) => Promise<GetDashboardEmbedUrlCommandOutput>;
|
|
2282
|
+
export declare const de_GetFlowMetadataCommand: (
|
|
2283
|
+
output: __HttpResponse,
|
|
2284
|
+
context: __SerdeContext
|
|
2285
|
+
) => Promise<GetFlowMetadataCommandOutput>;
|
|
2286
|
+
export declare const de_GetFlowPermissionsCommand: (
|
|
2287
|
+
output: __HttpResponse,
|
|
2288
|
+
context: __SerdeContext
|
|
2289
|
+
) => Promise<GetFlowPermissionsCommandOutput>;
|
|
2162
2290
|
export declare const de_GetSessionEmbedUrlCommand: (
|
|
2163
2291
|
output: __HttpResponse,
|
|
2164
2292
|
context: __SerdeContext
|
|
2165
2293
|
) => Promise<GetSessionEmbedUrlCommandOutput>;
|
|
2294
|
+
export declare const de_ListActionConnectorsCommand: (
|
|
2295
|
+
output: __HttpResponse,
|
|
2296
|
+
context: __SerdeContext
|
|
2297
|
+
) => Promise<ListActionConnectorsCommandOutput>;
|
|
2166
2298
|
export declare const de_ListAnalysesCommand: (
|
|
2167
2299
|
output: __HttpResponse,
|
|
2168
2300
|
context: __SerdeContext
|
|
@@ -2199,6 +2331,10 @@ export declare const de_ListDataSourcesCommand: (
|
|
|
2199
2331
|
output: __HttpResponse,
|
|
2200
2332
|
context: __SerdeContext
|
|
2201
2333
|
) => Promise<ListDataSourcesCommandOutput>;
|
|
2334
|
+
export declare const de_ListFlowsCommand: (
|
|
2335
|
+
output: __HttpResponse,
|
|
2336
|
+
context: __SerdeContext
|
|
2337
|
+
) => Promise<ListFlowsCommandOutput>;
|
|
2202
2338
|
export declare const de_ListFolderMembersCommand: (
|
|
2203
2339
|
output: __HttpResponse,
|
|
2204
2340
|
context: __SerdeContext
|
|
@@ -2315,6 +2451,10 @@ export declare const de_RestoreAnalysisCommand: (
|
|
|
2315
2451
|
output: __HttpResponse,
|
|
2316
2452
|
context: __SerdeContext
|
|
2317
2453
|
) => Promise<RestoreAnalysisCommandOutput>;
|
|
2454
|
+
export declare const de_SearchActionConnectorsCommand: (
|
|
2455
|
+
output: __HttpResponse,
|
|
2456
|
+
context: __SerdeContext
|
|
2457
|
+
) => Promise<SearchActionConnectorsCommandOutput>;
|
|
2318
2458
|
export declare const de_SearchAnalysesCommand: (
|
|
2319
2459
|
output: __HttpResponse,
|
|
2320
2460
|
context: __SerdeContext
|
|
@@ -2331,6 +2471,10 @@ export declare const de_SearchDataSourcesCommand: (
|
|
|
2331
2471
|
output: __HttpResponse,
|
|
2332
2472
|
context: __SerdeContext
|
|
2333
2473
|
) => Promise<SearchDataSourcesCommandOutput>;
|
|
2474
|
+
export declare const de_SearchFlowsCommand: (
|
|
2475
|
+
output: __HttpResponse,
|
|
2476
|
+
context: __SerdeContext
|
|
2477
|
+
) => Promise<SearchFlowsCommandOutput>;
|
|
2334
2478
|
export declare const de_SearchFoldersCommand: (
|
|
2335
2479
|
output: __HttpResponse,
|
|
2336
2480
|
context: __SerdeContext
|
|
@@ -2379,6 +2523,14 @@ export declare const de_UpdateAccountSettingsCommand: (
|
|
|
2379
2523
|
output: __HttpResponse,
|
|
2380
2524
|
context: __SerdeContext
|
|
2381
2525
|
) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
2526
|
+
export declare const de_UpdateActionConnectorCommand: (
|
|
2527
|
+
output: __HttpResponse,
|
|
2528
|
+
context: __SerdeContext
|
|
2529
|
+
) => Promise<UpdateActionConnectorCommandOutput>;
|
|
2530
|
+
export declare const de_UpdateActionConnectorPermissionsCommand: (
|
|
2531
|
+
output: __HttpResponse,
|
|
2532
|
+
context: __SerdeContext
|
|
2533
|
+
) => Promise<UpdateActionConnectorPermissionsCommandOutput>;
|
|
2382
2534
|
export declare const de_UpdateAnalysisCommand: (
|
|
2383
2535
|
output: __HttpResponse,
|
|
2384
2536
|
context: __SerdeContext
|
|
@@ -2447,6 +2599,10 @@ export declare const de_UpdateDefaultQBusinessApplicationCommand: (
|
|
|
2447
2599
|
output: __HttpResponse,
|
|
2448
2600
|
context: __SerdeContext
|
|
2449
2601
|
) => Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
|
|
2602
|
+
export declare const de_UpdateFlowPermissionsCommand: (
|
|
2603
|
+
output: __HttpResponse,
|
|
2604
|
+
context: __SerdeContext
|
|
2605
|
+
) => Promise<UpdateFlowPermissionsCommandOutput>;
|
|
2450
2606
|
export declare const de_UpdateFolderCommand: (
|
|
2451
2607
|
output: __HttpResponse,
|
|
2452
2608
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.907.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.907.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.907.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.901.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.901.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.901.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.907.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.901.0",
|
|
30
30
|
"@aws-sdk/types": "3.901.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.901.0",
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.907.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.907.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.3.0",
|
|
35
35
|
"@smithy/core": "^3.14.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.0",
|