@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
|
@@ -21,6 +21,108 @@ export const Edition = {
|
|
|
21
21
|
ENTERPRISE_AND_Q: "ENTERPRISE_AND_Q",
|
|
22
22
|
STANDARD: "STANDARD",
|
|
23
23
|
};
|
|
24
|
+
export const AuthorizationCodeGrantCredentialsSource = {
|
|
25
|
+
PLAIN_CREDENTIALS: "PLAIN_CREDENTIALS",
|
|
26
|
+
};
|
|
27
|
+
export var ReadAuthorizationCodeGrantCredentialsDetails;
|
|
28
|
+
(function (ReadAuthorizationCodeGrantCredentialsDetails) {
|
|
29
|
+
ReadAuthorizationCodeGrantCredentialsDetails.visit = (value, visitor) => {
|
|
30
|
+
if (value.ReadAuthorizationCodeGrantDetails !== undefined)
|
|
31
|
+
return visitor.ReadAuthorizationCodeGrantDetails(value.ReadAuthorizationCodeGrantDetails);
|
|
32
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
33
|
+
};
|
|
34
|
+
})(ReadAuthorizationCodeGrantCredentialsDetails || (ReadAuthorizationCodeGrantCredentialsDetails = {}));
|
|
35
|
+
export const ClientCredentialsSource = {
|
|
36
|
+
PLAIN_CREDENTIALS: "PLAIN_CREDENTIALS",
|
|
37
|
+
};
|
|
38
|
+
export var ReadClientCredentialsDetails;
|
|
39
|
+
(function (ReadClientCredentialsDetails) {
|
|
40
|
+
ReadClientCredentialsDetails.visit = (value, visitor) => {
|
|
41
|
+
if (value.ReadClientCredentialsGrantDetails !== undefined)
|
|
42
|
+
return visitor.ReadClientCredentialsGrantDetails(value.ReadClientCredentialsGrantDetails);
|
|
43
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
44
|
+
};
|
|
45
|
+
})(ReadClientCredentialsDetails || (ReadClientCredentialsDetails = {}));
|
|
46
|
+
export var ReadAuthenticationMetadata;
|
|
47
|
+
(function (ReadAuthenticationMetadata) {
|
|
48
|
+
ReadAuthenticationMetadata.visit = (value, visitor) => {
|
|
49
|
+
if (value.AuthorizationCodeGrantMetadata !== undefined)
|
|
50
|
+
return visitor.AuthorizationCodeGrantMetadata(value.AuthorizationCodeGrantMetadata);
|
|
51
|
+
if (value.ClientCredentialsGrantMetadata !== undefined)
|
|
52
|
+
return visitor.ClientCredentialsGrantMetadata(value.ClientCredentialsGrantMetadata);
|
|
53
|
+
if (value.BasicAuthConnectionMetadata !== undefined)
|
|
54
|
+
return visitor.BasicAuthConnectionMetadata(value.BasicAuthConnectionMetadata);
|
|
55
|
+
if (value.ApiKeyConnectionMetadata !== undefined)
|
|
56
|
+
return visitor.ApiKeyConnectionMetadata(value.ApiKeyConnectionMetadata);
|
|
57
|
+
if (value.NoneConnectionMetadata !== undefined)
|
|
58
|
+
return visitor.NoneConnectionMetadata(value.NoneConnectionMetadata);
|
|
59
|
+
if (value.IamConnectionMetadata !== undefined)
|
|
60
|
+
return visitor.IamConnectionMetadata(value.IamConnectionMetadata);
|
|
61
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
62
|
+
};
|
|
63
|
+
})(ReadAuthenticationMetadata || (ReadAuthenticationMetadata = {}));
|
|
64
|
+
export const ConnectionAuthType = {
|
|
65
|
+
API_KEY: "API_KEY",
|
|
66
|
+
BASIC: "BASIC",
|
|
67
|
+
IAM: "IAM",
|
|
68
|
+
NONE: "NONE",
|
|
69
|
+
OAUTH2_AUTHORIZATION_CODE: "OAUTH2_AUTHORIZATION_CODE",
|
|
70
|
+
OAUTH2_CLIENT_CREDENTIALS: "OAUTH2_CLIENT_CREDENTIALS",
|
|
71
|
+
};
|
|
72
|
+
export const ActionConnectorErrorType = {
|
|
73
|
+
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
74
|
+
};
|
|
75
|
+
export const ResourceStatus = {
|
|
76
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
77
|
+
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
78
|
+
CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL",
|
|
79
|
+
DELETED: "DELETED",
|
|
80
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
81
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
82
|
+
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
83
|
+
};
|
|
84
|
+
export const ActionConnectorType = {
|
|
85
|
+
AMAZON_BEDROCK_AGENT_RUNTIME: "AMAZON_BEDROCK_AGENT_RUNTIME",
|
|
86
|
+
AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME: "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME",
|
|
87
|
+
AMAZON_BEDROCK_RUNTIME: "AMAZON_BEDROCK_RUNTIME",
|
|
88
|
+
AMAZON_COMPREHEND: "AMAZON_COMPREHEND",
|
|
89
|
+
AMAZON_COMPREHEND_MEDICAL: "AMAZON_COMPREHEND_MEDICAL",
|
|
90
|
+
AMAZON_S3: "AMAZON_S3",
|
|
91
|
+
AMAZON_TEXTRACT: "AMAZON_TEXTRACT",
|
|
92
|
+
ASANA: "ASANA",
|
|
93
|
+
ATLASSIAN_CONFLUENCE: "ATLASSIAN_CONFLUENCE",
|
|
94
|
+
BAMBOO_HR: "BAMBOO_HR",
|
|
95
|
+
GENERIC_HTTP: "GENERIC_HTTP",
|
|
96
|
+
JIRA_CLOUD: "JIRA_CLOUD",
|
|
97
|
+
MICROSOFT_ONEDRIVE: "MICROSOFT_ONEDRIVE",
|
|
98
|
+
MICROSOFT_OUTLOOK: "MICROSOFT_OUTLOOK",
|
|
99
|
+
MICROSOFT_SHAREPOINT: "MICROSOFT_SHAREPOINT",
|
|
100
|
+
MICROSOFT_TEAMS: "MICROSOFT_TEAMS",
|
|
101
|
+
PAGERDUTY_ADVANCE: "PAGERDUTY_ADVANCE",
|
|
102
|
+
SALESFORCE_CRM: "SALESFORCE_CRM",
|
|
103
|
+
SAP_BILLOFMATERIALS: "SAP_BILLOFMATERIALS",
|
|
104
|
+
SAP_BUSINESSPARTNER: "SAP_BUSINESSPARTNER",
|
|
105
|
+
SAP_MATERIALSTOCK: "SAP_MATERIALSTOCK",
|
|
106
|
+
SAP_PHYSICALINVENTORY: "SAP_PHYSICALINVENTORY",
|
|
107
|
+
SAP_PRODUCTMASTERDATA: "SAP_PRODUCTMASTERDATA",
|
|
108
|
+
SERVICENOW_NOW_PLATFORM: "SERVICENOW_NOW_PLATFORM",
|
|
109
|
+
SLACK: "SLACK",
|
|
110
|
+
SMARTSHEET: "SMARTSHEET",
|
|
111
|
+
ZENDESK_SUITE: "ZENDESK_SUITE",
|
|
112
|
+
};
|
|
113
|
+
export const ActionConnectorSearchFilterNameEnum = {
|
|
114
|
+
ACTION_CONNECTOR_NAME: "ACTION_CONNECTOR_NAME",
|
|
115
|
+
ACTION_CONNECTOR_TYPE: "ACTION_CONNECTOR_TYPE",
|
|
116
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
117
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
118
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
119
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
120
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
121
|
+
};
|
|
122
|
+
export const FilterOperator = {
|
|
123
|
+
StringEquals: "StringEquals",
|
|
124
|
+
StringLike: "StringLike",
|
|
125
|
+
};
|
|
24
126
|
export const DashboardBehavior = {
|
|
25
127
|
DISABLED: "DISABLED",
|
|
26
128
|
ENABLED: "ENABLED",
|
|
@@ -136,15 +238,6 @@ export const Visibility = {
|
|
|
136
238
|
HIDDEN: "HIDDEN",
|
|
137
239
|
VISIBLE: "VISIBLE",
|
|
138
240
|
};
|
|
139
|
-
export const ResourceStatus = {
|
|
140
|
-
CREATION_FAILED: "CREATION_FAILED",
|
|
141
|
-
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
142
|
-
CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL",
|
|
143
|
-
DELETED: "DELETED",
|
|
144
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
145
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
146
|
-
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
147
|
-
};
|
|
148
241
|
export const ResizeOption = {
|
|
149
242
|
FIXED: "FIXED",
|
|
150
243
|
RESPONSIVE: "RESPONSIVE",
|
|
@@ -334,23 +427,48 @@ export const BarsArrangement = {
|
|
|
334
427
|
STACKED: "STACKED",
|
|
335
428
|
STACKED_PERCENT: "STACKED_PERCENT",
|
|
336
429
|
};
|
|
337
|
-
export const
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
430
|
+
export const ReadAPIKeyConnectionMetadataFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
433
|
+
});
|
|
434
|
+
export const ReadBasicAuthConnectionMetadataFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
437
|
+
});
|
|
438
|
+
export const ReadAuthenticationMetadataFilterSensitiveLog = (obj) => {
|
|
439
|
+
if (obj.AuthorizationCodeGrantMetadata !== undefined)
|
|
440
|
+
return { AuthorizationCodeGrantMetadata: obj.AuthorizationCodeGrantMetadata };
|
|
441
|
+
if (obj.ClientCredentialsGrantMetadata !== undefined)
|
|
442
|
+
return { ClientCredentialsGrantMetadata: obj.ClientCredentialsGrantMetadata };
|
|
443
|
+
if (obj.BasicAuthConnectionMetadata !== undefined)
|
|
444
|
+
return {
|
|
445
|
+
BasicAuthConnectionMetadata: ReadBasicAuthConnectionMetadataFilterSensitiveLog(obj.BasicAuthConnectionMetadata),
|
|
446
|
+
};
|
|
447
|
+
if (obj.ApiKeyConnectionMetadata !== undefined)
|
|
448
|
+
return { ApiKeyConnectionMetadata: ReadAPIKeyConnectionMetadataFilterSensitiveLog(obj.ApiKeyConnectionMetadata) };
|
|
449
|
+
if (obj.NoneConnectionMetadata !== undefined)
|
|
450
|
+
return { NoneConnectionMetadata: obj.NoneConnectionMetadata };
|
|
451
|
+
if (obj.IamConnectionMetadata !== undefined)
|
|
452
|
+
return { IamConnectionMetadata: obj.IamConnectionMetadata };
|
|
453
|
+
if (obj.$unknown !== undefined)
|
|
454
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
353
455
|
};
|
|
456
|
+
export const ReadAuthConfigFilterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
...(obj.AuthenticationMetadata && {
|
|
459
|
+
AuthenticationMetadata: ReadAuthenticationMetadataFilterSensitiveLog(obj.AuthenticationMetadata),
|
|
460
|
+
}),
|
|
461
|
+
});
|
|
462
|
+
export const ActionConnectorFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
465
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
466
|
+
...(obj.AuthenticationConfig && { AuthenticationConfig: ReadAuthConfigFilterSensitiveLog(obj.AuthenticationConfig) }),
|
|
467
|
+
});
|
|
468
|
+
export const ActionConnectorSummaryFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
471
|
+
});
|
|
354
472
|
export const CustomParameterValuesFilterSensitiveLog = (obj) => ({
|
|
355
473
|
...obj,
|
|
356
474
|
...(obj.StringValues && { StringValues: SENSITIVE_STRING }),
|
|
@@ -645,71 +763,3 @@ export const DataPathLabelTypeFilterSensitiveLog = (obj) => ({
|
|
|
645
763
|
...obj,
|
|
646
764
|
...(obj.FieldValue && { FieldValue: SENSITIVE_STRING }),
|
|
647
765
|
});
|
|
648
|
-
export const DataLabelTypeFilterSensitiveLog = (obj) => ({
|
|
649
|
-
...obj,
|
|
650
|
-
...(obj.DataPathLabelType && { DataPathLabelType: DataPathLabelTypeFilterSensitiveLog(obj.DataPathLabelType) }),
|
|
651
|
-
});
|
|
652
|
-
export const DataLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
653
|
-
...obj,
|
|
654
|
-
...(obj.DataLabelTypes && {
|
|
655
|
-
DataLabelTypes: obj.DataLabelTypes.map((item) => DataLabelTypeFilterSensitiveLog(item)),
|
|
656
|
-
}),
|
|
657
|
-
});
|
|
658
|
-
export const CategoricalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
659
|
-
...obj,
|
|
660
|
-
...(obj.FormatConfiguration && {
|
|
661
|
-
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
662
|
-
}),
|
|
663
|
-
});
|
|
664
|
-
export const DateDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
665
|
-
...obj,
|
|
666
|
-
...(obj.FormatConfiguration && {
|
|
667
|
-
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
668
|
-
}),
|
|
669
|
-
});
|
|
670
|
-
export const NumericalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
671
|
-
...obj,
|
|
672
|
-
});
|
|
673
|
-
export const DimensionFieldFilterSensitiveLog = (obj) => ({
|
|
674
|
-
...obj,
|
|
675
|
-
...(obj.CategoricalDimensionField && {
|
|
676
|
-
CategoricalDimensionField: CategoricalDimensionFieldFilterSensitiveLog(obj.CategoricalDimensionField),
|
|
677
|
-
}),
|
|
678
|
-
...(obj.DateDimensionField && { DateDimensionField: DateDimensionFieldFilterSensitiveLog(obj.DateDimensionField) }),
|
|
679
|
-
});
|
|
680
|
-
export const CalculatedMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
681
|
-
...obj,
|
|
682
|
-
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
683
|
-
});
|
|
684
|
-
export const CategoricalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
...(obj.FormatConfiguration && {
|
|
687
|
-
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
688
|
-
}),
|
|
689
|
-
});
|
|
690
|
-
export const DateMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
691
|
-
...obj,
|
|
692
|
-
...(obj.FormatConfiguration && {
|
|
693
|
-
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
694
|
-
}),
|
|
695
|
-
});
|
|
696
|
-
export const NumericalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
export const MeasureFieldFilterSensitiveLog = (obj) => ({
|
|
700
|
-
...obj,
|
|
701
|
-
...(obj.CategoricalMeasureField && {
|
|
702
|
-
CategoricalMeasureField: CategoricalMeasureFieldFilterSensitiveLog(obj.CategoricalMeasureField),
|
|
703
|
-
}),
|
|
704
|
-
...(obj.DateMeasureField && { DateMeasureField: DateMeasureFieldFilterSensitiveLog(obj.DateMeasureField) }),
|
|
705
|
-
...(obj.CalculatedMeasureField && {
|
|
706
|
-
CalculatedMeasureField: CalculatedMeasureFieldFilterSensitiveLog(obj.CalculatedMeasureField),
|
|
707
|
-
}),
|
|
708
|
-
});
|
|
709
|
-
export const BarChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
710
|
-
...obj,
|
|
711
|
-
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
712
|
-
});
|
|
713
|
-
export const BarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
714
|
-
...obj,
|
|
715
|
-
});
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { CustomActionSetParametersOperationFilterSensitiveLog,
|
|
2
|
+
import { CustomActionSetParametersOperationFilterSensitiveLog, DataPathLabelTypeFilterSensitiveLog, DateTimeFormatConfigurationFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, NumericFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, StringFormatConfigurationFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const DataLabelContent = {
|
|
4
|
+
PERCENT: "PERCENT",
|
|
5
|
+
VALUE: "VALUE",
|
|
6
|
+
VALUE_AND_PERCENT: "VALUE_AND_PERCENT",
|
|
7
|
+
};
|
|
8
|
+
export const DataLabelOverlap = {
|
|
9
|
+
DISABLE_OVERLAP: "DISABLE_OVERLAP",
|
|
10
|
+
ENABLE_OVERLAP: "ENABLE_OVERLAP",
|
|
11
|
+
};
|
|
12
|
+
export const DataLabelPosition = {
|
|
13
|
+
BOTTOM: "BOTTOM",
|
|
14
|
+
INSIDE: "INSIDE",
|
|
15
|
+
LEFT: "LEFT",
|
|
16
|
+
OUTSIDE: "OUTSIDE",
|
|
17
|
+
RIGHT: "RIGHT",
|
|
18
|
+
TOP: "TOP",
|
|
19
|
+
};
|
|
3
20
|
export const LegendPosition = {
|
|
4
21
|
AUTO: "AUTO",
|
|
5
22
|
BOTTOM: "BOTTOM",
|
|
@@ -262,55 +279,74 @@ export const PivotTableFieldCollapseState = {
|
|
|
262
279
|
COLLAPSED: "COLLAPSED",
|
|
263
280
|
EXPANDED: "EXPANDED",
|
|
264
281
|
};
|
|
265
|
-
export const
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
};
|
|
269
|
-
export const
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
};
|
|
287
|
-
export const
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
};
|
|
297
|
-
export const
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
282
|
+
export const DataLabelTypeFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
...(obj.DataPathLabelType && { DataPathLabelType: DataPathLabelTypeFilterSensitiveLog(obj.DataPathLabelType) }),
|
|
285
|
+
});
|
|
286
|
+
export const DataLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
...(obj.DataLabelTypes && {
|
|
289
|
+
DataLabelTypes: obj.DataLabelTypes.map((item) => DataLabelTypeFilterSensitiveLog(item)),
|
|
290
|
+
}),
|
|
291
|
+
});
|
|
292
|
+
export const CategoricalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
293
|
+
...obj,
|
|
294
|
+
...(obj.FormatConfiguration && {
|
|
295
|
+
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
296
|
+
}),
|
|
297
|
+
});
|
|
298
|
+
export const DateDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
...(obj.FormatConfiguration && {
|
|
301
|
+
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
302
|
+
}),
|
|
303
|
+
});
|
|
304
|
+
export const NumericalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
305
|
+
...obj,
|
|
306
|
+
});
|
|
307
|
+
export const DimensionFieldFilterSensitiveLog = (obj) => ({
|
|
308
|
+
...obj,
|
|
309
|
+
...(obj.CategoricalDimensionField && {
|
|
310
|
+
CategoricalDimensionField: CategoricalDimensionFieldFilterSensitiveLog(obj.CategoricalDimensionField),
|
|
311
|
+
}),
|
|
312
|
+
...(obj.DateDimensionField && { DateDimensionField: DateDimensionFieldFilterSensitiveLog(obj.DateDimensionField) }),
|
|
313
|
+
});
|
|
314
|
+
export const CalculatedMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
317
|
+
});
|
|
318
|
+
export const CategoricalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
...(obj.FormatConfiguration && {
|
|
321
|
+
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
322
|
+
}),
|
|
323
|
+
});
|
|
324
|
+
export const DateMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
325
|
+
...obj,
|
|
326
|
+
...(obj.FormatConfiguration && {
|
|
327
|
+
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
328
|
+
}),
|
|
329
|
+
});
|
|
330
|
+
export const NumericalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
export const MeasureFieldFilterSensitiveLog = (obj) => ({
|
|
334
|
+
...obj,
|
|
335
|
+
...(obj.CategoricalMeasureField && {
|
|
336
|
+
CategoricalMeasureField: CategoricalMeasureFieldFilterSensitiveLog(obj.CategoricalMeasureField),
|
|
337
|
+
}),
|
|
338
|
+
...(obj.DateMeasureField && { DateMeasureField: DateMeasureFieldFilterSensitiveLog(obj.DateMeasureField) }),
|
|
339
|
+
...(obj.CalculatedMeasureField && {
|
|
340
|
+
CalculatedMeasureField: CalculatedMeasureFieldFilterSensitiveLog(obj.CalculatedMeasureField),
|
|
341
|
+
}),
|
|
342
|
+
});
|
|
343
|
+
export const BarChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
344
|
+
...obj,
|
|
345
|
+
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
346
|
+
});
|
|
347
|
+
export const BarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
});
|
|
314
350
|
export const ReferenceLineStaticDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
315
351
|
...obj,
|
|
316
352
|
...(obj.Value && { Value: SENSITIVE_STRING }),
|