@aws-sdk/client-quicksight 3.906.0 → 3.908.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 +15 -15
|
@@ -2,8 +2,7 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody a
|
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { AccessDeniedException, } from "../models/models_0";
|
|
5
|
-
import { ConflictException, InternalFailureException, InvalidParameterValueException, ResourceNotFoundException, ThrottlingException, } from "../models/
|
|
6
|
-
import { ConcurrentUpdatingException, CustomerManagedKeyUnavailableException, InternalServerException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceExistsException, ResourceUnavailableException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
5
|
+
import { ConcurrentUpdatingException, ConflictException, CustomerManagedKeyUnavailableException, InternalFailureException, InternalServerException, InvalidParameterValueException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceExistsException, ResourceNotFoundException, ResourceUnavailableException, ThrottlingException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
7
6
|
import { DomainNotWhitelistedException, IdentityTypeNotSupportedException, InvalidNextTokenException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
|
|
8
7
|
import { QuickSightServiceException as __BaseException } from "../models/QuickSightServiceException";
|
|
9
8
|
export const se_BatchCreateTopicReviewedAnswerCommand = async (input, context) => {
|
|
@@ -96,6 +95,27 @@ export const se_CreateAccountSubscriptionCommand = async (input, context) => {
|
|
|
96
95
|
b.m("POST").h(headers).b(body);
|
|
97
96
|
return b.build();
|
|
98
97
|
};
|
|
98
|
+
export const se_CreateActionConnectorCommand = async (input, context) => {
|
|
99
|
+
const b = rb(input, context);
|
|
100
|
+
const headers = {
|
|
101
|
+
"content-type": "application/json",
|
|
102
|
+
};
|
|
103
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors");
|
|
104
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
105
|
+
let body;
|
|
106
|
+
body = JSON.stringify(take(input, {
|
|
107
|
+
ActionConnectorId: [],
|
|
108
|
+
AuthenticationConfig: (_) => _json(_),
|
|
109
|
+
Description: [],
|
|
110
|
+
Name: [],
|
|
111
|
+
Permissions: (_) => _json(_),
|
|
112
|
+
Tags: (_) => _json(_),
|
|
113
|
+
Type: [],
|
|
114
|
+
VpcConnectionArn: [],
|
|
115
|
+
}));
|
|
116
|
+
b.m("POST").h(headers).b(body);
|
|
117
|
+
return b.build();
|
|
118
|
+
};
|
|
99
119
|
export const se_CreateAnalysisCommand = async (input, context) => {
|
|
100
120
|
const b = rb(input, context);
|
|
101
121
|
const headers = {
|
|
@@ -526,6 +546,16 @@ export const se_DeleteAccountSubscriptionCommand = async (input, context) => {
|
|
|
526
546
|
b.m("DELETE").h(headers).b(body);
|
|
527
547
|
return b.build();
|
|
528
548
|
};
|
|
549
|
+
export const se_DeleteActionConnectorCommand = async (input, context) => {
|
|
550
|
+
const b = rb(input, context);
|
|
551
|
+
const headers = {};
|
|
552
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}");
|
|
553
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
554
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
555
|
+
let body;
|
|
556
|
+
b.m("DELETE").h(headers).b(body);
|
|
557
|
+
return b.build();
|
|
558
|
+
};
|
|
529
559
|
export const se_DeleteAnalysisCommand = async (input, context) => {
|
|
530
560
|
const b = rb(input, context);
|
|
531
561
|
const headers = {};
|
|
@@ -886,6 +916,26 @@ export const se_DescribeAccountSubscriptionCommand = async (input, context) => {
|
|
|
886
916
|
b.m("GET").h(headers).b(body);
|
|
887
917
|
return b.build();
|
|
888
918
|
};
|
|
919
|
+
export const se_DescribeActionConnectorCommand = async (input, context) => {
|
|
920
|
+
const b = rb(input, context);
|
|
921
|
+
const headers = {};
|
|
922
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}");
|
|
923
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
924
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
925
|
+
let body;
|
|
926
|
+
b.m("GET").h(headers).b(body);
|
|
927
|
+
return b.build();
|
|
928
|
+
};
|
|
929
|
+
export const se_DescribeActionConnectorPermissionsCommand = async (input, context) => {
|
|
930
|
+
const b = rb(input, context);
|
|
931
|
+
const headers = {};
|
|
932
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions");
|
|
933
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
934
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
935
|
+
let body;
|
|
936
|
+
b.m("GET").h(headers).b(body);
|
|
937
|
+
return b.build();
|
|
938
|
+
};
|
|
889
939
|
export const se_DescribeAnalysisCommand = async (input, context) => {
|
|
890
940
|
const b = rb(input, context);
|
|
891
941
|
const headers = {};
|
|
@@ -1484,6 +1534,26 @@ export const se_GetDashboardEmbedUrlCommand = async (input, context) => {
|
|
|
1484
1534
|
b.m("GET").h(headers).q(query).b(body);
|
|
1485
1535
|
return b.build();
|
|
1486
1536
|
};
|
|
1537
|
+
export const se_GetFlowMetadataCommand = async (input, context) => {
|
|
1538
|
+
const b = rb(input, context);
|
|
1539
|
+
const headers = {};
|
|
1540
|
+
b.bp("/accounts/{AwsAccountId}/flows/{FlowId}/metadata");
|
|
1541
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1542
|
+
b.p("FlowId", () => input.FlowId, "{FlowId}", false);
|
|
1543
|
+
let body;
|
|
1544
|
+
b.m("GET").h(headers).b(body);
|
|
1545
|
+
return b.build();
|
|
1546
|
+
};
|
|
1547
|
+
export const se_GetFlowPermissionsCommand = async (input, context) => {
|
|
1548
|
+
const b = rb(input, context);
|
|
1549
|
+
const headers = {};
|
|
1550
|
+
b.bp("/accounts/{AwsAccountId}/flows/{FlowId}/permissions");
|
|
1551
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1552
|
+
b.p("FlowId", () => input.FlowId, "{FlowId}", false);
|
|
1553
|
+
let body;
|
|
1554
|
+
b.m("GET").h(headers).b(body);
|
|
1555
|
+
return b.build();
|
|
1556
|
+
};
|
|
1487
1557
|
export const se_GetSessionEmbedUrlCommand = async (input, context) => {
|
|
1488
1558
|
const b = rb(input, context);
|
|
1489
1559
|
const headers = {};
|
|
@@ -1498,6 +1568,19 @@ export const se_GetSessionEmbedUrlCommand = async (input, context) => {
|
|
|
1498
1568
|
b.m("GET").h(headers).q(query).b(body);
|
|
1499
1569
|
return b.build();
|
|
1500
1570
|
};
|
|
1571
|
+
export const se_ListActionConnectorsCommand = async (input, context) => {
|
|
1572
|
+
const b = rb(input, context);
|
|
1573
|
+
const headers = {};
|
|
1574
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors");
|
|
1575
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1576
|
+
const query = map({
|
|
1577
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1578
|
+
[_nt]: [, input[_NT]],
|
|
1579
|
+
});
|
|
1580
|
+
let body;
|
|
1581
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1582
|
+
return b.build();
|
|
1583
|
+
};
|
|
1501
1584
|
export const se_ListAnalysesCommand = async (input, context) => {
|
|
1502
1585
|
const b = rb(input, context);
|
|
1503
1586
|
const headers = {};
|
|
@@ -1616,6 +1699,19 @@ export const se_ListDataSourcesCommand = async (input, context) => {
|
|
|
1616
1699
|
b.m("GET").h(headers).q(query).b(body);
|
|
1617
1700
|
return b.build();
|
|
1618
1701
|
};
|
|
1702
|
+
export const se_ListFlowsCommand = async (input, context) => {
|
|
1703
|
+
const b = rb(input, context);
|
|
1704
|
+
const headers = {};
|
|
1705
|
+
b.bp("/accounts/{AwsAccountId}/flows");
|
|
1706
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1707
|
+
const query = map({
|
|
1708
|
+
[_nt]: [, input[_NT]],
|
|
1709
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1710
|
+
});
|
|
1711
|
+
let body;
|
|
1712
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1713
|
+
return b.build();
|
|
1714
|
+
};
|
|
1619
1715
|
export const se_ListFolderMembersCommand = async (input, context) => {
|
|
1620
1716
|
const b = rb(input, context);
|
|
1621
1717
|
const headers = {};
|
|
@@ -2018,6 +2114,24 @@ export const se_RestoreAnalysisCommand = async (input, context) => {
|
|
|
2018
2114
|
b.m("POST").h(headers).q(query).b(body);
|
|
2019
2115
|
return b.build();
|
|
2020
2116
|
};
|
|
2117
|
+
export const se_SearchActionConnectorsCommand = async (input, context) => {
|
|
2118
|
+
const b = rb(input, context);
|
|
2119
|
+
const headers = {
|
|
2120
|
+
"content-type": "application/json",
|
|
2121
|
+
};
|
|
2122
|
+
b.bp("/accounts/{AwsAccountId}/search/action-connectors");
|
|
2123
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2124
|
+
const query = map({
|
|
2125
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2126
|
+
[_nt]: [, input[_NT]],
|
|
2127
|
+
});
|
|
2128
|
+
let body;
|
|
2129
|
+
body = JSON.stringify(take(input, {
|
|
2130
|
+
Filters: (_) => _json(_),
|
|
2131
|
+
}));
|
|
2132
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
2133
|
+
return b.build();
|
|
2134
|
+
};
|
|
2021
2135
|
export const se_SearchAnalysesCommand = async (input, context) => {
|
|
2022
2136
|
const b = rb(input, context);
|
|
2023
2137
|
const headers = {
|
|
@@ -2082,6 +2196,22 @@ export const se_SearchDataSourcesCommand = async (input, context) => {
|
|
|
2082
2196
|
b.m("POST").h(headers).b(body);
|
|
2083
2197
|
return b.build();
|
|
2084
2198
|
};
|
|
2199
|
+
export const se_SearchFlowsCommand = async (input, context) => {
|
|
2200
|
+
const b = rb(input, context);
|
|
2201
|
+
const headers = {
|
|
2202
|
+
"content-type": "application/json",
|
|
2203
|
+
};
|
|
2204
|
+
b.bp("/accounts/{AwsAccountId}/flows/searchFlows");
|
|
2205
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2206
|
+
let body;
|
|
2207
|
+
body = JSON.stringify(take(input, {
|
|
2208
|
+
Filters: (_) => _json(_),
|
|
2209
|
+
MaxResults: [],
|
|
2210
|
+
NextToken: [],
|
|
2211
|
+
}));
|
|
2212
|
+
b.m("POST").h(headers).b(body);
|
|
2213
|
+
return b.build();
|
|
2214
|
+
};
|
|
2085
2215
|
export const se_SearchFoldersCommand = async (input, context) => {
|
|
2086
2216
|
const b = rb(input, context);
|
|
2087
2217
|
const headers = {
|
|
@@ -2277,6 +2407,40 @@ export const se_UpdateAccountSettingsCommand = async (input, context) => {
|
|
|
2277
2407
|
b.m("PUT").h(headers).b(body);
|
|
2278
2408
|
return b.build();
|
|
2279
2409
|
};
|
|
2410
|
+
export const se_UpdateActionConnectorCommand = async (input, context) => {
|
|
2411
|
+
const b = rb(input, context);
|
|
2412
|
+
const headers = {
|
|
2413
|
+
"content-type": "application/json",
|
|
2414
|
+
};
|
|
2415
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}");
|
|
2416
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2417
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
2418
|
+
let body;
|
|
2419
|
+
body = JSON.stringify(take(input, {
|
|
2420
|
+
AuthenticationConfig: (_) => _json(_),
|
|
2421
|
+
Description: [],
|
|
2422
|
+
Name: [],
|
|
2423
|
+
VpcConnectionArn: [],
|
|
2424
|
+
}));
|
|
2425
|
+
b.m("PUT").h(headers).b(body);
|
|
2426
|
+
return b.build();
|
|
2427
|
+
};
|
|
2428
|
+
export const se_UpdateActionConnectorPermissionsCommand = async (input, context) => {
|
|
2429
|
+
const b = rb(input, context);
|
|
2430
|
+
const headers = {
|
|
2431
|
+
"content-type": "application/json",
|
|
2432
|
+
};
|
|
2433
|
+
b.bp("/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions");
|
|
2434
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2435
|
+
b.p("ActionConnectorId", () => input.ActionConnectorId, "{ActionConnectorId}", false);
|
|
2436
|
+
let body;
|
|
2437
|
+
body = JSON.stringify(take(input, {
|
|
2438
|
+
GrantPermissions: (_) => _json(_),
|
|
2439
|
+
RevokePermissions: (_) => _json(_),
|
|
2440
|
+
}));
|
|
2441
|
+
b.m("POST").h(headers).b(body);
|
|
2442
|
+
return b.build();
|
|
2443
|
+
};
|
|
2280
2444
|
export const se_UpdateAnalysisCommand = async (input, context) => {
|
|
2281
2445
|
const b = rb(input, context);
|
|
2282
2446
|
const headers = {
|
|
@@ -2558,6 +2722,22 @@ export const se_UpdateDefaultQBusinessApplicationCommand = async (input, context
|
|
|
2558
2722
|
b.m("PUT").h(headers).q(query).b(body);
|
|
2559
2723
|
return b.build();
|
|
2560
2724
|
};
|
|
2725
|
+
export const se_UpdateFlowPermissionsCommand = async (input, context) => {
|
|
2726
|
+
const b = rb(input, context);
|
|
2727
|
+
const headers = {
|
|
2728
|
+
"content-type": "application/json",
|
|
2729
|
+
};
|
|
2730
|
+
b.bp("/accounts/{AwsAccountId}/flows/{FlowId}/permissions");
|
|
2731
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2732
|
+
b.p("FlowId", () => input.FlowId, "{FlowId}", false);
|
|
2733
|
+
let body;
|
|
2734
|
+
body = JSON.stringify(take(input, {
|
|
2735
|
+
GrantPermissions: (_) => _json(_),
|
|
2736
|
+
RevokePermissions: (_) => _json(_),
|
|
2737
|
+
}));
|
|
2738
|
+
b.m("PUT").h(headers).b(body);
|
|
2739
|
+
return b.build();
|
|
2740
|
+
};
|
|
2561
2741
|
export const se_UpdateFolderCommand = async (input, context) => {
|
|
2562
2742
|
const b = rb(input, context);
|
|
2563
2743
|
const headers = {
|
|
@@ -3062,6 +3242,26 @@ export const de_CreateAccountSubscriptionCommand = async (output, context) => {
|
|
|
3062
3242
|
});
|
|
3063
3243
|
return contents;
|
|
3064
3244
|
};
|
|
3245
|
+
export const de_CreateActionConnectorCommand = async (output, context) => {
|
|
3246
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3247
|
+
return de_CommandError(output, context);
|
|
3248
|
+
}
|
|
3249
|
+
const contents = map({
|
|
3250
|
+
$metadata: deserializeMetadata(output),
|
|
3251
|
+
});
|
|
3252
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3253
|
+
const doc = take(data, {
|
|
3254
|
+
ActionConnectorId: __expectString,
|
|
3255
|
+
Arn: __expectString,
|
|
3256
|
+
CreationStatus: __expectString,
|
|
3257
|
+
RequestId: __expectString,
|
|
3258
|
+
});
|
|
3259
|
+
Object.assign(contents, doc);
|
|
3260
|
+
map(contents, {
|
|
3261
|
+
Status: [, output.statusCode],
|
|
3262
|
+
});
|
|
3263
|
+
return contents;
|
|
3264
|
+
};
|
|
3065
3265
|
export const de_CreateAnalysisCommand = async (output, context) => {
|
|
3066
3266
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3067
3267
|
return de_CommandError(output, context);
|
|
@@ -3535,6 +3735,25 @@ export const de_DeleteAccountSubscriptionCommand = async (output, context) => {
|
|
|
3535
3735
|
});
|
|
3536
3736
|
return contents;
|
|
3537
3737
|
};
|
|
3738
|
+
export const de_DeleteActionConnectorCommand = async (output, context) => {
|
|
3739
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3740
|
+
return de_CommandError(output, context);
|
|
3741
|
+
}
|
|
3742
|
+
const contents = map({
|
|
3743
|
+
$metadata: deserializeMetadata(output),
|
|
3744
|
+
});
|
|
3745
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3746
|
+
const doc = take(data, {
|
|
3747
|
+
ActionConnectorId: __expectString,
|
|
3748
|
+
Arn: __expectString,
|
|
3749
|
+
RequestId: __expectString,
|
|
3750
|
+
});
|
|
3751
|
+
Object.assign(contents, doc);
|
|
3752
|
+
map(contents, {
|
|
3753
|
+
Status: [, output.statusCode],
|
|
3754
|
+
});
|
|
3755
|
+
return contents;
|
|
3756
|
+
};
|
|
3538
3757
|
export const de_DeleteAnalysisCommand = async (output, context) => {
|
|
3539
3758
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3540
3759
|
return de_CommandError(output, context);
|
|
@@ -4123,6 +4342,44 @@ export const de_DescribeAccountSubscriptionCommand = async (output, context) =>
|
|
|
4123
4342
|
});
|
|
4124
4343
|
return contents;
|
|
4125
4344
|
};
|
|
4345
|
+
export const de_DescribeActionConnectorCommand = async (output, context) => {
|
|
4346
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4347
|
+
return de_CommandError(output, context);
|
|
4348
|
+
}
|
|
4349
|
+
const contents = map({
|
|
4350
|
+
$metadata: deserializeMetadata(output),
|
|
4351
|
+
});
|
|
4352
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4353
|
+
const doc = take(data, {
|
|
4354
|
+
ActionConnector: (_) => de_ActionConnector(_, context),
|
|
4355
|
+
RequestId: __expectString,
|
|
4356
|
+
});
|
|
4357
|
+
Object.assign(contents, doc);
|
|
4358
|
+
map(contents, {
|
|
4359
|
+
Status: [, output.statusCode],
|
|
4360
|
+
});
|
|
4361
|
+
return contents;
|
|
4362
|
+
};
|
|
4363
|
+
export const de_DescribeActionConnectorPermissionsCommand = async (output, context) => {
|
|
4364
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4365
|
+
return de_CommandError(output, context);
|
|
4366
|
+
}
|
|
4367
|
+
const contents = map({
|
|
4368
|
+
$metadata: deserializeMetadata(output),
|
|
4369
|
+
});
|
|
4370
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4371
|
+
const doc = take(data, {
|
|
4372
|
+
ActionConnectorId: __expectString,
|
|
4373
|
+
Arn: __expectString,
|
|
4374
|
+
Permissions: _json,
|
|
4375
|
+
RequestId: __expectString,
|
|
4376
|
+
});
|
|
4377
|
+
Object.assign(contents, doc);
|
|
4378
|
+
map(contents, {
|
|
4379
|
+
Status: [, output.statusCode],
|
|
4380
|
+
});
|
|
4381
|
+
return contents;
|
|
4382
|
+
};
|
|
4126
4383
|
export const de_DescribeAnalysisCommand = async (output, context) => {
|
|
4127
4384
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4128
4385
|
return de_CommandError(output, context);
|
|
@@ -5135,6 +5392,52 @@ export const de_GetDashboardEmbedUrlCommand = async (output, context) => {
|
|
|
5135
5392
|
});
|
|
5136
5393
|
return contents;
|
|
5137
5394
|
};
|
|
5395
|
+
export const de_GetFlowMetadataCommand = async (output, context) => {
|
|
5396
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5397
|
+
return de_CommandError(output, context);
|
|
5398
|
+
}
|
|
5399
|
+
const contents = map({
|
|
5400
|
+
$metadata: deserializeMetadata(output),
|
|
5401
|
+
});
|
|
5402
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5403
|
+
const doc = take(data, {
|
|
5404
|
+
Arn: __expectString,
|
|
5405
|
+
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
5406
|
+
Description: __expectString,
|
|
5407
|
+
FlowId: __expectString,
|
|
5408
|
+
LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
5409
|
+
Name: __expectString,
|
|
5410
|
+
PublishState: __expectString,
|
|
5411
|
+
RequestId: __expectString,
|
|
5412
|
+
RunCount: __expectInt32,
|
|
5413
|
+
UserCount: __expectInt32,
|
|
5414
|
+
});
|
|
5415
|
+
Object.assign(contents, doc);
|
|
5416
|
+
map(contents, {
|
|
5417
|
+
Status: [, output.statusCode],
|
|
5418
|
+
});
|
|
5419
|
+
return contents;
|
|
5420
|
+
};
|
|
5421
|
+
export const de_GetFlowPermissionsCommand = async (output, context) => {
|
|
5422
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5423
|
+
return de_CommandError(output, context);
|
|
5424
|
+
}
|
|
5425
|
+
const contents = map({
|
|
5426
|
+
$metadata: deserializeMetadata(output),
|
|
5427
|
+
});
|
|
5428
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5429
|
+
const doc = take(data, {
|
|
5430
|
+
Arn: __expectString,
|
|
5431
|
+
FlowId: __expectString,
|
|
5432
|
+
Permissions: _json,
|
|
5433
|
+
RequestId: __expectString,
|
|
5434
|
+
});
|
|
5435
|
+
Object.assign(contents, doc);
|
|
5436
|
+
map(contents, {
|
|
5437
|
+
Status: [, output.statusCode],
|
|
5438
|
+
});
|
|
5439
|
+
return contents;
|
|
5440
|
+
};
|
|
5138
5441
|
export const de_GetSessionEmbedUrlCommand = async (output, context) => {
|
|
5139
5442
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5140
5443
|
return de_CommandError(output, context);
|
|
@@ -5153,6 +5456,25 @@ export const de_GetSessionEmbedUrlCommand = async (output, context) => {
|
|
|
5153
5456
|
});
|
|
5154
5457
|
return contents;
|
|
5155
5458
|
};
|
|
5459
|
+
export const de_ListActionConnectorsCommand = async (output, context) => {
|
|
5460
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5461
|
+
return de_CommandError(output, context);
|
|
5462
|
+
}
|
|
5463
|
+
const contents = map({
|
|
5464
|
+
$metadata: deserializeMetadata(output),
|
|
5465
|
+
});
|
|
5466
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5467
|
+
const doc = take(data, {
|
|
5468
|
+
ActionConnectorSummaries: (_) => de_ActionConnectorSummaryList(_, context),
|
|
5469
|
+
NextToken: __expectString,
|
|
5470
|
+
RequestId: __expectString,
|
|
5471
|
+
});
|
|
5472
|
+
Object.assign(contents, doc);
|
|
5473
|
+
map(contents, {
|
|
5474
|
+
Status: [, output.statusCode],
|
|
5475
|
+
});
|
|
5476
|
+
return contents;
|
|
5477
|
+
};
|
|
5156
5478
|
export const de_ListAnalysesCommand = async (output, context) => {
|
|
5157
5479
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5158
5480
|
return de_CommandError(output, context);
|
|
@@ -5320,6 +5642,25 @@ export const de_ListDataSourcesCommand = async (output, context) => {
|
|
|
5320
5642
|
});
|
|
5321
5643
|
return contents;
|
|
5322
5644
|
};
|
|
5645
|
+
export const de_ListFlowsCommand = async (output, context) => {
|
|
5646
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5647
|
+
return de_CommandError(output, context);
|
|
5648
|
+
}
|
|
5649
|
+
const contents = map({
|
|
5650
|
+
$metadata: deserializeMetadata(output),
|
|
5651
|
+
});
|
|
5652
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5653
|
+
const doc = take(data, {
|
|
5654
|
+
FlowSummaryList: (_) => de_FlowSummaryList(_, context),
|
|
5655
|
+
NextToken: __expectString,
|
|
5656
|
+
RequestId: __expectString,
|
|
5657
|
+
});
|
|
5658
|
+
Object.assign(contents, doc);
|
|
5659
|
+
map(contents, {
|
|
5660
|
+
Status: [, output.statusCode],
|
|
5661
|
+
});
|
|
5662
|
+
return contents;
|
|
5663
|
+
};
|
|
5323
5664
|
export const de_ListFolderMembersCommand = async (output, context) => {
|
|
5324
5665
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5325
5666
|
return de_CommandError(output, context);
|
|
@@ -5870,6 +6211,25 @@ export const de_RestoreAnalysisCommand = async (output, context) => {
|
|
|
5870
6211
|
});
|
|
5871
6212
|
return contents;
|
|
5872
6213
|
};
|
|
6214
|
+
export const de_SearchActionConnectorsCommand = async (output, context) => {
|
|
6215
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6216
|
+
return de_CommandError(output, context);
|
|
6217
|
+
}
|
|
6218
|
+
const contents = map({
|
|
6219
|
+
$metadata: deserializeMetadata(output),
|
|
6220
|
+
});
|
|
6221
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6222
|
+
const doc = take(data, {
|
|
6223
|
+
ActionConnectorSummaries: (_) => de_ActionConnectorSummaryList(_, context),
|
|
6224
|
+
NextToken: __expectString,
|
|
6225
|
+
RequestId: __expectString,
|
|
6226
|
+
});
|
|
6227
|
+
Object.assign(contents, doc);
|
|
6228
|
+
map(contents, {
|
|
6229
|
+
Status: [, output.statusCode],
|
|
6230
|
+
});
|
|
6231
|
+
return contents;
|
|
6232
|
+
};
|
|
5873
6233
|
export const de_SearchAnalysesCommand = async (output, context) => {
|
|
5874
6234
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5875
6235
|
return de_CommandError(output, context);
|
|
@@ -5946,6 +6306,25 @@ export const de_SearchDataSourcesCommand = async (output, context) => {
|
|
|
5946
6306
|
});
|
|
5947
6307
|
return contents;
|
|
5948
6308
|
};
|
|
6309
|
+
export const de_SearchFlowsCommand = async (output, context) => {
|
|
6310
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6311
|
+
return de_CommandError(output, context);
|
|
6312
|
+
}
|
|
6313
|
+
const contents = map({
|
|
6314
|
+
$metadata: deserializeMetadata(output),
|
|
6315
|
+
});
|
|
6316
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6317
|
+
const doc = take(data, {
|
|
6318
|
+
FlowSummaryList: (_) => de_FlowSummaryList(_, context),
|
|
6319
|
+
NextToken: __expectString,
|
|
6320
|
+
RequestId: __expectString,
|
|
6321
|
+
});
|
|
6322
|
+
Object.assign(contents, doc);
|
|
6323
|
+
map(contents, {
|
|
6324
|
+
Status: [, output.statusCode],
|
|
6325
|
+
});
|
|
6326
|
+
return contents;
|
|
6327
|
+
};
|
|
5949
6328
|
export const de_SearchFoldersCommand = async (output, context) => {
|
|
5950
6329
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5951
6330
|
return de_CommandError(output, context);
|
|
@@ -6164,6 +6543,46 @@ export const de_UpdateAccountSettingsCommand = async (output, context) => {
|
|
|
6164
6543
|
});
|
|
6165
6544
|
return contents;
|
|
6166
6545
|
};
|
|
6546
|
+
export const de_UpdateActionConnectorCommand = async (output, context) => {
|
|
6547
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6548
|
+
return de_CommandError(output, context);
|
|
6549
|
+
}
|
|
6550
|
+
const contents = map({
|
|
6551
|
+
$metadata: deserializeMetadata(output),
|
|
6552
|
+
});
|
|
6553
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6554
|
+
const doc = take(data, {
|
|
6555
|
+
ActionConnectorId: __expectString,
|
|
6556
|
+
Arn: __expectString,
|
|
6557
|
+
RequestId: __expectString,
|
|
6558
|
+
UpdateStatus: __expectString,
|
|
6559
|
+
});
|
|
6560
|
+
Object.assign(contents, doc);
|
|
6561
|
+
map(contents, {
|
|
6562
|
+
Status: [, output.statusCode],
|
|
6563
|
+
});
|
|
6564
|
+
return contents;
|
|
6565
|
+
};
|
|
6566
|
+
export const de_UpdateActionConnectorPermissionsCommand = async (output, context) => {
|
|
6567
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6568
|
+
return de_CommandError(output, context);
|
|
6569
|
+
}
|
|
6570
|
+
const contents = map({
|
|
6571
|
+
$metadata: deserializeMetadata(output),
|
|
6572
|
+
});
|
|
6573
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6574
|
+
const doc = take(data, {
|
|
6575
|
+
ActionConnectorId: __expectString,
|
|
6576
|
+
Arn: __expectString,
|
|
6577
|
+
Permissions: _json,
|
|
6578
|
+
RequestId: __expectString,
|
|
6579
|
+
});
|
|
6580
|
+
Object.assign(contents, doc);
|
|
6581
|
+
map(contents, {
|
|
6582
|
+
Status: [, output.statusCode],
|
|
6583
|
+
});
|
|
6584
|
+
return contents;
|
|
6585
|
+
};
|
|
6167
6586
|
export const de_UpdateAnalysisCommand = async (output, context) => {
|
|
6168
6587
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6169
6588
|
return de_CommandError(output, context);
|
|
@@ -6475,6 +6894,26 @@ export const de_UpdateDefaultQBusinessApplicationCommand = async (output, contex
|
|
|
6475
6894
|
});
|
|
6476
6895
|
return contents;
|
|
6477
6896
|
};
|
|
6897
|
+
export const de_UpdateFlowPermissionsCommand = async (output, context) => {
|
|
6898
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6899
|
+
return de_CommandError(output, context);
|
|
6900
|
+
}
|
|
6901
|
+
const contents = map({
|
|
6902
|
+
$metadata: deserializeMetadata(output),
|
|
6903
|
+
});
|
|
6904
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6905
|
+
const doc = take(data, {
|
|
6906
|
+
Arn: __expectString,
|
|
6907
|
+
FlowId: __expectString,
|
|
6908
|
+
Permissions: _json,
|
|
6909
|
+
RequestId: __expectString,
|
|
6910
|
+
});
|
|
6911
|
+
Object.assign(contents, doc);
|
|
6912
|
+
map(contents, {
|
|
6913
|
+
Status: [, output.statusCode],
|
|
6914
|
+
});
|
|
6915
|
+
return contents;
|
|
6916
|
+
};
|
|
6478
6917
|
export const de_UpdateFolderCommand = async (output, context) => {
|
|
6479
6918
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6480
6919
|
return de_CommandError(output, context);
|
|
@@ -10126,6 +10565,42 @@ const se_WordCloudVisual = (input, context) => {
|
|
|
10126
10565
|
VisualId: [],
|
|
10127
10566
|
});
|
|
10128
10567
|
};
|
|
10568
|
+
const de_ActionConnector = (output, context) => {
|
|
10569
|
+
return take(output, {
|
|
10570
|
+
ActionConnectorId: __expectString,
|
|
10571
|
+
Arn: __expectString,
|
|
10572
|
+
AuthenticationConfig: _json,
|
|
10573
|
+
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
10574
|
+
Description: __expectString,
|
|
10575
|
+
EnabledActions: _json,
|
|
10576
|
+
Error: _json,
|
|
10577
|
+
LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
10578
|
+
Name: __expectString,
|
|
10579
|
+
Status: __expectString,
|
|
10580
|
+
Type: __expectString,
|
|
10581
|
+
VpcConnectionArn: __expectString,
|
|
10582
|
+
});
|
|
10583
|
+
};
|
|
10584
|
+
const de_ActionConnectorSummary = (output, context) => {
|
|
10585
|
+
return take(output, {
|
|
10586
|
+
ActionConnectorId: __expectString,
|
|
10587
|
+
Arn: __expectString,
|
|
10588
|
+
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
10589
|
+
Error: _json,
|
|
10590
|
+
LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
10591
|
+
Name: __expectString,
|
|
10592
|
+
Status: __expectString,
|
|
10593
|
+
Type: __expectString,
|
|
10594
|
+
});
|
|
10595
|
+
};
|
|
10596
|
+
const de_ActionConnectorSummaryList = (output, context) => {
|
|
10597
|
+
const retVal = (output || [])
|
|
10598
|
+
.filter((e) => e != null)
|
|
10599
|
+
.map((entry) => {
|
|
10600
|
+
return de_ActionConnectorSummary(entry, context);
|
|
10601
|
+
});
|
|
10602
|
+
return retVal;
|
|
10603
|
+
};
|
|
10129
10604
|
const de_AggregationFunction = (output, context) => {
|
|
10130
10605
|
return take(output, {
|
|
10131
10606
|
AttributeAggregationFunction: _json,
|
|
@@ -11260,6 +11735,31 @@ const de_FilterSliderControl = (output, context) => {
|
|
|
11260
11735
|
Type: __expectString,
|
|
11261
11736
|
});
|
|
11262
11737
|
};
|
|
11738
|
+
const de_FlowSummary = (output, context) => {
|
|
11739
|
+
return take(output, {
|
|
11740
|
+
Arn: __expectString,
|
|
11741
|
+
CreatedBy: __expectString,
|
|
11742
|
+
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11743
|
+
Description: __expectString,
|
|
11744
|
+
FlowId: __expectString,
|
|
11745
|
+
LastPublishedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11746
|
+
LastPublishedBy: __expectString,
|
|
11747
|
+
LastUpdatedBy: __expectString,
|
|
11748
|
+
LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11749
|
+
Name: __expectString,
|
|
11750
|
+
PublishState: __expectString,
|
|
11751
|
+
RunCount: __expectInt32,
|
|
11752
|
+
UserCount: __expectInt32,
|
|
11753
|
+
});
|
|
11754
|
+
};
|
|
11755
|
+
const de_FlowSummaryList = (output, context) => {
|
|
11756
|
+
const retVal = (output || [])
|
|
11757
|
+
.filter((e) => e != null)
|
|
11758
|
+
.map((entry) => {
|
|
11759
|
+
return de_FlowSummary(entry, context);
|
|
11760
|
+
});
|
|
11761
|
+
return retVal;
|
|
11762
|
+
};
|
|
11263
11763
|
const de_Folder = (output, context) => {
|
|
11264
11764
|
return take(output, {
|
|
11265
11765
|
Arn: __expectString,
|