@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
package/dist-cjs/index.js
CHANGED
|
@@ -138,6 +138,108 @@ const Edition = {
|
|
|
138
138
|
ENTERPRISE_AND_Q: "ENTERPRISE_AND_Q",
|
|
139
139
|
STANDARD: "STANDARD",
|
|
140
140
|
};
|
|
141
|
+
const AuthorizationCodeGrantCredentialsSource = {
|
|
142
|
+
PLAIN_CREDENTIALS: "PLAIN_CREDENTIALS",
|
|
143
|
+
};
|
|
144
|
+
exports.ReadAuthorizationCodeGrantCredentialsDetails = void 0;
|
|
145
|
+
(function (ReadAuthorizationCodeGrantCredentialsDetails) {
|
|
146
|
+
ReadAuthorizationCodeGrantCredentialsDetails.visit = (value, visitor) => {
|
|
147
|
+
if (value.ReadAuthorizationCodeGrantDetails !== undefined)
|
|
148
|
+
return visitor.ReadAuthorizationCodeGrantDetails(value.ReadAuthorizationCodeGrantDetails);
|
|
149
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
150
|
+
};
|
|
151
|
+
})(exports.ReadAuthorizationCodeGrantCredentialsDetails || (exports.ReadAuthorizationCodeGrantCredentialsDetails = {}));
|
|
152
|
+
const ClientCredentialsSource = {
|
|
153
|
+
PLAIN_CREDENTIALS: "PLAIN_CREDENTIALS",
|
|
154
|
+
};
|
|
155
|
+
exports.ReadClientCredentialsDetails = void 0;
|
|
156
|
+
(function (ReadClientCredentialsDetails) {
|
|
157
|
+
ReadClientCredentialsDetails.visit = (value, visitor) => {
|
|
158
|
+
if (value.ReadClientCredentialsGrantDetails !== undefined)
|
|
159
|
+
return visitor.ReadClientCredentialsGrantDetails(value.ReadClientCredentialsGrantDetails);
|
|
160
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
161
|
+
};
|
|
162
|
+
})(exports.ReadClientCredentialsDetails || (exports.ReadClientCredentialsDetails = {}));
|
|
163
|
+
exports.ReadAuthenticationMetadata = void 0;
|
|
164
|
+
(function (ReadAuthenticationMetadata) {
|
|
165
|
+
ReadAuthenticationMetadata.visit = (value, visitor) => {
|
|
166
|
+
if (value.AuthorizationCodeGrantMetadata !== undefined)
|
|
167
|
+
return visitor.AuthorizationCodeGrantMetadata(value.AuthorizationCodeGrantMetadata);
|
|
168
|
+
if (value.ClientCredentialsGrantMetadata !== undefined)
|
|
169
|
+
return visitor.ClientCredentialsGrantMetadata(value.ClientCredentialsGrantMetadata);
|
|
170
|
+
if (value.BasicAuthConnectionMetadata !== undefined)
|
|
171
|
+
return visitor.BasicAuthConnectionMetadata(value.BasicAuthConnectionMetadata);
|
|
172
|
+
if (value.ApiKeyConnectionMetadata !== undefined)
|
|
173
|
+
return visitor.ApiKeyConnectionMetadata(value.ApiKeyConnectionMetadata);
|
|
174
|
+
if (value.NoneConnectionMetadata !== undefined)
|
|
175
|
+
return visitor.NoneConnectionMetadata(value.NoneConnectionMetadata);
|
|
176
|
+
if (value.IamConnectionMetadata !== undefined)
|
|
177
|
+
return visitor.IamConnectionMetadata(value.IamConnectionMetadata);
|
|
178
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
179
|
+
};
|
|
180
|
+
})(exports.ReadAuthenticationMetadata || (exports.ReadAuthenticationMetadata = {}));
|
|
181
|
+
const ConnectionAuthType = {
|
|
182
|
+
API_KEY: "API_KEY",
|
|
183
|
+
BASIC: "BASIC",
|
|
184
|
+
IAM: "IAM",
|
|
185
|
+
NONE: "NONE",
|
|
186
|
+
OAUTH2_AUTHORIZATION_CODE: "OAUTH2_AUTHORIZATION_CODE",
|
|
187
|
+
OAUTH2_CLIENT_CREDENTIALS: "OAUTH2_CLIENT_CREDENTIALS",
|
|
188
|
+
};
|
|
189
|
+
const ActionConnectorErrorType = {
|
|
190
|
+
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
191
|
+
};
|
|
192
|
+
const ResourceStatus = {
|
|
193
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
194
|
+
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
195
|
+
CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL",
|
|
196
|
+
DELETED: "DELETED",
|
|
197
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
198
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
199
|
+
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
200
|
+
};
|
|
201
|
+
const ActionConnectorType = {
|
|
202
|
+
AMAZON_BEDROCK_AGENT_RUNTIME: "AMAZON_BEDROCK_AGENT_RUNTIME",
|
|
203
|
+
AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME: "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME",
|
|
204
|
+
AMAZON_BEDROCK_RUNTIME: "AMAZON_BEDROCK_RUNTIME",
|
|
205
|
+
AMAZON_COMPREHEND: "AMAZON_COMPREHEND",
|
|
206
|
+
AMAZON_COMPREHEND_MEDICAL: "AMAZON_COMPREHEND_MEDICAL",
|
|
207
|
+
AMAZON_S3: "AMAZON_S3",
|
|
208
|
+
AMAZON_TEXTRACT: "AMAZON_TEXTRACT",
|
|
209
|
+
ASANA: "ASANA",
|
|
210
|
+
ATLASSIAN_CONFLUENCE: "ATLASSIAN_CONFLUENCE",
|
|
211
|
+
BAMBOO_HR: "BAMBOO_HR",
|
|
212
|
+
GENERIC_HTTP: "GENERIC_HTTP",
|
|
213
|
+
JIRA_CLOUD: "JIRA_CLOUD",
|
|
214
|
+
MICROSOFT_ONEDRIVE: "MICROSOFT_ONEDRIVE",
|
|
215
|
+
MICROSOFT_OUTLOOK: "MICROSOFT_OUTLOOK",
|
|
216
|
+
MICROSOFT_SHAREPOINT: "MICROSOFT_SHAREPOINT",
|
|
217
|
+
MICROSOFT_TEAMS: "MICROSOFT_TEAMS",
|
|
218
|
+
PAGERDUTY_ADVANCE: "PAGERDUTY_ADVANCE",
|
|
219
|
+
SALESFORCE_CRM: "SALESFORCE_CRM",
|
|
220
|
+
SAP_BILLOFMATERIALS: "SAP_BILLOFMATERIALS",
|
|
221
|
+
SAP_BUSINESSPARTNER: "SAP_BUSINESSPARTNER",
|
|
222
|
+
SAP_MATERIALSTOCK: "SAP_MATERIALSTOCK",
|
|
223
|
+
SAP_PHYSICALINVENTORY: "SAP_PHYSICALINVENTORY",
|
|
224
|
+
SAP_PRODUCTMASTERDATA: "SAP_PRODUCTMASTERDATA",
|
|
225
|
+
SERVICENOW_NOW_PLATFORM: "SERVICENOW_NOW_PLATFORM",
|
|
226
|
+
SLACK: "SLACK",
|
|
227
|
+
SMARTSHEET: "SMARTSHEET",
|
|
228
|
+
ZENDESK_SUITE: "ZENDESK_SUITE",
|
|
229
|
+
};
|
|
230
|
+
const ActionConnectorSearchFilterNameEnum = {
|
|
231
|
+
ACTION_CONNECTOR_NAME: "ACTION_CONNECTOR_NAME",
|
|
232
|
+
ACTION_CONNECTOR_TYPE: "ACTION_CONNECTOR_TYPE",
|
|
233
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
234
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
235
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
236
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
237
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
238
|
+
};
|
|
239
|
+
const FilterOperator = {
|
|
240
|
+
StringEquals: "StringEquals",
|
|
241
|
+
StringLike: "StringLike",
|
|
242
|
+
};
|
|
141
243
|
const DashboardBehavior = {
|
|
142
244
|
DISABLED: "DISABLED",
|
|
143
245
|
ENABLED: "ENABLED",
|
|
@@ -253,15 +355,6 @@ const Visibility = {
|
|
|
253
355
|
HIDDEN: "HIDDEN",
|
|
254
356
|
VISIBLE: "VISIBLE",
|
|
255
357
|
};
|
|
256
|
-
const ResourceStatus = {
|
|
257
|
-
CREATION_FAILED: "CREATION_FAILED",
|
|
258
|
-
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
259
|
-
CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL",
|
|
260
|
-
DELETED: "DELETED",
|
|
261
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
262
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
263
|
-
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
264
|
-
};
|
|
265
358
|
const ResizeOption = {
|
|
266
359
|
FIXED: "FIXED",
|
|
267
360
|
RESPONSIVE: "RESPONSIVE",
|
|
@@ -451,23 +544,48 @@ const BarsArrangement = {
|
|
|
451
544
|
STACKED: "STACKED",
|
|
452
545
|
STACKED_PERCENT: "STACKED_PERCENT",
|
|
453
546
|
};
|
|
454
|
-
const
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
547
|
+
const ReadAPIKeyConnectionMetadataFilterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
...(obj.Email && { Email: smithyClient.SENSITIVE_STRING }),
|
|
550
|
+
});
|
|
551
|
+
const ReadBasicAuthConnectionMetadataFilterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
...(obj.Username && { Username: smithyClient.SENSITIVE_STRING }),
|
|
554
|
+
});
|
|
555
|
+
const ReadAuthenticationMetadataFilterSensitiveLog = (obj) => {
|
|
556
|
+
if (obj.AuthorizationCodeGrantMetadata !== undefined)
|
|
557
|
+
return { AuthorizationCodeGrantMetadata: obj.AuthorizationCodeGrantMetadata };
|
|
558
|
+
if (obj.ClientCredentialsGrantMetadata !== undefined)
|
|
559
|
+
return { ClientCredentialsGrantMetadata: obj.ClientCredentialsGrantMetadata };
|
|
560
|
+
if (obj.BasicAuthConnectionMetadata !== undefined)
|
|
561
|
+
return {
|
|
562
|
+
BasicAuthConnectionMetadata: ReadBasicAuthConnectionMetadataFilterSensitiveLog(obj.BasicAuthConnectionMetadata),
|
|
563
|
+
};
|
|
564
|
+
if (obj.ApiKeyConnectionMetadata !== undefined)
|
|
565
|
+
return { ApiKeyConnectionMetadata: ReadAPIKeyConnectionMetadataFilterSensitiveLog(obj.ApiKeyConnectionMetadata) };
|
|
566
|
+
if (obj.NoneConnectionMetadata !== undefined)
|
|
567
|
+
return { NoneConnectionMetadata: obj.NoneConnectionMetadata };
|
|
568
|
+
if (obj.IamConnectionMetadata !== undefined)
|
|
569
|
+
return { IamConnectionMetadata: obj.IamConnectionMetadata };
|
|
570
|
+
if (obj.$unknown !== undefined)
|
|
571
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
470
572
|
};
|
|
573
|
+
const ReadAuthConfigFilterSensitiveLog = (obj) => ({
|
|
574
|
+
...obj,
|
|
575
|
+
...(obj.AuthenticationMetadata && {
|
|
576
|
+
AuthenticationMetadata: ReadAuthenticationMetadataFilterSensitiveLog(obj.AuthenticationMetadata),
|
|
577
|
+
}),
|
|
578
|
+
});
|
|
579
|
+
const ActionConnectorFilterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
...(obj.Name && { Name: smithyClient.SENSITIVE_STRING }),
|
|
582
|
+
...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
|
|
583
|
+
...(obj.AuthenticationConfig && { AuthenticationConfig: ReadAuthConfigFilterSensitiveLog(obj.AuthenticationConfig) }),
|
|
584
|
+
});
|
|
585
|
+
const ActionConnectorSummaryFilterSensitiveLog = (obj) => ({
|
|
586
|
+
...obj,
|
|
587
|
+
...(obj.Name && { Name: smithyClient.SENSITIVE_STRING }),
|
|
588
|
+
});
|
|
471
589
|
const CustomParameterValuesFilterSensitiveLog = (obj) => ({
|
|
472
590
|
...obj,
|
|
473
591
|
...(obj.StringValues && { StringValues: smithyClient.SENSITIVE_STRING }),
|
|
@@ -762,75 +880,24 @@ const DataPathLabelTypeFilterSensitiveLog = (obj) => ({
|
|
|
762
880
|
...obj,
|
|
763
881
|
...(obj.FieldValue && { FieldValue: smithyClient.SENSITIVE_STRING }),
|
|
764
882
|
});
|
|
765
|
-
const DataLabelTypeFilterSensitiveLog = (obj) => ({
|
|
766
|
-
...obj,
|
|
767
|
-
...(obj.DataPathLabelType && { DataPathLabelType: DataPathLabelTypeFilterSensitiveLog(obj.DataPathLabelType) }),
|
|
768
|
-
});
|
|
769
|
-
const DataLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
770
|
-
...obj,
|
|
771
|
-
...(obj.DataLabelTypes && {
|
|
772
|
-
DataLabelTypes: obj.DataLabelTypes.map((item) => DataLabelTypeFilterSensitiveLog(item)),
|
|
773
|
-
}),
|
|
774
|
-
});
|
|
775
|
-
const CategoricalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
776
|
-
...obj,
|
|
777
|
-
...(obj.FormatConfiguration && {
|
|
778
|
-
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
779
|
-
}),
|
|
780
|
-
});
|
|
781
|
-
const DateDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
782
|
-
...obj,
|
|
783
|
-
...(obj.FormatConfiguration && {
|
|
784
|
-
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
785
|
-
}),
|
|
786
|
-
});
|
|
787
|
-
const NumericalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
788
|
-
...obj,
|
|
789
|
-
});
|
|
790
|
-
const DimensionFieldFilterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
...(obj.CategoricalDimensionField && {
|
|
793
|
-
CategoricalDimensionField: CategoricalDimensionFieldFilterSensitiveLog(obj.CategoricalDimensionField),
|
|
794
|
-
}),
|
|
795
|
-
...(obj.DateDimensionField && { DateDimensionField: DateDimensionFieldFilterSensitiveLog(obj.DateDimensionField) }),
|
|
796
|
-
});
|
|
797
|
-
const CalculatedMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
798
|
-
...obj,
|
|
799
|
-
...(obj.Expression && { Expression: smithyClient.SENSITIVE_STRING }),
|
|
800
|
-
});
|
|
801
|
-
const CategoricalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
802
|
-
...obj,
|
|
803
|
-
...(obj.FormatConfiguration && {
|
|
804
|
-
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
805
|
-
}),
|
|
806
|
-
});
|
|
807
|
-
const DateMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
808
|
-
...obj,
|
|
809
|
-
...(obj.FormatConfiguration && {
|
|
810
|
-
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
811
|
-
}),
|
|
812
|
-
});
|
|
813
|
-
const NumericalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
});
|
|
816
|
-
const MeasureFieldFilterSensitiveLog = (obj) => ({
|
|
817
|
-
...obj,
|
|
818
|
-
...(obj.CategoricalMeasureField && {
|
|
819
|
-
CategoricalMeasureField: CategoricalMeasureFieldFilterSensitiveLog(obj.CategoricalMeasureField),
|
|
820
|
-
}),
|
|
821
|
-
...(obj.DateMeasureField && { DateMeasureField: DateMeasureFieldFilterSensitiveLog(obj.DateMeasureField) }),
|
|
822
|
-
...(obj.CalculatedMeasureField && {
|
|
823
|
-
CalculatedMeasureField: CalculatedMeasureFieldFilterSensitiveLog(obj.CalculatedMeasureField),
|
|
824
|
-
}),
|
|
825
|
-
});
|
|
826
|
-
const BarChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
829
|
-
});
|
|
830
|
-
const BarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
831
|
-
...obj,
|
|
832
|
-
});
|
|
833
883
|
|
|
884
|
+
const DataLabelContent = {
|
|
885
|
+
PERCENT: "PERCENT",
|
|
886
|
+
VALUE: "VALUE",
|
|
887
|
+
VALUE_AND_PERCENT: "VALUE_AND_PERCENT",
|
|
888
|
+
};
|
|
889
|
+
const DataLabelOverlap = {
|
|
890
|
+
DISABLE_OVERLAP: "DISABLE_OVERLAP",
|
|
891
|
+
ENABLE_OVERLAP: "ENABLE_OVERLAP",
|
|
892
|
+
};
|
|
893
|
+
const DataLabelPosition = {
|
|
894
|
+
BOTTOM: "BOTTOM",
|
|
895
|
+
INSIDE: "INSIDE",
|
|
896
|
+
LEFT: "LEFT",
|
|
897
|
+
OUTSIDE: "OUTSIDE",
|
|
898
|
+
RIGHT: "RIGHT",
|
|
899
|
+
TOP: "TOP",
|
|
900
|
+
};
|
|
834
901
|
const LegendPosition = {
|
|
835
902
|
AUTO: "AUTO",
|
|
836
903
|
BOTTOM: "BOTTOM",
|
|
@@ -1093,103 +1160,122 @@ const PivotTableFieldCollapseState = {
|
|
|
1093
1160
|
COLLAPSED: "COLLAPSED",
|
|
1094
1161
|
EXPANDED: "EXPANDED",
|
|
1095
1162
|
};
|
|
1096
|
-
const
|
|
1097
|
-
NONE: "NONE",
|
|
1098
|
-
SOLID: "SOLID",
|
|
1099
|
-
};
|
|
1100
|
-
const TextWrap = {
|
|
1101
|
-
NONE: "NONE",
|
|
1102
|
-
WRAP: "WRAP",
|
|
1103
|
-
};
|
|
1104
|
-
const VerticalTextAlignment = {
|
|
1105
|
-
AUTO: "AUTO",
|
|
1106
|
-
BOTTOM: "BOTTOM",
|
|
1107
|
-
MIDDLE: "MIDDLE",
|
|
1108
|
-
TOP: "TOP",
|
|
1109
|
-
};
|
|
1110
|
-
const PivotTableMetricPlacement = {
|
|
1111
|
-
COLUMN: "COLUMN",
|
|
1112
|
-
ROW: "ROW",
|
|
1113
|
-
};
|
|
1114
|
-
const PivotTableRowsLayout = {
|
|
1115
|
-
HIERARCHY: "HIERARCHY",
|
|
1116
|
-
TABULAR: "TABULAR",
|
|
1117
|
-
};
|
|
1118
|
-
const PivotTableSubtotalLevel = {
|
|
1119
|
-
ALL: "ALL",
|
|
1120
|
-
CUSTOM: "CUSTOM",
|
|
1121
|
-
LAST: "LAST",
|
|
1122
|
-
};
|
|
1123
|
-
const StyledCellType = {
|
|
1124
|
-
METRIC_HEADER: "METRIC_HEADER",
|
|
1125
|
-
TOTAL: "TOTAL",
|
|
1126
|
-
VALUE: "VALUE",
|
|
1127
|
-
};
|
|
1128
|
-
const TableTotalsPlacement = {
|
|
1129
|
-
AUTO: "AUTO",
|
|
1130
|
-
END: "END",
|
|
1131
|
-
START: "START",
|
|
1132
|
-
};
|
|
1133
|
-
const TableTotalsScrollStatus = {
|
|
1134
|
-
PINNED: "PINNED",
|
|
1135
|
-
SCROLLED: "SCROLLED",
|
|
1136
|
-
};
|
|
1137
|
-
const SimpleTotalAggregationFunction = {
|
|
1138
|
-
AVERAGE: "AVERAGE",
|
|
1139
|
-
DEFAULT: "DEFAULT",
|
|
1140
|
-
MAX: "MAX",
|
|
1141
|
-
MIN: "MIN",
|
|
1142
|
-
NONE: "NONE",
|
|
1143
|
-
SUM: "SUM",
|
|
1144
|
-
};
|
|
1145
|
-
const ReferenceLineStaticDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
1163
|
+
const DataLabelTypeFilterSensitiveLog = (obj) => ({
|
|
1146
1164
|
...obj,
|
|
1147
|
-
...(obj.
|
|
1165
|
+
...(obj.DataPathLabelType && { DataPathLabelType: DataPathLabelTypeFilterSensitiveLog(obj.DataPathLabelType) }),
|
|
1148
1166
|
});
|
|
1149
|
-
const
|
|
1167
|
+
const DataLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
1150
1168
|
...obj,
|
|
1151
|
-
...(obj.
|
|
1152
|
-
|
|
1169
|
+
...(obj.DataLabelTypes && {
|
|
1170
|
+
DataLabelTypes: obj.DataLabelTypes.map((item) => DataLabelTypeFilterSensitiveLog(item)),
|
|
1153
1171
|
}),
|
|
1154
1172
|
});
|
|
1155
|
-
const
|
|
1173
|
+
const CategoricalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
1156
1174
|
...obj,
|
|
1157
1175
|
...(obj.FormatConfiguration && {
|
|
1158
|
-
FormatConfiguration:
|
|
1176
|
+
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1159
1177
|
}),
|
|
1160
1178
|
});
|
|
1161
|
-
const
|
|
1179
|
+
const DateDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
1162
1180
|
...obj,
|
|
1163
|
-
...(obj.
|
|
1164
|
-
|
|
1181
|
+
...(obj.FormatConfiguration && {
|
|
1182
|
+
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1165
1183
|
}),
|
|
1166
1184
|
});
|
|
1167
|
-
const
|
|
1185
|
+
const NumericalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
1168
1186
|
...obj,
|
|
1169
|
-
...(obj.DataConfiguration && {
|
|
1170
|
-
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration),
|
|
1171
|
-
}),
|
|
1172
|
-
...(obj.LabelConfiguration && {
|
|
1173
|
-
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration),
|
|
1174
|
-
}),
|
|
1175
1187
|
});
|
|
1176
|
-
const
|
|
1188
|
+
const DimensionFieldFilterSensitiveLog = (obj) => ({
|
|
1177
1189
|
...obj,
|
|
1178
|
-
...(obj.
|
|
1190
|
+
...(obj.CategoricalDimensionField && {
|
|
1191
|
+
CategoricalDimensionField: CategoricalDimensionFieldFilterSensitiveLog(obj.CategoricalDimensionField),
|
|
1192
|
+
}),
|
|
1193
|
+
...(obj.DateDimensionField && { DateDimensionField: DateDimensionFieldFilterSensitiveLog(obj.DateDimensionField) }),
|
|
1179
1194
|
});
|
|
1180
|
-
const
|
|
1195
|
+
const CalculatedMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1181
1196
|
...obj,
|
|
1182
|
-
...(obj.
|
|
1197
|
+
...(obj.Expression && { Expression: smithyClient.SENSITIVE_STRING }),
|
|
1183
1198
|
});
|
|
1184
|
-
const
|
|
1199
|
+
const CategoricalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1185
1200
|
...obj,
|
|
1186
|
-
...(obj.
|
|
1201
|
+
...(obj.FormatConfiguration && {
|
|
1202
|
+
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1203
|
+
}),
|
|
1187
1204
|
});
|
|
1188
|
-
const
|
|
1205
|
+
const DateMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1189
1206
|
...obj,
|
|
1190
|
-
...(obj.
|
|
1191
|
-
|
|
1192
|
-
|
|
1207
|
+
...(obj.FormatConfiguration && {
|
|
1208
|
+
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1209
|
+
}),
|
|
1210
|
+
});
|
|
1211
|
+
const NumericalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1212
|
+
...obj,
|
|
1213
|
+
});
|
|
1214
|
+
const MeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1215
|
+
...obj,
|
|
1216
|
+
...(obj.CategoricalMeasureField && {
|
|
1217
|
+
CategoricalMeasureField: CategoricalMeasureFieldFilterSensitiveLog(obj.CategoricalMeasureField),
|
|
1218
|
+
}),
|
|
1219
|
+
...(obj.DateMeasureField && { DateMeasureField: DateMeasureFieldFilterSensitiveLog(obj.DateMeasureField) }),
|
|
1220
|
+
...(obj.CalculatedMeasureField && {
|
|
1221
|
+
CalculatedMeasureField: CalculatedMeasureFieldFilterSensitiveLog(obj.CalculatedMeasureField),
|
|
1222
|
+
}),
|
|
1223
|
+
});
|
|
1224
|
+
const BarChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
1225
|
+
...obj,
|
|
1226
|
+
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
1227
|
+
});
|
|
1228
|
+
const BarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
1229
|
+
...obj,
|
|
1230
|
+
});
|
|
1231
|
+
const ReferenceLineStaticDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
1232
|
+
...obj,
|
|
1233
|
+
...(obj.Value && { Value: smithyClient.SENSITIVE_STRING }),
|
|
1234
|
+
});
|
|
1235
|
+
const ReferenceLineDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
1236
|
+
...obj,
|
|
1237
|
+
...(obj.StaticConfiguration && {
|
|
1238
|
+
StaticConfiguration: ReferenceLineStaticDataConfigurationFilterSensitiveLog(obj.StaticConfiguration),
|
|
1239
|
+
}),
|
|
1240
|
+
});
|
|
1241
|
+
const ReferenceLineValueLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
1242
|
+
...obj,
|
|
1243
|
+
...(obj.FormatConfiguration && {
|
|
1244
|
+
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1245
|
+
}),
|
|
1246
|
+
});
|
|
1247
|
+
const ReferenceLineLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
1248
|
+
...obj,
|
|
1249
|
+
...(obj.ValueLabelConfiguration && {
|
|
1250
|
+
ValueLabelConfiguration: ReferenceLineValueLabelConfigurationFilterSensitiveLog(obj.ValueLabelConfiguration),
|
|
1251
|
+
}),
|
|
1252
|
+
});
|
|
1253
|
+
const ReferenceLineFilterSensitiveLog = (obj) => ({
|
|
1254
|
+
...obj,
|
|
1255
|
+
...(obj.DataConfiguration && {
|
|
1256
|
+
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration),
|
|
1257
|
+
}),
|
|
1258
|
+
...(obj.LabelConfiguration && {
|
|
1259
|
+
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration),
|
|
1260
|
+
}),
|
|
1261
|
+
});
|
|
1262
|
+
const DataPathValueFilterSensitiveLog = (obj) => ({
|
|
1263
|
+
...obj,
|
|
1264
|
+
...(obj.FieldValue && { FieldValue: smithyClient.SENSITIVE_STRING }),
|
|
1265
|
+
});
|
|
1266
|
+
const DataPathColorFilterSensitiveLog = (obj) => ({
|
|
1267
|
+
...obj,
|
|
1268
|
+
...(obj.Element && { Element: DataPathValueFilterSensitiveLog(obj.Element) }),
|
|
1269
|
+
});
|
|
1270
|
+
const VisualPaletteFilterSensitiveLog = (obj) => ({
|
|
1271
|
+
...obj,
|
|
1272
|
+
...(obj.ColorMap && { ColorMap: obj.ColorMap.map((item) => DataPathColorFilterSensitiveLog(item)) }),
|
|
1273
|
+
});
|
|
1274
|
+
const BarChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
1275
|
+
...obj,
|
|
1276
|
+
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
1277
|
+
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
1278
|
+
...(obj.ReferenceLines && {
|
|
1193
1279
|
ReferenceLines: obj.ReferenceLines.map((item) => ReferenceLineFilterSensitiveLog(item)),
|
|
1194
1280
|
}),
|
|
1195
1281
|
});
|
|
@@ -1673,6 +1759,55 @@ const PivotTableSortConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
1673
1759
|
...obj,
|
|
1674
1760
|
});
|
|
1675
1761
|
|
|
1762
|
+
const TableBorderStyle = {
|
|
1763
|
+
NONE: "NONE",
|
|
1764
|
+
SOLID: "SOLID",
|
|
1765
|
+
};
|
|
1766
|
+
const TextWrap = {
|
|
1767
|
+
NONE: "NONE",
|
|
1768
|
+
WRAP: "WRAP",
|
|
1769
|
+
};
|
|
1770
|
+
const VerticalTextAlignment = {
|
|
1771
|
+
AUTO: "AUTO",
|
|
1772
|
+
BOTTOM: "BOTTOM",
|
|
1773
|
+
MIDDLE: "MIDDLE",
|
|
1774
|
+
TOP: "TOP",
|
|
1775
|
+
};
|
|
1776
|
+
const PivotTableMetricPlacement = {
|
|
1777
|
+
COLUMN: "COLUMN",
|
|
1778
|
+
ROW: "ROW",
|
|
1779
|
+
};
|
|
1780
|
+
const PivotTableRowsLayout = {
|
|
1781
|
+
HIERARCHY: "HIERARCHY",
|
|
1782
|
+
TABULAR: "TABULAR",
|
|
1783
|
+
};
|
|
1784
|
+
const PivotTableSubtotalLevel = {
|
|
1785
|
+
ALL: "ALL",
|
|
1786
|
+
CUSTOM: "CUSTOM",
|
|
1787
|
+
LAST: "LAST",
|
|
1788
|
+
};
|
|
1789
|
+
const StyledCellType = {
|
|
1790
|
+
METRIC_HEADER: "METRIC_HEADER",
|
|
1791
|
+
TOTAL: "TOTAL",
|
|
1792
|
+
VALUE: "VALUE",
|
|
1793
|
+
};
|
|
1794
|
+
const TableTotalsPlacement = {
|
|
1795
|
+
AUTO: "AUTO",
|
|
1796
|
+
END: "END",
|
|
1797
|
+
START: "START",
|
|
1798
|
+
};
|
|
1799
|
+
const TableTotalsScrollStatus = {
|
|
1800
|
+
PINNED: "PINNED",
|
|
1801
|
+
SCROLLED: "SCROLLED",
|
|
1802
|
+
};
|
|
1803
|
+
const SimpleTotalAggregationFunction = {
|
|
1804
|
+
AVERAGE: "AVERAGE",
|
|
1805
|
+
DEFAULT: "DEFAULT",
|
|
1806
|
+
MAX: "MAX",
|
|
1807
|
+
MIN: "MIN",
|
|
1808
|
+
NONE: "NONE",
|
|
1809
|
+
SUM: "SUM",
|
|
1810
|
+
};
|
|
1676
1811
|
const PivotTableConditionalFormattingScopeRole = {
|
|
1677
1812
|
FIELD: "FIELD",
|
|
1678
1813
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
@@ -1738,10 +1873,6 @@ const AnalysisFilterAttribute = {
|
|
|
1738
1873
|
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
1739
1874
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
1740
1875
|
};
|
|
1741
|
-
const FilterOperator = {
|
|
1742
|
-
StringEquals: "StringEquals",
|
|
1743
|
-
StringLike: "StringLike",
|
|
1744
|
-
};
|
|
1745
1876
|
const AnchorType = {
|
|
1746
1877
|
TODAY: "TODAY",
|
|
1747
1878
|
};
|
|
@@ -1837,6 +1968,12 @@ const StarburstProductType = {
|
|
|
1837
1968
|
ENTERPRISE: "ENTERPRISE",
|
|
1838
1969
|
GALAXY: "GALAXY",
|
|
1839
1970
|
};
|
|
1971
|
+
const WebCrawlerAuthType = {
|
|
1972
|
+
BASIC_AUTH: "BASIC_AUTH",
|
|
1973
|
+
FORM: "FORM",
|
|
1974
|
+
NO_AUTH: "NO_AUTH",
|
|
1975
|
+
SAML: "SAML",
|
|
1976
|
+
};
|
|
1840
1977
|
exports.DataSourceParameters = void 0;
|
|
1841
1978
|
(function (DataSourceParameters) {
|
|
1842
1979
|
DataSourceParameters.visit = (value, visitor) => {
|
|
@@ -1868,6 +2005,8 @@ exports.DataSourceParameters = void 0;
|
|
|
1868
2005
|
return visitor.RedshiftParameters(value.RedshiftParameters);
|
|
1869
2006
|
if (value.S3Parameters !== undefined)
|
|
1870
2007
|
return visitor.S3Parameters(value.S3Parameters);
|
|
2008
|
+
if (value.S3KnowledgeBaseParameters !== undefined)
|
|
2009
|
+
return visitor.S3KnowledgeBaseParameters(value.S3KnowledgeBaseParameters);
|
|
1871
2010
|
if (value.ServiceNowParameters !== undefined)
|
|
1872
2011
|
return visitor.ServiceNowParameters(value.ServiceNowParameters);
|
|
1873
2012
|
if (value.SnowflakeParameters !== undefined)
|
|
@@ -1896,6 +2035,12 @@ exports.DataSourceParameters = void 0;
|
|
|
1896
2035
|
return visitor.ImpalaParameters(value.ImpalaParameters);
|
|
1897
2036
|
if (value.CustomConnectionParameters !== undefined)
|
|
1898
2037
|
return visitor.CustomConnectionParameters(value.CustomConnectionParameters);
|
|
2038
|
+
if (value.WebCrawlerParameters !== undefined)
|
|
2039
|
+
return visitor.WebCrawlerParameters(value.WebCrawlerParameters);
|
|
2040
|
+
if (value.ConfluenceParameters !== undefined)
|
|
2041
|
+
return visitor.ConfluenceParameters(value.ConfluenceParameters);
|
|
2042
|
+
if (value.QBusinessParameters !== undefined)
|
|
2043
|
+
return visitor.QBusinessParameters(value.QBusinessParameters);
|
|
1899
2044
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1900
2045
|
};
|
|
1901
2046
|
})(exports.DataSourceParameters || (exports.DataSourceParameters = {}));
|
|
@@ -1913,6 +2058,40 @@ const AssignmentStatus = {
|
|
|
1913
2058
|
DRAFT: "DRAFT",
|
|
1914
2059
|
ENABLED: "ENABLED",
|
|
1915
2060
|
};
|
|
2061
|
+
exports.AuthorizationCodeGrantCredentialsDetails = void 0;
|
|
2062
|
+
(function (AuthorizationCodeGrantCredentialsDetails) {
|
|
2063
|
+
AuthorizationCodeGrantCredentialsDetails.visit = (value, visitor) => {
|
|
2064
|
+
if (value.AuthorizationCodeGrantDetails !== undefined)
|
|
2065
|
+
return visitor.AuthorizationCodeGrantDetails(value.AuthorizationCodeGrantDetails);
|
|
2066
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2067
|
+
};
|
|
2068
|
+
})(exports.AuthorizationCodeGrantCredentialsDetails || (exports.AuthorizationCodeGrantCredentialsDetails = {}));
|
|
2069
|
+
exports.ClientCredentialsDetails = void 0;
|
|
2070
|
+
(function (ClientCredentialsDetails) {
|
|
2071
|
+
ClientCredentialsDetails.visit = (value, visitor) => {
|
|
2072
|
+
if (value.ClientCredentialsGrantDetails !== undefined)
|
|
2073
|
+
return visitor.ClientCredentialsGrantDetails(value.ClientCredentialsGrantDetails);
|
|
2074
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2075
|
+
};
|
|
2076
|
+
})(exports.ClientCredentialsDetails || (exports.ClientCredentialsDetails = {}));
|
|
2077
|
+
exports.AuthenticationMetadata = void 0;
|
|
2078
|
+
(function (AuthenticationMetadata) {
|
|
2079
|
+
AuthenticationMetadata.visit = (value, visitor) => {
|
|
2080
|
+
if (value.AuthorizationCodeGrantMetadata !== undefined)
|
|
2081
|
+
return visitor.AuthorizationCodeGrantMetadata(value.AuthorizationCodeGrantMetadata);
|
|
2082
|
+
if (value.ClientCredentialsGrantMetadata !== undefined)
|
|
2083
|
+
return visitor.ClientCredentialsGrantMetadata(value.ClientCredentialsGrantMetadata);
|
|
2084
|
+
if (value.BasicAuthConnectionMetadata !== undefined)
|
|
2085
|
+
return visitor.BasicAuthConnectionMetadata(value.BasicAuthConnectionMetadata);
|
|
2086
|
+
if (value.ApiKeyConnectionMetadata !== undefined)
|
|
2087
|
+
return visitor.ApiKeyConnectionMetadata(value.ApiKeyConnectionMetadata);
|
|
2088
|
+
if (value.NoneConnectionMetadata !== undefined)
|
|
2089
|
+
return visitor.NoneConnectionMetadata(value.NoneConnectionMetadata);
|
|
2090
|
+
if (value.IamConnectionMetadata !== undefined)
|
|
2091
|
+
return visitor.IamConnectionMetadata(value.IamConnectionMetadata);
|
|
2092
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2093
|
+
};
|
|
2094
|
+
})(exports.AuthenticationMetadata || (exports.AuthenticationMetadata = {}));
|
|
1916
2095
|
const AuthenticationMethodOption = {
|
|
1917
2096
|
ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY",
|
|
1918
2097
|
IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT",
|
|
@@ -1991,156 +2170,6 @@ const NullFilterOption = {
|
|
|
1991
2170
|
NON_NULLS_ONLY: "NON_NULLS_ONLY",
|
|
1992
2171
|
NULLS_ONLY: "NULLS_ONLY",
|
|
1993
2172
|
};
|
|
1994
|
-
const DisplayFormat = {
|
|
1995
|
-
AUTO: "AUTO",
|
|
1996
|
-
CURRENCY: "CURRENCY",
|
|
1997
|
-
DATE: "DATE",
|
|
1998
|
-
NUMBER: "NUMBER",
|
|
1999
|
-
PERCENT: "PERCENT",
|
|
2000
|
-
STRING: "STRING",
|
|
2001
|
-
};
|
|
2002
|
-
const TopicNumericSeparatorSymbol = {
|
|
2003
|
-
COMMA: "COMMA",
|
|
2004
|
-
DOT: "DOT",
|
|
2005
|
-
};
|
|
2006
|
-
const ComparisonMethodType = {
|
|
2007
|
-
DIFF: "DIFF",
|
|
2008
|
-
DIFF_AS_PERC: "DIFF_AS_PERC",
|
|
2009
|
-
MOVING_AVERAGE: "MOVING_AVERAGE",
|
|
2010
|
-
PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL",
|
|
2011
|
-
PERC_DIFF: "PERC_DIFF",
|
|
2012
|
-
POP_CURRENT_DIFF: "POP_CURRENT_DIFF",
|
|
2013
|
-
POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC",
|
|
2014
|
-
POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF",
|
|
2015
|
-
POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC",
|
|
2016
|
-
RUNNING_SUM: "RUNNING_SUM",
|
|
2017
|
-
};
|
|
2018
|
-
const VisualRole = {
|
|
2019
|
-
COMPLIMENTARY: "COMPLIMENTARY",
|
|
2020
|
-
FALLBACK: "FALLBACK",
|
|
2021
|
-
FRAGMENT: "FRAGMENT",
|
|
2022
|
-
MULTI_INTENT: "MULTI_INTENT",
|
|
2023
|
-
PRIMARY: "PRIMARY",
|
|
2024
|
-
};
|
|
2025
|
-
const ReviewedAnswerErrorCode = {
|
|
2026
|
-
DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST",
|
|
2027
|
-
DUPLICATED_ANSWER: "DUPLICATED_ANSWER",
|
|
2028
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
2029
|
-
INVALID_DATA: "INVALID_DATA",
|
|
2030
|
-
INVALID_DATASET_ARN: "INVALID_DATASET_ARN",
|
|
2031
|
-
MISSING_ANSWER: "MISSING_ANSWER",
|
|
2032
|
-
MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS",
|
|
2033
|
-
};
|
|
2034
|
-
class InternalFailureException extends QuickSightServiceException {
|
|
2035
|
-
name = "InternalFailureException";
|
|
2036
|
-
$fault = "server";
|
|
2037
|
-
Message;
|
|
2038
|
-
RequestId;
|
|
2039
|
-
constructor(opts) {
|
|
2040
|
-
super({
|
|
2041
|
-
name: "InternalFailureException",
|
|
2042
|
-
$fault: "server",
|
|
2043
|
-
...opts,
|
|
2044
|
-
});
|
|
2045
|
-
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
2046
|
-
this.Message = opts.Message;
|
|
2047
|
-
this.RequestId = opts.RequestId;
|
|
2048
|
-
}
|
|
2049
|
-
}
|
|
2050
|
-
class InvalidParameterValueException extends QuickSightServiceException {
|
|
2051
|
-
name = "InvalidParameterValueException";
|
|
2052
|
-
$fault = "client";
|
|
2053
|
-
Message;
|
|
2054
|
-
RequestId;
|
|
2055
|
-
constructor(opts) {
|
|
2056
|
-
super({
|
|
2057
|
-
name: "InvalidParameterValueException",
|
|
2058
|
-
$fault: "client",
|
|
2059
|
-
...opts,
|
|
2060
|
-
});
|
|
2061
|
-
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
2062
|
-
this.Message = opts.Message;
|
|
2063
|
-
this.RequestId = opts.RequestId;
|
|
2064
|
-
}
|
|
2065
|
-
}
|
|
2066
|
-
const ExceptionResourceType = {
|
|
2067
|
-
ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS",
|
|
2068
|
-
DATA_SET: "DATA_SET",
|
|
2069
|
-
DATA_SOURCE: "DATA_SOURCE",
|
|
2070
|
-
GROUP: "GROUP",
|
|
2071
|
-
IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT",
|
|
2072
|
-
INGESTION: "INGESTION",
|
|
2073
|
-
NAMESPACE: "NAMESPACE",
|
|
2074
|
-
USER: "USER",
|
|
2075
|
-
VPC_CONNECTION: "VPC_CONNECTION",
|
|
2076
|
-
};
|
|
2077
|
-
class ResourceNotFoundException extends QuickSightServiceException {
|
|
2078
|
-
name = "ResourceNotFoundException";
|
|
2079
|
-
$fault = "client";
|
|
2080
|
-
Message;
|
|
2081
|
-
ResourceType;
|
|
2082
|
-
RequestId;
|
|
2083
|
-
constructor(opts) {
|
|
2084
|
-
super({
|
|
2085
|
-
name: "ResourceNotFoundException",
|
|
2086
|
-
$fault: "client",
|
|
2087
|
-
...opts,
|
|
2088
|
-
});
|
|
2089
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
2090
|
-
this.Message = opts.Message;
|
|
2091
|
-
this.ResourceType = opts.ResourceType;
|
|
2092
|
-
this.RequestId = opts.RequestId;
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
class ThrottlingException extends QuickSightServiceException {
|
|
2096
|
-
name = "ThrottlingException";
|
|
2097
|
-
$fault = "client";
|
|
2098
|
-
Message;
|
|
2099
|
-
RequestId;
|
|
2100
|
-
constructor(opts) {
|
|
2101
|
-
super({
|
|
2102
|
-
name: "ThrottlingException",
|
|
2103
|
-
$fault: "client",
|
|
2104
|
-
...opts,
|
|
2105
|
-
});
|
|
2106
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
2107
|
-
this.Message = opts.Message;
|
|
2108
|
-
this.RequestId = opts.RequestId;
|
|
2109
|
-
}
|
|
2110
|
-
}
|
|
2111
|
-
class ConflictException extends QuickSightServiceException {
|
|
2112
|
-
name = "ConflictException";
|
|
2113
|
-
$fault = "client";
|
|
2114
|
-
Message;
|
|
2115
|
-
RequestId;
|
|
2116
|
-
constructor(opts) {
|
|
2117
|
-
super({
|
|
2118
|
-
name: "ConflictException",
|
|
2119
|
-
$fault: "client",
|
|
2120
|
-
...opts,
|
|
2121
|
-
});
|
|
2122
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
2123
|
-
this.Message = opts.Message;
|
|
2124
|
-
this.RequestId = opts.RequestId;
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
exports.ImageSource = void 0;
|
|
2128
|
-
(function (ImageSource) {
|
|
2129
|
-
ImageSource.visit = (value, visitor) => {
|
|
2130
|
-
if (value.PublicUrl !== undefined)
|
|
2131
|
-
return visitor.PublicUrl(value.PublicUrl);
|
|
2132
|
-
if (value.S3Uri !== undefined)
|
|
2133
|
-
return visitor.S3Uri(value.S3Uri);
|
|
2134
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2135
|
-
};
|
|
2136
|
-
})(exports.ImageSource || (exports.ImageSource = {}));
|
|
2137
|
-
const BrandStatus = {
|
|
2138
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
2139
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
2140
|
-
CREATE_SUCCEEDED: "CREATE_SUCCEEDED",
|
|
2141
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
2142
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
2143
|
-
};
|
|
2144
2173
|
const PivotTableConfigurationFilterSensitiveLog = (obj) => ({
|
|
2145
2174
|
...obj,
|
|
2146
2175
|
});
|
|
@@ -2358,6 +2387,11 @@ const SnapshotJobResultFileGroupFilterSensitiveLog = (obj) => ({
|
|
|
2358
2387
|
const AnonymousUserSnapshotJobResultFilterSensitiveLog = (obj) => ({
|
|
2359
2388
|
...obj,
|
|
2360
2389
|
});
|
|
2390
|
+
const APIKeyConnectionMetadataFilterSensitiveLog = (obj) => ({
|
|
2391
|
+
...obj,
|
|
2392
|
+
...(obj.ApiKey && { ApiKey: smithyClient.SENSITIVE_STRING }),
|
|
2393
|
+
...(obj.Email && { Email: smithyClient.SENSITIVE_STRING }),
|
|
2394
|
+
});
|
|
2361
2395
|
const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog = (obj) => ({
|
|
2362
2396
|
...obj,
|
|
2363
2397
|
});
|
|
@@ -2384,15 +2418,226 @@ const AssetBundleImportSourceDescriptionFilterSensitiveLog = (obj) => ({
|
|
|
2384
2418
|
...obj,
|
|
2385
2419
|
...(obj.Body && { Body: smithyClient.SENSITIVE_STRING }),
|
|
2386
2420
|
});
|
|
2387
|
-
const
|
|
2421
|
+
const AuthorizationCodeGrantDetailsFilterSensitiveLog = (obj) => ({
|
|
2388
2422
|
...obj,
|
|
2389
|
-
...(obj.
|
|
2423
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
2390
2424
|
});
|
|
2391
|
-
const
|
|
2425
|
+
const AuthorizationCodeGrantCredentialsDetailsFilterSensitiveLog = (obj) => {
|
|
2426
|
+
if (obj.AuthorizationCodeGrantDetails !== undefined)
|
|
2427
|
+
return {
|
|
2428
|
+
AuthorizationCodeGrantDetails: AuthorizationCodeGrantDetailsFilterSensitiveLog(obj.AuthorizationCodeGrantDetails),
|
|
2429
|
+
};
|
|
2430
|
+
if (obj.$unknown !== undefined)
|
|
2431
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
2432
|
+
};
|
|
2433
|
+
const AuthorizationCodeGrantMetadataFilterSensitiveLog = (obj) => ({
|
|
2392
2434
|
...obj,
|
|
2393
|
-
...(obj.
|
|
2435
|
+
...(obj.AuthorizationCodeGrantCredentialsDetails && {
|
|
2436
|
+
AuthorizationCodeGrantCredentialsDetails: AuthorizationCodeGrantCredentialsDetailsFilterSensitiveLog(obj.AuthorizationCodeGrantCredentialsDetails),
|
|
2437
|
+
}),
|
|
2438
|
+
});
|
|
2439
|
+
const BasicAuthConnectionMetadataFilterSensitiveLog = (obj) => ({
|
|
2440
|
+
...obj,
|
|
2441
|
+
...(obj.Username && { Username: smithyClient.SENSITIVE_STRING }),
|
|
2442
|
+
...(obj.Password && { Password: smithyClient.SENSITIVE_STRING }),
|
|
2443
|
+
});
|
|
2444
|
+
const ClientCredentialsGrantDetailsFilterSensitiveLog = (obj) => ({
|
|
2445
|
+
...obj,
|
|
2446
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
2447
|
+
});
|
|
2448
|
+
const ClientCredentialsDetailsFilterSensitiveLog = (obj) => {
|
|
2449
|
+
if (obj.ClientCredentialsGrantDetails !== undefined)
|
|
2450
|
+
return {
|
|
2451
|
+
ClientCredentialsGrantDetails: ClientCredentialsGrantDetailsFilterSensitiveLog(obj.ClientCredentialsGrantDetails),
|
|
2452
|
+
};
|
|
2453
|
+
if (obj.$unknown !== undefined)
|
|
2454
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
2455
|
+
};
|
|
2456
|
+
const ClientCredentialsGrantMetadataFilterSensitiveLog = (obj) => ({
|
|
2457
|
+
...obj,
|
|
2458
|
+
...(obj.ClientCredentialsDetails && {
|
|
2459
|
+
ClientCredentialsDetails: ClientCredentialsDetailsFilterSensitiveLog(obj.ClientCredentialsDetails),
|
|
2460
|
+
}),
|
|
2461
|
+
});
|
|
2462
|
+
const AuthenticationMetadataFilterSensitiveLog = (obj) => {
|
|
2463
|
+
if (obj.AuthorizationCodeGrantMetadata !== undefined)
|
|
2464
|
+
return {
|
|
2465
|
+
AuthorizationCodeGrantMetadata: AuthorizationCodeGrantMetadataFilterSensitiveLog(obj.AuthorizationCodeGrantMetadata),
|
|
2466
|
+
};
|
|
2467
|
+
if (obj.ClientCredentialsGrantMetadata !== undefined)
|
|
2468
|
+
return {
|
|
2469
|
+
ClientCredentialsGrantMetadata: ClientCredentialsGrantMetadataFilterSensitiveLog(obj.ClientCredentialsGrantMetadata),
|
|
2470
|
+
};
|
|
2471
|
+
if (obj.BasicAuthConnectionMetadata !== undefined)
|
|
2472
|
+
return {
|
|
2473
|
+
BasicAuthConnectionMetadata: BasicAuthConnectionMetadataFilterSensitiveLog(obj.BasicAuthConnectionMetadata),
|
|
2474
|
+
};
|
|
2475
|
+
if (obj.ApiKeyConnectionMetadata !== undefined)
|
|
2476
|
+
return { ApiKeyConnectionMetadata: APIKeyConnectionMetadataFilterSensitiveLog(obj.ApiKeyConnectionMetadata) };
|
|
2477
|
+
if (obj.NoneConnectionMetadata !== undefined)
|
|
2478
|
+
return { NoneConnectionMetadata: obj.NoneConnectionMetadata };
|
|
2479
|
+
if (obj.IamConnectionMetadata !== undefined)
|
|
2480
|
+
return { IamConnectionMetadata: obj.IamConnectionMetadata };
|
|
2481
|
+
if (obj.$unknown !== undefined)
|
|
2482
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
2483
|
+
};
|
|
2484
|
+
const AuthConfigFilterSensitiveLog = (obj) => ({
|
|
2485
|
+
...obj,
|
|
2486
|
+
...(obj.AuthenticationMetadata && {
|
|
2487
|
+
AuthenticationMetadata: AuthenticationMetadataFilterSensitiveLog(obj.AuthenticationMetadata),
|
|
2488
|
+
}),
|
|
2394
2489
|
});
|
|
2395
2490
|
|
|
2491
|
+
const DisplayFormat = {
|
|
2492
|
+
AUTO: "AUTO",
|
|
2493
|
+
CURRENCY: "CURRENCY",
|
|
2494
|
+
DATE: "DATE",
|
|
2495
|
+
NUMBER: "NUMBER",
|
|
2496
|
+
PERCENT: "PERCENT",
|
|
2497
|
+
STRING: "STRING",
|
|
2498
|
+
};
|
|
2499
|
+
const TopicNumericSeparatorSymbol = {
|
|
2500
|
+
COMMA: "COMMA",
|
|
2501
|
+
DOT: "DOT",
|
|
2502
|
+
};
|
|
2503
|
+
const ComparisonMethodType = {
|
|
2504
|
+
DIFF: "DIFF",
|
|
2505
|
+
DIFF_AS_PERC: "DIFF_AS_PERC",
|
|
2506
|
+
MOVING_AVERAGE: "MOVING_AVERAGE",
|
|
2507
|
+
PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL",
|
|
2508
|
+
PERC_DIFF: "PERC_DIFF",
|
|
2509
|
+
POP_CURRENT_DIFF: "POP_CURRENT_DIFF",
|
|
2510
|
+
POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC",
|
|
2511
|
+
POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF",
|
|
2512
|
+
POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC",
|
|
2513
|
+
RUNNING_SUM: "RUNNING_SUM",
|
|
2514
|
+
};
|
|
2515
|
+
const VisualRole = {
|
|
2516
|
+
COMPLIMENTARY: "COMPLIMENTARY",
|
|
2517
|
+
FALLBACK: "FALLBACK",
|
|
2518
|
+
FRAGMENT: "FRAGMENT",
|
|
2519
|
+
MULTI_INTENT: "MULTI_INTENT",
|
|
2520
|
+
PRIMARY: "PRIMARY",
|
|
2521
|
+
};
|
|
2522
|
+
const ReviewedAnswerErrorCode = {
|
|
2523
|
+
DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST",
|
|
2524
|
+
DUPLICATED_ANSWER: "DUPLICATED_ANSWER",
|
|
2525
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
2526
|
+
INVALID_DATA: "INVALID_DATA",
|
|
2527
|
+
INVALID_DATASET_ARN: "INVALID_DATASET_ARN",
|
|
2528
|
+
MISSING_ANSWER: "MISSING_ANSWER",
|
|
2529
|
+
MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS",
|
|
2530
|
+
};
|
|
2531
|
+
class InternalFailureException extends QuickSightServiceException {
|
|
2532
|
+
name = "InternalFailureException";
|
|
2533
|
+
$fault = "server";
|
|
2534
|
+
Message;
|
|
2535
|
+
RequestId;
|
|
2536
|
+
constructor(opts) {
|
|
2537
|
+
super({
|
|
2538
|
+
name: "InternalFailureException",
|
|
2539
|
+
$fault: "server",
|
|
2540
|
+
...opts,
|
|
2541
|
+
});
|
|
2542
|
+
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
2543
|
+
this.Message = opts.Message;
|
|
2544
|
+
this.RequestId = opts.RequestId;
|
|
2545
|
+
}
|
|
2546
|
+
}
|
|
2547
|
+
class InvalidParameterValueException extends QuickSightServiceException {
|
|
2548
|
+
name = "InvalidParameterValueException";
|
|
2549
|
+
$fault = "client";
|
|
2550
|
+
Message;
|
|
2551
|
+
RequestId;
|
|
2552
|
+
constructor(opts) {
|
|
2553
|
+
super({
|
|
2554
|
+
name: "InvalidParameterValueException",
|
|
2555
|
+
$fault: "client",
|
|
2556
|
+
...opts,
|
|
2557
|
+
});
|
|
2558
|
+
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
2559
|
+
this.Message = opts.Message;
|
|
2560
|
+
this.RequestId = opts.RequestId;
|
|
2561
|
+
}
|
|
2562
|
+
}
|
|
2563
|
+
const ExceptionResourceType = {
|
|
2564
|
+
ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS",
|
|
2565
|
+
DATA_SET: "DATA_SET",
|
|
2566
|
+
DATA_SOURCE: "DATA_SOURCE",
|
|
2567
|
+
GROUP: "GROUP",
|
|
2568
|
+
IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT",
|
|
2569
|
+
INGESTION: "INGESTION",
|
|
2570
|
+
NAMESPACE: "NAMESPACE",
|
|
2571
|
+
USER: "USER",
|
|
2572
|
+
VPC_CONNECTION: "VPC_CONNECTION",
|
|
2573
|
+
};
|
|
2574
|
+
class ResourceNotFoundException extends QuickSightServiceException {
|
|
2575
|
+
name = "ResourceNotFoundException";
|
|
2576
|
+
$fault = "client";
|
|
2577
|
+
Message;
|
|
2578
|
+
ResourceType;
|
|
2579
|
+
RequestId;
|
|
2580
|
+
constructor(opts) {
|
|
2581
|
+
super({
|
|
2582
|
+
name: "ResourceNotFoundException",
|
|
2583
|
+
$fault: "client",
|
|
2584
|
+
...opts,
|
|
2585
|
+
});
|
|
2586
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
2587
|
+
this.Message = opts.Message;
|
|
2588
|
+
this.ResourceType = opts.ResourceType;
|
|
2589
|
+
this.RequestId = opts.RequestId;
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
class ThrottlingException extends QuickSightServiceException {
|
|
2593
|
+
name = "ThrottlingException";
|
|
2594
|
+
$fault = "client";
|
|
2595
|
+
Message;
|
|
2596
|
+
RequestId;
|
|
2597
|
+
constructor(opts) {
|
|
2598
|
+
super({
|
|
2599
|
+
name: "ThrottlingException",
|
|
2600
|
+
$fault: "client",
|
|
2601
|
+
...opts,
|
|
2602
|
+
});
|
|
2603
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
2604
|
+
this.Message = opts.Message;
|
|
2605
|
+
this.RequestId = opts.RequestId;
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2608
|
+
class ConflictException extends QuickSightServiceException {
|
|
2609
|
+
name = "ConflictException";
|
|
2610
|
+
$fault = "client";
|
|
2611
|
+
Message;
|
|
2612
|
+
RequestId;
|
|
2613
|
+
constructor(opts) {
|
|
2614
|
+
super({
|
|
2615
|
+
name: "ConflictException",
|
|
2616
|
+
$fault: "client",
|
|
2617
|
+
...opts,
|
|
2618
|
+
});
|
|
2619
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
2620
|
+
this.Message = opts.Message;
|
|
2621
|
+
this.RequestId = opts.RequestId;
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
exports.ImageSource = void 0;
|
|
2625
|
+
(function (ImageSource) {
|
|
2626
|
+
ImageSource.visit = (value, visitor) => {
|
|
2627
|
+
if (value.PublicUrl !== undefined)
|
|
2628
|
+
return visitor.PublicUrl(value.PublicUrl);
|
|
2629
|
+
if (value.S3Uri !== undefined)
|
|
2630
|
+
return visitor.S3Uri(value.S3Uri);
|
|
2631
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2632
|
+
};
|
|
2633
|
+
})(exports.ImageSource || (exports.ImageSource = {}));
|
|
2634
|
+
const BrandStatus = {
|
|
2635
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
2636
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
2637
|
+
CREATE_SUCCEEDED: "CREATE_SUCCEEDED",
|
|
2638
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
2639
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
2640
|
+
};
|
|
2396
2641
|
const BrandVersionStatus = {
|
|
2397
2642
|
CREATE_FAILED: "CREATE_FAILED",
|
|
2398
2643
|
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
@@ -2682,20 +2927,26 @@ const DataSourceType = {
|
|
|
2682
2927
|
AURORA_POSTGRESQL: "AURORA_POSTGRESQL",
|
|
2683
2928
|
AWS_IOT_ANALYTICS: "AWS_IOT_ANALYTICS",
|
|
2684
2929
|
BIGQUERY: "BIGQUERY",
|
|
2930
|
+
CONFLUENCE: "CONFLUENCE",
|
|
2685
2931
|
DATABRICKS: "DATABRICKS",
|
|
2686
2932
|
EXASOL: "EXASOL",
|
|
2687
2933
|
GITHUB: "GITHUB",
|
|
2688
2934
|
GOOGLESHEETS: "GOOGLESHEETS",
|
|
2935
|
+
GOOGLE_DRIVE: "GOOGLE_DRIVE",
|
|
2689
2936
|
JIRA: "JIRA",
|
|
2690
2937
|
MARIADB: "MARIADB",
|
|
2691
2938
|
MYSQL: "MYSQL",
|
|
2939
|
+
ONE_DRIVE: "ONE_DRIVE",
|
|
2692
2940
|
ORACLE: "ORACLE",
|
|
2693
2941
|
POSTGRESQL: "POSTGRESQL",
|
|
2694
2942
|
PRESTO: "PRESTO",
|
|
2943
|
+
QBUSINESS: "QBUSINESS",
|
|
2695
2944
|
REDSHIFT: "REDSHIFT",
|
|
2696
2945
|
S3: "S3",
|
|
2946
|
+
S3_KNOWLEDGE_BASE: "S3_KNOWLEDGE_BASE",
|
|
2697
2947
|
SALESFORCE: "SALESFORCE",
|
|
2698
2948
|
SERVICENOW: "SERVICENOW",
|
|
2949
|
+
SHAREPOINT: "SHAREPOINT",
|
|
2699
2950
|
SNOWFLAKE: "SNOWFLAKE",
|
|
2700
2951
|
SPARK: "SPARK",
|
|
2701
2952
|
SQLSERVER: "SQLSERVER",
|
|
@@ -2704,6 +2955,7 @@ const DataSourceType = {
|
|
|
2704
2955
|
TIMESTREAM: "TIMESTREAM",
|
|
2705
2956
|
TRINO: "TRINO",
|
|
2706
2957
|
TWITTER: "TWITTER",
|
|
2958
|
+
WEB_CRAWLER: "WEB_CRAWLER",
|
|
2707
2959
|
};
|
|
2708
2960
|
class CustomerManagedKeyUnavailableException extends QuickSightServiceException {
|
|
2709
2961
|
name = "CustomerManagedKeyUnavailableException";
|
|
@@ -2929,6 +3181,14 @@ const DataSourceFilterAttribute = {
|
|
|
2929
3181
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
2930
3182
|
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
2931
3183
|
};
|
|
3184
|
+
const TopicIRMetricFilterSensitiveLog = (obj) => ({
|
|
3185
|
+
...obj,
|
|
3186
|
+
...(obj.Expression && { Expression: smithyClient.SENSITIVE_STRING }),
|
|
3187
|
+
});
|
|
3188
|
+
const TopicIRFilterSensitiveLog = (obj) => ({
|
|
3189
|
+
...obj,
|
|
3190
|
+
...(obj.Metrics && { Metrics: obj.Metrics.map((item) => TopicIRMetricFilterSensitiveLog(item)) }),
|
|
3191
|
+
});
|
|
2932
3192
|
const CalculatedColumnFilterSensitiveLog = (obj) => ({
|
|
2933
3193
|
...obj,
|
|
2934
3194
|
...(obj.Expression && { Expression: smithyClient.SENSITIVE_STRING }),
|
|
@@ -2941,6 +3201,12 @@ const ColumnTagFilterSensitiveLog = (obj) => ({
|
|
|
2941
3201
|
...obj,
|
|
2942
3202
|
...(obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }),
|
|
2943
3203
|
});
|
|
3204
|
+
const CreateActionConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
3205
|
+
...obj,
|
|
3206
|
+
...(obj.Name && { Name: smithyClient.SENSITIVE_STRING }),
|
|
3207
|
+
...(obj.AuthenticationConfig && { AuthenticationConfig: AuthConfigFilterSensitiveLog(obj.AuthenticationConfig) }),
|
|
3208
|
+
...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
|
|
3209
|
+
});
|
|
2944
3210
|
const DateTimeParameterFilterSensitiveLog = (obj) => ({
|
|
2945
3211
|
...obj,
|
|
2946
3212
|
...(obj.Values && { Values: smithyClient.SENSITIVE_STRING }),
|
|
@@ -3350,6 +3616,18 @@ const EmbeddingIdentityType = {
|
|
|
3350
3616
|
IAM: "IAM",
|
|
3351
3617
|
QUICKSIGHT: "QUICKSIGHT",
|
|
3352
3618
|
};
|
|
3619
|
+
const FieldName = {
|
|
3620
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
3621
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
3622
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
3623
|
+
FLOW_DESCRIPTION: "assetDescription",
|
|
3624
|
+
FLOW_NAME: "assetName",
|
|
3625
|
+
};
|
|
3626
|
+
const FlowPublishState = {
|
|
3627
|
+
DRAFT: "DRAFT",
|
|
3628
|
+
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
3629
|
+
PUBLISHED: "PUBLISHED",
|
|
3630
|
+
};
|
|
3353
3631
|
const FolderFilterAttribute = {
|
|
3354
3632
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
3355
3633
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -3442,15 +3720,10 @@ const IncludeQuickSightQIndex = {
|
|
|
3442
3720
|
EXCLUDE: "EXCLUDE",
|
|
3443
3721
|
INCLUDE: "INCLUDE",
|
|
3444
3722
|
};
|
|
3445
|
-
const
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
};
|
|
3450
|
-
const PurchaseMode = {
|
|
3451
|
-
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
3452
|
-
MANUAL: "MANUAL",
|
|
3453
|
-
};
|
|
3723
|
+
const DescribeActionConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
3724
|
+
...obj,
|
|
3725
|
+
...(obj.ActionConnector && { ActionConnector: ActionConnectorFilterSensitiveLog(obj.ActionConnector) }),
|
|
3726
|
+
});
|
|
3454
3727
|
const DescribeAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
3455
3728
|
...obj,
|
|
3456
3729
|
});
|
|
@@ -3539,22 +3812,26 @@ const GetSessionEmbedUrlResponseFilterSensitiveLog = (obj) => ({
|
|
|
3539
3812
|
...obj,
|
|
3540
3813
|
...(obj.EmbedUrl && { EmbedUrl: smithyClient.SENSITIVE_STRING }),
|
|
3541
3814
|
});
|
|
3542
|
-
const
|
|
3543
|
-
...obj,
|
|
3544
|
-
...(obj.QueryText && { QueryText: smithyClient.SENSITIVE_STRING }),
|
|
3545
|
-
});
|
|
3546
|
-
const QAResultFilterSensitiveLog = (obj) => ({
|
|
3547
|
-
...obj,
|
|
3548
|
-
...(obj.GeneratedAnswer && { GeneratedAnswer: GeneratedAnswerResultFilterSensitiveLog(obj.GeneratedAnswer) }),
|
|
3549
|
-
});
|
|
3550
|
-
const PredictQAResultsResponseFilterSensitiveLog = (obj) => ({
|
|
3815
|
+
const ListActionConnectorsResponseFilterSensitiveLog = (obj) => ({
|
|
3551
3816
|
...obj,
|
|
3552
|
-
...(obj.
|
|
3553
|
-
|
|
3554
|
-
AdditionalResults: obj.AdditionalResults.map((item) => QAResultFilterSensitiveLog(item)),
|
|
3817
|
+
...(obj.ActionConnectorSummaries && {
|
|
3818
|
+
ActionConnectorSummaries: obj.ActionConnectorSummaries.map((item) => ActionConnectorSummaryFilterSensitiveLog(item)),
|
|
3555
3819
|
}),
|
|
3556
3820
|
});
|
|
3557
3821
|
|
|
3822
|
+
const QAResultType = {
|
|
3823
|
+
DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
|
|
3824
|
+
GENERATED_ANSWER: "GENERATED_ANSWER",
|
|
3825
|
+
NO_ANSWER: "NO_ANSWER",
|
|
3826
|
+
};
|
|
3827
|
+
const PurchaseMode = {
|
|
3828
|
+
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
3829
|
+
MANUAL: "MANUAL",
|
|
3830
|
+
};
|
|
3831
|
+
const SearchFilterOperator = {
|
|
3832
|
+
STRING_EQUALS: "StringEquals",
|
|
3833
|
+
STRING_LIKE: "StringLike",
|
|
3834
|
+
};
|
|
3558
3835
|
const TopicFilterAttribute = {
|
|
3559
3836
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
3560
3837
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -3568,6 +3845,27 @@ const TopicFilterOperator = {
|
|
|
3568
3845
|
StringEquals: "StringEquals",
|
|
3569
3846
|
StringLike: "StringLike",
|
|
3570
3847
|
};
|
|
3848
|
+
const PredictQAResultsRequestFilterSensitiveLog = (obj) => ({
|
|
3849
|
+
...obj,
|
|
3850
|
+
...(obj.QueryText && { QueryText: smithyClient.SENSITIVE_STRING }),
|
|
3851
|
+
});
|
|
3852
|
+
const QAResultFilterSensitiveLog = (obj) => ({
|
|
3853
|
+
...obj,
|
|
3854
|
+
...(obj.GeneratedAnswer && { GeneratedAnswer: GeneratedAnswerResultFilterSensitiveLog(obj.GeneratedAnswer) }),
|
|
3855
|
+
});
|
|
3856
|
+
const PredictQAResultsResponseFilterSensitiveLog = (obj) => ({
|
|
3857
|
+
...obj,
|
|
3858
|
+
...(obj.PrimaryResult && { PrimaryResult: QAResultFilterSensitiveLog(obj.PrimaryResult) }),
|
|
3859
|
+
...(obj.AdditionalResults && {
|
|
3860
|
+
AdditionalResults: obj.AdditionalResults.map((item) => QAResultFilterSensitiveLog(item)),
|
|
3861
|
+
}),
|
|
3862
|
+
});
|
|
3863
|
+
const SearchActionConnectorsResponseFilterSensitiveLog = (obj) => ({
|
|
3864
|
+
...obj,
|
|
3865
|
+
...(obj.ActionConnectorSummaries && {
|
|
3866
|
+
ActionConnectorSummaries: obj.ActionConnectorSummaries.map((item) => ActionConnectorSummaryFilterSensitiveLog(item)),
|
|
3867
|
+
}),
|
|
3868
|
+
});
|
|
3571
3869
|
const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
3572
3870
|
...obj,
|
|
3573
3871
|
...(obj.AssetBundleImportSource && {
|
|
@@ -3586,6 +3884,12 @@ const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
3586
3884
|
const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
3587
3885
|
...obj,
|
|
3588
3886
|
});
|
|
3887
|
+
const UpdateActionConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
3888
|
+
...obj,
|
|
3889
|
+
...(obj.Name && { Name: smithyClient.SENSITIVE_STRING }),
|
|
3890
|
+
...(obj.AuthenticationConfig && { AuthenticationConfig: AuthConfigFilterSensitiveLog(obj.AuthenticationConfig) }),
|
|
3891
|
+
...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
|
|
3892
|
+
});
|
|
3589
3893
|
const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
3590
3894
|
...obj,
|
|
3591
3895
|
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
@@ -3729,6 +4033,27 @@ const se_CreateAccountSubscriptionCommand = async (input, context) => {
|
|
|
3729
4033
|
b.m("POST").h(headers).b(body);
|
|
3730
4034
|
return b.build();
|
|
3731
4035
|
};
|
|
4036
|
+
const se_CreateActionConnectorCommand = async (input, context) => {
|
|
4037
|
+
const b = core.requestBuilder(input, context);
|
|
4038
|
+
const headers = {
|
|
4039
|
+
"content-type": "application/json",
|
|
4040
|
+
};
|
|
4041
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors");
|
|
4042
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
4043
|
+
let body;
|
|
4044
|
+
body = JSON.stringify(smithyClient.take(input, {
|
|
4045
|
+
ActionConnectorId: [],
|
|
4046
|
+
AuthenticationConfig: (_) => smithyClient._json(_),
|
|
4047
|
+
Description: [],
|
|
4048
|
+
Name: [],
|
|
4049
|
+
Permissions: (_) => smithyClient._json(_),
|
|
4050
|
+
Tags: (_) => smithyClient._json(_),
|
|
4051
|
+
Type: [],
|
|
4052
|
+
VpcConnectionArn: [],
|
|
4053
|
+
}));
|
|
4054
|
+
b.m("POST").h(headers).b(body);
|
|
4055
|
+
return b.build();
|
|
4056
|
+
};
|
|
3732
4057
|
const se_CreateAnalysisCommand = async (input, context) => {
|
|
3733
4058
|
const b = core.requestBuilder(input, context);
|
|
3734
4059
|
const headers = {
|
|
@@ -4159,6 +4484,16 @@ const se_DeleteAccountSubscriptionCommand = async (input, context) => {
|
|
|
4159
4484
|
b.m("DELETE").h(headers).b(body);
|
|
4160
4485
|
return b.build();
|
|
4161
4486
|
};
|
|
4487
|
+
const se_DeleteActionConnectorCommand = async (input, context) => {
|
|
4488
|
+
const b = core.requestBuilder(input, context);
|
|
4489
|
+
const headers = {};
|
|
4490
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}");
|
|
4491
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
4492
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
4493
|
+
let body;
|
|
4494
|
+
b.m("DELETE").h(headers).b(body);
|
|
4495
|
+
return b.build();
|
|
4496
|
+
};
|
|
4162
4497
|
const se_DeleteAnalysisCommand = async (input, context) => {
|
|
4163
4498
|
const b = core.requestBuilder(input, context);
|
|
4164
4499
|
const headers = {};
|
|
@@ -4519,6 +4854,26 @@ const se_DescribeAccountSubscriptionCommand = async (input, context) => {
|
|
|
4519
4854
|
b.m("GET").h(headers).b(body);
|
|
4520
4855
|
return b.build();
|
|
4521
4856
|
};
|
|
4857
|
+
const se_DescribeActionConnectorCommand = async (input, context) => {
|
|
4858
|
+
const b = core.requestBuilder(input, context);
|
|
4859
|
+
const headers = {};
|
|
4860
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}");
|
|
4861
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
4862
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
4863
|
+
let body;
|
|
4864
|
+
b.m("GET").h(headers).b(body);
|
|
4865
|
+
return b.build();
|
|
4866
|
+
};
|
|
4867
|
+
const se_DescribeActionConnectorPermissionsCommand = async (input, context) => {
|
|
4868
|
+
const b = core.requestBuilder(input, context);
|
|
4869
|
+
const headers = {};
|
|
4870
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions");
|
|
4871
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
4872
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
4873
|
+
let body;
|
|
4874
|
+
b.m("GET").h(headers).b(body);
|
|
4875
|
+
return b.build();
|
|
4876
|
+
};
|
|
4522
4877
|
const se_DescribeAnalysisCommand = async (input, context) => {
|
|
4523
4878
|
const b = core.requestBuilder(input, context);
|
|
4524
4879
|
const headers = {};
|
|
@@ -5117,6 +5472,26 @@ const se_GetDashboardEmbedUrlCommand = async (input, context) => {
|
|
|
5117
5472
|
b.m("GET").h(headers).q(query).b(body);
|
|
5118
5473
|
return b.build();
|
|
5119
5474
|
};
|
|
5475
|
+
const se_GetFlowMetadataCommand = async (input, context) => {
|
|
5476
|
+
const b = core.requestBuilder(input, context);
|
|
5477
|
+
const headers = {};
|
|
5478
|
+
b.bp("/accounts/{AwsAccountId}/flows/{FlowId}/metadata");
|
|
5479
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5480
|
+
b.p("FlowId", () => input.FlowId, "{FlowId}", false);
|
|
5481
|
+
let body;
|
|
5482
|
+
b.m("GET").h(headers).b(body);
|
|
5483
|
+
return b.build();
|
|
5484
|
+
};
|
|
5485
|
+
const se_GetFlowPermissionsCommand = async (input, context) => {
|
|
5486
|
+
const b = core.requestBuilder(input, context);
|
|
5487
|
+
const headers = {};
|
|
5488
|
+
b.bp("/accounts/{AwsAccountId}/flows/{FlowId}/permissions");
|
|
5489
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5490
|
+
b.p("FlowId", () => input.FlowId, "{FlowId}", false);
|
|
5491
|
+
let body;
|
|
5492
|
+
b.m("GET").h(headers).b(body);
|
|
5493
|
+
return b.build();
|
|
5494
|
+
};
|
|
5120
5495
|
const se_GetSessionEmbedUrlCommand = async (input, context) => {
|
|
5121
5496
|
const b = core.requestBuilder(input, context);
|
|
5122
5497
|
const headers = {};
|
|
@@ -5131,6 +5506,19 @@ const se_GetSessionEmbedUrlCommand = async (input, context) => {
|
|
|
5131
5506
|
b.m("GET").h(headers).q(query).b(body);
|
|
5132
5507
|
return b.build();
|
|
5133
5508
|
};
|
|
5509
|
+
const se_ListActionConnectorsCommand = async (input, context) => {
|
|
5510
|
+
const b = core.requestBuilder(input, context);
|
|
5511
|
+
const headers = {};
|
|
5512
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors");
|
|
5513
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5514
|
+
const query = smithyClient.map({
|
|
5515
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
5516
|
+
[_nt]: [, input[_NT]],
|
|
5517
|
+
});
|
|
5518
|
+
let body;
|
|
5519
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
5520
|
+
return b.build();
|
|
5521
|
+
};
|
|
5134
5522
|
const se_ListAnalysesCommand = async (input, context) => {
|
|
5135
5523
|
const b = core.requestBuilder(input, context);
|
|
5136
5524
|
const headers = {};
|
|
@@ -5212,9 +5600,22 @@ const se_ListDashboardsCommand = async (input, context) => {
|
|
|
5212
5600
|
const se_ListDashboardVersionsCommand = async (input, context) => {
|
|
5213
5601
|
const b = core.requestBuilder(input, context);
|
|
5214
5602
|
const headers = {};
|
|
5215
|
-
b.bp("/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions");
|
|
5603
|
+
b.bp("/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions");
|
|
5604
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5605
|
+
b.p("DashboardId", () => input.DashboardId, "{DashboardId}", false);
|
|
5606
|
+
const query = smithyClient.map({
|
|
5607
|
+
[_nt]: [, input[_NT]],
|
|
5608
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
5609
|
+
});
|
|
5610
|
+
let body;
|
|
5611
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
5612
|
+
return b.build();
|
|
5613
|
+
};
|
|
5614
|
+
const se_ListDataSetsCommand = async (input, context) => {
|
|
5615
|
+
const b = core.requestBuilder(input, context);
|
|
5616
|
+
const headers = {};
|
|
5617
|
+
b.bp("/accounts/{AwsAccountId}/data-sets");
|
|
5216
5618
|
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5217
|
-
b.p("DashboardId", () => input.DashboardId, "{DashboardId}", false);
|
|
5218
5619
|
const query = smithyClient.map({
|
|
5219
5620
|
[_nt]: [, input[_NT]],
|
|
5220
5621
|
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
@@ -5223,10 +5624,10 @@ const se_ListDashboardVersionsCommand = async (input, context) => {
|
|
|
5223
5624
|
b.m("GET").h(headers).q(query).b(body);
|
|
5224
5625
|
return b.build();
|
|
5225
5626
|
};
|
|
5226
|
-
const
|
|
5627
|
+
const se_ListDataSourcesCommand = async (input, context) => {
|
|
5227
5628
|
const b = core.requestBuilder(input, context);
|
|
5228
5629
|
const headers = {};
|
|
5229
|
-
b.bp("/accounts/{AwsAccountId}/data-
|
|
5630
|
+
b.bp("/accounts/{AwsAccountId}/data-sources");
|
|
5230
5631
|
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5231
5632
|
const query = smithyClient.map({
|
|
5232
5633
|
[_nt]: [, input[_NT]],
|
|
@@ -5236,10 +5637,10 @@ const se_ListDataSetsCommand = async (input, context) => {
|
|
|
5236
5637
|
b.m("GET").h(headers).q(query).b(body);
|
|
5237
5638
|
return b.build();
|
|
5238
5639
|
};
|
|
5239
|
-
const
|
|
5640
|
+
const se_ListFlowsCommand = async (input, context) => {
|
|
5240
5641
|
const b = core.requestBuilder(input, context);
|
|
5241
5642
|
const headers = {};
|
|
5242
|
-
b.bp("/accounts/{AwsAccountId}/
|
|
5643
|
+
b.bp("/accounts/{AwsAccountId}/flows");
|
|
5243
5644
|
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5244
5645
|
const query = smithyClient.map({
|
|
5245
5646
|
[_nt]: [, input[_NT]],
|
|
@@ -5651,6 +6052,24 @@ const se_RestoreAnalysisCommand = async (input, context) => {
|
|
|
5651
6052
|
b.m("POST").h(headers).q(query).b(body);
|
|
5652
6053
|
return b.build();
|
|
5653
6054
|
};
|
|
6055
|
+
const se_SearchActionConnectorsCommand = async (input, context) => {
|
|
6056
|
+
const b = core.requestBuilder(input, context);
|
|
6057
|
+
const headers = {
|
|
6058
|
+
"content-type": "application/json",
|
|
6059
|
+
};
|
|
6060
|
+
b.bp("/accounts/{AwsAccountId}/search/action-connectors");
|
|
6061
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6062
|
+
const query = smithyClient.map({
|
|
6063
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
6064
|
+
[_nt]: [, input[_NT]],
|
|
6065
|
+
});
|
|
6066
|
+
let body;
|
|
6067
|
+
body = JSON.stringify(smithyClient.take(input, {
|
|
6068
|
+
Filters: (_) => smithyClient._json(_),
|
|
6069
|
+
}));
|
|
6070
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
6071
|
+
return b.build();
|
|
6072
|
+
};
|
|
5654
6073
|
const se_SearchAnalysesCommand = async (input, context) => {
|
|
5655
6074
|
const b = core.requestBuilder(input, context);
|
|
5656
6075
|
const headers = {
|
|
@@ -5715,6 +6134,22 @@ const se_SearchDataSourcesCommand = async (input, context) => {
|
|
|
5715
6134
|
b.m("POST").h(headers).b(body);
|
|
5716
6135
|
return b.build();
|
|
5717
6136
|
};
|
|
6137
|
+
const se_SearchFlowsCommand = async (input, context) => {
|
|
6138
|
+
const b = core.requestBuilder(input, context);
|
|
6139
|
+
const headers = {
|
|
6140
|
+
"content-type": "application/json",
|
|
6141
|
+
};
|
|
6142
|
+
b.bp("/accounts/{AwsAccountId}/flows/searchFlows");
|
|
6143
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6144
|
+
let body;
|
|
6145
|
+
body = JSON.stringify(smithyClient.take(input, {
|
|
6146
|
+
Filters: (_) => smithyClient._json(_),
|
|
6147
|
+
MaxResults: [],
|
|
6148
|
+
NextToken: [],
|
|
6149
|
+
}));
|
|
6150
|
+
b.m("POST").h(headers).b(body);
|
|
6151
|
+
return b.build();
|
|
6152
|
+
};
|
|
5718
6153
|
const se_SearchFoldersCommand = async (input, context) => {
|
|
5719
6154
|
const b = core.requestBuilder(input, context);
|
|
5720
6155
|
const headers = {
|
|
@@ -5910,6 +6345,40 @@ const se_UpdateAccountSettingsCommand = async (input, context) => {
|
|
|
5910
6345
|
b.m("PUT").h(headers).b(body);
|
|
5911
6346
|
return b.build();
|
|
5912
6347
|
};
|
|
6348
|
+
const se_UpdateActionConnectorCommand = async (input, context) => {
|
|
6349
|
+
const b = core.requestBuilder(input, context);
|
|
6350
|
+
const headers = {
|
|
6351
|
+
"content-type": "application/json",
|
|
6352
|
+
};
|
|
6353
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}");
|
|
6354
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6355
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
6356
|
+
let body;
|
|
6357
|
+
body = JSON.stringify(smithyClient.take(input, {
|
|
6358
|
+
AuthenticationConfig: (_) => smithyClient._json(_),
|
|
6359
|
+
Description: [],
|
|
6360
|
+
Name: [],
|
|
6361
|
+
VpcConnectionArn: [],
|
|
6362
|
+
}));
|
|
6363
|
+
b.m("PUT").h(headers).b(body);
|
|
6364
|
+
return b.build();
|
|
6365
|
+
};
|
|
6366
|
+
const se_UpdateActionConnectorPermissionsCommand = async (input, context) => {
|
|
6367
|
+
const b = core.requestBuilder(input, context);
|
|
6368
|
+
const headers = {
|
|
6369
|
+
"content-type": "application/json",
|
|
6370
|
+
};
|
|
6371
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions");
|
|
6372
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6373
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
6374
|
+
let body;
|
|
6375
|
+
body = JSON.stringify(smithyClient.take(input, {
|
|
6376
|
+
GrantPermissions: (_) => smithyClient._json(_),
|
|
6377
|
+
RevokePermissions: (_) => smithyClient._json(_),
|
|
6378
|
+
}));
|
|
6379
|
+
b.m("POST").h(headers).b(body);
|
|
6380
|
+
return b.build();
|
|
6381
|
+
};
|
|
5913
6382
|
const se_UpdateAnalysisCommand = async (input, context) => {
|
|
5914
6383
|
const b = core.requestBuilder(input, context);
|
|
5915
6384
|
const headers = {
|
|
@@ -6191,6 +6660,22 @@ const se_UpdateDefaultQBusinessApplicationCommand = async (input, context) => {
|
|
|
6191
6660
|
b.m("PUT").h(headers).q(query).b(body);
|
|
6192
6661
|
return b.build();
|
|
6193
6662
|
};
|
|
6663
|
+
const se_UpdateFlowPermissionsCommand = async (input, context) => {
|
|
6664
|
+
const b = core.requestBuilder(input, context);
|
|
6665
|
+
const headers = {
|
|
6666
|
+
"content-type": "application/json",
|
|
6667
|
+
};
|
|
6668
|
+
b.bp("/accounts/{AwsAccountId}/flows/{FlowId}/permissions");
|
|
6669
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6670
|
+
b.p("FlowId", () => input.FlowId, "{FlowId}", false);
|
|
6671
|
+
let body;
|
|
6672
|
+
body = JSON.stringify(smithyClient.take(input, {
|
|
6673
|
+
GrantPermissions: (_) => smithyClient._json(_),
|
|
6674
|
+
RevokePermissions: (_) => smithyClient._json(_),
|
|
6675
|
+
}));
|
|
6676
|
+
b.m("PUT").h(headers).b(body);
|
|
6677
|
+
return b.build();
|
|
6678
|
+
};
|
|
6194
6679
|
const se_UpdateFolderCommand = async (input, context) => {
|
|
6195
6680
|
const b = core.requestBuilder(input, context);
|
|
6196
6681
|
const headers = {
|
|
@@ -6695,6 +7180,26 @@ const de_CreateAccountSubscriptionCommand = async (output, context) => {
|
|
|
6695
7180
|
});
|
|
6696
7181
|
return contents;
|
|
6697
7182
|
};
|
|
7183
|
+
const de_CreateActionConnectorCommand = async (output, context) => {
|
|
7184
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7185
|
+
return de_CommandError(output, context);
|
|
7186
|
+
}
|
|
7187
|
+
const contents = smithyClient.map({
|
|
7188
|
+
$metadata: deserializeMetadata(output),
|
|
7189
|
+
});
|
|
7190
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
7191
|
+
const doc = smithyClient.take(data, {
|
|
7192
|
+
ActionConnectorId: smithyClient.expectString,
|
|
7193
|
+
Arn: smithyClient.expectString,
|
|
7194
|
+
CreationStatus: smithyClient.expectString,
|
|
7195
|
+
RequestId: smithyClient.expectString,
|
|
7196
|
+
});
|
|
7197
|
+
Object.assign(contents, doc);
|
|
7198
|
+
smithyClient.map(contents, {
|
|
7199
|
+
Status: [, output.statusCode],
|
|
7200
|
+
});
|
|
7201
|
+
return contents;
|
|
7202
|
+
};
|
|
6698
7203
|
const de_CreateAnalysisCommand = async (output, context) => {
|
|
6699
7204
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6700
7205
|
return de_CommandError(output, context);
|
|
@@ -7168,6 +7673,25 @@ const de_DeleteAccountSubscriptionCommand = async (output, context) => {
|
|
|
7168
7673
|
});
|
|
7169
7674
|
return contents;
|
|
7170
7675
|
};
|
|
7676
|
+
const de_DeleteActionConnectorCommand = async (output, context) => {
|
|
7677
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7678
|
+
return de_CommandError(output, context);
|
|
7679
|
+
}
|
|
7680
|
+
const contents = smithyClient.map({
|
|
7681
|
+
$metadata: deserializeMetadata(output),
|
|
7682
|
+
});
|
|
7683
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
7684
|
+
const doc = smithyClient.take(data, {
|
|
7685
|
+
ActionConnectorId: smithyClient.expectString,
|
|
7686
|
+
Arn: smithyClient.expectString,
|
|
7687
|
+
RequestId: smithyClient.expectString,
|
|
7688
|
+
});
|
|
7689
|
+
Object.assign(contents, doc);
|
|
7690
|
+
smithyClient.map(contents, {
|
|
7691
|
+
Status: [, output.statusCode],
|
|
7692
|
+
});
|
|
7693
|
+
return contents;
|
|
7694
|
+
};
|
|
7171
7695
|
const de_DeleteAnalysisCommand = async (output, context) => {
|
|
7172
7696
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7173
7697
|
return de_CommandError(output, context);
|
|
@@ -7756,6 +8280,44 @@ const de_DescribeAccountSubscriptionCommand = async (output, context) => {
|
|
|
7756
8280
|
});
|
|
7757
8281
|
return contents;
|
|
7758
8282
|
};
|
|
8283
|
+
const de_DescribeActionConnectorCommand = async (output, context) => {
|
|
8284
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8285
|
+
return de_CommandError(output, context);
|
|
8286
|
+
}
|
|
8287
|
+
const contents = smithyClient.map({
|
|
8288
|
+
$metadata: deserializeMetadata(output),
|
|
8289
|
+
});
|
|
8290
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
8291
|
+
const doc = smithyClient.take(data, {
|
|
8292
|
+
ActionConnector: (_) => de_ActionConnector(_),
|
|
8293
|
+
RequestId: smithyClient.expectString,
|
|
8294
|
+
});
|
|
8295
|
+
Object.assign(contents, doc);
|
|
8296
|
+
smithyClient.map(contents, {
|
|
8297
|
+
Status: [, output.statusCode],
|
|
8298
|
+
});
|
|
8299
|
+
return contents;
|
|
8300
|
+
};
|
|
8301
|
+
const de_DescribeActionConnectorPermissionsCommand = async (output, context) => {
|
|
8302
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8303
|
+
return de_CommandError(output, context);
|
|
8304
|
+
}
|
|
8305
|
+
const contents = smithyClient.map({
|
|
8306
|
+
$metadata: deserializeMetadata(output),
|
|
8307
|
+
});
|
|
8308
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
8309
|
+
const doc = smithyClient.take(data, {
|
|
8310
|
+
ActionConnectorId: smithyClient.expectString,
|
|
8311
|
+
Arn: smithyClient.expectString,
|
|
8312
|
+
Permissions: smithyClient._json,
|
|
8313
|
+
RequestId: smithyClient.expectString,
|
|
8314
|
+
});
|
|
8315
|
+
Object.assign(contents, doc);
|
|
8316
|
+
smithyClient.map(contents, {
|
|
8317
|
+
Status: [, output.statusCode],
|
|
8318
|
+
});
|
|
8319
|
+
return contents;
|
|
8320
|
+
};
|
|
7759
8321
|
const de_DescribeAnalysisCommand = async (output, context) => {
|
|
7760
8322
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7761
8323
|
return de_CommandError(output, context);
|
|
@@ -8768,6 +9330,52 @@ const de_GetDashboardEmbedUrlCommand = async (output, context) => {
|
|
|
8768
9330
|
});
|
|
8769
9331
|
return contents;
|
|
8770
9332
|
};
|
|
9333
|
+
const de_GetFlowMetadataCommand = async (output, context) => {
|
|
9334
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9335
|
+
return de_CommandError(output, context);
|
|
9336
|
+
}
|
|
9337
|
+
const contents = smithyClient.map({
|
|
9338
|
+
$metadata: deserializeMetadata(output),
|
|
9339
|
+
});
|
|
9340
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
9341
|
+
const doc = smithyClient.take(data, {
|
|
9342
|
+
Arn: smithyClient.expectString,
|
|
9343
|
+
CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
9344
|
+
Description: smithyClient.expectString,
|
|
9345
|
+
FlowId: smithyClient.expectString,
|
|
9346
|
+
LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
9347
|
+
Name: smithyClient.expectString,
|
|
9348
|
+
PublishState: smithyClient.expectString,
|
|
9349
|
+
RequestId: smithyClient.expectString,
|
|
9350
|
+
RunCount: smithyClient.expectInt32,
|
|
9351
|
+
UserCount: smithyClient.expectInt32,
|
|
9352
|
+
});
|
|
9353
|
+
Object.assign(contents, doc);
|
|
9354
|
+
smithyClient.map(contents, {
|
|
9355
|
+
Status: [, output.statusCode],
|
|
9356
|
+
});
|
|
9357
|
+
return contents;
|
|
9358
|
+
};
|
|
9359
|
+
const de_GetFlowPermissionsCommand = async (output, context) => {
|
|
9360
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9361
|
+
return de_CommandError(output, context);
|
|
9362
|
+
}
|
|
9363
|
+
const contents = smithyClient.map({
|
|
9364
|
+
$metadata: deserializeMetadata(output),
|
|
9365
|
+
});
|
|
9366
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
9367
|
+
const doc = smithyClient.take(data, {
|
|
9368
|
+
Arn: smithyClient.expectString,
|
|
9369
|
+
FlowId: smithyClient.expectString,
|
|
9370
|
+
Permissions: smithyClient._json,
|
|
9371
|
+
RequestId: smithyClient.expectString,
|
|
9372
|
+
});
|
|
9373
|
+
Object.assign(contents, doc);
|
|
9374
|
+
smithyClient.map(contents, {
|
|
9375
|
+
Status: [, output.statusCode],
|
|
9376
|
+
});
|
|
9377
|
+
return contents;
|
|
9378
|
+
};
|
|
8771
9379
|
const de_GetSessionEmbedUrlCommand = async (output, context) => {
|
|
8772
9380
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8773
9381
|
return de_CommandError(output, context);
|
|
@@ -8786,6 +9394,25 @@ const de_GetSessionEmbedUrlCommand = async (output, context) => {
|
|
|
8786
9394
|
});
|
|
8787
9395
|
return contents;
|
|
8788
9396
|
};
|
|
9397
|
+
const de_ListActionConnectorsCommand = async (output, context) => {
|
|
9398
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9399
|
+
return de_CommandError(output, context);
|
|
9400
|
+
}
|
|
9401
|
+
const contents = smithyClient.map({
|
|
9402
|
+
$metadata: deserializeMetadata(output),
|
|
9403
|
+
});
|
|
9404
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
9405
|
+
const doc = smithyClient.take(data, {
|
|
9406
|
+
ActionConnectorSummaries: (_) => de_ActionConnectorSummaryList(_),
|
|
9407
|
+
NextToken: smithyClient.expectString,
|
|
9408
|
+
RequestId: smithyClient.expectString,
|
|
9409
|
+
});
|
|
9410
|
+
Object.assign(contents, doc);
|
|
9411
|
+
smithyClient.map(contents, {
|
|
9412
|
+
Status: [, output.statusCode],
|
|
9413
|
+
});
|
|
9414
|
+
return contents;
|
|
9415
|
+
};
|
|
8789
9416
|
const de_ListAnalysesCommand = async (output, context) => {
|
|
8790
9417
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8791
9418
|
return de_CommandError(output, context);
|
|
@@ -8953,6 +9580,25 @@ const de_ListDataSourcesCommand = async (output, context) => {
|
|
|
8953
9580
|
});
|
|
8954
9581
|
return contents;
|
|
8955
9582
|
};
|
|
9583
|
+
const de_ListFlowsCommand = async (output, context) => {
|
|
9584
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9585
|
+
return de_CommandError(output, context);
|
|
9586
|
+
}
|
|
9587
|
+
const contents = smithyClient.map({
|
|
9588
|
+
$metadata: deserializeMetadata(output),
|
|
9589
|
+
});
|
|
9590
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
9591
|
+
const doc = smithyClient.take(data, {
|
|
9592
|
+
FlowSummaryList: (_) => de_FlowSummaryList(_),
|
|
9593
|
+
NextToken: smithyClient.expectString,
|
|
9594
|
+
RequestId: smithyClient.expectString,
|
|
9595
|
+
});
|
|
9596
|
+
Object.assign(contents, doc);
|
|
9597
|
+
smithyClient.map(contents, {
|
|
9598
|
+
Status: [, output.statusCode],
|
|
9599
|
+
});
|
|
9600
|
+
return contents;
|
|
9601
|
+
};
|
|
8956
9602
|
const de_ListFolderMembersCommand = async (output, context) => {
|
|
8957
9603
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8958
9604
|
return de_CommandError(output, context);
|
|
@@ -9503,6 +10149,25 @@ const de_RestoreAnalysisCommand = async (output, context) => {
|
|
|
9503
10149
|
});
|
|
9504
10150
|
return contents;
|
|
9505
10151
|
};
|
|
10152
|
+
const de_SearchActionConnectorsCommand = async (output, context) => {
|
|
10153
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10154
|
+
return de_CommandError(output, context);
|
|
10155
|
+
}
|
|
10156
|
+
const contents = smithyClient.map({
|
|
10157
|
+
$metadata: deserializeMetadata(output),
|
|
10158
|
+
});
|
|
10159
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
10160
|
+
const doc = smithyClient.take(data, {
|
|
10161
|
+
ActionConnectorSummaries: (_) => de_ActionConnectorSummaryList(_),
|
|
10162
|
+
NextToken: smithyClient.expectString,
|
|
10163
|
+
RequestId: smithyClient.expectString,
|
|
10164
|
+
});
|
|
10165
|
+
Object.assign(contents, doc);
|
|
10166
|
+
smithyClient.map(contents, {
|
|
10167
|
+
Status: [, output.statusCode],
|
|
10168
|
+
});
|
|
10169
|
+
return contents;
|
|
10170
|
+
};
|
|
9506
10171
|
const de_SearchAnalysesCommand = async (output, context) => {
|
|
9507
10172
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9508
10173
|
return de_CommandError(output, context);
|
|
@@ -9531,7 +10196,26 @@ const de_SearchDashboardsCommand = async (output, context) => {
|
|
|
9531
10196
|
});
|
|
9532
10197
|
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
9533
10198
|
const doc = smithyClient.take(data, {
|
|
9534
|
-
DashboardSummaryList: (_) => de_DashboardSummaryList(_),
|
|
10199
|
+
DashboardSummaryList: (_) => de_DashboardSummaryList(_),
|
|
10200
|
+
NextToken: smithyClient.expectString,
|
|
10201
|
+
RequestId: smithyClient.expectString,
|
|
10202
|
+
});
|
|
10203
|
+
Object.assign(contents, doc);
|
|
10204
|
+
smithyClient.map(contents, {
|
|
10205
|
+
Status: [, output.statusCode],
|
|
10206
|
+
});
|
|
10207
|
+
return contents;
|
|
10208
|
+
};
|
|
10209
|
+
const de_SearchDataSetsCommand = async (output, context) => {
|
|
10210
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10211
|
+
return de_CommandError(output, context);
|
|
10212
|
+
}
|
|
10213
|
+
const contents = smithyClient.map({
|
|
10214
|
+
$metadata: deserializeMetadata(output),
|
|
10215
|
+
});
|
|
10216
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
10217
|
+
const doc = smithyClient.take(data, {
|
|
10218
|
+
DataSetSummaries: (_) => de_DataSetSummaryList(_),
|
|
9535
10219
|
NextToken: smithyClient.expectString,
|
|
9536
10220
|
RequestId: smithyClient.expectString,
|
|
9537
10221
|
});
|
|
@@ -9541,7 +10225,7 @@ const de_SearchDashboardsCommand = async (output, context) => {
|
|
|
9541
10225
|
});
|
|
9542
10226
|
return contents;
|
|
9543
10227
|
};
|
|
9544
|
-
const
|
|
10228
|
+
const de_SearchDataSourcesCommand = async (output, context) => {
|
|
9545
10229
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9546
10230
|
return de_CommandError(output, context);
|
|
9547
10231
|
}
|
|
@@ -9550,7 +10234,7 @@ const de_SearchDataSetsCommand = async (output, context) => {
|
|
|
9550
10234
|
});
|
|
9551
10235
|
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
9552
10236
|
const doc = smithyClient.take(data, {
|
|
9553
|
-
|
|
10237
|
+
DataSourceSummaries: (_) => de_DataSourceSummaryList(_),
|
|
9554
10238
|
NextToken: smithyClient.expectString,
|
|
9555
10239
|
RequestId: smithyClient.expectString,
|
|
9556
10240
|
});
|
|
@@ -9560,7 +10244,7 @@ const de_SearchDataSetsCommand = async (output, context) => {
|
|
|
9560
10244
|
});
|
|
9561
10245
|
return contents;
|
|
9562
10246
|
};
|
|
9563
|
-
const
|
|
10247
|
+
const de_SearchFlowsCommand = async (output, context) => {
|
|
9564
10248
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9565
10249
|
return de_CommandError(output, context);
|
|
9566
10250
|
}
|
|
@@ -9569,7 +10253,7 @@ const de_SearchDataSourcesCommand = async (output, context) => {
|
|
|
9569
10253
|
});
|
|
9570
10254
|
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
9571
10255
|
const doc = smithyClient.take(data, {
|
|
9572
|
-
|
|
10256
|
+
FlowSummaryList: (_) => de_FlowSummaryList(_),
|
|
9573
10257
|
NextToken: smithyClient.expectString,
|
|
9574
10258
|
RequestId: smithyClient.expectString,
|
|
9575
10259
|
});
|
|
@@ -9797,6 +10481,46 @@ const de_UpdateAccountSettingsCommand = async (output, context) => {
|
|
|
9797
10481
|
});
|
|
9798
10482
|
return contents;
|
|
9799
10483
|
};
|
|
10484
|
+
const de_UpdateActionConnectorCommand = async (output, context) => {
|
|
10485
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10486
|
+
return de_CommandError(output, context);
|
|
10487
|
+
}
|
|
10488
|
+
const contents = smithyClient.map({
|
|
10489
|
+
$metadata: deserializeMetadata(output),
|
|
10490
|
+
});
|
|
10491
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
10492
|
+
const doc = smithyClient.take(data, {
|
|
10493
|
+
ActionConnectorId: smithyClient.expectString,
|
|
10494
|
+
Arn: smithyClient.expectString,
|
|
10495
|
+
RequestId: smithyClient.expectString,
|
|
10496
|
+
UpdateStatus: smithyClient.expectString,
|
|
10497
|
+
});
|
|
10498
|
+
Object.assign(contents, doc);
|
|
10499
|
+
smithyClient.map(contents, {
|
|
10500
|
+
Status: [, output.statusCode],
|
|
10501
|
+
});
|
|
10502
|
+
return contents;
|
|
10503
|
+
};
|
|
10504
|
+
const de_UpdateActionConnectorPermissionsCommand = async (output, context) => {
|
|
10505
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10506
|
+
return de_CommandError(output, context);
|
|
10507
|
+
}
|
|
10508
|
+
const contents = smithyClient.map({
|
|
10509
|
+
$metadata: deserializeMetadata(output),
|
|
10510
|
+
});
|
|
10511
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
10512
|
+
const doc = smithyClient.take(data, {
|
|
10513
|
+
ActionConnectorId: smithyClient.expectString,
|
|
10514
|
+
Arn: smithyClient.expectString,
|
|
10515
|
+
Permissions: smithyClient._json,
|
|
10516
|
+
RequestId: smithyClient.expectString,
|
|
10517
|
+
});
|
|
10518
|
+
Object.assign(contents, doc);
|
|
10519
|
+
smithyClient.map(contents, {
|
|
10520
|
+
Status: [, output.statusCode],
|
|
10521
|
+
});
|
|
10522
|
+
return contents;
|
|
10523
|
+
};
|
|
9800
10524
|
const de_UpdateAnalysisCommand = async (output, context) => {
|
|
9801
10525
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9802
10526
|
return de_CommandError(output, context);
|
|
@@ -10108,6 +10832,26 @@ const de_UpdateDefaultQBusinessApplicationCommand = async (output, context) => {
|
|
|
10108
10832
|
});
|
|
10109
10833
|
return contents;
|
|
10110
10834
|
};
|
|
10835
|
+
const de_UpdateFlowPermissionsCommand = async (output, context) => {
|
|
10836
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10837
|
+
return de_CommandError(output, context);
|
|
10838
|
+
}
|
|
10839
|
+
const contents = smithyClient.map({
|
|
10840
|
+
$metadata: deserializeMetadata(output),
|
|
10841
|
+
});
|
|
10842
|
+
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
10843
|
+
const doc = smithyClient.take(data, {
|
|
10844
|
+
Arn: smithyClient.expectString,
|
|
10845
|
+
FlowId: smithyClient.expectString,
|
|
10846
|
+
Permissions: smithyClient._json,
|
|
10847
|
+
RequestId: smithyClient.expectString,
|
|
10848
|
+
});
|
|
10849
|
+
Object.assign(contents, doc);
|
|
10850
|
+
smithyClient.map(contents, {
|
|
10851
|
+
Status: [, output.statusCode],
|
|
10852
|
+
});
|
|
10853
|
+
return contents;
|
|
10854
|
+
};
|
|
10111
10855
|
const de_UpdateFolderCommand = async (output, context) => {
|
|
10112
10856
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10113
10857
|
return de_CommandError(output, context);
|
|
@@ -13759,6 +14503,42 @@ const se_WordCloudVisual = (input, context) => {
|
|
|
13759
14503
|
VisualId: [],
|
|
13760
14504
|
});
|
|
13761
14505
|
};
|
|
14506
|
+
const de_ActionConnector = (output, context) => {
|
|
14507
|
+
return smithyClient.take(output, {
|
|
14508
|
+
ActionConnectorId: smithyClient.expectString,
|
|
14509
|
+
Arn: smithyClient.expectString,
|
|
14510
|
+
AuthenticationConfig: smithyClient._json,
|
|
14511
|
+
CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
14512
|
+
Description: smithyClient.expectString,
|
|
14513
|
+
EnabledActions: smithyClient._json,
|
|
14514
|
+
Error: smithyClient._json,
|
|
14515
|
+
LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
14516
|
+
Name: smithyClient.expectString,
|
|
14517
|
+
Status: smithyClient.expectString,
|
|
14518
|
+
Type: smithyClient.expectString,
|
|
14519
|
+
VpcConnectionArn: smithyClient.expectString,
|
|
14520
|
+
});
|
|
14521
|
+
};
|
|
14522
|
+
const de_ActionConnectorSummary = (output, context) => {
|
|
14523
|
+
return smithyClient.take(output, {
|
|
14524
|
+
ActionConnectorId: smithyClient.expectString,
|
|
14525
|
+
Arn: smithyClient.expectString,
|
|
14526
|
+
CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
14527
|
+
Error: smithyClient._json,
|
|
14528
|
+
LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
14529
|
+
Name: smithyClient.expectString,
|
|
14530
|
+
Status: smithyClient.expectString,
|
|
14531
|
+
Type: smithyClient.expectString,
|
|
14532
|
+
});
|
|
14533
|
+
};
|
|
14534
|
+
const de_ActionConnectorSummaryList = (output, context) => {
|
|
14535
|
+
const retVal = (output || [])
|
|
14536
|
+
.filter((e) => e != null)
|
|
14537
|
+
.map((entry) => {
|
|
14538
|
+
return de_ActionConnectorSummary(entry);
|
|
14539
|
+
});
|
|
14540
|
+
return retVal;
|
|
14541
|
+
};
|
|
13762
14542
|
const de_AggregationFunction = (output, context) => {
|
|
13763
14543
|
return smithyClient.take(output, {
|
|
13764
14544
|
AttributeAggregationFunction: smithyClient._json,
|
|
@@ -14893,6 +15673,31 @@ const de_FilterSliderControl = (output, context) => {
|
|
|
14893
15673
|
Type: smithyClient.expectString,
|
|
14894
15674
|
});
|
|
14895
15675
|
};
|
|
15676
|
+
const de_FlowSummary = (output, context) => {
|
|
15677
|
+
return smithyClient.take(output, {
|
|
15678
|
+
Arn: smithyClient.expectString,
|
|
15679
|
+
CreatedBy: smithyClient.expectString,
|
|
15680
|
+
CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
15681
|
+
Description: smithyClient.expectString,
|
|
15682
|
+
FlowId: smithyClient.expectString,
|
|
15683
|
+
LastPublishedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
15684
|
+
LastPublishedBy: smithyClient.expectString,
|
|
15685
|
+
LastUpdatedBy: smithyClient.expectString,
|
|
15686
|
+
LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
15687
|
+
Name: smithyClient.expectString,
|
|
15688
|
+
PublishState: smithyClient.expectString,
|
|
15689
|
+
RunCount: smithyClient.expectInt32,
|
|
15690
|
+
UserCount: smithyClient.expectInt32,
|
|
15691
|
+
});
|
|
15692
|
+
};
|
|
15693
|
+
const de_FlowSummaryList = (output, context) => {
|
|
15694
|
+
const retVal = (output || [])
|
|
15695
|
+
.filter((e) => e != null)
|
|
15696
|
+
.map((entry) => {
|
|
15697
|
+
return de_FlowSummary(entry);
|
|
15698
|
+
});
|
|
15699
|
+
return retVal;
|
|
15700
|
+
};
|
|
14896
15701
|
const de_Folder = (output, context) => {
|
|
14897
15702
|
return smithyClient.take(output, {
|
|
14898
15703
|
Arn: smithyClient.expectString,
|
|
@@ -17291,6 +18096,23 @@ class CreateAccountSubscriptionCommand extends smithyClient.Command
|
|
|
17291
18096
|
.build() {
|
|
17292
18097
|
}
|
|
17293
18098
|
|
|
18099
|
+
class CreateActionConnectorCommand extends smithyClient.Command
|
|
18100
|
+
.classBuilder()
|
|
18101
|
+
.ep(commonParams)
|
|
18102
|
+
.m(function (Command, cs, config, o) {
|
|
18103
|
+
return [
|
|
18104
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18105
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18106
|
+
];
|
|
18107
|
+
})
|
|
18108
|
+
.s("QuickSight_20180401", "CreateActionConnector", {})
|
|
18109
|
+
.n("QuickSightClient", "CreateActionConnectorCommand")
|
|
18110
|
+
.f(CreateActionConnectorRequestFilterSensitiveLog, void 0)
|
|
18111
|
+
.ser(se_CreateActionConnectorCommand)
|
|
18112
|
+
.de(de_CreateActionConnectorCommand)
|
|
18113
|
+
.build() {
|
|
18114
|
+
}
|
|
18115
|
+
|
|
17294
18116
|
class CreateAnalysisCommand extends smithyClient.Command
|
|
17295
18117
|
.classBuilder()
|
|
17296
18118
|
.ep(commonParams)
|
|
@@ -17716,6 +18538,23 @@ class DeleteAccountSubscriptionCommand extends smithyClient.Command
|
|
|
17716
18538
|
.build() {
|
|
17717
18539
|
}
|
|
17718
18540
|
|
|
18541
|
+
class DeleteActionConnectorCommand extends smithyClient.Command
|
|
18542
|
+
.classBuilder()
|
|
18543
|
+
.ep(commonParams)
|
|
18544
|
+
.m(function (Command, cs, config, o) {
|
|
18545
|
+
return [
|
|
18546
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18547
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18548
|
+
];
|
|
18549
|
+
})
|
|
18550
|
+
.s("QuickSight_20180401", "DeleteActionConnector", {})
|
|
18551
|
+
.n("QuickSightClient", "DeleteActionConnectorCommand")
|
|
18552
|
+
.f(void 0, void 0)
|
|
18553
|
+
.ser(se_DeleteActionConnectorCommand)
|
|
18554
|
+
.de(de_DeleteActionConnectorCommand)
|
|
18555
|
+
.build() {
|
|
18556
|
+
}
|
|
18557
|
+
|
|
17719
18558
|
class DeleteAnalysisCommand extends smithyClient.Command
|
|
17720
18559
|
.classBuilder()
|
|
17721
18560
|
.ep(commonParams)
|
|
@@ -18277,6 +19116,40 @@ class DescribeAccountSubscriptionCommand extends smithyClient.Command
|
|
|
18277
19116
|
.build() {
|
|
18278
19117
|
}
|
|
18279
19118
|
|
|
19119
|
+
class DescribeActionConnectorCommand extends smithyClient.Command
|
|
19120
|
+
.classBuilder()
|
|
19121
|
+
.ep(commonParams)
|
|
19122
|
+
.m(function (Command, cs, config, o) {
|
|
19123
|
+
return [
|
|
19124
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19125
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19126
|
+
];
|
|
19127
|
+
})
|
|
19128
|
+
.s("QuickSight_20180401", "DescribeActionConnector", {})
|
|
19129
|
+
.n("QuickSightClient", "DescribeActionConnectorCommand")
|
|
19130
|
+
.f(void 0, DescribeActionConnectorResponseFilterSensitiveLog)
|
|
19131
|
+
.ser(se_DescribeActionConnectorCommand)
|
|
19132
|
+
.de(de_DescribeActionConnectorCommand)
|
|
19133
|
+
.build() {
|
|
19134
|
+
}
|
|
19135
|
+
|
|
19136
|
+
class DescribeActionConnectorPermissionsCommand extends smithyClient.Command
|
|
19137
|
+
.classBuilder()
|
|
19138
|
+
.ep(commonParams)
|
|
19139
|
+
.m(function (Command, cs, config, o) {
|
|
19140
|
+
return [
|
|
19141
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19142
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19143
|
+
];
|
|
19144
|
+
})
|
|
19145
|
+
.s("QuickSight_20180401", "DescribeActionConnectorPermissions", {})
|
|
19146
|
+
.n("QuickSightClient", "DescribeActionConnectorPermissionsCommand")
|
|
19147
|
+
.f(void 0, void 0)
|
|
19148
|
+
.ser(se_DescribeActionConnectorPermissionsCommand)
|
|
19149
|
+
.de(de_DescribeActionConnectorPermissionsCommand)
|
|
19150
|
+
.build() {
|
|
19151
|
+
}
|
|
19152
|
+
|
|
18280
19153
|
class DescribeAnalysisCommand extends smithyClient.Command
|
|
18281
19154
|
.classBuilder()
|
|
18282
19155
|
.ep(commonParams)
|
|
@@ -19161,6 +20034,40 @@ class GetDashboardEmbedUrlCommand extends smithyClient.Command
|
|
|
19161
20034
|
.build() {
|
|
19162
20035
|
}
|
|
19163
20036
|
|
|
20037
|
+
class GetFlowMetadataCommand extends smithyClient.Command
|
|
20038
|
+
.classBuilder()
|
|
20039
|
+
.ep(commonParams)
|
|
20040
|
+
.m(function (Command, cs, config, o) {
|
|
20041
|
+
return [
|
|
20042
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20043
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20044
|
+
];
|
|
20045
|
+
})
|
|
20046
|
+
.s("QuickSight_20180401", "GetFlowMetadata", {})
|
|
20047
|
+
.n("QuickSightClient", "GetFlowMetadataCommand")
|
|
20048
|
+
.f(void 0, void 0)
|
|
20049
|
+
.ser(se_GetFlowMetadataCommand)
|
|
20050
|
+
.de(de_GetFlowMetadataCommand)
|
|
20051
|
+
.build() {
|
|
20052
|
+
}
|
|
20053
|
+
|
|
20054
|
+
class GetFlowPermissionsCommand extends smithyClient.Command
|
|
20055
|
+
.classBuilder()
|
|
20056
|
+
.ep(commonParams)
|
|
20057
|
+
.m(function (Command, cs, config, o) {
|
|
20058
|
+
return [
|
|
20059
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20060
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20061
|
+
];
|
|
20062
|
+
})
|
|
20063
|
+
.s("QuickSight_20180401", "GetFlowPermissions", {})
|
|
20064
|
+
.n("QuickSightClient", "GetFlowPermissionsCommand")
|
|
20065
|
+
.f(void 0, void 0)
|
|
20066
|
+
.ser(se_GetFlowPermissionsCommand)
|
|
20067
|
+
.de(de_GetFlowPermissionsCommand)
|
|
20068
|
+
.build() {
|
|
20069
|
+
}
|
|
20070
|
+
|
|
19164
20071
|
class GetSessionEmbedUrlCommand extends smithyClient.Command
|
|
19165
20072
|
.classBuilder()
|
|
19166
20073
|
.ep(commonParams)
|
|
@@ -19178,6 +20085,23 @@ class GetSessionEmbedUrlCommand extends smithyClient.Command
|
|
|
19178
20085
|
.build() {
|
|
19179
20086
|
}
|
|
19180
20087
|
|
|
20088
|
+
class ListActionConnectorsCommand extends smithyClient.Command
|
|
20089
|
+
.classBuilder()
|
|
20090
|
+
.ep(commonParams)
|
|
20091
|
+
.m(function (Command, cs, config, o) {
|
|
20092
|
+
return [
|
|
20093
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20094
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20095
|
+
];
|
|
20096
|
+
})
|
|
20097
|
+
.s("QuickSight_20180401", "ListActionConnectors", {})
|
|
20098
|
+
.n("QuickSightClient", "ListActionConnectorsCommand")
|
|
20099
|
+
.f(void 0, ListActionConnectorsResponseFilterSensitiveLog)
|
|
20100
|
+
.ser(se_ListActionConnectorsCommand)
|
|
20101
|
+
.de(de_ListActionConnectorsCommand)
|
|
20102
|
+
.build() {
|
|
20103
|
+
}
|
|
20104
|
+
|
|
19181
20105
|
class ListAnalysesCommand extends smithyClient.Command
|
|
19182
20106
|
.classBuilder()
|
|
19183
20107
|
.ep(commonParams)
|
|
@@ -19331,6 +20255,23 @@ class ListDataSourcesCommand extends smithyClient.Command
|
|
|
19331
20255
|
.build() {
|
|
19332
20256
|
}
|
|
19333
20257
|
|
|
20258
|
+
class ListFlowsCommand extends smithyClient.Command
|
|
20259
|
+
.classBuilder()
|
|
20260
|
+
.ep(commonParams)
|
|
20261
|
+
.m(function (Command, cs, config, o) {
|
|
20262
|
+
return [
|
|
20263
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20264
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20265
|
+
];
|
|
20266
|
+
})
|
|
20267
|
+
.s("QuickSight_20180401", "ListFlows", {})
|
|
20268
|
+
.n("QuickSightClient", "ListFlowsCommand")
|
|
20269
|
+
.f(void 0, void 0)
|
|
20270
|
+
.ser(se_ListFlowsCommand)
|
|
20271
|
+
.de(de_ListFlowsCommand)
|
|
20272
|
+
.build() {
|
|
20273
|
+
}
|
|
20274
|
+
|
|
19334
20275
|
class ListFolderMembersCommand extends smithyClient.Command
|
|
19335
20276
|
.classBuilder()
|
|
19336
20277
|
.ep(commonParams)
|
|
@@ -19824,6 +20765,23 @@ class RestoreAnalysisCommand extends smithyClient.Command
|
|
|
19824
20765
|
.build() {
|
|
19825
20766
|
}
|
|
19826
20767
|
|
|
20768
|
+
class SearchActionConnectorsCommand extends smithyClient.Command
|
|
20769
|
+
.classBuilder()
|
|
20770
|
+
.ep(commonParams)
|
|
20771
|
+
.m(function (Command, cs, config, o) {
|
|
20772
|
+
return [
|
|
20773
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20774
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20775
|
+
];
|
|
20776
|
+
})
|
|
20777
|
+
.s("QuickSight_20180401", "SearchActionConnectors", {})
|
|
20778
|
+
.n("QuickSightClient", "SearchActionConnectorsCommand")
|
|
20779
|
+
.f(void 0, SearchActionConnectorsResponseFilterSensitiveLog)
|
|
20780
|
+
.ser(se_SearchActionConnectorsCommand)
|
|
20781
|
+
.de(de_SearchActionConnectorsCommand)
|
|
20782
|
+
.build() {
|
|
20783
|
+
}
|
|
20784
|
+
|
|
19827
20785
|
class SearchAnalysesCommand extends smithyClient.Command
|
|
19828
20786
|
.classBuilder()
|
|
19829
20787
|
.ep(commonParams)
|
|
@@ -19892,6 +20850,23 @@ class SearchDataSourcesCommand extends smithyClient.Command
|
|
|
19892
20850
|
.build() {
|
|
19893
20851
|
}
|
|
19894
20852
|
|
|
20853
|
+
class SearchFlowsCommand extends smithyClient.Command
|
|
20854
|
+
.classBuilder()
|
|
20855
|
+
.ep(commonParams)
|
|
20856
|
+
.m(function (Command, cs, config, o) {
|
|
20857
|
+
return [
|
|
20858
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20859
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20860
|
+
];
|
|
20861
|
+
})
|
|
20862
|
+
.s("QuickSight_20180401", "SearchFlows", {})
|
|
20863
|
+
.n("QuickSightClient", "SearchFlowsCommand")
|
|
20864
|
+
.f(void 0, void 0)
|
|
20865
|
+
.ser(se_SearchFlowsCommand)
|
|
20866
|
+
.de(de_SearchFlowsCommand)
|
|
20867
|
+
.build() {
|
|
20868
|
+
}
|
|
20869
|
+
|
|
19895
20870
|
class SearchFoldersCommand extends smithyClient.Command
|
|
19896
20871
|
.classBuilder()
|
|
19897
20872
|
.ep(commonParams)
|
|
@@ -20096,6 +21071,40 @@ class UpdateAccountSettingsCommand extends smithyClient.Command
|
|
|
20096
21071
|
.build() {
|
|
20097
21072
|
}
|
|
20098
21073
|
|
|
21074
|
+
class UpdateActionConnectorCommand extends smithyClient.Command
|
|
21075
|
+
.classBuilder()
|
|
21076
|
+
.ep(commonParams)
|
|
21077
|
+
.m(function (Command, cs, config, o) {
|
|
21078
|
+
return [
|
|
21079
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
21080
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21081
|
+
];
|
|
21082
|
+
})
|
|
21083
|
+
.s("QuickSight_20180401", "UpdateActionConnector", {})
|
|
21084
|
+
.n("QuickSightClient", "UpdateActionConnectorCommand")
|
|
21085
|
+
.f(UpdateActionConnectorRequestFilterSensitiveLog, void 0)
|
|
21086
|
+
.ser(se_UpdateActionConnectorCommand)
|
|
21087
|
+
.de(de_UpdateActionConnectorCommand)
|
|
21088
|
+
.build() {
|
|
21089
|
+
}
|
|
21090
|
+
|
|
21091
|
+
class UpdateActionConnectorPermissionsCommand extends smithyClient.Command
|
|
21092
|
+
.classBuilder()
|
|
21093
|
+
.ep(commonParams)
|
|
21094
|
+
.m(function (Command, cs, config, o) {
|
|
21095
|
+
return [
|
|
21096
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
21097
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21098
|
+
];
|
|
21099
|
+
})
|
|
21100
|
+
.s("QuickSight_20180401", "UpdateActionConnectorPermissions", {})
|
|
21101
|
+
.n("QuickSightClient", "UpdateActionConnectorPermissionsCommand")
|
|
21102
|
+
.f(void 0, void 0)
|
|
21103
|
+
.ser(se_UpdateActionConnectorPermissionsCommand)
|
|
21104
|
+
.de(de_UpdateActionConnectorPermissionsCommand)
|
|
21105
|
+
.build() {
|
|
21106
|
+
}
|
|
21107
|
+
|
|
20099
21108
|
class UpdateAnalysisCommand extends smithyClient.Command
|
|
20100
21109
|
.classBuilder()
|
|
20101
21110
|
.ep(commonParams)
|
|
@@ -20385,6 +21394,23 @@ class UpdateDefaultQBusinessApplicationCommand extends smithyClient.Command
|
|
|
20385
21394
|
.build() {
|
|
20386
21395
|
}
|
|
20387
21396
|
|
|
21397
|
+
class UpdateFlowPermissionsCommand extends smithyClient.Command
|
|
21398
|
+
.classBuilder()
|
|
21399
|
+
.ep(commonParams)
|
|
21400
|
+
.m(function (Command, cs, config, o) {
|
|
21401
|
+
return [
|
|
21402
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
21403
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21404
|
+
];
|
|
21405
|
+
})
|
|
21406
|
+
.s("QuickSight_20180401", "UpdateFlowPermissions", {})
|
|
21407
|
+
.n("QuickSightClient", "UpdateFlowPermissionsCommand")
|
|
21408
|
+
.f(void 0, void 0)
|
|
21409
|
+
.ser(se_UpdateFlowPermissionsCommand)
|
|
21410
|
+
.de(de_UpdateFlowPermissionsCommand)
|
|
21411
|
+
.build() {
|
|
21412
|
+
}
|
|
21413
|
+
|
|
20388
21414
|
class UpdateFolderCommand extends smithyClient.Command
|
|
20389
21415
|
.classBuilder()
|
|
20390
21416
|
.ep(commonParams)
|
|
@@ -20816,6 +21842,7 @@ const commands = {
|
|
|
20816
21842
|
CancelIngestionCommand,
|
|
20817
21843
|
CreateAccountCustomizationCommand,
|
|
20818
21844
|
CreateAccountSubscriptionCommand,
|
|
21845
|
+
CreateActionConnectorCommand,
|
|
20819
21846
|
CreateAnalysisCommand,
|
|
20820
21847
|
CreateBrandCommand,
|
|
20821
21848
|
CreateCustomPermissionsCommand,
|
|
@@ -20841,6 +21868,7 @@ const commands = {
|
|
|
20841
21868
|
DeleteAccountCustomizationCommand,
|
|
20842
21869
|
DeleteAccountCustomPermissionCommand,
|
|
20843
21870
|
DeleteAccountSubscriptionCommand,
|
|
21871
|
+
DeleteActionConnectorCommand,
|
|
20844
21872
|
DeleteAnalysisCommand,
|
|
20845
21873
|
DeleteBrandCommand,
|
|
20846
21874
|
DeleteBrandAssignmentCommand,
|
|
@@ -20874,6 +21902,8 @@ const commands = {
|
|
|
20874
21902
|
DescribeAccountCustomPermissionCommand,
|
|
20875
21903
|
DescribeAccountSettingsCommand,
|
|
20876
21904
|
DescribeAccountSubscriptionCommand,
|
|
21905
|
+
DescribeActionConnectorCommand,
|
|
21906
|
+
DescribeActionConnectorPermissionsCommand,
|
|
20877
21907
|
DescribeAnalysisCommand,
|
|
20878
21908
|
DescribeAnalysisDefinitionCommand,
|
|
20879
21909
|
DescribeAnalysisPermissionsCommand,
|
|
@@ -20926,7 +21956,10 @@ const commands = {
|
|
|
20926
21956
|
GenerateEmbedUrlForRegisteredUserCommand,
|
|
20927
21957
|
GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
20928
21958
|
GetDashboardEmbedUrlCommand,
|
|
21959
|
+
GetFlowMetadataCommand,
|
|
21960
|
+
GetFlowPermissionsCommand,
|
|
20929
21961
|
GetSessionEmbedUrlCommand,
|
|
21962
|
+
ListActionConnectorsCommand,
|
|
20930
21963
|
ListAnalysesCommand,
|
|
20931
21964
|
ListAssetBundleExportJobsCommand,
|
|
20932
21965
|
ListAssetBundleImportJobsCommand,
|
|
@@ -20936,6 +21969,7 @@ const commands = {
|
|
|
20936
21969
|
ListDashboardVersionsCommand,
|
|
20937
21970
|
ListDataSetsCommand,
|
|
20938
21971
|
ListDataSourcesCommand,
|
|
21972
|
+
ListFlowsCommand,
|
|
20939
21973
|
ListFolderMembersCommand,
|
|
20940
21974
|
ListFoldersCommand,
|
|
20941
21975
|
ListFoldersForResourceCommand,
|
|
@@ -20965,10 +21999,12 @@ const commands = {
|
|
|
20965
21999
|
PutDataSetRefreshPropertiesCommand,
|
|
20966
22000
|
RegisterUserCommand,
|
|
20967
22001
|
RestoreAnalysisCommand,
|
|
22002
|
+
SearchActionConnectorsCommand,
|
|
20968
22003
|
SearchAnalysesCommand,
|
|
20969
22004
|
SearchDashboardsCommand,
|
|
20970
22005
|
SearchDataSetsCommand,
|
|
20971
22006
|
SearchDataSourcesCommand,
|
|
22007
|
+
SearchFlowsCommand,
|
|
20972
22008
|
SearchFoldersCommand,
|
|
20973
22009
|
SearchGroupsCommand,
|
|
20974
22010
|
SearchTopicsCommand,
|
|
@@ -20981,6 +22017,8 @@ const commands = {
|
|
|
20981
22017
|
UpdateAccountCustomizationCommand,
|
|
20982
22018
|
UpdateAccountCustomPermissionCommand,
|
|
20983
22019
|
UpdateAccountSettingsCommand,
|
|
22020
|
+
UpdateActionConnectorCommand,
|
|
22021
|
+
UpdateActionConnectorPermissionsCommand,
|
|
20984
22022
|
UpdateAnalysisCommand,
|
|
20985
22023
|
UpdateAnalysisPermissionsCommand,
|
|
20986
22024
|
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
@@ -20998,6 +22036,7 @@ const commands = {
|
|
|
20998
22036
|
UpdateDataSourceCommand,
|
|
20999
22037
|
UpdateDataSourcePermissionsCommand,
|
|
21000
22038
|
UpdateDefaultQBusinessApplicationCommand,
|
|
22039
|
+
UpdateFlowPermissionsCommand,
|
|
21001
22040
|
UpdateFolderCommand,
|
|
21002
22041
|
UpdateFolderPermissionsCommand,
|
|
21003
22042
|
UpdateGroupCommand,
|
|
@@ -21032,6 +22071,8 @@ const paginateDescribeFolderPermissions = core.createPaginator(QuickSightClient,
|
|
|
21032
22071
|
|
|
21033
22072
|
const paginateDescribeFolderResolvedPermissions = core.createPaginator(QuickSightClient, DescribeFolderResolvedPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
21034
22073
|
|
|
22074
|
+
const paginateListActionConnectors = core.createPaginator(QuickSightClient, ListActionConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
22075
|
+
|
|
21035
22076
|
const paginateListAnalyses = core.createPaginator(QuickSightClient, ListAnalysesCommand, "NextToken", "NextToken", "MaxResults");
|
|
21036
22077
|
|
|
21037
22078
|
const paginateListAssetBundleExportJobs = core.createPaginator(QuickSightClient, ListAssetBundleExportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -21050,6 +22091,8 @@ const paginateListDataSets = core.createPaginator(QuickSightClient, ListDataSets
|
|
|
21050
22091
|
|
|
21051
22092
|
const paginateListDataSources = core.createPaginator(QuickSightClient, ListDataSourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
21052
22093
|
|
|
22094
|
+
const paginateListFlows = core.createPaginator(QuickSightClient, ListFlowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
22095
|
+
|
|
21053
22096
|
const paginateListFolderMembers = core.createPaginator(QuickSightClient, ListFolderMembersCommand, "NextToken", "NextToken", "MaxResults");
|
|
21054
22097
|
|
|
21055
22098
|
const paginateListFoldersForResource = core.createPaginator(QuickSightClient, ListFoldersForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -21088,6 +22131,8 @@ const paginateListUsers = core.createPaginator(QuickSightClient, ListUsersComman
|
|
|
21088
22131
|
|
|
21089
22132
|
const paginateListVPCConnections = core.createPaginator(QuickSightClient, ListVPCConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
21090
22133
|
|
|
22134
|
+
const paginateSearchActionConnectors = core.createPaginator(QuickSightClient, SearchActionConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
22135
|
+
|
|
21091
22136
|
const paginateSearchAnalyses = core.createPaginator(QuickSightClient, SearchAnalysesCommand, "NextToken", "NextToken", "MaxResults");
|
|
21092
22137
|
|
|
21093
22138
|
const paginateSearchDashboards = core.createPaginator(QuickSightClient, SearchDashboardsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -21096,6 +22141,8 @@ const paginateSearchDataSets = core.createPaginator(QuickSightClient, SearchData
|
|
|
21096
22141
|
|
|
21097
22142
|
const paginateSearchDataSources = core.createPaginator(QuickSightClient, SearchDataSourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
21098
22143
|
|
|
22144
|
+
const paginateSearchFlows = core.createPaginator(QuickSightClient, SearchFlowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
22145
|
+
|
|
21099
22146
|
const paginateSearchFolders = core.createPaginator(QuickSightClient, SearchFoldersCommand, "NextToken", "NextToken", "MaxResults");
|
|
21100
22147
|
|
|
21101
22148
|
const paginateSearchGroups = core.createPaginator(QuickSightClient, SearchGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -21110,7 +22157,13 @@ Object.defineProperty(exports, "__Client", {
|
|
|
21110
22157
|
enumerable: true,
|
|
21111
22158
|
get: function () { return smithyClient.Client; }
|
|
21112
22159
|
});
|
|
22160
|
+
exports.APIKeyConnectionMetadataFilterSensitiveLog = APIKeyConnectionMetadataFilterSensitiveLog;
|
|
21113
22161
|
exports.AccessDeniedException = AccessDeniedException;
|
|
22162
|
+
exports.ActionConnectorErrorType = ActionConnectorErrorType;
|
|
22163
|
+
exports.ActionConnectorFilterSensitiveLog = ActionConnectorFilterSensitiveLog;
|
|
22164
|
+
exports.ActionConnectorSearchFilterNameEnum = ActionConnectorSearchFilterNameEnum;
|
|
22165
|
+
exports.ActionConnectorSummaryFilterSensitiveLog = ActionConnectorSummaryFilterSensitiveLog;
|
|
22166
|
+
exports.ActionConnectorType = ActionConnectorType;
|
|
21114
22167
|
exports.AggType = AggType;
|
|
21115
22168
|
exports.AnalysisDefinitionFilterSensitiveLog = AnalysisDefinitionFilterSensitiveLog;
|
|
21116
22169
|
exports.AnalysisErrorType = AnalysisErrorType;
|
|
@@ -21142,9 +22195,15 @@ exports.AssetBundleImportJobStatus = AssetBundleImportJobStatus;
|
|
|
21142
22195
|
exports.AssetBundleImportSourceDescriptionFilterSensitiveLog = AssetBundleImportSourceDescriptionFilterSensitiveLog;
|
|
21143
22196
|
exports.AssetBundleImportSourceFilterSensitiveLog = AssetBundleImportSourceFilterSensitiveLog;
|
|
21144
22197
|
exports.AssignmentStatus = AssignmentStatus;
|
|
22198
|
+
exports.AuthConfigFilterSensitiveLog = AuthConfigFilterSensitiveLog;
|
|
22199
|
+
exports.AuthenticationMetadataFilterSensitiveLog = AuthenticationMetadataFilterSensitiveLog;
|
|
21145
22200
|
exports.AuthenticationMethodOption = AuthenticationMethodOption;
|
|
21146
22201
|
exports.AuthenticationType = AuthenticationType;
|
|
21147
22202
|
exports.AuthorSpecifiedAggregation = AuthorSpecifiedAggregation;
|
|
22203
|
+
exports.AuthorizationCodeGrantCredentialsDetailsFilterSensitiveLog = AuthorizationCodeGrantCredentialsDetailsFilterSensitiveLog;
|
|
22204
|
+
exports.AuthorizationCodeGrantCredentialsSource = AuthorizationCodeGrantCredentialsSource;
|
|
22205
|
+
exports.AuthorizationCodeGrantDetailsFilterSensitiveLog = AuthorizationCodeGrantDetailsFilterSensitiveLog;
|
|
22206
|
+
exports.AuthorizationCodeGrantMetadataFilterSensitiveLog = AuthorizationCodeGrantMetadataFilterSensitiveLog;
|
|
21148
22207
|
exports.AxisBinding = AxisBinding;
|
|
21149
22208
|
exports.BarChartAggregatedFieldWellsFilterSensitiveLog = BarChartAggregatedFieldWellsFilterSensitiveLog;
|
|
21150
22209
|
exports.BarChartConfigurationFilterSensitiveLog = BarChartConfigurationFilterSensitiveLog;
|
|
@@ -21153,6 +22212,7 @@ exports.BarChartOrientation = BarChartOrientation;
|
|
|
21153
22212
|
exports.BarChartVisualFilterSensitiveLog = BarChartVisualFilterSensitiveLog;
|
|
21154
22213
|
exports.BarsArrangement = BarsArrangement;
|
|
21155
22214
|
exports.BaseMapStyleType = BaseMapStyleType;
|
|
22215
|
+
exports.BasicAuthConnectionMetadataFilterSensitiveLog = BasicAuthConnectionMetadataFilterSensitiveLog;
|
|
21156
22216
|
exports.BatchCreateTopicReviewedAnswerCommand = BatchCreateTopicReviewedAnswerCommand;
|
|
21157
22217
|
exports.BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog;
|
|
21158
22218
|
exports.BatchDeleteTopicReviewedAnswerCommand = BatchDeleteTopicReviewedAnswerCommand;
|
|
@@ -21177,6 +22237,10 @@ exports.CategoryFilterFunction = CategoryFilterFunction;
|
|
|
21177
22237
|
exports.CategoryFilterMatchOperator = CategoryFilterMatchOperator;
|
|
21178
22238
|
exports.CategoryFilterSelectAllOptions = CategoryFilterSelectAllOptions;
|
|
21179
22239
|
exports.CategoryFilterType = CategoryFilterType;
|
|
22240
|
+
exports.ClientCredentialsDetailsFilterSensitiveLog = ClientCredentialsDetailsFilterSensitiveLog;
|
|
22241
|
+
exports.ClientCredentialsGrantDetailsFilterSensitiveLog = ClientCredentialsGrantDetailsFilterSensitiveLog;
|
|
22242
|
+
exports.ClientCredentialsGrantMetadataFilterSensitiveLog = ClientCredentialsGrantMetadataFilterSensitiveLog;
|
|
22243
|
+
exports.ClientCredentialsSource = ClientCredentialsSource;
|
|
21180
22244
|
exports.ColorFillType = ColorFillType;
|
|
21181
22245
|
exports.ColorsConfigurationFilterSensitiveLog = ColorsConfigurationFilterSensitiveLog;
|
|
21182
22246
|
exports.ColumnConfigurationFilterSensitiveLog = ColumnConfigurationFilterSensitiveLog;
|
|
@@ -21208,11 +22272,14 @@ exports.ConditionalFormattingIconSetFilterSensitiveLog = ConditionalFormattingIc
|
|
|
21208
22272
|
exports.ConditionalFormattingIconSetType = ConditionalFormattingIconSetType;
|
|
21209
22273
|
exports.ConditionalFormattingSolidColorFilterSensitiveLog = ConditionalFormattingSolidColorFilterSensitiveLog;
|
|
21210
22274
|
exports.ConflictException = ConflictException;
|
|
22275
|
+
exports.ConnectionAuthType = ConnectionAuthType;
|
|
21211
22276
|
exports.ConstantType = ConstantType;
|
|
21212
22277
|
exports.ContributionAnalysisDirection = ContributionAnalysisDirection;
|
|
21213
22278
|
exports.ContributionAnalysisSortType = ContributionAnalysisSortType;
|
|
21214
22279
|
exports.CreateAccountCustomizationCommand = CreateAccountCustomizationCommand;
|
|
21215
22280
|
exports.CreateAccountSubscriptionCommand = CreateAccountSubscriptionCommand;
|
|
22281
|
+
exports.CreateActionConnectorCommand = CreateActionConnectorCommand;
|
|
22282
|
+
exports.CreateActionConnectorRequestFilterSensitiveLog = CreateActionConnectorRequestFilterSensitiveLog;
|
|
21216
22283
|
exports.CreateAnalysisCommand = CreateAnalysisCommand;
|
|
21217
22284
|
exports.CreateAnalysisRequestFilterSensitiveLog = CreateAnalysisRequestFilterSensitiveLog;
|
|
21218
22285
|
exports.CreateBrandCommand = CreateBrandCommand;
|
|
@@ -21300,6 +22367,7 @@ exports.DefaultAggregation = DefaultAggregation;
|
|
|
21300
22367
|
exports.DeleteAccountCustomPermissionCommand = DeleteAccountCustomPermissionCommand;
|
|
21301
22368
|
exports.DeleteAccountCustomizationCommand = DeleteAccountCustomizationCommand;
|
|
21302
22369
|
exports.DeleteAccountSubscriptionCommand = DeleteAccountSubscriptionCommand;
|
|
22370
|
+
exports.DeleteActionConnectorCommand = DeleteActionConnectorCommand;
|
|
21303
22371
|
exports.DeleteAnalysisCommand = DeleteAnalysisCommand;
|
|
21304
22372
|
exports.DeleteBrandAssignmentCommand = DeleteBrandAssignmentCommand;
|
|
21305
22373
|
exports.DeleteBrandCommand = DeleteBrandCommand;
|
|
@@ -21333,6 +22401,9 @@ exports.DescribeAccountCustomPermissionCommand = DescribeAccountCustomPermission
|
|
|
21333
22401
|
exports.DescribeAccountCustomizationCommand = DescribeAccountCustomizationCommand;
|
|
21334
22402
|
exports.DescribeAccountSettingsCommand = DescribeAccountSettingsCommand;
|
|
21335
22403
|
exports.DescribeAccountSubscriptionCommand = DescribeAccountSubscriptionCommand;
|
|
22404
|
+
exports.DescribeActionConnectorCommand = DescribeActionConnectorCommand;
|
|
22405
|
+
exports.DescribeActionConnectorPermissionsCommand = DescribeActionConnectorPermissionsCommand;
|
|
22406
|
+
exports.DescribeActionConnectorResponseFilterSensitiveLog = DescribeActionConnectorResponseFilterSensitiveLog;
|
|
21336
22407
|
exports.DescribeAnalysisCommand = DescribeAnalysisCommand;
|
|
21337
22408
|
exports.DescribeAnalysisDefinitionCommand = DescribeAnalysisDefinitionCommand;
|
|
21338
22409
|
exports.DescribeAnalysisDefinitionResponseFilterSensitiveLog = DescribeAnalysisDefinitionResponseFilterSensitiveLog;
|
|
@@ -21402,6 +22473,7 @@ exports.Edition = Edition;
|
|
|
21402
22473
|
exports.EmbeddingIdentityType = EmbeddingIdentityType;
|
|
21403
22474
|
exports.EmptyVisualFilterSensitiveLog = EmptyVisualFilterSensitiveLog;
|
|
21404
22475
|
exports.ExceptionResourceType = ExceptionResourceType;
|
|
22476
|
+
exports.FieldName = FieldName;
|
|
21405
22477
|
exports.FileFormat = FileFormat;
|
|
21406
22478
|
exports.FilledMapAggregatedFieldWellsFilterSensitiveLog = FilledMapAggregatedFieldWellsFilterSensitiveLog;
|
|
21407
22479
|
exports.FilledMapConditionalFormattingFilterSensitiveLog = FilledMapConditionalFormattingFilterSensitiveLog;
|
|
@@ -21417,6 +22489,7 @@ exports.FilterNullOption = FilterNullOption;
|
|
|
21417
22489
|
exports.FilterOperationFilterSensitiveLog = FilterOperationFilterSensitiveLog;
|
|
21418
22490
|
exports.FilterOperator = FilterOperator;
|
|
21419
22491
|
exports.FilterVisualScope = FilterVisualScope;
|
|
22492
|
+
exports.FlowPublishState = FlowPublishState;
|
|
21420
22493
|
exports.FolderFilterAttribute = FolderFilterAttribute;
|
|
21421
22494
|
exports.FolderType = FolderType;
|
|
21422
22495
|
exports.FontDecoration = FontDecoration;
|
|
@@ -21466,6 +22539,8 @@ exports.GeospatialMapVisualFilterSensitiveLog = GeospatialMapVisualFilterSensiti
|
|
|
21466
22539
|
exports.GeospatialSelectedPointStyle = GeospatialSelectedPointStyle;
|
|
21467
22540
|
exports.GetDashboardEmbedUrlCommand = GetDashboardEmbedUrlCommand;
|
|
21468
22541
|
exports.GetDashboardEmbedUrlResponseFilterSensitiveLog = GetDashboardEmbedUrlResponseFilterSensitiveLog;
|
|
22542
|
+
exports.GetFlowMetadataCommand = GetFlowMetadataCommand;
|
|
22543
|
+
exports.GetFlowPermissionsCommand = GetFlowPermissionsCommand;
|
|
21469
22544
|
exports.GetSessionEmbedUrlCommand = GetSessionEmbedUrlCommand;
|
|
21470
22545
|
exports.GetSessionEmbedUrlResponseFilterSensitiveLog = GetSessionEmbedUrlResponseFilterSensitiveLog;
|
|
21471
22546
|
exports.GroupFilterAttribute = GroupFilterAttribute;
|
|
@@ -21539,6 +22614,8 @@ exports.LineChartMarkerShape = LineChartMarkerShape;
|
|
|
21539
22614
|
exports.LineChartType = LineChartType;
|
|
21540
22615
|
exports.LineChartVisualFilterSensitiveLog = LineChartVisualFilterSensitiveLog;
|
|
21541
22616
|
exports.LineInterpolation = LineInterpolation;
|
|
22617
|
+
exports.ListActionConnectorsCommand = ListActionConnectorsCommand;
|
|
22618
|
+
exports.ListActionConnectorsResponseFilterSensitiveLog = ListActionConnectorsResponseFilterSensitiveLog;
|
|
21542
22619
|
exports.ListAnalysesCommand = ListAnalysesCommand;
|
|
21543
22620
|
exports.ListAssetBundleExportJobsCommand = ListAssetBundleExportJobsCommand;
|
|
21544
22621
|
exports.ListAssetBundleImportJobsCommand = ListAssetBundleImportJobsCommand;
|
|
@@ -21548,6 +22625,7 @@ exports.ListDashboardVersionsCommand = ListDashboardVersionsCommand;
|
|
|
21548
22625
|
exports.ListDashboardsCommand = ListDashboardsCommand;
|
|
21549
22626
|
exports.ListDataSetsCommand = ListDataSetsCommand;
|
|
21550
22627
|
exports.ListDataSourcesCommand = ListDataSourcesCommand;
|
|
22628
|
+
exports.ListFlowsCommand = ListFlowsCommand;
|
|
21551
22629
|
exports.ListFolderMembersCommand = ListFolderMembersCommand;
|
|
21552
22630
|
exports.ListFoldersCommand = ListFoldersCommand;
|
|
21553
22631
|
exports.ListFoldersForResourceCommand = ListFoldersForResourceCommand;
|
|
@@ -21666,6 +22744,10 @@ exports.RadarChartConfigurationFilterSensitiveLog = RadarChartConfigurationFilte
|
|
|
21666
22744
|
exports.RadarChartFieldWellsFilterSensitiveLog = RadarChartFieldWellsFilterSensitiveLog;
|
|
21667
22745
|
exports.RadarChartShape = RadarChartShape;
|
|
21668
22746
|
exports.RadarChartVisualFilterSensitiveLog = RadarChartVisualFilterSensitiveLog;
|
|
22747
|
+
exports.ReadAPIKeyConnectionMetadataFilterSensitiveLog = ReadAPIKeyConnectionMetadataFilterSensitiveLog;
|
|
22748
|
+
exports.ReadAuthConfigFilterSensitiveLog = ReadAuthConfigFilterSensitiveLog;
|
|
22749
|
+
exports.ReadAuthenticationMetadataFilterSensitiveLog = ReadAuthenticationMetadataFilterSensitiveLog;
|
|
22750
|
+
exports.ReadBasicAuthConnectionMetadataFilterSensitiveLog = ReadBasicAuthConnectionMetadataFilterSensitiveLog;
|
|
21669
22751
|
exports.ReferenceLineDataConfigurationFilterSensitiveLog = ReferenceLineDataConfigurationFilterSensitiveLog;
|
|
21670
22752
|
exports.ReferenceLineFilterSensitiveLog = ReferenceLineFilterSensitiveLog;
|
|
21671
22753
|
exports.ReferenceLineLabelConfigurationFilterSensitiveLog = ReferenceLineLabelConfigurationFilterSensitiveLog;
|
|
@@ -21703,10 +22785,14 @@ exports.ScatterPlotConfigurationFilterSensitiveLog = ScatterPlotConfigurationFil
|
|
|
21703
22785
|
exports.ScatterPlotFieldWellsFilterSensitiveLog = ScatterPlotFieldWellsFilterSensitiveLog;
|
|
21704
22786
|
exports.ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog;
|
|
21705
22787
|
exports.ScatterPlotVisualFilterSensitiveLog = ScatterPlotVisualFilterSensitiveLog;
|
|
22788
|
+
exports.SearchActionConnectorsCommand = SearchActionConnectorsCommand;
|
|
22789
|
+
exports.SearchActionConnectorsResponseFilterSensitiveLog = SearchActionConnectorsResponseFilterSensitiveLog;
|
|
21706
22790
|
exports.SearchAnalysesCommand = SearchAnalysesCommand;
|
|
21707
22791
|
exports.SearchDashboardsCommand = SearchDashboardsCommand;
|
|
21708
22792
|
exports.SearchDataSetsCommand = SearchDataSetsCommand;
|
|
21709
22793
|
exports.SearchDataSourcesCommand = SearchDataSourcesCommand;
|
|
22794
|
+
exports.SearchFilterOperator = SearchFilterOperator;
|
|
22795
|
+
exports.SearchFlowsCommand = SearchFlowsCommand;
|
|
21710
22796
|
exports.SearchFoldersCommand = SearchFoldersCommand;
|
|
21711
22797
|
exports.SearchGroupsCommand = SearchGroupsCommand;
|
|
21712
22798
|
exports.SearchTopicsCommand = SearchTopicsCommand;
|
|
@@ -21847,6 +22933,9 @@ exports.UntagResourceCommand = UntagResourceCommand;
|
|
|
21847
22933
|
exports.UpdateAccountCustomPermissionCommand = UpdateAccountCustomPermissionCommand;
|
|
21848
22934
|
exports.UpdateAccountCustomizationCommand = UpdateAccountCustomizationCommand;
|
|
21849
22935
|
exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
|
|
22936
|
+
exports.UpdateActionConnectorCommand = UpdateActionConnectorCommand;
|
|
22937
|
+
exports.UpdateActionConnectorPermissionsCommand = UpdateActionConnectorPermissionsCommand;
|
|
22938
|
+
exports.UpdateActionConnectorRequestFilterSensitiveLog = UpdateActionConnectorRequestFilterSensitiveLog;
|
|
21850
22939
|
exports.UpdateAnalysisCommand = UpdateAnalysisCommand;
|
|
21851
22940
|
exports.UpdateAnalysisPermissionsCommand = UpdateAnalysisPermissionsCommand;
|
|
21852
22941
|
exports.UpdateAnalysisRequestFilterSensitiveLog = UpdateAnalysisRequestFilterSensitiveLog;
|
|
@@ -21868,6 +22957,7 @@ exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
|
|
|
21868
22957
|
exports.UpdateDataSourcePermissionsCommand = UpdateDataSourcePermissionsCommand;
|
|
21869
22958
|
exports.UpdateDataSourceRequestFilterSensitiveLog = UpdateDataSourceRequestFilterSensitiveLog;
|
|
21870
22959
|
exports.UpdateDefaultQBusinessApplicationCommand = UpdateDefaultQBusinessApplicationCommand;
|
|
22960
|
+
exports.UpdateFlowPermissionsCommand = UpdateFlowPermissionsCommand;
|
|
21871
22961
|
exports.UpdateFolderCommand = UpdateFolderCommand;
|
|
21872
22962
|
exports.UpdateFolderPermissionsCommand = UpdateFolderPermissionsCommand;
|
|
21873
22963
|
exports.UpdateGroupCommand = UpdateGroupCommand;
|
|
@@ -21913,6 +23003,7 @@ exports.WaterfallChartAggregatedFieldWellsFilterSensitiveLog = WaterfallChartAgg
|
|
|
21913
23003
|
exports.WaterfallChartConfigurationFilterSensitiveLog = WaterfallChartConfigurationFilterSensitiveLog;
|
|
21914
23004
|
exports.WaterfallChartFieldWellsFilterSensitiveLog = WaterfallChartFieldWellsFilterSensitiveLog;
|
|
21915
23005
|
exports.WaterfallVisualFilterSensitiveLog = WaterfallVisualFilterSensitiveLog;
|
|
23006
|
+
exports.WebCrawlerAuthType = WebCrawlerAuthType;
|
|
21916
23007
|
exports.WidgetStatus = WidgetStatus;
|
|
21917
23008
|
exports.WordCloudAggregatedFieldWellsFilterSensitiveLog = WordCloudAggregatedFieldWellsFilterSensitiveLog;
|
|
21918
23009
|
exports.WordCloudChartConfigurationFilterSensitiveLog = WordCloudChartConfigurationFilterSensitiveLog;
|
|
@@ -21926,6 +23017,7 @@ exports.WordCloudWordScaling = WordCloudWordScaling;
|
|
|
21926
23017
|
exports._ParametersFilterSensitiveLog = _ParametersFilterSensitiveLog;
|
|
21927
23018
|
exports.paginateDescribeFolderPermissions = paginateDescribeFolderPermissions;
|
|
21928
23019
|
exports.paginateDescribeFolderResolvedPermissions = paginateDescribeFolderResolvedPermissions;
|
|
23020
|
+
exports.paginateListActionConnectors = paginateListActionConnectors;
|
|
21929
23021
|
exports.paginateListAnalyses = paginateListAnalyses;
|
|
21930
23022
|
exports.paginateListAssetBundleExportJobs = paginateListAssetBundleExportJobs;
|
|
21931
23023
|
exports.paginateListAssetBundleImportJobs = paginateListAssetBundleImportJobs;
|
|
@@ -21935,6 +23027,7 @@ exports.paginateListDashboardVersions = paginateListDashboardVersions;
|
|
|
21935
23027
|
exports.paginateListDashboards = paginateListDashboards;
|
|
21936
23028
|
exports.paginateListDataSets = paginateListDataSets;
|
|
21937
23029
|
exports.paginateListDataSources = paginateListDataSources;
|
|
23030
|
+
exports.paginateListFlows = paginateListFlows;
|
|
21938
23031
|
exports.paginateListFolderMembers = paginateListFolderMembers;
|
|
21939
23032
|
exports.paginateListFolders = paginateListFolders;
|
|
21940
23033
|
exports.paginateListFoldersForResource = paginateListFoldersForResource;
|
|
@@ -21954,10 +23047,12 @@ exports.paginateListTopics = paginateListTopics;
|
|
|
21954
23047
|
exports.paginateListUserGroups = paginateListUserGroups;
|
|
21955
23048
|
exports.paginateListUsers = paginateListUsers;
|
|
21956
23049
|
exports.paginateListVPCConnections = paginateListVPCConnections;
|
|
23050
|
+
exports.paginateSearchActionConnectors = paginateSearchActionConnectors;
|
|
21957
23051
|
exports.paginateSearchAnalyses = paginateSearchAnalyses;
|
|
21958
23052
|
exports.paginateSearchDashboards = paginateSearchDashboards;
|
|
21959
23053
|
exports.paginateSearchDataSets = paginateSearchDataSets;
|
|
21960
23054
|
exports.paginateSearchDataSources = paginateSearchDataSources;
|
|
23055
|
+
exports.paginateSearchFlows = paginateSearchFlows;
|
|
21961
23056
|
exports.paginateSearchFolders = paginateSearchFolders;
|
|
21962
23057
|
exports.paginateSearchGroups = paginateSearchGroups;
|
|
21963
23058
|
exports.paginateSearchTopics = paginateSearchTopics;
|