@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
|
@@ -35,6 +35,299 @@ export interface AccountSettings {
|
|
|
35
35
|
PublicSharingEnabled?: boolean | undefined;
|
|
36
36
|
TerminationProtectionEnabled?: boolean | undefined;
|
|
37
37
|
}
|
|
38
|
+
export interface ReadAPIKeyConnectionMetadata {
|
|
39
|
+
BaseEndpoint: string | undefined;
|
|
40
|
+
Email?: string | undefined;
|
|
41
|
+
}
|
|
42
|
+
export declare const AuthorizationCodeGrantCredentialsSource: {
|
|
43
|
+
readonly PLAIN_CREDENTIALS: "PLAIN_CREDENTIALS";
|
|
44
|
+
};
|
|
45
|
+
export type AuthorizationCodeGrantCredentialsSource =
|
|
46
|
+
(typeof AuthorizationCodeGrantCredentialsSource)[keyof typeof AuthorizationCodeGrantCredentialsSource];
|
|
47
|
+
export interface ReadAuthorizationCodeGrantDetails {
|
|
48
|
+
ClientId: string | undefined;
|
|
49
|
+
TokenEndpoint: string | undefined;
|
|
50
|
+
AuthorizationEndpoint: string | undefined;
|
|
51
|
+
}
|
|
52
|
+
export type ReadAuthorizationCodeGrantCredentialsDetails =
|
|
53
|
+
| ReadAuthorizationCodeGrantCredentialsDetails.ReadAuthorizationCodeGrantDetailsMember
|
|
54
|
+
| ReadAuthorizationCodeGrantCredentialsDetails.$UnknownMember;
|
|
55
|
+
export declare namespace ReadAuthorizationCodeGrantCredentialsDetails {
|
|
56
|
+
interface ReadAuthorizationCodeGrantDetailsMember {
|
|
57
|
+
ReadAuthorizationCodeGrantDetails: ReadAuthorizationCodeGrantDetails;
|
|
58
|
+
$unknown?: never;
|
|
59
|
+
}
|
|
60
|
+
interface $UnknownMember {
|
|
61
|
+
ReadAuthorizationCodeGrantDetails?: never;
|
|
62
|
+
$unknown: [string, any];
|
|
63
|
+
}
|
|
64
|
+
interface Visitor<T> {
|
|
65
|
+
ReadAuthorizationCodeGrantDetails: (
|
|
66
|
+
value: ReadAuthorizationCodeGrantDetails
|
|
67
|
+
) => T;
|
|
68
|
+
_: (name: string, value: any) => T;
|
|
69
|
+
}
|
|
70
|
+
const visit: <T>(
|
|
71
|
+
value: ReadAuthorizationCodeGrantCredentialsDetails,
|
|
72
|
+
visitor: Visitor<T>
|
|
73
|
+
) => T;
|
|
74
|
+
}
|
|
75
|
+
export interface ReadAuthorizationCodeGrantMetadata {
|
|
76
|
+
BaseEndpoint: string | undefined;
|
|
77
|
+
RedirectUrl: string | undefined;
|
|
78
|
+
ReadAuthorizationCodeGrantCredentialsDetails?:
|
|
79
|
+
| ReadAuthorizationCodeGrantCredentialsDetails
|
|
80
|
+
| undefined;
|
|
81
|
+
AuthorizationCodeGrantCredentialsSource?:
|
|
82
|
+
| AuthorizationCodeGrantCredentialsSource
|
|
83
|
+
| undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface ReadBasicAuthConnectionMetadata {
|
|
86
|
+
BaseEndpoint: string | undefined;
|
|
87
|
+
Username: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
export declare const ClientCredentialsSource: {
|
|
90
|
+
readonly PLAIN_CREDENTIALS: "PLAIN_CREDENTIALS";
|
|
91
|
+
};
|
|
92
|
+
export type ClientCredentialsSource =
|
|
93
|
+
(typeof ClientCredentialsSource)[keyof typeof ClientCredentialsSource];
|
|
94
|
+
export interface ReadClientCredentialsGrantDetails {
|
|
95
|
+
ClientId: string | undefined;
|
|
96
|
+
TokenEndpoint: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export type ReadClientCredentialsDetails =
|
|
99
|
+
| ReadClientCredentialsDetails.ReadClientCredentialsGrantDetailsMember
|
|
100
|
+
| ReadClientCredentialsDetails.$UnknownMember;
|
|
101
|
+
export declare namespace ReadClientCredentialsDetails {
|
|
102
|
+
interface ReadClientCredentialsGrantDetailsMember {
|
|
103
|
+
ReadClientCredentialsGrantDetails: ReadClientCredentialsGrantDetails;
|
|
104
|
+
$unknown?: never;
|
|
105
|
+
}
|
|
106
|
+
interface $UnknownMember {
|
|
107
|
+
ReadClientCredentialsGrantDetails?: never;
|
|
108
|
+
$unknown: [string, any];
|
|
109
|
+
}
|
|
110
|
+
interface Visitor<T> {
|
|
111
|
+
ReadClientCredentialsGrantDetails: (
|
|
112
|
+
value: ReadClientCredentialsGrantDetails
|
|
113
|
+
) => T;
|
|
114
|
+
_: (name: string, value: any) => T;
|
|
115
|
+
}
|
|
116
|
+
const visit: <T>(
|
|
117
|
+
value: ReadClientCredentialsDetails,
|
|
118
|
+
visitor: Visitor<T>
|
|
119
|
+
) => T;
|
|
120
|
+
}
|
|
121
|
+
export interface ReadClientCredentialsGrantMetadata {
|
|
122
|
+
BaseEndpoint: string | undefined;
|
|
123
|
+
ReadClientCredentialsDetails?: ReadClientCredentialsDetails | undefined;
|
|
124
|
+
ClientCredentialsSource?: ClientCredentialsSource | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface ReadIamConnectionMetadata {
|
|
127
|
+
RoleArn: string | undefined;
|
|
128
|
+
SourceArn: string | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface ReadNoneConnectionMetadata {
|
|
131
|
+
BaseEndpoint: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
export type ReadAuthenticationMetadata =
|
|
134
|
+
| ReadAuthenticationMetadata.ApiKeyConnectionMetadataMember
|
|
135
|
+
| ReadAuthenticationMetadata.AuthorizationCodeGrantMetadataMember
|
|
136
|
+
| ReadAuthenticationMetadata.BasicAuthConnectionMetadataMember
|
|
137
|
+
| ReadAuthenticationMetadata.ClientCredentialsGrantMetadataMember
|
|
138
|
+
| ReadAuthenticationMetadata.IamConnectionMetadataMember
|
|
139
|
+
| ReadAuthenticationMetadata.NoneConnectionMetadataMember
|
|
140
|
+
| ReadAuthenticationMetadata.$UnknownMember;
|
|
141
|
+
export declare namespace ReadAuthenticationMetadata {
|
|
142
|
+
interface AuthorizationCodeGrantMetadataMember {
|
|
143
|
+
AuthorizationCodeGrantMetadata: ReadAuthorizationCodeGrantMetadata;
|
|
144
|
+
ClientCredentialsGrantMetadata?: never;
|
|
145
|
+
BasicAuthConnectionMetadata?: never;
|
|
146
|
+
ApiKeyConnectionMetadata?: never;
|
|
147
|
+
NoneConnectionMetadata?: never;
|
|
148
|
+
IamConnectionMetadata?: never;
|
|
149
|
+
$unknown?: never;
|
|
150
|
+
}
|
|
151
|
+
interface ClientCredentialsGrantMetadataMember {
|
|
152
|
+
AuthorizationCodeGrantMetadata?: never;
|
|
153
|
+
ClientCredentialsGrantMetadata: ReadClientCredentialsGrantMetadata;
|
|
154
|
+
BasicAuthConnectionMetadata?: never;
|
|
155
|
+
ApiKeyConnectionMetadata?: never;
|
|
156
|
+
NoneConnectionMetadata?: never;
|
|
157
|
+
IamConnectionMetadata?: never;
|
|
158
|
+
$unknown?: never;
|
|
159
|
+
}
|
|
160
|
+
interface BasicAuthConnectionMetadataMember {
|
|
161
|
+
AuthorizationCodeGrantMetadata?: never;
|
|
162
|
+
ClientCredentialsGrantMetadata?: never;
|
|
163
|
+
BasicAuthConnectionMetadata: ReadBasicAuthConnectionMetadata;
|
|
164
|
+
ApiKeyConnectionMetadata?: never;
|
|
165
|
+
NoneConnectionMetadata?: never;
|
|
166
|
+
IamConnectionMetadata?: never;
|
|
167
|
+
$unknown?: never;
|
|
168
|
+
}
|
|
169
|
+
interface ApiKeyConnectionMetadataMember {
|
|
170
|
+
AuthorizationCodeGrantMetadata?: never;
|
|
171
|
+
ClientCredentialsGrantMetadata?: never;
|
|
172
|
+
BasicAuthConnectionMetadata?: never;
|
|
173
|
+
ApiKeyConnectionMetadata: ReadAPIKeyConnectionMetadata;
|
|
174
|
+
NoneConnectionMetadata?: never;
|
|
175
|
+
IamConnectionMetadata?: never;
|
|
176
|
+
$unknown?: never;
|
|
177
|
+
}
|
|
178
|
+
interface NoneConnectionMetadataMember {
|
|
179
|
+
AuthorizationCodeGrantMetadata?: never;
|
|
180
|
+
ClientCredentialsGrantMetadata?: never;
|
|
181
|
+
BasicAuthConnectionMetadata?: never;
|
|
182
|
+
ApiKeyConnectionMetadata?: never;
|
|
183
|
+
NoneConnectionMetadata: ReadNoneConnectionMetadata;
|
|
184
|
+
IamConnectionMetadata?: never;
|
|
185
|
+
$unknown?: never;
|
|
186
|
+
}
|
|
187
|
+
interface IamConnectionMetadataMember {
|
|
188
|
+
AuthorizationCodeGrantMetadata?: never;
|
|
189
|
+
ClientCredentialsGrantMetadata?: never;
|
|
190
|
+
BasicAuthConnectionMetadata?: never;
|
|
191
|
+
ApiKeyConnectionMetadata?: never;
|
|
192
|
+
NoneConnectionMetadata?: never;
|
|
193
|
+
IamConnectionMetadata: ReadIamConnectionMetadata;
|
|
194
|
+
$unknown?: never;
|
|
195
|
+
}
|
|
196
|
+
interface $UnknownMember {
|
|
197
|
+
AuthorizationCodeGrantMetadata?: never;
|
|
198
|
+
ClientCredentialsGrantMetadata?: never;
|
|
199
|
+
BasicAuthConnectionMetadata?: never;
|
|
200
|
+
ApiKeyConnectionMetadata?: never;
|
|
201
|
+
NoneConnectionMetadata?: never;
|
|
202
|
+
IamConnectionMetadata?: never;
|
|
203
|
+
$unknown: [string, any];
|
|
204
|
+
}
|
|
205
|
+
interface Visitor<T> {
|
|
206
|
+
AuthorizationCodeGrantMetadata: (
|
|
207
|
+
value: ReadAuthorizationCodeGrantMetadata
|
|
208
|
+
) => T;
|
|
209
|
+
ClientCredentialsGrantMetadata: (
|
|
210
|
+
value: ReadClientCredentialsGrantMetadata
|
|
211
|
+
) => T;
|
|
212
|
+
BasicAuthConnectionMetadata: (value: ReadBasicAuthConnectionMetadata) => T;
|
|
213
|
+
ApiKeyConnectionMetadata: (value: ReadAPIKeyConnectionMetadata) => T;
|
|
214
|
+
NoneConnectionMetadata: (value: ReadNoneConnectionMetadata) => T;
|
|
215
|
+
IamConnectionMetadata: (value: ReadIamConnectionMetadata) => T;
|
|
216
|
+
_: (name: string, value: any) => T;
|
|
217
|
+
}
|
|
218
|
+
const visit: <T>(value: ReadAuthenticationMetadata, visitor: Visitor<T>) => T;
|
|
219
|
+
}
|
|
220
|
+
export declare const ConnectionAuthType: {
|
|
221
|
+
readonly API_KEY: "API_KEY";
|
|
222
|
+
readonly BASIC: "BASIC";
|
|
223
|
+
readonly IAM: "IAM";
|
|
224
|
+
readonly NONE: "NONE";
|
|
225
|
+
readonly OAUTH2_AUTHORIZATION_CODE: "OAUTH2_AUTHORIZATION_CODE";
|
|
226
|
+
readonly OAUTH2_CLIENT_CREDENTIALS: "OAUTH2_CLIENT_CREDENTIALS";
|
|
227
|
+
};
|
|
228
|
+
export type ConnectionAuthType =
|
|
229
|
+
(typeof ConnectionAuthType)[keyof typeof ConnectionAuthType];
|
|
230
|
+
export interface ReadAuthConfig {
|
|
231
|
+
AuthenticationType: ConnectionAuthType | undefined;
|
|
232
|
+
AuthenticationMetadata: ReadAuthenticationMetadata | undefined;
|
|
233
|
+
}
|
|
234
|
+
export declare const ActionConnectorErrorType: {
|
|
235
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
236
|
+
};
|
|
237
|
+
export type ActionConnectorErrorType =
|
|
238
|
+
(typeof ActionConnectorErrorType)[keyof typeof ActionConnectorErrorType];
|
|
239
|
+
export interface ActionConnectorError {
|
|
240
|
+
Message?: string | undefined;
|
|
241
|
+
Type?: ActionConnectorErrorType | undefined;
|
|
242
|
+
}
|
|
243
|
+
export declare const ResourceStatus: {
|
|
244
|
+
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
245
|
+
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
246
|
+
readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
|
|
247
|
+
readonly DELETED: "DELETED";
|
|
248
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
249
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
250
|
+
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
251
|
+
};
|
|
252
|
+
export type ResourceStatus =
|
|
253
|
+
(typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
254
|
+
export declare const ActionConnectorType: {
|
|
255
|
+
readonly AMAZON_BEDROCK_AGENT_RUNTIME: "AMAZON_BEDROCK_AGENT_RUNTIME";
|
|
256
|
+
readonly AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME: "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME";
|
|
257
|
+
readonly AMAZON_BEDROCK_RUNTIME: "AMAZON_BEDROCK_RUNTIME";
|
|
258
|
+
readonly AMAZON_COMPREHEND: "AMAZON_COMPREHEND";
|
|
259
|
+
readonly AMAZON_COMPREHEND_MEDICAL: "AMAZON_COMPREHEND_MEDICAL";
|
|
260
|
+
readonly AMAZON_S3: "AMAZON_S3";
|
|
261
|
+
readonly AMAZON_TEXTRACT: "AMAZON_TEXTRACT";
|
|
262
|
+
readonly ASANA: "ASANA";
|
|
263
|
+
readonly ATLASSIAN_CONFLUENCE: "ATLASSIAN_CONFLUENCE";
|
|
264
|
+
readonly BAMBOO_HR: "BAMBOO_HR";
|
|
265
|
+
readonly GENERIC_HTTP: "GENERIC_HTTP";
|
|
266
|
+
readonly JIRA_CLOUD: "JIRA_CLOUD";
|
|
267
|
+
readonly MICROSOFT_ONEDRIVE: "MICROSOFT_ONEDRIVE";
|
|
268
|
+
readonly MICROSOFT_OUTLOOK: "MICROSOFT_OUTLOOK";
|
|
269
|
+
readonly MICROSOFT_SHAREPOINT: "MICROSOFT_SHAREPOINT";
|
|
270
|
+
readonly MICROSOFT_TEAMS: "MICROSOFT_TEAMS";
|
|
271
|
+
readonly PAGERDUTY_ADVANCE: "PAGERDUTY_ADVANCE";
|
|
272
|
+
readonly SALESFORCE_CRM: "SALESFORCE_CRM";
|
|
273
|
+
readonly SAP_BILLOFMATERIALS: "SAP_BILLOFMATERIALS";
|
|
274
|
+
readonly SAP_BUSINESSPARTNER: "SAP_BUSINESSPARTNER";
|
|
275
|
+
readonly SAP_MATERIALSTOCK: "SAP_MATERIALSTOCK";
|
|
276
|
+
readonly SAP_PHYSICALINVENTORY: "SAP_PHYSICALINVENTORY";
|
|
277
|
+
readonly SAP_PRODUCTMASTERDATA: "SAP_PRODUCTMASTERDATA";
|
|
278
|
+
readonly SERVICENOW_NOW_PLATFORM: "SERVICENOW_NOW_PLATFORM";
|
|
279
|
+
readonly SLACK: "SLACK";
|
|
280
|
+
readonly SMARTSHEET: "SMARTSHEET";
|
|
281
|
+
readonly ZENDESK_SUITE: "ZENDESK_SUITE";
|
|
282
|
+
};
|
|
283
|
+
export type ActionConnectorType =
|
|
284
|
+
(typeof ActionConnectorType)[keyof typeof ActionConnectorType];
|
|
285
|
+
export interface ActionConnector {
|
|
286
|
+
Arn: string | undefined;
|
|
287
|
+
ActionConnectorId: string | undefined;
|
|
288
|
+
Type: ActionConnectorType | undefined;
|
|
289
|
+
Name: string | undefined;
|
|
290
|
+
CreatedTime?: Date | undefined;
|
|
291
|
+
LastUpdatedTime: Date | undefined;
|
|
292
|
+
Status?: ResourceStatus | undefined;
|
|
293
|
+
Error?: ActionConnectorError | undefined;
|
|
294
|
+
Description?: string | undefined;
|
|
295
|
+
AuthenticationConfig?: ReadAuthConfig | undefined;
|
|
296
|
+
EnabledActions?: string[] | undefined;
|
|
297
|
+
VpcConnectionArn?: string | undefined;
|
|
298
|
+
}
|
|
299
|
+
export declare const ActionConnectorSearchFilterNameEnum: {
|
|
300
|
+
readonly ACTION_CONNECTOR_NAME: "ACTION_CONNECTOR_NAME";
|
|
301
|
+
readonly ACTION_CONNECTOR_TYPE: "ACTION_CONNECTOR_TYPE";
|
|
302
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
303
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
304
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
305
|
+
readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
|
|
306
|
+
readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
307
|
+
};
|
|
308
|
+
export type ActionConnectorSearchFilterNameEnum =
|
|
309
|
+
(typeof ActionConnectorSearchFilterNameEnum)[keyof typeof ActionConnectorSearchFilterNameEnum];
|
|
310
|
+
export declare const FilterOperator: {
|
|
311
|
+
readonly StringEquals: "StringEquals";
|
|
312
|
+
readonly StringLike: "StringLike";
|
|
313
|
+
};
|
|
314
|
+
export type FilterOperator =
|
|
315
|
+
(typeof FilterOperator)[keyof typeof FilterOperator];
|
|
316
|
+
export interface ActionConnectorSearchFilter {
|
|
317
|
+
Name: ActionConnectorSearchFilterNameEnum | undefined;
|
|
318
|
+
Operator: FilterOperator | undefined;
|
|
319
|
+
Value: string | undefined;
|
|
320
|
+
}
|
|
321
|
+
export interface ActionConnectorSummary {
|
|
322
|
+
Arn: string | undefined;
|
|
323
|
+
ActionConnectorId: string | undefined;
|
|
324
|
+
Type: ActionConnectorType | undefined;
|
|
325
|
+
Name: string | undefined;
|
|
326
|
+
CreatedTime?: Date | undefined;
|
|
327
|
+
LastUpdatedTime: Date | undefined;
|
|
328
|
+
Status?: ResourceStatus | undefined;
|
|
329
|
+
Error?: ActionConnectorError | undefined;
|
|
330
|
+
}
|
|
38
331
|
export interface ActiveIAMPolicyAssignment {
|
|
39
332
|
AssignmentName?: string | undefined;
|
|
40
333
|
PolicyArn?: string | undefined;
|
|
@@ -339,17 +632,6 @@ export interface Sheet {
|
|
|
339
632
|
Name?: string | undefined;
|
|
340
633
|
Images?: SheetImage[] | undefined;
|
|
341
634
|
}
|
|
342
|
-
export declare const ResourceStatus: {
|
|
343
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
344
|
-
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
345
|
-
readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
|
|
346
|
-
readonly DELETED: "DELETED";
|
|
347
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
348
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
349
|
-
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
350
|
-
};
|
|
351
|
-
export type ResourceStatus =
|
|
352
|
-
(typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
353
635
|
export interface Analysis {
|
|
354
636
|
AnalysisId?: string | undefined;
|
|
355
637
|
Arn?: string | undefined;
|
|
@@ -1559,132 +1841,24 @@ export interface DataPathLabelType {
|
|
|
1559
1841
|
FieldValue?: string | undefined;
|
|
1560
1842
|
Visibility?: Visibility | undefined;
|
|
1561
1843
|
}
|
|
1562
|
-
export
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
MaximumLabelType?: MaximumLabelType | undefined;
|
|
1581
|
-
}
|
|
1582
|
-
export declare const DataLabelContent: {
|
|
1583
|
-
readonly PERCENT: "PERCENT";
|
|
1584
|
-
readonly VALUE: "VALUE";
|
|
1585
|
-
readonly VALUE_AND_PERCENT: "VALUE_AND_PERCENT";
|
|
1586
|
-
};
|
|
1587
|
-
export type DataLabelContent =
|
|
1588
|
-
(typeof DataLabelContent)[keyof typeof DataLabelContent];
|
|
1589
|
-
export declare const DataLabelOverlap: {
|
|
1590
|
-
readonly DISABLE_OVERLAP: "DISABLE_OVERLAP";
|
|
1591
|
-
readonly ENABLE_OVERLAP: "ENABLE_OVERLAP";
|
|
1592
|
-
};
|
|
1593
|
-
export type DataLabelOverlap =
|
|
1594
|
-
(typeof DataLabelOverlap)[keyof typeof DataLabelOverlap];
|
|
1595
|
-
export declare const DataLabelPosition: {
|
|
1596
|
-
readonly BOTTOM: "BOTTOM";
|
|
1597
|
-
readonly INSIDE: "INSIDE";
|
|
1598
|
-
readonly LEFT: "LEFT";
|
|
1599
|
-
readonly OUTSIDE: "OUTSIDE";
|
|
1600
|
-
readonly RIGHT: "RIGHT";
|
|
1601
|
-
readonly TOP: "TOP";
|
|
1602
|
-
};
|
|
1603
|
-
export type DataLabelPosition =
|
|
1604
|
-
(typeof DataLabelPosition)[keyof typeof DataLabelPosition];
|
|
1605
|
-
export interface DataLabelOptions {
|
|
1606
|
-
Visibility?: Visibility | undefined;
|
|
1607
|
-
CategoryLabelVisibility?: Visibility | undefined;
|
|
1608
|
-
MeasureLabelVisibility?: Visibility | undefined;
|
|
1609
|
-
DataLabelTypes?: DataLabelType[] | undefined;
|
|
1610
|
-
Position?: DataLabelPosition | undefined;
|
|
1611
|
-
LabelContent?: DataLabelContent | undefined;
|
|
1612
|
-
LabelFontConfiguration?: FontConfiguration | undefined;
|
|
1613
|
-
LabelColor?: string | undefined;
|
|
1614
|
-
Overlap?: DataLabelOverlap | undefined;
|
|
1615
|
-
TotalsVisibility?: Visibility | undefined;
|
|
1616
|
-
}
|
|
1617
|
-
export interface CategoricalDimensionField {
|
|
1618
|
-
FieldId: string | undefined;
|
|
1619
|
-
Column: ColumnIdentifier | undefined;
|
|
1620
|
-
HierarchyId?: string | undefined;
|
|
1621
|
-
FormatConfiguration?: StringFormatConfiguration | undefined;
|
|
1622
|
-
}
|
|
1623
|
-
export interface DateDimensionField {
|
|
1624
|
-
FieldId: string | undefined;
|
|
1625
|
-
Column: ColumnIdentifier | undefined;
|
|
1626
|
-
DateGranularity?: TimeGranularity | undefined;
|
|
1627
|
-
HierarchyId?: string | undefined;
|
|
1628
|
-
FormatConfiguration?: DateTimeFormatConfiguration | undefined;
|
|
1629
|
-
}
|
|
1630
|
-
export interface NumericalDimensionField {
|
|
1631
|
-
FieldId: string | undefined;
|
|
1632
|
-
Column: ColumnIdentifier | undefined;
|
|
1633
|
-
HierarchyId?: string | undefined;
|
|
1634
|
-
FormatConfiguration?: NumberFormatConfiguration | undefined;
|
|
1635
|
-
}
|
|
1636
|
-
export interface DimensionField {
|
|
1637
|
-
NumericalDimensionField?: NumericalDimensionField | undefined;
|
|
1638
|
-
CategoricalDimensionField?: CategoricalDimensionField | undefined;
|
|
1639
|
-
DateDimensionField?: DateDimensionField | undefined;
|
|
1640
|
-
}
|
|
1641
|
-
export interface CalculatedMeasureField {
|
|
1642
|
-
FieldId: string | undefined;
|
|
1643
|
-
Expression: string | undefined;
|
|
1644
|
-
}
|
|
1645
|
-
export interface CategoricalMeasureField {
|
|
1646
|
-
FieldId: string | undefined;
|
|
1647
|
-
Column: ColumnIdentifier | undefined;
|
|
1648
|
-
AggregationFunction?: CategoricalAggregationFunction | undefined;
|
|
1649
|
-
FormatConfiguration?: StringFormatConfiguration | undefined;
|
|
1650
|
-
}
|
|
1651
|
-
export interface DateMeasureField {
|
|
1652
|
-
FieldId: string | undefined;
|
|
1653
|
-
Column: ColumnIdentifier | undefined;
|
|
1654
|
-
AggregationFunction?: DateAggregationFunction | undefined;
|
|
1655
|
-
FormatConfiguration?: DateTimeFormatConfiguration | undefined;
|
|
1656
|
-
}
|
|
1657
|
-
export interface NumericalMeasureField {
|
|
1658
|
-
FieldId: string | undefined;
|
|
1659
|
-
Column: ColumnIdentifier | undefined;
|
|
1660
|
-
AggregationFunction?: NumericalAggregationFunction | undefined;
|
|
1661
|
-
FormatConfiguration?: NumberFormatConfiguration | undefined;
|
|
1662
|
-
}
|
|
1663
|
-
export interface MeasureField {
|
|
1664
|
-
NumericalMeasureField?: NumericalMeasureField | undefined;
|
|
1665
|
-
CategoricalMeasureField?: CategoricalMeasureField | undefined;
|
|
1666
|
-
DateMeasureField?: DateMeasureField | undefined;
|
|
1667
|
-
CalculatedMeasureField?: CalculatedMeasureField | undefined;
|
|
1668
|
-
}
|
|
1669
|
-
export interface BarChartAggregatedFieldWells {
|
|
1670
|
-
Category?: DimensionField[] | undefined;
|
|
1671
|
-
Values?: MeasureField[] | undefined;
|
|
1672
|
-
Colors?: DimensionField[] | undefined;
|
|
1673
|
-
SmallMultiples?: DimensionField[] | undefined;
|
|
1674
|
-
}
|
|
1675
|
-
export interface BarChartFieldWells {
|
|
1676
|
-
BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells | undefined;
|
|
1677
|
-
}
|
|
1678
|
-
export interface ContextMenuOption {
|
|
1679
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
1680
|
-
}
|
|
1681
|
-
export interface VisualMenuOption {
|
|
1682
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
1683
|
-
}
|
|
1684
|
-
export interface VisualInteractionOptions {
|
|
1685
|
-
VisualMenuOption?: VisualMenuOption | undefined;
|
|
1686
|
-
ContextMenuOption?: ContextMenuOption | undefined;
|
|
1687
|
-
}
|
|
1844
|
+
export declare const ReadAPIKeyConnectionMetadataFilterSensitiveLog: (
|
|
1845
|
+
obj: ReadAPIKeyConnectionMetadata
|
|
1846
|
+
) => any;
|
|
1847
|
+
export declare const ReadBasicAuthConnectionMetadataFilterSensitiveLog: (
|
|
1848
|
+
obj: ReadBasicAuthConnectionMetadata
|
|
1849
|
+
) => any;
|
|
1850
|
+
export declare const ReadAuthenticationMetadataFilterSensitiveLog: (
|
|
1851
|
+
obj: ReadAuthenticationMetadata
|
|
1852
|
+
) => any;
|
|
1853
|
+
export declare const ReadAuthConfigFilterSensitiveLog: (
|
|
1854
|
+
obj: ReadAuthConfig
|
|
1855
|
+
) => any;
|
|
1856
|
+
export declare const ActionConnectorFilterSensitiveLog: (
|
|
1857
|
+
obj: ActionConnector
|
|
1858
|
+
) => any;
|
|
1859
|
+
export declare const ActionConnectorSummaryFilterSensitiveLog: (
|
|
1860
|
+
obj: ActionConnectorSummary
|
|
1861
|
+
) => any;
|
|
1688
1862
|
export declare const CustomParameterValuesFilterSensitiveLog: (
|
|
1689
1863
|
obj: CustomParameterValues
|
|
1690
1864
|
) => any;
|
|
@@ -1839,40 +2013,3 @@ export declare const VisualCustomActionFilterSensitiveLog: (
|
|
|
1839
2013
|
export declare const DataPathLabelTypeFilterSensitiveLog: (
|
|
1840
2014
|
obj: DataPathLabelType
|
|
1841
2015
|
) => any;
|
|
1842
|
-
export declare const DataLabelTypeFilterSensitiveLog: (
|
|
1843
|
-
obj: DataLabelType
|
|
1844
|
-
) => any;
|
|
1845
|
-
export declare const DataLabelOptionsFilterSensitiveLog: (
|
|
1846
|
-
obj: DataLabelOptions
|
|
1847
|
-
) => any;
|
|
1848
|
-
export declare const CategoricalDimensionFieldFilterSensitiveLog: (
|
|
1849
|
-
obj: CategoricalDimensionField
|
|
1850
|
-
) => any;
|
|
1851
|
-
export declare const DateDimensionFieldFilterSensitiveLog: (
|
|
1852
|
-
obj: DateDimensionField
|
|
1853
|
-
) => any;
|
|
1854
|
-
export declare const NumericalDimensionFieldFilterSensitiveLog: (
|
|
1855
|
-
obj: NumericalDimensionField
|
|
1856
|
-
) => any;
|
|
1857
|
-
export declare const DimensionFieldFilterSensitiveLog: (
|
|
1858
|
-
obj: DimensionField
|
|
1859
|
-
) => any;
|
|
1860
|
-
export declare const CalculatedMeasureFieldFilterSensitiveLog: (
|
|
1861
|
-
obj: CalculatedMeasureField
|
|
1862
|
-
) => any;
|
|
1863
|
-
export declare const CategoricalMeasureFieldFilterSensitiveLog: (
|
|
1864
|
-
obj: CategoricalMeasureField
|
|
1865
|
-
) => any;
|
|
1866
|
-
export declare const DateMeasureFieldFilterSensitiveLog: (
|
|
1867
|
-
obj: DateMeasureField
|
|
1868
|
-
) => any;
|
|
1869
|
-
export declare const NumericalMeasureFieldFilterSensitiveLog: (
|
|
1870
|
-
obj: NumericalMeasureField
|
|
1871
|
-
) => any;
|
|
1872
|
-
export declare const MeasureFieldFilterSensitiveLog: (obj: MeasureField) => any;
|
|
1873
|
-
export declare const BarChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
1874
|
-
obj: BarChartAggregatedFieldWells
|
|
1875
|
-
) => any;
|
|
1876
|
-
export declare const BarChartFieldWellsFilterSensitiveLog: (
|
|
1877
|
-
obj: BarChartFieldWells
|
|
1878
|
-
) => any;
|