@camunda8/orchestration-cluster-api 10.0.0-alpha.38 → 10.0.0-alpha.39

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.
@@ -22109,6 +22109,11 @@ declare function createLiveClock(source?: () => number): Clock;
22109
22109
  /** The clock used when none is injected. */
22110
22110
  declare const liveClock: Clock;
22111
22111
 
22112
+ interface GracefulStopResult {
22113
+ remainingJobs: number;
22114
+ timedOut: boolean;
22115
+ }
22116
+
22112
22117
  /** Unique receipt symbol returned by job action methods. */
22113
22118
  declare const JobActionReceipt: "JOB_ACTION_RECEIPT";
22114
22119
  type JobActionReceipt = typeof JobActionReceipt;
@@ -22208,10 +22213,7 @@ declare class JobWorker {
22208
22213
  stopGracefully(opts?: {
22209
22214
  waitUpToMs?: number;
22210
22215
  checkIntervalMs?: number;
22211
- }): Promise<{
22212
- remainingJobs: number;
22213
- timedOut: boolean;
22214
- }>;
22216
+ }): Promise<GracefulStopResult>;
22215
22217
  private _scheduleNext;
22216
22218
  private _poll;
22217
22219
  private _handleJob;
@@ -22904,10 +22906,7 @@ declare class ThreadedJobWorker {
22904
22906
  stopGracefully(opts?: {
22905
22907
  waitUpToMs?: number;
22906
22908
  checkIntervalMs?: number;
22907
- }): Promise<{
22908
- remainingJobs: number;
22909
- timedOut: boolean;
22910
- }>;
22909
+ }): Promise<GracefulStopResult>;
22911
22910
  private _drainQueue;
22912
22911
  private _dispatchToThread;
22913
22912
  private _serializeJob;
@@ -34647,4 +34646,4 @@ declare const CamundaClient: {
34647
34646
  new (options?: CamundaOptions): CamundaClient;
34648
34647
  } & typeof CamundaClientBase;
34649
34648
 
34650
- export { type AdvancedJobListenerEventTypeFilter as $, type ActivatedJobResult$1 as A, type SourceElementInstruction as A$, type SearchTenantsData as A0, type SearchTenantsError as A1, type SearchTenantsErrors as A2, type SearchTenantsResponse as A3, type SearchTenantsResponses as A4, type SearchUserTaskAuditLogsData as A5, type SearchUserTaskAuditLogsError as A6, type SearchUserTaskAuditLogsErrors as A7, type SearchUserTaskAuditLogsResponse as A8, type SearchUserTaskAuditLogsResponses as A9, type SearchUsersForRoleResponse as AA, type SearchUsersForRoleResponses as AB, type SearchUsersForTenantData as AC, type SearchUsersForTenantResponse as AD, type SearchUsersForTenantResponses as AE, type SearchUsersResponse as AF, type SearchUsersResponses as AG, type SearchVariablesData as AH, type SearchVariablesError as AI, type SearchVariablesErrors as AJ, type SearchVariablesResponse as AK, type SearchVariablesResponses as AL, type SecretErrorCode as AM, type SecretListRequest as AN, type SecretListResult as AO, type SecretResolutionError as AP, type SecretResolveRequest as AQ, type SecretResolveResult as AR, type SetVariableRequest as AS, type SignalBroadcastRequest as AT, type SignalBroadcastResult as AU, SignalKey as AV, type SignalKeyWritable as AW, type SignalWaitStateDetails as AX, SortOrderEnum as AY, type SourceElementIdInstruction as AZ, type SourceElementInstanceKeyInstruction as A_, type SearchUserTaskEffectiveVariablesData as Aa, type SearchUserTaskEffectiveVariablesError as Ab, type SearchUserTaskEffectiveVariablesErrors as Ac, type SearchUserTaskEffectiveVariablesResponse as Ad, type SearchUserTaskEffectiveVariablesResponses as Ae, type SearchUserTaskVariablesData as Af, type SearchUserTaskVariablesError as Ag, type SearchUserTaskVariablesErrors as Ah, type SearchUserTaskVariablesResponse as Ai, type SearchUserTaskVariablesResponses as Aj, type SearchUserTasksData as Ak, type SearchUserTasksError as Al, type SearchUserTasksErrors as Am, type SearchUserTasksResponse as An, type SearchUserTasksResponses as Ao, type SearchUsersData as Ap, type SearchUsersError as Aq, type SearchUsersErrors as Ar, type SearchUsersForGroupData as As, type SearchUsersForGroupError as At, type SearchUsersForGroupErrors as Au, type SearchUsersForGroupResponse as Av, type SearchUsersForGroupResponses as Aw, type SearchUsersForRoleData as Ax, type SearchUsersForRoleError as Ay, type SearchUsersForRoleErrors as Az, type AdvancedBatchOperationStateFilter as B, type TenantClientSearchResult as B$, StartCursor as B0, type StateCode as B1, type StatusMetric as B2, type StringFilterProperty as B3, type SupportLogger as B4, type SuspendBatchOperationData as B5, type SuspendBatchOperationError as B6, type SuspendBatchOperationErrors as B7, type SuspendBatchOperationResponse as B8, type SuspendBatchOperationResponses as B9, type TakeHistoryBackupAsClusterAdminError as BA, type TakeHistoryBackupAsClusterAdminErrors as BB, type TakeHistoryBackupAsClusterAdminResponse as BC, type TakeHistoryBackupAsClusterAdminResponses as BD, type TakeHistoryBackupData as BE, type TakeHistoryBackupError as BF, type TakeHistoryBackupErrors as BG, type TakeHistoryBackupRequest as BH, type TakeHistoryBackupResponse as BI, type TakeHistoryBackupResponse2 as BJ, type TakeHistoryBackupResponses as BK, type TakeRuntimeBackupAsClusterAdminData as BL, type TakeRuntimeBackupAsClusterAdminError as BM, type TakeRuntimeBackupAsClusterAdminErrors as BN, type TakeRuntimeBackupAsClusterAdminResponse as BO, type TakeRuntimeBackupAsClusterAdminResponses as BP, type TakeRuntimeBackupData as BQ, type TakeRuntimeBackupError as BR, type TakeRuntimeBackupErrors as BS, type TakeRuntimeBackupRequest as BT, type TakeRuntimeBackupResponse as BU, type TakeRuntimeBackupResponse2 as BV, type TakeRuntimeBackupResponses as BW, type TelemetryHooks as BX, type TenantClientResult as BY, type TenantClientSearchQueryRequest as BZ, type TenantClientSearchQuerySortRequest as B_, type SuspendProcessInstanceData as Ba, type SuspendProcessInstanceError as Bb, type SuspendProcessInstanceErrors as Bc, type SuspendProcessInstanceRequest as Bd, type SuspendProcessInstanceResponse as Be, type SuspendProcessInstanceResponses as Bf, type SuspendProcessInstancesBatchOperationData as Bg, type SuspendProcessInstancesBatchOperationError as Bh, type SuspendProcessInstancesBatchOperationErrors as Bi, type SuspendProcessInstancesBatchOperationResponse as Bj, type SuspendProcessInstancesBatchOperationResponses as Bk, type SyncRuntimeBackupStateAsClusterAdminData as Bl, type SyncRuntimeBackupStateAsClusterAdminError as Bm, type SyncRuntimeBackupStateAsClusterAdminErrors as Bn, type SyncRuntimeBackupStateAsClusterAdminResponse as Bo, type SyncRuntimeBackupStateAsClusterAdminResponses as Bp, type SyncRuntimeBackupStateData as Bq, type SyncRuntimeBackupStateError as Br, type SyncRuntimeBackupStateErrors as Bs, type SyncRuntimeBackupStateResponse as Bt, type SyncRuntimeBackupStateResponses as Bu, type SystemConfigurationResponse as Bv, Tag as Bw, type TagSet as Bx, type TagSetWritable as By, type TakeHistoryBackupAsClusterAdminData as Bz, CamundaClient as C, type UnassignMappingRuleFromTenantErrors as C$, type TenantCreateRequest as C0, type TenantCreateResult as C1, type TenantFilter as C2, TenantFilterEnum as C3, type TenantGroupResult as C4, type TenantGroupSearchQueryRequest as C5, type TenantGroupSearchQuerySortRequest as C6, type TenantGroupSearchResult as C7, TenantId as C8, type TenantMappingRuleSearchResult as C9, type TriggerClusterRebalanceResponse as CA, type TriggerClusterRebalanceResponses as CB, type TypedVariableItem as CC, type TypedVariablePage as CD, TypedVariablesError as CE, type UnassignClientFromGroupData as CF, type UnassignClientFromGroupError as CG, type UnassignClientFromGroupErrors as CH, type UnassignClientFromGroupResponse as CI, type UnassignClientFromGroupResponses as CJ, type UnassignClientFromTenantData as CK, type UnassignClientFromTenantError as CL, type UnassignClientFromTenantErrors as CM, type UnassignClientFromTenantResponse as CN, type UnassignClientFromTenantResponses as CO, type UnassignGroupFromTenantData as CP, type UnassignGroupFromTenantError as CQ, type UnassignGroupFromTenantErrors as CR, type UnassignGroupFromTenantResponse as CS, type UnassignGroupFromTenantResponses as CT, type UnassignMappingRuleFromGroupData as CU, type UnassignMappingRuleFromGroupError as CV, type UnassignMappingRuleFromGroupErrors as CW, type UnassignMappingRuleFromGroupResponse as CX, type UnassignMappingRuleFromGroupResponses as CY, type UnassignMappingRuleFromTenantData as CZ, type UnassignMappingRuleFromTenantError as C_, type TenantResult as Ca, type TenantRoleSearchResult as Cb, type TenantSearchQueryRequest as Cc, type TenantSearchQueryResult as Cd, type TenantSearchQuerySortRequest as Ce, type TenantUpdateRequest as Cf, type TenantUpdateResult as Cg, type TenantUserResult as Ch, type TenantUserSearchQueryRequest as Ci, type TenantUserSearchQuerySortRequest as Cj, type TenantUserSearchResult as Ck, ThreadPool as Cl, type ThreadedJob as Cm, type ThreadedJobHandler as Cn, ThreadedJobWorker as Co, type ThreadedJobWorkerConfig as Cp, type ThrowJobErrorData as Cq, type ThrowJobErrorError as Cr, type ThrowJobErrorErrors as Cs, type ThrowJobErrorResponse as Ct, type ThrowJobErrorResponses as Cu, type TimerWaitStateDetails as Cv, type TopologyResponse as Cw, type TriggerClusterRebalanceData as Cx, type TriggerClusterRebalanceError as Cy, type TriggerClusterRebalanceErrors as Cz, type AdvancedBatchOperationTypeFilter as D, type UpdateGlobalTaskListenerResponses as D$, type UnassignMappingRuleFromTenantResponse as D0, type UnassignMappingRuleFromTenantResponses as D1, type UnassignRoleFromClientData as D2, type UnassignRoleFromClientError as D3, type UnassignRoleFromClientErrors as D4, type UnassignRoleFromClientResponse as D5, type UnassignRoleFromClientResponses as D6, type UnassignRoleFromGroupData as D7, type UnassignRoleFromGroupError as D8, type UnassignRoleFromGroupErrors as D9, type UnassignUserFromTenantResponses as DA, type UnassignUserTaskData as DB, type UnassignUserTaskError as DC, type UnassignUserTaskErrors as DD, type UnassignUserTaskResponse as DE, type UnassignUserTaskResponses as DF, type UpdateAgentInstanceData as DG, type UpdateAgentInstanceError as DH, type UpdateAgentInstanceErrors as DI, type UpdateAgentInstanceResponse as DJ, type UpdateAgentInstanceResponses as DK, type UpdateAuthorizationData as DL, type UpdateAuthorizationError as DM, type UpdateAuthorizationErrors as DN, type UpdateAuthorizationResponse as DO, type UpdateAuthorizationResponses as DP, type UpdateClusterVariableRequest as DQ, type UpdateGlobalClusterVariableData as DR, type UpdateGlobalClusterVariableError as DS, type UpdateGlobalClusterVariableErrors as DT, type UpdateGlobalClusterVariableResponse as DU, type UpdateGlobalClusterVariableResponses as DV, type UpdateGlobalTaskListenerData as DW, type UpdateGlobalTaskListenerError as DX, type UpdateGlobalTaskListenerErrors as DY, type UpdateGlobalTaskListenerRequest as DZ, type UpdateGlobalTaskListenerResponse as D_, type UnassignRoleFromGroupResponse as Da, type UnassignRoleFromGroupResponses as Db, type UnassignRoleFromMappingRuleData as Dc, type UnassignRoleFromMappingRuleError as Dd, type UnassignRoleFromMappingRuleErrors as De, type UnassignRoleFromMappingRuleResponse as Df, type UnassignRoleFromMappingRuleResponses as Dg, type UnassignRoleFromTenantData as Dh, type UnassignRoleFromTenantError as Di, type UnassignRoleFromTenantErrors as Dj, type UnassignRoleFromTenantResponse as Dk, type UnassignRoleFromTenantResponses as Dl, type UnassignRoleFromUserData as Dm, type UnassignRoleFromUserError as Dn, type UnassignRoleFromUserErrors as Do, type UnassignRoleFromUserResponse as Dp, type UnassignRoleFromUserResponses as Dq, type UnassignUserFromGroupData as Dr, type UnassignUserFromGroupError as Ds, type UnassignUserFromGroupErrors as Dt, type UnassignUserFromGroupResponse as Du, type UnassignUserFromGroupResponses as Dv, type UnassignUserFromTenantData as Dw, type UnassignUserFromTenantError as Dx, type UnassignUserFromTenantErrors as Dy, type UnassignUserFromTenantResponse as Dz, type AdvancedCategoryFilter as E, type UserTaskKeyWritable as E$, type UpdateGroupData as E0, type UpdateGroupError as E1, type UpdateGroupErrors as E2, type UpdateGroupResponse as E3, type UpdateGroupResponses as E4, type UpdateJobData as E5, type UpdateJobError as E6, type UpdateJobErrors as E7, type UpdateJobResponse as E8, type UpdateJobResponses as E9, type UpdateUserError as EA, type UpdateUserErrors as EB, type UpdateUserResponse as EC, type UpdateUserResponses as ED, type UpdateUserTaskData as EE, type UpdateUserTaskError as EF, type UpdateUserTaskErrors as EG, type UpdateUserTaskResponse as EH, type UpdateUserTaskResponses as EI, type UsageMetricsResponse as EJ, type UsageMetricsResponseItem as EK, type UseSourceParentKeyInstruction as EL, type UserCreateResult as EM, type UserFilter as EN, type UserRequest as EO, type UserResult as EP, type UserSearchQueryRequest as EQ, type UserSearchQuerySortRequest as ER, type UserSearchResult as ES, type UserTaskAssignmentRequest as ET, type UserTaskAuditLogFilter as EU, type UserTaskAuditLogSearchQueryRequest as EV, type UserTaskCompletionRequest as EW, type UserTaskEffectiveVariableSearchQueryRequest as EX, type UserTaskFilter as EY, type UserTaskFilterFields as EZ, UserTaskKey as E_, type UpdateJobsBatchOperationData as Ea, type UpdateJobsBatchOperationError as Eb, type UpdateJobsBatchOperationErrors as Ec, type UpdateJobsBatchOperationResponse as Ed, type UpdateJobsBatchOperationResponses as Ee, type UpdateMappingRuleData as Ef, type UpdateMappingRuleError as Eg, type UpdateMappingRuleErrors as Eh, type UpdateMappingRuleResponse as Ei, type UpdateMappingRuleResponses as Ej, type UpdateRoleData as Ek, type UpdateRoleError as El, type UpdateRoleErrors as Em, type UpdateRoleResponse as En, type UpdateRoleResponses as Eo, type UpdateTenantClusterVariableData as Ep, type UpdateTenantClusterVariableError as Eq, type UpdateTenantClusterVariableErrors as Er, type UpdateTenantClusterVariableResponse as Es, type UpdateTenantClusterVariableResponses as Et, type UpdateTenantData as Eu, type UpdateTenantError as Ev, type UpdateTenantErrors as Ew, type UpdateTenantResponse as Ex, type UpdateTenantResponses as Ey, type UpdateUserData as Ez, type AdvancedClusterVariableKindFilter as F, type cancelBatchOperationInput as F$, type UserTaskProperties as F0, type UserTaskResult as F1, type UserTaskSearchQuery as F2, type UserTaskSearchQueryResult as F3, type UserTaskSearchQuerySortRequest as F4, UserTaskStateEnum as F5, type UserTaskStateExactMatch as F6, type UserTaskStateExactMatchWritable as F7, type UserTaskStateFilterProperty as F8, type UserTaskUpdateRequest as F9, WaitStateElementTypeEnum as FA, type WaitStateElementTypeExactMatch as FB, type WaitStateElementTypeExactMatchWritable as FC, type WaitStateElementTypeFilterProperty as FD, WaitStateTypeEnum as FE, type WaitStateTypeExactMatch as FF, type WaitStateTypeExactMatchWritable as FG, type WaitStateTypeFilterProperty as FH, type WebappComponent as FI, type activateAdHocSubProcessActivitiesInput as FJ, type activateJobsInput as FK, assertConstraint as FL, type assignClientToGroupInput as FM, type assignClientToTenantInput as FN, type assignGroupToTenantInput as FO, type assignMappingRuleToGroupInput as FP, type assignMappingRuleToTenantInput as FQ, type assignProcessInstanceBusinessIdInput as FR, type assignRoleToClientInput as FS, type assignRoleToGroupInput as FT, type assignRoleToMappingRuleInput as FU, type assignRoleToTenantInput as FV, type assignRoleToUserInput as FW, type assignUserTaskInput as FX, type assignUserToGroupInput as FY, type assignUserToTenantInput as FZ, type broadcastSignalInput as F_, type UserTaskVariableFilter as Fa, type UserTaskVariableSearchQueryRequest as Fb, type UserTaskVariableSearchQuerySortRequest as Fc, type UserTaskWaitStateDetails as Fd, type UserUpdateRequest as Fe, type UserUpdateResult as Ff, Username as Fg, type ValidationMode as Fh, VariableCollector as Fi, VariableDeserializationError as Fj, type VariableFilter as Fk, VariableKey as Fl, type VariableKeyExactMatch as Fm, type VariableKeyExactMatchWritable as Fn, type VariableKeyFilterProperty as Fo, type VariableKeyWritable as Fp, VariableMap as Fq, type VariableResult as Fr, type VariableResultBase as Fs, VariableScopeCollisionError as Ft, type VariableSearchQuery as Fu, type VariableSearchQueryResult as Fv, type VariableSearchQuerySortRequest as Fw, type VariableSearchResult as Fx, type VariableValueFilterProperty as Fy, type WaitStateDetails as Fz, type AdvancedClusterVariableScopeFilter as G, type getClusterExportingStatusInput as G$, type cancelClusterRebalanceInput as G0, type cancelProcessInstanceInput as G1, type cancelProcessInstancesBatchOperationInput as G2, type changeClusterModeAsClusterAdminInput as G3, type changeClusterModeInput as G4, collectTypedVariables as G5, type completeJobInput as G6, type completeUserTaskInput as G7, type correlateMessageInput as G8, type createAdminUserInput as G9, type deleteMappingRuleInput as GA, type deleteProcessInstanceInput as GB, type deleteProcessInstancesBatchOperationInput as GC, type deleteResourceInput as GD, type deleteRoleInput as GE, type deleteRuntimeBackupAsClusterAdminInput as GF, type deleteRuntimeBackupInput as GG, type deleteRuntimeBackupStateAsClusterAdminInput as GH, type deleteRuntimeBackupStateInput as GI, type deleteTenantClusterVariableInput as GJ, type deleteTenantInput as GK, type deleteUserInput as GL, type evaluateConditionalsInput as GM, type evaluateDecisionInput as GN, type evaluateExpressionInput as GO, type failJobInput as GP, type getAgentDefinitionConsistency as GQ, type getAgentDefinitionInput as GR, type getAgentInstanceConsistency as GS, type getAgentInstanceInput as GT, type getAuditLogConsistency as GU, type getAuditLogInput as GV, type getAuthenticationInput as GW, type getAuthorizationConsistency as GX, type getAuthorizationInput as GY, type getBatchOperationConsistency as GZ, type getBatchOperationInput as G_, type createAgentInstanceInput as Ga, type createAuthorizationInput as Gb, type createDeploymentInput as Gc, type createDocumentInput as Gd, type createDocumentLinkInput as Ge, type createDocumentsInput as Gf, type createElementInstanceVariablesInput as Gg, type createGlobalClusterVariableInput as Gh, type createGlobalTaskListenerInput as Gi, type createGroupInput as Gj, createLiveClock as Gk, type createMappingRuleInput as Gl, type createProcessInstanceInput as Gm, type createRoleInput as Gn, type createTenantClusterVariableInput as Go, type createTenantInput as Gp, type createUserInput as Gq, type deleteAuthorizationInput as Gr, type deleteDecisionInstanceInput as Gs, type deleteDecisionInstancesBatchOperationInput as Gt, type deleteDocumentInput as Gu, type deleteGlobalClusterVariableInput as Gv, type deleteGlobalTaskListenerInput as Gw, type deleteGroupInput as Gx, type deleteHistoryBackupAsClusterAdminInput as Gy, type deleteHistoryBackupInput as Gz, type AdvancedDateTimeFilter as H, type getProcessInstanceStatisticsByErrorInput as H$, type getClusterRebalanceInput as H0, type getClusterStatusInput as H1, type getClusterTopologyInput as H2, type getDecisionDefinitionConsistency as H3, type getDecisionDefinitionInput as H4, type getDecisionDefinitionXmlConsistency as H5, type getDecisionDefinitionXmlInput as H6, type getDecisionInstanceConsistency as H7, type getDecisionInstanceInput as H8, type getDecisionRequirementsConsistency as H9, type getJobTypeStatisticsInput as HA, type getJobWorkerStatisticsConsistency as HB, type getJobWorkerStatisticsInput as HC, type getLicenseInput as HD, type getMappingRuleConsistency as HE, type getMappingRuleInput as HF, type getProcessDefinitionConsistency as HG, type getProcessDefinitionInput as HH, type getProcessDefinitionInstanceStatisticsConsistency as HI, type getProcessDefinitionInstanceStatisticsInput as HJ, type getProcessDefinitionInstanceVersionStatisticsConsistency as HK, type getProcessDefinitionInstanceVersionStatisticsInput as HL, type getProcessDefinitionMessageSubscriptionStatisticsConsistency as HM, type getProcessDefinitionMessageSubscriptionStatisticsInput as HN, type getProcessDefinitionStatisticsConsistency as HO, type getProcessDefinitionStatisticsInput as HP, type getProcessDefinitionXmlConsistency as HQ, type getProcessDefinitionXmlInput as HR, type getProcessInstanceCallHierarchyConsistency as HS, type getProcessInstanceCallHierarchyInput as HT, type getProcessInstanceConsistency as HU, type getProcessInstanceInput as HV, type getProcessInstanceSequenceFlowsConsistency as HW, type getProcessInstanceSequenceFlowsInput as HX, type getProcessInstanceStatisticsByDefinitionConsistency as HY, type getProcessInstanceStatisticsByDefinitionInput as HZ, type getProcessInstanceStatisticsByErrorConsistency as H_, type getDecisionRequirementsInput as Ha, type getDecisionRequirementsXmlConsistency as Hb, type getDecisionRequirementsXmlInput as Hc, type getDocumentInput as Hd, type getElementInstanceConsistency as He, type getElementInstanceInput as Hf, type getExportingStatusInput as Hg, type getFormByKeyConsistency as Hh, type getFormByKeyInput as Hi, type getGlobalClusterVariableConsistency as Hj, type getGlobalClusterVariableInput as Hk, type getGlobalJobStatisticsConsistency as Hl, type getGlobalJobStatisticsInput as Hm, type getGlobalTaskListenerConsistency as Hn, type getGlobalTaskListenerInput as Ho, type getGroupConsistency as Hp, type getGroupInput as Hq, type getHistoryBackupAsClusterAdminInput as Hr, type getHistoryBackupInput as Hs, type getIncidentConsistency as Ht, type getIncidentInput as Hu, type getJobErrorStatisticsConsistency as Hv, type getJobErrorStatisticsInput as Hw, type getJobTimeSeriesStatisticsConsistency as Hx, type getJobTimeSeriesStatisticsInput as Hy, type getJobTypeStatisticsConsistency as Hz, type AdvancedDecisionDefinitionKeyFilter as I, type resumeProcessInstancesBatchOperationInput as I$, type getProcessInstanceStatisticsConsistency as I0, type getProcessInstanceStatisticsInput as I1, type getProcessInstanceWaitStateStatisticsConsistency as I2, type getProcessInstanceWaitStateStatisticsInput as I3, type getResourceConsistency as I4, type getResourceContentBinaryConsistency as I5, type getResourceContentBinaryInput as I6, type getResourceContentConsistency as I7, type getResourceContentInput as I8, type getResourceInput as I9, type listHistoryBackupsAsClusterAdminInput as IA, type listHistoryBackupsInput as IB, type listRuntimeBackupsAsClusterAdminInput as IC, type listRuntimeBackupsInput as ID, type listSecretsInput as IE, liveClock as IF, type migrateProcessInstanceInput as IG, type migrateProcessInstancesBatchOperationInput as IH, type modifyProcessInstanceInput as II, type modifyProcessInstancesBatchOperationInput as IJ, nextPageRequest as IK, paginate as IL, type pauseClusterExportingInput as IM, type pauseExportingInput as IN, type pinClockInput as IO, type publishMessageInput as IP, type resetClockInput as IQ, type resolveIncidentInput as IR, type resolveIncidentsBatchOperationInput as IS, type resolveProcessInstanceIncidentsInput as IT, type resolveSecretsInput as IU, type restoreAsClusterAdminInput as IV, type restoreInput as IW, type resumeBatchOperationInput as IX, type resumeClusterExportingInput as IY, type resumeExportingInput as IZ, type resumeProcessInstanceInput as I_, type getRestoreStatusInput as Ia, type getRoleConsistency as Ib, type getRoleInput as Ic, type getRuntimeBackupAsClusterAdminInput as Id, type getRuntimeBackupInput as Ie, type getRuntimeBackupStateAsClusterAdminInput as If, type getRuntimeBackupStateInput as Ig, type getStartProcessFormConsistency as Ih, type getStartProcessFormInput as Ii, type getStatusInput as Ij, type getSystemConfigurationInput as Ik, type getTenantClusterVariableConsistency as Il, type getTenantClusterVariableInput as Im, type getTenantConsistency as In, type getTenantInput as Io, type getTopologyInput as Ip, type getUsageMetricsConsistency as Iq, type getUsageMetricsInput as Ir, type getUserConsistency as Is, type getUserInput as It, type getUserTaskConsistency as Iu, type getUserTaskFormConsistency as Iv, type getUserTaskFormInput as Iw, type getUserTaskInput as Ix, type getVariableConsistency as Iy, type getVariableInput as Iz, type AdvancedDecisionEvaluationInstanceKeyFilter as J, type searchProcessDefinitionsInput as J$, type searchAgentDefinitionsConsistency as J0, type searchAgentDefinitionsInput as J1, type searchAgentInstanceHistoryConsistency as J2, type searchAgentInstanceHistoryInput as J3, type searchAgentInstancesConsistency as J4, type searchAgentInstancesInput as J5, type searchAuditLogsConsistency as J6, type searchAuditLogsInput as J7, type searchAuthorizationsConsistency as J8, type searchAuthorizationsInput as J9, type searchGlobalTaskListenersConsistency as JA, type searchGlobalTaskListenersInput as JB, type searchGroupIdsForTenantConsistency as JC, type searchGroupIdsForTenantInput as JD, type searchGroupsConsistency as JE, type searchGroupsForRoleConsistency as JF, type searchGroupsForRoleInput as JG, type searchGroupsInput as JH, type searchIncidentsConsistency as JI, type searchIncidentsInput as JJ, type searchJobsConsistency as JK, type searchJobsInput as JL, type searchMappingRuleConsistency as JM, type searchMappingRuleInput as JN, type searchMappingRulesForGroupConsistency as JO, type searchMappingRulesForGroupInput as JP, type searchMappingRulesForRoleConsistency as JQ, type searchMappingRulesForRoleInput as JR, type searchMappingRulesForTenantConsistency as JS, type searchMappingRulesForTenantInput as JT, type searchMessageSubscriptionsConsistency as JU, type searchMessageSubscriptionsInput as JV, type searchOwnAuthorizationsConsistency as JW, type searchOwnAuthorizationsInput as JX, type searchProcessDefinitionVariableNamesConsistency as JY, type searchProcessDefinitionVariableNamesInput as JZ, type searchProcessDefinitionsConsistency as J_, type searchBatchOperationItemsConsistency as Ja, type searchBatchOperationItemsInput as Jb, type searchBatchOperationsConsistency as Jc, type searchBatchOperationsInput as Jd, type searchClientsForGroupConsistency as Je, type searchClientsForGroupInput as Jf, type searchClientsForRoleConsistency as Jg, type searchClientsForRoleInput as Jh, type searchClientsForTenantConsistency as Ji, type searchClientsForTenantInput as Jj, type searchClusterVariablesConsistency as Jk, type searchClusterVariablesInput as Jl, type searchCorrelatedMessageSubscriptionsConsistency as Jm, type searchCorrelatedMessageSubscriptionsInput as Jn, type searchDecisionDefinitionsConsistency as Jo, type searchDecisionDefinitionsInput as Jp, type searchDecisionInstancesConsistency as Jq, type searchDecisionInstancesInput as Jr, type searchDecisionRequirementsConsistency as Js, type searchDecisionRequirementsInput as Jt, type searchElementInstanceIncidentsConsistency as Ju, type searchElementInstanceIncidentsInput as Jv, type searchElementInstanceWaitStatesConsistency as Jw, type searchElementInstanceWaitStatesInput as Jx, type searchElementInstancesConsistency as Jy, type searchElementInstancesInput as Jz, type AdvancedDecisionEvaluationKeyFilter as K, type updateMappingRuleInput as K$, type searchProcessInstanceIncidentsConsistency as K0, type searchProcessInstanceIncidentsInput as K1, type searchProcessInstancesConsistency as K2, type searchProcessInstancesInput as K3, type searchResourcesConsistency as K4, type searchResourcesInput as K5, type searchRolesConsistency as K6, type searchRolesForGroupConsistency as K7, type searchRolesForGroupInput as K8, type searchRolesForTenantConsistency as K9, type syncRuntimeBackupStateInput as KA, type takeHistoryBackupAsClusterAdminInput as KB, type takeHistoryBackupInput as KC, type takeRuntimeBackupAsClusterAdminInput as KD, type takeRuntimeBackupInput as KE, type throwJobErrorInput as KF, type triggerClusterRebalanceInput as KG, type unassignClientFromGroupInput as KH, type unassignClientFromTenantInput as KI, type unassignGroupFromTenantInput as KJ, type unassignMappingRuleFromGroupInput as KK, type unassignMappingRuleFromTenantInput as KL, type unassignRoleFromClientInput as KM, type unassignRoleFromGroupInput as KN, type unassignRoleFromMappingRuleInput as KO, type unassignRoleFromTenantInput as KP, type unassignRoleFromUserInput as KQ, type unassignUserFromGroupInput as KR, type unassignUserFromTenantInput as KS, type unassignUserTaskInput as KT, type updateAgentInstanceInput as KU, type updateAuthorizationInput as KV, type updateGlobalClusterVariableInput as KW, type updateGlobalTaskListenerInput as KX, type updateGroupInput as KY, type updateJobInput as KZ, type updateJobsBatchOperationInput as K_, type searchRolesForTenantInput as Ka, type searchRolesInput as Kb, type searchTenantsConsistency as Kc, type searchTenantsInput as Kd, type searchUserTaskAuditLogsConsistency as Ke, type searchUserTaskAuditLogsInput as Kf, type searchUserTaskEffectiveVariablesConsistency as Kg, type searchUserTaskEffectiveVariablesInput as Kh, type searchUserTaskVariablesConsistency as Ki, type searchUserTaskVariablesInput as Kj, type searchUserTasksConsistency as Kk, type searchUserTasksInput as Kl, type searchUsersConsistency as Km, type searchUsersForGroupConsistency as Kn, type searchUsersForGroupInput as Ko, type searchUsersForRoleConsistency as Kp, type searchUsersForRoleInput as Kq, type searchUsersForTenantConsistency as Kr, type searchUsersForTenantInput as Ks, type searchUsersInput as Kt, type searchVariablesConsistency as Ku, type searchVariablesInput as Kv, type suspendBatchOperationInput as Kw, type suspendProcessInstanceInput as Kx, type suspendProcessInstancesBatchOperationInput as Ky, type syncRuntimeBackupStateAsClusterAdminInput as Kz, type AdvancedDecisionInstanceStateFilter as L, type updateRoleInput as L0, type updateTenantClusterVariableInput as L1, type updateTenantInput as L2, type updateUserInput as L3, type updateUserTaskInput as L4, variableNamesFromSchema as L5, type AdvancedDecisionRequirementsKeyFilter as M, type AdvancedDeploymentKeyFilter as N, type AdvancedElementIdFilter as O, type AdvancedElementInstanceKeyFilter as P, type AdvancedElementInstanceStateFilter as Q, type AdvancedEntityTypeFilter as R, type AdvancedFormKeyFilter as S, type AdvancedGlobalListenerSourceFilter as T, type AdvancedGlobalTaskListenerEventTypeFilter as U, type AdvancedIncidentErrorTypeFilter as V, type WithSearchPagination as W, type AdvancedIncidentStateFilter as X, type AdvancedIntegerFilter as Y, type AdvancedJobKeyFilter as Z, type AdvancedJobKindFilter as _, type CamundaOptions as a, type AgentInstanceLimits as a$, type AdvancedJobStateFilter as a0, type AdvancedMessageSubscriptionKeyFilter as a1, type AdvancedMessageSubscriptionStateFilter as a2, type AdvancedMessageSubscriptionTypeFilter as a3, type AdvancedMetadataValueFilter as a4, type AdvancedOperationTypeFilter as a5, type AdvancedProcessDefinitionIdFilter as a6, type AdvancedProcessDefinitionKeyFilter as a7, type AdvancedProcessInstanceKeyFilter as a8, type AdvancedProcessInstanceStateFilter as a9, type AgentHistoryItemKeyWritable as aA, type AgentInstanceCreatedHistoryItem as aB, type AgentInstanceCreationRequest as aC, type AgentInstanceCreationResult as aD, type AgentInstanceDefinitionResult as aE, type AgentInstanceDocumentContent as aF, type AgentInstanceFilter as aG, AgentInstanceHistoryCommitStatusEnum as aH, type AgentInstanceHistoryCommitStatusExactMatch as aI, type AgentInstanceHistoryCommitStatusExactMatchWritable as aJ, type AgentInstanceHistoryCommitStatusFilterProperty as aK, type AgentInstanceHistoryFilter as aL, type AgentInstanceHistoryItem as aM, type AgentInstanceHistoryItemMetrics as aN, type AgentInstanceHistoryItemResult as aO, AgentInstanceHistoryRoleEnum as aP, type AgentInstanceHistoryRoleExactMatch as aQ, type AgentInstanceHistoryRoleExactMatchWritable as aR, type AgentInstanceHistoryRoleFilterProperty as aS, type AgentInstanceHistorySearchQuery as aT, type AgentInstanceHistorySearchQueryResult as aU, type AgentInstanceHistorySearchQuerySortRequest as aV, AgentInstanceKey as aW, type AgentInstanceKeyExactMatch as aX, type AgentInstanceKeyExactMatchWritable as aY, type AgentInstanceKeyFilterProperty as aZ, type AgentInstanceKeyWritable as a_, type AdvancedResourceKeyFilter as aa, type AdvancedResultFilter as ab, type AdvancedScopeKeyFilter as ac, type AdvancedStringFilter as ad, type AdvancedUserTaskStateFilter as ae, type AdvancedVariableKeyFilter as af, type AdvancedWaitStateElementTypeFilter as ag, type AdvancedWaitStateTypeFilter as ah, type AgentDefinitionFilter as ai, AgentDefinitionKey as aj, type AgentDefinitionKeyExactMatch as ak, type AgentDefinitionKeyExactMatchWritable as al, type AgentDefinitionKeyFilterProperty as am, type AgentDefinitionKeyWritable as an, type AgentDefinitionResult as ao, type AgentDefinitionSearchQuery as ap, type AgentDefinitionSearchQueryResult as aq, type AgentDefinitionSearchQuerySortRequest as ar, AgentDefinitionTypeEnum as as, type AgentDefinitionTypeExactMatch as at, type AgentDefinitionTypeExactMatchWritable as au, type AgentDefinitionTypeFilterProperty as av, AgentHistoryItemKey as aw, type AgentHistoryItemKeyExactMatch as ax, type AgentHistoryItemKeyExactMatchWritable as ay, type AgentHistoryItemKeyFilterProperty as az, type CancelablePromise as b, type AssignRoleToMappingRuleResponse as b$, type AgentInstanceMessageContent as b0, AgentInstanceMessageContentTypeEnum as b1, type AgentInstanceMetrics as b2, type AgentInstanceObjectContent as b3, type AgentInstanceResult as b4, type AgentInstanceSearchQuery as b5, type AgentInstanceSearchQueryResult as b6, type AgentInstanceSearchQuerySortRequest as b7, AgentInstanceStatusEnum as b8, type AgentInstanceStatusExactMatch as b9, type AssignMappingRuleToGroupError as bA, type AssignMappingRuleToGroupErrors as bB, type AssignMappingRuleToGroupResponse as bC, type AssignMappingRuleToGroupResponses as bD, type AssignMappingRuleToTenantData as bE, type AssignMappingRuleToTenantError as bF, type AssignMappingRuleToTenantErrors as bG, type AssignMappingRuleToTenantResponse as bH, type AssignMappingRuleToTenantResponses as bI, type AssignProcessInstanceBusinessIdData as bJ, type AssignProcessInstanceBusinessIdError as bK, type AssignProcessInstanceBusinessIdErrors as bL, type AssignProcessInstanceBusinessIdResponse as bM, type AssignProcessInstanceBusinessIdResponses as bN, type AssignRoleToClientData as bO, type AssignRoleToClientError as bP, type AssignRoleToClientErrors as bQ, type AssignRoleToClientResponse as bR, type AssignRoleToClientResponses as bS, type AssignRoleToGroupData as bT, type AssignRoleToGroupError as bU, type AssignRoleToGroupErrors as bV, type AssignRoleToGroupResponse as bW, type AssignRoleToGroupResponses as bX, type AssignRoleToMappingRuleData as bY, type AssignRoleToMappingRuleError as bZ, type AssignRoleToMappingRuleErrors as b_, type AgentInstanceStatusExactMatchWritable as ba, type AgentInstanceStatusFilterProperty as bb, type AgentInstanceTextContent as bc, type AgentInstanceToolCall as bd, type AgentInstanceUpdateRequest as be, type AgentInstanceUpdateResult as bf, AgentInstanceUpdateStatusEnum as bg, type AgentTool as bh, type AncestorScopeInstruction as bi, type AnyVariableSchema as bj, type AssignClientToGroupData as bk, type AssignClientToGroupError as bl, type AssignClientToGroupErrors as bm, type AssignClientToGroupResponse as bn, type AssignClientToGroupResponses as bo, type AssignClientToTenantData as bp, type AssignClientToTenantError as bq, type AssignClientToTenantErrors as br, type AssignClientToTenantResponse as bs, type AssignClientToTenantResponses as bt, type AssignGroupToTenantData as bu, type AssignGroupToTenantError as bv, type AssignGroupToTenantErrors as bw, type AssignGroupToTenantResponse as bx, type AssignGroupToTenantResponses as by, type AssignMappingRuleToGroupData as bz, createCamundaClient as c, type AuthorizationSearchResult as c$, type AssignRoleToMappingRuleResponses as c0, type AssignRoleToTenantData as c1, type AssignRoleToTenantError as c2, type AssignRoleToTenantErrors as c3, type AssignRoleToTenantResponse as c4, type AssignRoleToTenantResponses as c5, type AssignRoleToUserData as c6, type AssignRoleToUserError as c7, type AssignRoleToUserErrors as c8, type AssignRoleToUserResponse as c9, type AuditLogFilter as cA, AuditLogKey as cB, type AuditLogKeyExactMatch as cC, type AuditLogKeyExactMatchWritable as cD, type AuditLogKeyFilterProperty as cE, type AuditLogKeyWritable as cF, AuditLogOperationTypeEnum as cG, type AuditLogResult as cH, AuditLogResultEnum as cI, type AuditLogResultExactMatch as cJ, type AuditLogResultExactMatchWritable as cK, type AuditLogResultFilterProperty as cL, type AuditLogSearchQueryRequest as cM, type AuditLogSearchQueryResult as cN, type AuditLogSearchQuerySortRequest as cO, type AuthStrategy as cP, type AuthenticationConfigurationResponse as cQ, type AuthorizationCreateResult as cR, type AuthorizationFilter as cS, type AuthorizationIdBasedRequest as cT, AuthorizationKey as cU, type AuthorizationKeyWritable as cV, type AuthorizationPropertyBasedRequest as cW, type AuthorizationRequest as cX, type AuthorizationResult as cY, type AuthorizationSearchQuery as cZ, type AuthorizationSearchQuerySortRequest as c_, type AssignRoleToUserResponses as ca, type AssignUserTaskData as cb, type AssignUserTaskError as cc, type AssignUserTaskErrors as cd, type AssignUserTaskResponse as ce, type AssignUserTaskResponses as cf, type AssignUserToGroupData as cg, type AssignUserToGroupError as ch, type AssignUserToGroupErrors as ci, type AssignUserToGroupResponse as cj, type AssignUserToGroupResponses as ck, type AssignUserToTenantData as cl, type AssignUserToTenantError as cm, type AssignUserToTenantErrors as cn, type AssignUserToTenantResponse as co, type AssignUserToTenantResponses as cp, AuditLogActorTypeEnum as cq, type AuditLogActorTypeExactMatch as cr, type AuditLogActorTypeExactMatchWritable as cs, type AuditLogActorTypeFilterProperty as ct, AuditLogCategoryEnum as cu, AuditLogEntityKey as cv, type AuditLogEntityKeyExactMatch as cw, type AuditLogEntityKeyExactMatchWritable as cx, type AuditLogEntityKeyFilterProperty as cy, AuditLogEntityTypeEnum as cz, type ActivateAdHocSubProcessActivitiesData as d, type CancelProcessInstancesBatchOperationData as d$, type BackpressureSeverity as d0, type BackupId as d1, type BackupIdPrefix as d2, type BackupInfo as d3, type BackupInfoWritable as d4, type BackupType as d5, type BaseProcessInstanceFilterFields as d6, type BaseWaitStateDetails as d7, type BasicStringFilter as d8, type BasicStringFilterProperty as d9, type BroadcastSignalData as dA, type BroadcastSignalError as dB, type BroadcastSignalErrors as dC, type BroadcastSignalResponse as dD, type BroadcastSignalResponses as dE, type BrokerInfo as dF, BusinessId as dG, type CamundaConfig as dH, type CamundaKey as dI, type CamundaUserResult as dJ, type CancelBatchOperationData as dK, type CancelBatchOperationError as dL, type CancelBatchOperationErrors as dM, type CancelBatchOperationResponse as dN, type CancelBatchOperationResponses as dO, type CancelClusterRebalanceData as dP, type CancelClusterRebalanceError as dQ, type CancelClusterRebalanceErrors as dR, type CancelClusterRebalanceResponse as dS, type CancelClusterRebalanceResponses as dT, CancelError as dU, type CancelProcessInstanceData as dV, type CancelProcessInstanceError as dW, type CancelProcessInstanceErrors as dX, type CancelProcessInstanceRequest as dY, type CancelProcessInstanceResponse as dZ, type CancelProcessInstanceResponses as d_, type BatchOperationCreatedResult as da, type BatchOperationError as db, type BatchOperationFilter as dc, type BatchOperationItemFilter as dd, type BatchOperationItemResponse as de, type BatchOperationItemSearchQuery as df, type BatchOperationItemSearchQueryResult as dg, type BatchOperationItemSearchQuerySortRequest as dh, BatchOperationItemStateEnum as di, type BatchOperationItemStateExactMatch as dj, type BatchOperationItemStateExactMatchWritable as dk, type BatchOperationItemStateFilterProperty as dl, BatchOperationKey as dm, type BatchOperationResponse as dn, type BatchOperationSearchQuery as dp, type BatchOperationSearchQueryResult as dq, type BatchOperationSearchQuerySortRequest as dr, BatchOperationStateEnum as ds, type BatchOperationStateExactMatch as dt, type BatchOperationStateExactMatchWritable as du, type BatchOperationStateFilterProperty as dv, BatchOperationTypeEnum as dw, type BatchOperationTypeExactMatch as dx, type BatchOperationTypeExactMatchWritable as dy, type BatchOperationTypeFilterProperty as dz, type ActivateAdHocSubProcessActivitiesError as e, type ClusterTopologyResponse as e$, type CancelProcessInstancesBatchOperationError as e0, type CancelProcessInstancesBatchOperationErrors as e1, type CancelProcessInstancesBatchOperationResponse as e2, type CancelProcessInstancesBatchOperationResponses as e3, type CategoryExactMatch as e4, type CategoryExactMatchWritable as e5, type CategoryFilterProperty as e6, type ChangeClusterModeAsClusterAdminData as e7, type ChangeClusterModeAsClusterAdminError as e8, type ChangeClusterModeAsClusterAdminErrors as e9, type ClusterModeChangePlannedChange as eA, type ClusterModeChangeResponse as eB, type ClusterRebalance as eC, type ClusterRebalanceOperationPartition as eD, type ClusterRebalancePartition as eE, type ClusterRebalanceRequest as eF, type ClusterRestoreAwaitModeChangeOperation as eG, type ClusterRestoreBrokerOperation as eH, type ClusterRestoreModeChangeOperation as eI, type ClusterRestoreOperation as eJ, type ClusterRestorePartitionOperation as eK, type ClusterRestorePartitionRestoreOperation as eL, type ClusterRestorePlannedChange as eM, type ClusterRestoreRequest as eN, type ClusterRestoreResponse as eO, type ClusterRunningRebalance as eP, type ClusterRuntimeBackupInfo as eQ, type ClusterRuntimeBackupInfoWritable as eR, type ClusterRuntimeBackupState as eS, type ClusterRuntimeBackupTakeOutcome as eT, type ClusterRuntimeBackupTakeResult as eU, type ClusterRuntimeBackupTenantInfo as eV, type ClusterRuntimeBackupTenantInfoWritable as eW, type ClusterRuntimeBackupTenantState as eX, type ClusterStatusResponse as eY, type ClusterTakeHistoryBackupResponse as eZ, type ClusterTakeRuntimeBackupResponse as e_, type ChangeClusterModeAsClusterAdminResponse as ea, type ChangeClusterModeAsClusterAdminResponses as eb, type ChangeClusterModeData as ec, type ChangeClusterModeError as ed, type ChangeClusterModeErrors as ee, type ChangeClusterModeResponse as ef, type ChangeClusterModeResponses as eg, type Changeset as eh, type CheckpointId as ei, type CheckpointType as ej, ClientId as ek, type ClientOptions$1 as el, type Clock as em, type ClockPinRequest as en, type CloudConfigurationResponse as eo, type CloudStage as ep, type ClusterBalanceResponse as eq, type ClusterBrokerInfo as er, type ClusterCompletedRebalance as es, type ClusterHistoryBackupInfo as et, type ClusterHistoryBackupInfoWritable as eu, type ClusterHistoryBackupTakeResult as ev, type ClusterHistoryBackupTenantInfo as ew, type ClusterHistoryBackupTenantInfoWritable as ex, type ClusterHistoryBackupTenantState as ey, type ClusterModeChangeOperation as ez, type ActivateAdHocSubProcessActivitiesErrors as f, type CreateDocumentError as f$, ClusterVariableKindEnum as f0, type ClusterVariableKindExactMatch as f1, type ClusterVariableKindExactMatchWritable as f2, type ClusterVariableKindFilterProperty as f3, ClusterVariableName as f4, type ClusterVariableResult as f5, type ClusterVariableResultBase as f6, ClusterVariableScopeEnum as f7, type ClusterVariableScopeExactMatch as f8, type ClusterVariableScopeExactMatchWritable as f9, type CorrelatedMessageSubscriptionFilter as fA, type CorrelatedMessageSubscriptionResult as fB, type CorrelatedMessageSubscriptionSearchQuery as fC, type CorrelatedMessageSubscriptionSearchQueryResult as fD, type CorrelatedMessageSubscriptionSearchQuerySortRequest as fE, type CreateAdminUserData as fF, type CreateAdminUserError as fG, type CreateAdminUserErrors as fH, type CreateAdminUserResponse as fI, type CreateAdminUserResponses as fJ, type CreateAgentInstanceData as fK, type CreateAgentInstanceError as fL, type CreateAgentInstanceErrors as fM, type CreateAgentInstanceResponse as fN, type CreateAgentInstanceResponses as fO, type CreateAuthorizationData as fP, type CreateAuthorizationError as fQ, type CreateAuthorizationErrors as fR, type CreateAuthorizationResponse as fS, type CreateAuthorizationResponses as fT, type CreateClusterVariableRequest as fU, type CreateDeploymentData as fV, type CreateDeploymentError as fW, type CreateDeploymentErrors as fX, type CreateDeploymentResponse as fY, type CreateDeploymentResponses as fZ, type CreateDocumentData as f_, type ClusterVariableScopeFilterProperty as fa, type ClusterVariableSearchQueryFilterRequest as fb, type ClusterVariableSearchQueryRequest as fc, type ClusterVariableSearchQueryResult as fd, type ClusterVariableSearchQuerySortRequest as fe, type ClusterVariableSearchResult as ff, type CompleteJobData as fg, type CompleteJobError as fh, type CompleteJobErrors as fi, type CompleteJobResponse as fj, type CompleteJobResponses as fk, type CompleteUserTaskData as fl, type CompleteUserTaskError as fm, type CompleteUserTaskErrors as fn, type CompleteUserTaskResponse as fo, type CompleteUserTaskResponses as fp, type ComponentsConfigurationResponse as fq, type ConditionWaitStateDetails as fr, type ConditionalEvaluationInstruction as fs, ConditionalEvaluationKey as ft, type ConditionalEvaluationKeyWritable as fu, type CorrelateMessageData as fv, type CorrelateMessageError as fw, type CorrelateMessageErrors as fx, type CorrelateMessageResponse as fy, type CorrelateMessageResponses as fz, type ActivateAdHocSubProcessActivitiesResponse as g, type CreateUserResponse as g$, type CreateDocumentErrors as g0, type CreateDocumentLinkData as g1, type CreateDocumentLinkError as g2, type CreateDocumentLinkErrors as g3, type CreateDocumentLinkResponse as g4, type CreateDocumentLinkResponses as g5, type CreateDocumentResponse as g6, type CreateDocumentResponses as g7, type CreateDocumentsData as g8, type CreateDocumentsError as g9, type CreateMappingRuleErrors as gA, type CreateMappingRuleResponse as gB, type CreateMappingRuleResponses as gC, type CreateProcessInstanceData as gD, type CreateProcessInstanceError as gE, type CreateProcessInstanceErrors as gF, type CreateProcessInstanceResponse as gG, type CreateProcessInstanceResponses as gH, type CreateProcessInstanceResult as gI, type CreateRoleData as gJ, type CreateRoleError as gK, type CreateRoleErrors as gL, type CreateRoleResponse as gM, type CreateRoleResponses as gN, type CreateTenantClusterVariableData as gO, type CreateTenantClusterVariableError as gP, type CreateTenantClusterVariableErrors as gQ, type CreateTenantClusterVariableResponse as gR, type CreateTenantClusterVariableResponses as gS, type CreateTenantData as gT, type CreateTenantError as gU, type CreateTenantErrors as gV, type CreateTenantResponse as gW, type CreateTenantResponses as gX, type CreateUserData as gY, type CreateUserError as gZ, type CreateUserErrors as g_, type CreateDocumentsErrors as ga, type CreateDocumentsResponse as gb, type CreateDocumentsResponses as gc, type CreateElementInstanceVariablesData as gd, type CreateElementInstanceVariablesError as ge, type CreateElementInstanceVariablesErrors as gf, type CreateElementInstanceVariablesResponse as gg, type CreateElementInstanceVariablesResponses as gh, type CreateGlobalClusterVariableData as gi, type CreateGlobalClusterVariableError as gj, type CreateGlobalClusterVariableErrors as gk, type CreateGlobalClusterVariableResponse as gl, type CreateGlobalClusterVariableResponses as gm, type CreateGlobalTaskListenerData as gn, type CreateGlobalTaskListenerError as go, type CreateGlobalTaskListenerErrors as gp, type CreateGlobalTaskListenerRequest as gq, type CreateGlobalTaskListenerResponse as gr, type CreateGlobalTaskListenerResponses as gs, type CreateGroupData as gt, type CreateGroupError as gu, type CreateGroupErrors as gv, type CreateGroupResponse as gw, type CreateGroupResponses as gx, type CreateMappingRuleData as gy, type CreateMappingRuleError as gz, type ActivateAdHocSubProcessActivitiesResponses as h, type DeleteDecisionInstancesBatchOperationError as h$, type CreateUserResponses as h0, type CursorBackwardPagination as h1, type CursorForwardPagination as h2, type DateTimeFilterProperty as h3, type DecisionDefinitionFilter as h4, DecisionDefinitionId as h5, DecisionDefinitionKey as h6, type DecisionDefinitionKeyExactMatch as h7, type DecisionDefinitionKeyExactMatchWritable as h8, type DecisionDefinitionKeyFilterProperty as h9, type DecisionInstanceSearchQuerySortRequest as hA, DecisionInstanceStateEnum as hB, type DecisionInstanceStateExactMatch as hC, type DecisionInstanceStateExactMatchWritable as hD, type DecisionInstanceStateFilterProperty as hE, type DecisionRequirementsFilter as hF, DecisionRequirementsKey as hG, type DecisionRequirementsKeyExactMatch as hH, type DecisionRequirementsKeyExactMatchWritable as hI, type DecisionRequirementsKeyFilterProperty as hJ, type DecisionRequirementsKeyWritable as hK, type DecisionRequirementsResult as hL, type DecisionRequirementsSearchQuery as hM, type DecisionRequirementsSearchQueryResult as hN, type DecisionRequirementsSearchQuerySortRequest as hO, type DeleteAuthorizationData as hP, type DeleteAuthorizationError as hQ, type DeleteAuthorizationErrors as hR, type DeleteAuthorizationResponse as hS, type DeleteAuthorizationResponses as hT, type DeleteDecisionInstanceData as hU, type DeleteDecisionInstanceError as hV, type DeleteDecisionInstanceErrors as hW, type DeleteDecisionInstanceRequest as hX, type DeleteDecisionInstanceResponse as hY, type DeleteDecisionInstanceResponses as hZ, type DeleteDecisionInstancesBatchOperationData as h_, type DecisionDefinitionKeyWritable as ha, type DecisionDefinitionResult as hb, type DecisionDefinitionSearchQuery as hc, type DecisionDefinitionSearchQueryResult as hd, type DecisionDefinitionSearchQuerySortRequest as he, DecisionDefinitionTypeEnum as hf, type DecisionEvaluationById as hg, type DecisionEvaluationByKey as hh, DecisionEvaluationInstanceKey as hi, type DecisionEvaluationInstanceKeyExactMatch as hj, type DecisionEvaluationInstanceKeyExactMatchWritable as hk, type DecisionEvaluationInstanceKeyFilterProperty as hl, type DecisionEvaluationInstruction as hm, DecisionEvaluationKey as hn, type DecisionEvaluationKeyExactMatch as ho, type DecisionEvaluationKeyExactMatchWritable as hp, type DecisionEvaluationKeyFilterProperty as hq, type DecisionEvaluationKeyWritable as hr, type DecisionInstanceDeletionBatchOperationRequest as hs, type DecisionInstanceFilter as ht, type DecisionInstanceGetQueryResult as hu, DecisionInstanceKey as hv, type DecisionInstanceKeyWritable as hw, type DecisionInstanceResult as hx, type DecisionInstanceSearchQuery as hy, type DecisionInstanceSearchQueryResult as hz, type ActivateJobsData as i, type DeleteRuntimeBackupAsClusterAdminData as i$, type DeleteDecisionInstancesBatchOperationErrors as i0, type DeleteDecisionInstancesBatchOperationResponse as i1, type DeleteDecisionInstancesBatchOperationResponses as i2, type DeleteDocumentData as i3, type DeleteDocumentError as i4, type DeleteDocumentErrors as i5, type DeleteDocumentResponse as i6, type DeleteDocumentResponses as i7, type DeleteGlobalClusterVariableData as i8, type DeleteGlobalClusterVariableError as i9, type DeleteMappingRuleError as iA, type DeleteMappingRuleErrors as iB, type DeleteMappingRuleResponse as iC, type DeleteMappingRuleResponses as iD, type DeleteProcessInstanceData as iE, type DeleteProcessInstanceError as iF, type DeleteProcessInstanceErrors as iG, type DeleteProcessInstanceRequest as iH, type DeleteProcessInstanceResponse as iI, type DeleteProcessInstanceResponses as iJ, type DeleteProcessInstancesBatchOperationData as iK, type DeleteProcessInstancesBatchOperationError as iL, type DeleteProcessInstancesBatchOperationErrors as iM, type DeleteProcessInstancesBatchOperationResponse as iN, type DeleteProcessInstancesBatchOperationResponses as iO, type DeleteResourceData as iP, type DeleteResourceError as iQ, type DeleteResourceErrors as iR, type DeleteResourceRequest as iS, type DeleteResourceResponse as iT, type DeleteResourceResponse2 as iU, type DeleteResourceResponses as iV, type DeleteRoleData as iW, type DeleteRoleError as iX, type DeleteRoleErrors as iY, type DeleteRoleResponse as iZ, type DeleteRoleResponses as i_, type DeleteGlobalClusterVariableErrors as ia, type DeleteGlobalClusterVariableResponse as ib, type DeleteGlobalClusterVariableResponses as ic, type DeleteGlobalTaskListenerData as id, type DeleteGlobalTaskListenerError as ie, type DeleteGlobalTaskListenerErrors as ig, type DeleteGlobalTaskListenerResponse as ih, type DeleteGlobalTaskListenerResponses as ii, type DeleteGroupData as ij, type DeleteGroupError as ik, type DeleteGroupErrors as il, type DeleteGroupResponse as im, type DeleteGroupResponses as io, type DeleteHistoryBackupAsClusterAdminData as ip, type DeleteHistoryBackupAsClusterAdminError as iq, type DeleteHistoryBackupAsClusterAdminErrors as ir, type DeleteHistoryBackupAsClusterAdminResponse as is, type DeleteHistoryBackupAsClusterAdminResponses as it, type DeleteHistoryBackupData as iu, type DeleteHistoryBackupError as iv, type DeleteHistoryBackupErrors as iw, type DeleteHistoryBackupResponse as ix, type DeleteHistoryBackupResponses as iy, type DeleteMappingRuleData as iz, type ActivateJobsError as j, type ElementInstanceKeyExactMatch as j$, type DeleteRuntimeBackupAsClusterAdminError as j0, type DeleteRuntimeBackupAsClusterAdminErrors as j1, type DeleteRuntimeBackupAsClusterAdminResponse as j2, type DeleteRuntimeBackupAsClusterAdminResponses as j3, type DeleteRuntimeBackupData as j4, type DeleteRuntimeBackupError as j5, type DeleteRuntimeBackupErrors as j6, type DeleteRuntimeBackupResponse as j7, type DeleteRuntimeBackupResponses as j8, type DeleteRuntimeBackupStateAsClusterAdminData as j9, type DeploymentDecisionResult as jA, type DeploymentFormResult as jB, DeploymentKey as jC, type DeploymentKeyExactMatch as jD, type DeploymentKeyExactMatchWritable as jE, type DeploymentKeyFilterProperty as jF, type DeploymentKeyWritable as jG, type DeploymentMetadataResult as jH, type DeploymentProcessResult as jI, type DeploymentResourceResult as jJ, type DeploymentResult as jK, type DirectAncestorKeyInstruction as jL, type DocumentCreationBatchResponse as jM, type DocumentCreationFailureDetail as jN, DocumentId as jO, type DocumentLink as jP, type DocumentLinkRequest as jQ, type DocumentMetadata as jR, type DocumentMetadataResponse as jS, type DocumentReference as jT, ElementId as jU, type ElementIdExactMatch as jV, type ElementIdExactMatchWritable as jW, type ElementIdFilterProperty as jX, type ElementInstanceFilter as jY, type ElementInstanceFilterFields as jZ, ElementInstanceKey as j_, type DeleteRuntimeBackupStateAsClusterAdminError as ja, type DeleteRuntimeBackupStateAsClusterAdminErrors as jb, type DeleteRuntimeBackupStateAsClusterAdminResponse as jc, type DeleteRuntimeBackupStateAsClusterAdminResponses as jd, type DeleteRuntimeBackupStateData as je, type DeleteRuntimeBackupStateError as jf, type DeleteRuntimeBackupStateErrors as jg, type DeleteRuntimeBackupStateResponse as jh, type DeleteRuntimeBackupStateResponses as ji, type DeleteTenantClusterVariableData as jj, type DeleteTenantClusterVariableError as jk, type DeleteTenantClusterVariableErrors as jl, type DeleteTenantClusterVariableResponse as jm, type DeleteTenantClusterVariableResponses as jn, type DeleteTenantData as jo, type DeleteTenantError as jp, type DeleteTenantErrors as jq, type DeleteTenantResponse as jr, type DeleteTenantResponses as js, type DeleteUserData as jt, type DeleteUserError as ju, type DeleteUserErrors as jv, type DeleteUserResponse as jw, type DeleteUserResponses as jx, type DeploymentConfigurationResponse as jy, type DeploymentDecisionRequirementsResult as jz, type ActivateJobsErrors as k, type GetAgentDefinitionErrors as k$, type ElementInstanceKeyExactMatchWritable as k0, type ElementInstanceKeyFilterProperty as k1, type ElementInstanceKeyWritable as k2, type ElementInstanceResult as k3, type ElementInstanceSearchQuery as k4, type ElementInstanceSearchQueryResult as k5, type ElementInstanceSearchQuerySortRequest as k6, ElementInstanceStateEnum as k7, type ElementInstanceStateExactMatch as k8, type ElementInstanceStateExactMatchWritable as k9, type EvaluateExpressionResponse as kA, type EvaluateExpressionResponses as kB, type EvaluatedDecisionInputItem as kC, type EvaluatedDecisionOutputItem as kD, type EvaluatedDecisionResult as kE, type ExportingStatusCode as kF, type ExportingStatusResponse as kG, type ExpressionEvaluationRequest as kH, type ExpressionEvaluationResult as kI, type ExpressionEvaluationWarningItem as kJ, type ExpressionSecretReferenceItem as kK, type ExtendedDeploymentResult as kL, type FailJobData as kM, type FailJobError as kN, type FailJobErrors as kO, type FailJobResponse as kP, type FailJobResponses as kQ, type FetchPage as kR, FormId as kS, FormKey as kT, type FormKeyExactMatch as kU, type FormKeyExactMatchWritable as kV, type FormKeyFilterProperty as kW, type FormKeyWritable as kX, type FormResult as kY, type GetAgentDefinitionData as kZ, type GetAgentDefinitionError as k_, type ElementInstanceStateFilterProperty as ka, type ElementInstanceWaitStateFilter as kb, type ElementInstanceWaitStateQuery as kc, type ElementInstanceWaitStateQueryResult as kd, type ElementInstanceWaitStateQuerySortRequest as ke, type ElementInstanceWaitStateResult as kf, EndCursor as kg, type EnrichedActivatedJob as kh, type EntityTypeExactMatch as ki, type EntityTypeExactMatchWritable as kj, type EntityTypeFilterProperty as kk, type EvaluateConditionalResult as kl, type EvaluateConditionalsData as km, type EvaluateConditionalsError as kn, type EvaluateConditionalsErrors as ko, type EvaluateConditionalsResponse as kp, type EvaluateConditionalsResponses as kq, type EvaluateDecisionData as kr, type EvaluateDecisionError as ks, type EvaluateDecisionErrors as kt, type EvaluateDecisionResponse as ku, type EvaluateDecisionResponses as kv, type EvaluateDecisionResult as kw, type EvaluateExpressionData as kx, type EvaluateExpressionError as ky, type EvaluateExpressionErrors as kz, type ActivateJobsResponse as l, type GetDecisionRequirementsError as l$, type GetAgentDefinitionResponse as l0, type GetAgentDefinitionResponses as l1, type GetAgentInstanceData as l2, type GetAgentInstanceError as l3, type GetAgentInstanceErrors as l4, type GetAgentInstanceResponse as l5, type GetAgentInstanceResponses as l6, type GetAuditLogData as l7, type GetAuditLogError as l8, type GetAuditLogErrors as l9, type GetClusterRebalanceResponses as lA, type GetClusterStatusData as lB, type GetClusterStatusError as lC, type GetClusterStatusErrors as lD, type GetClusterStatusResponse as lE, type GetClusterStatusResponses as lF, type GetClusterTopologyData as lG, type GetClusterTopologyError as lH, type GetClusterTopologyErrors as lI, type GetClusterTopologyResponse as lJ, type GetClusterTopologyResponses as lK, type GetDecisionDefinitionData as lL, type GetDecisionDefinitionError as lM, type GetDecisionDefinitionErrors as lN, type GetDecisionDefinitionResponse as lO, type GetDecisionDefinitionResponses as lP, type GetDecisionDefinitionXmlData as lQ, type GetDecisionDefinitionXmlError as lR, type GetDecisionDefinitionXmlErrors as lS, type GetDecisionDefinitionXmlResponse as lT, type GetDecisionDefinitionXmlResponses as lU, type GetDecisionInstanceData as lV, type GetDecisionInstanceError as lW, type GetDecisionInstanceErrors as lX, type GetDecisionInstanceResponse as lY, type GetDecisionInstanceResponses as lZ, type GetDecisionRequirementsData as l_, type GetAuditLogResponse as la, type GetAuditLogResponses as lb, type GetAuthenticationData as lc, type GetAuthenticationError as ld, type GetAuthenticationErrors as le, type GetAuthenticationResponse as lf, type GetAuthenticationResponses as lg, type GetAuthorizationData as lh, type GetAuthorizationError as li, type GetAuthorizationErrors as lj, type GetAuthorizationResponse as lk, type GetAuthorizationResponses as ll, type GetBatchOperationData as lm, type GetBatchOperationError as ln, type GetBatchOperationErrors as lo, type GetBatchOperationResponse as lp, type GetBatchOperationResponses as lq, type GetClusterExportingStatusData as lr, type GetClusterExportingStatusError as ls, type GetClusterExportingStatusErrors as lt, type GetClusterExportingStatusResponse as lu, type GetClusterExportingStatusResponses as lv, type GetClusterRebalanceData as lw, type GetClusterRebalanceError as lx, type GetClusterRebalanceErrors as ly, type GetClusterRebalanceResponse as lz, type ActivateJobsResponses as m, type GetJobErrorStatisticsData as m$, type GetDecisionRequirementsErrors as m0, type GetDecisionRequirementsResponse as m1, type GetDecisionRequirementsResponses as m2, type GetDecisionRequirementsXmlData as m3, type GetDecisionRequirementsXmlError as m4, type GetDecisionRequirementsXmlErrors as m5, type GetDecisionRequirementsXmlResponse as m6, type GetDecisionRequirementsXmlResponses as m7, type GetDocumentData as m8, type GetDocumentError as m9, type GetGlobalJobStatisticsResponse as mA, type GetGlobalJobStatisticsResponses as mB, type GetGlobalTaskListenerData as mC, type GetGlobalTaskListenerError as mD, type GetGlobalTaskListenerErrors as mE, type GetGlobalTaskListenerResponse as mF, type GetGlobalTaskListenerResponses as mG, type GetGroupData as mH, type GetGroupError as mI, type GetGroupErrors as mJ, type GetGroupResponse as mK, type GetGroupResponses as mL, type GetHistoryBackupAsClusterAdminData as mM, type GetHistoryBackupAsClusterAdminError as mN, type GetHistoryBackupAsClusterAdminErrors as mO, type GetHistoryBackupAsClusterAdminResponse as mP, type GetHistoryBackupAsClusterAdminResponses as mQ, type GetHistoryBackupData as mR, type GetHistoryBackupError as mS, type GetHistoryBackupErrors as mT, type GetHistoryBackupResponse as mU, type GetHistoryBackupResponses as mV, type GetIncidentData as mW, type GetIncidentError as mX, type GetIncidentErrors as mY, type GetIncidentResponse as mZ, type GetIncidentResponses as m_, type GetDocumentErrors as ma, type GetDocumentResponse as mb, type GetDocumentResponses as mc, type GetElementInstanceData as md, type GetElementInstanceError as me, type GetElementInstanceErrors as mf, type GetElementInstanceResponse as mg, type GetElementInstanceResponses as mh, type GetExportingStatusData as mi, type GetExportingStatusError as mj, type GetExportingStatusErrors as mk, type GetExportingStatusResponse as ml, type GetExportingStatusResponses as mm, type GetFormByKeyData as mn, type GetFormByKeyError as mo, type GetFormByKeyErrors as mp, type GetFormByKeyResponse as mq, type GetFormByKeyResponses as mr, type GetGlobalClusterVariableData as ms, type GetGlobalClusterVariableError as mt, type GetGlobalClusterVariableErrors as mu, type GetGlobalClusterVariableResponse as mv, type GetGlobalClusterVariableResponses as mw, type GetGlobalJobStatisticsData as mx, type GetGlobalJobStatisticsError as my, type GetGlobalJobStatisticsErrors as mz, type AdHocSubProcessActivateActivitiesInstruction as n, type GetProcessInstanceCallHierarchyResponses as n$, type GetJobErrorStatisticsError as n0, type GetJobErrorStatisticsErrors as n1, type GetJobErrorStatisticsResponse as n2, type GetJobErrorStatisticsResponses as n3, type GetJobTimeSeriesStatisticsData as n4, type GetJobTimeSeriesStatisticsError as n5, type GetJobTimeSeriesStatisticsErrors as n6, type GetJobTimeSeriesStatisticsResponse as n7, type GetJobTimeSeriesStatisticsResponses as n8, type GetJobTypeStatisticsData as n9, type GetProcessDefinitionInstanceStatisticsResponses as nA, type GetProcessDefinitionInstanceVersionStatisticsData as nB, type GetProcessDefinitionInstanceVersionStatisticsError as nC, type GetProcessDefinitionInstanceVersionStatisticsErrors as nD, type GetProcessDefinitionInstanceVersionStatisticsResponse as nE, type GetProcessDefinitionInstanceVersionStatisticsResponses as nF, type GetProcessDefinitionMessageSubscriptionStatisticsData as nG, type GetProcessDefinitionMessageSubscriptionStatisticsError as nH, type GetProcessDefinitionMessageSubscriptionStatisticsErrors as nI, type GetProcessDefinitionMessageSubscriptionStatisticsResponse as nJ, type GetProcessDefinitionMessageSubscriptionStatisticsResponses as nK, type GetProcessDefinitionResponse as nL, type GetProcessDefinitionResponses as nM, type GetProcessDefinitionStatisticsData as nN, type GetProcessDefinitionStatisticsError as nO, type GetProcessDefinitionStatisticsErrors as nP, type GetProcessDefinitionStatisticsResponse as nQ, type GetProcessDefinitionStatisticsResponses as nR, type GetProcessDefinitionXmlData as nS, type GetProcessDefinitionXmlError as nT, type GetProcessDefinitionXmlErrors as nU, type GetProcessDefinitionXmlResponse as nV, type GetProcessDefinitionXmlResponses as nW, type GetProcessInstanceCallHierarchyData as nX, type GetProcessInstanceCallHierarchyError as nY, type GetProcessInstanceCallHierarchyErrors as nZ, type GetProcessInstanceCallHierarchyResponse as n_, type GetJobTypeStatisticsError as na, type GetJobTypeStatisticsErrors as nb, type GetJobTypeStatisticsResponse as nc, type GetJobTypeStatisticsResponses as nd, type GetJobWorkerStatisticsData as ne, type GetJobWorkerStatisticsError as nf, type GetJobWorkerStatisticsErrors as ng, type GetJobWorkerStatisticsResponse as nh, type GetJobWorkerStatisticsResponses as ni, type GetLicenseData as nj, type GetLicenseError as nk, type GetLicenseErrors as nl, type GetLicenseResponse as nm, type GetLicenseResponses as nn, type GetMappingRuleData as no, type GetMappingRuleError as np, type GetMappingRuleErrors as nq, type GetMappingRuleResponse as nr, type GetMappingRuleResponses as ns, type GetProcessDefinitionData as nt, type GetProcessDefinitionError as nu, type GetProcessDefinitionErrors as nv, type GetProcessDefinitionInstanceStatisticsData as nw, type GetProcessDefinitionInstanceStatisticsError as nx, type GetProcessDefinitionInstanceStatisticsErrors as ny, type GetProcessDefinitionInstanceStatisticsResponse as nz, type AdHocSubProcessActivateActivityReference as o, type GetRuntimeBackupResponse as o$, type GetProcessInstanceData as o0, type GetProcessInstanceError as o1, type GetProcessInstanceErrors as o2, type GetProcessInstanceResponse as o3, type GetProcessInstanceResponses as o4, type GetProcessInstanceSequenceFlowsData as o5, type GetProcessInstanceSequenceFlowsError as o6, type GetProcessInstanceSequenceFlowsErrors as o7, type GetProcessInstanceSequenceFlowsResponse as o8, type GetProcessInstanceSequenceFlowsResponses as o9, type GetResourceContentError as oA, type GetResourceContentErrors as oB, type GetResourceContentResponse as oC, type GetResourceContentResponses as oD, type GetResourceData as oE, type GetResourceError as oF, type GetResourceErrors as oG, type GetResourceResponse as oH, type GetResourceResponses as oI, type GetRestoreStatusData as oJ, type GetRestoreStatusError as oK, type GetRestoreStatusErrors as oL, type GetRestoreStatusResponse as oM, type GetRestoreStatusResponses as oN, type GetRoleData as oO, type GetRoleError as oP, type GetRoleErrors as oQ, type GetRoleResponse as oR, type GetRoleResponses as oS, type GetRuntimeBackupAsClusterAdminData as oT, type GetRuntimeBackupAsClusterAdminError as oU, type GetRuntimeBackupAsClusterAdminErrors as oV, type GetRuntimeBackupAsClusterAdminResponse as oW, type GetRuntimeBackupAsClusterAdminResponses as oX, type GetRuntimeBackupData as oY, type GetRuntimeBackupError as oZ, type GetRuntimeBackupErrors as o_, type GetProcessInstanceStatisticsByDefinitionData as oa, type GetProcessInstanceStatisticsByDefinitionError as ob, type GetProcessInstanceStatisticsByDefinitionErrors as oc, type GetProcessInstanceStatisticsByDefinitionResponse as od, type GetProcessInstanceStatisticsByDefinitionResponses as oe, type GetProcessInstanceStatisticsByErrorData as of, type GetProcessInstanceStatisticsByErrorError as og, type GetProcessInstanceStatisticsByErrorErrors as oh, type GetProcessInstanceStatisticsByErrorResponse as oi, type GetProcessInstanceStatisticsByErrorResponses as oj, type GetProcessInstanceStatisticsData as ok, type GetProcessInstanceStatisticsError as ol, type GetProcessInstanceStatisticsErrors as om, type GetProcessInstanceStatisticsResponse as on, type GetProcessInstanceStatisticsResponses as oo, type GetProcessInstanceWaitStateStatisticsData as op, type GetProcessInstanceWaitStateStatisticsError as oq, type GetProcessInstanceWaitStateStatisticsErrors as or, type GetProcessInstanceWaitStateStatisticsResponse as os, type GetProcessInstanceWaitStateStatisticsResponses as ot, type GetResourceContentBinaryData as ou, type GetResourceContentBinaryError as ov, type GetResourceContentBinaryErrors as ow, type GetResourceContentBinaryResponse as ox, type GetResourceContentBinaryResponses as oy, type GetResourceContentData as oz, type AdvancedActorTypeFilter as p, type GetVariableResponse as p$, type GetRuntimeBackupResponses as p0, type GetRuntimeBackupStateAsClusterAdminData as p1, type GetRuntimeBackupStateAsClusterAdminError as p2, type GetRuntimeBackupStateAsClusterAdminErrors as p3, type GetRuntimeBackupStateAsClusterAdminResponse as p4, type GetRuntimeBackupStateAsClusterAdminResponses as p5, type GetRuntimeBackupStateData as p6, type GetRuntimeBackupStateError as p7, type GetRuntimeBackupStateErrors as p8, type GetRuntimeBackupStateResponse as p9, type GetTopologyError as pA, type GetTopologyErrors as pB, type GetTopologyResponse as pC, type GetTopologyResponses as pD, type GetUsageMetricsData as pE, type GetUsageMetricsError as pF, type GetUsageMetricsErrors as pG, type GetUsageMetricsResponse as pH, type GetUsageMetricsResponses as pI, type GetUserData as pJ, type GetUserError as pK, type GetUserErrors as pL, type GetUserResponse as pM, type GetUserResponses as pN, type GetUserTaskData as pO, type GetUserTaskError as pP, type GetUserTaskErrors as pQ, type GetUserTaskFormData as pR, type GetUserTaskFormError as pS, type GetUserTaskFormErrors as pT, type GetUserTaskFormResponse as pU, type GetUserTaskFormResponses as pV, type GetUserTaskResponse as pW, type GetUserTaskResponses as pX, type GetVariableData as pY, type GetVariableError as pZ, type GetVariableErrors as p_, type GetRuntimeBackupStateResponses as pa, type GetStartProcessFormData as pb, type GetStartProcessFormError as pc, type GetStartProcessFormErrors as pd, type GetStartProcessFormResponse as pe, type GetStartProcessFormResponses as pf, type GetStatusData as pg, type GetStatusErrors as ph, type GetStatusResponse as pi, type GetStatusResponses as pj, type GetSystemConfigurationData as pk, type GetSystemConfigurationError as pl, type GetSystemConfigurationErrors as pm, type GetSystemConfigurationResponse as pn, type GetSystemConfigurationResponses as po, type GetTenantClusterVariableData as pp, type GetTenantClusterVariableError as pq, type GetTenantClusterVariableErrors as pr, type GetTenantClusterVariableResponse as ps, type GetTenantClusterVariableResponses as pt, type GetTenantData as pu, type GetTenantError as pv, type GetTenantErrors as pw, type GetTenantResponse as px, type GetTenantResponses as py, type GetTopologyData as pz, type AdvancedAgentDefinitionKeyFilter as q, type IncidentSearchQuery as q$, type GetVariableResponses as q0, type GlobalJobStatisticsQueryResult as q1, type GlobalListenerBase as q2, GlobalListenerId as q3, GlobalListenerSourceEnum as q4, type GlobalListenerSourceExactMatch as q5, type GlobalListenerSourceExactMatchWritable as q6, type GlobalListenerSourceFilterProperty as q7, type GlobalTaskListenerBase as q8, GlobalTaskListenerEventTypeEnum as q9, type GroupUserResult as qA, type GroupUserSearchQueryRequest as qB, type GroupUserSearchQuerySortRequest as qC, type GroupUserSearchResult as qD, type HistoryBackupInfo as qE, type HistoryBackupInfoWritable as qF, type HistoryBackupSnapshotInfo as qG, type HistoryBackupStateCode as qH, type HttpRetryPolicy as qI, IncidentErrorTypeEnum as qJ, type IncidentErrorTypeExactMatch as qK, type IncidentErrorTypeExactMatchWritable as qL, type IncidentErrorTypeFilterProperty as qM, type IncidentFilter as qN, IncidentKey as qO, type IncidentKeyWritable as qP, type IncidentProcessInstanceStatisticsByDefinitionFilter as qQ, type IncidentProcessInstanceStatisticsByDefinitionQuery as qR, type IncidentProcessInstanceStatisticsByDefinitionQueryResult as qS, type IncidentProcessInstanceStatisticsByDefinitionQuerySortRequest as qT, type IncidentProcessInstanceStatisticsByDefinitionResult as qU, type IncidentProcessInstanceStatisticsByErrorQuery as qV, type IncidentProcessInstanceStatisticsByErrorQueryResult as qW, type IncidentProcessInstanceStatisticsByErrorQuerySortRequest as qX, type IncidentProcessInstanceStatisticsByErrorResult as qY, type IncidentResolutionRequest as qZ, type IncidentResult as q_, type GlobalTaskListenerEventTypeExactMatch as qa, type GlobalTaskListenerEventTypeExactMatchWritable as qb, type GlobalTaskListenerEventTypeFilterProperty as qc, type GlobalTaskListenerEventTypes as qd, type GlobalTaskListenerEventTypesWritable as qe, type GlobalTaskListenerResult as qf, type GlobalTaskListenerSearchQueryFilterRequest as qg, type GlobalTaskListenerSearchQueryRequest as qh, type GlobalTaskListenerSearchQueryResult as qi, type GlobalTaskListenerSearchQuerySortRequest as qj, type GroupClientResult as qk, type GroupClientSearchQueryRequest as ql, type GroupClientSearchQuerySortRequest as qm, type GroupClientSearchResult as qn, type GroupCreateRequest as qo, type GroupCreateResult as qp, type GroupFilter as qq, GroupId as qr, type GroupMappingRuleSearchResult as qs, type GroupResult as qt, type GroupRoleSearchResult as qu, type GroupSearchQueryRequest as qv, type GroupSearchQueryResult as qw, type GroupSearchQuerySortRequest as qx, type GroupUpdateRequest as qy, type GroupUpdateResult as qz, type AdvancedAgentDefinitionTypeFilter as r, type JobWorkerStatisticsQuery as r$, type IncidentSearchQueryResult as r0, type IncidentSearchQuerySortRequest as r1, IncidentStateEnum as r2, type IncidentStateExactMatch as r3, type IncidentStateExactMatchWritable as r4, type IncidentStateFilterProperty as r5, type InferredAncestorKeyInstruction as r6, type IntegerFilterProperty as r7, type Job as r8, JobActionReceipt as r9, type JobResult as rA, type JobResultActivateElement as rB, type JobResultAdHocSubProcess as rC, type JobResultCorrections as rD, type JobResultUserTask as rE, type JobSearchQuery as rF, type JobSearchQueryResult as rG, type JobSearchQuerySortRequest as rH, type JobSearchResult as rI, JobStateEnum as rJ, type JobStateExactMatch as rK, type JobStateExactMatchWritable as rL, type JobStateFilterProperty as rM, type JobTimeSeriesStatisticsFilter as rN, type JobTimeSeriesStatisticsItem as rO, type JobTimeSeriesStatisticsQuery as rP, type JobTimeSeriesStatisticsQueryResult as rQ, type JobTypeStatisticsFilter as rR, type JobTypeStatisticsItem as rS, type JobTypeStatisticsQuery as rT, type JobTypeStatisticsQueryResult as rU, type JobUpdateRequest as rV, type JobWaitStateDetails as rW, JobWorker as rX, type JobWorkerConfig as rY, type JobWorkerStatisticsFilter as rZ, type JobWorkerStatisticsItem as r_, type JobActivationRequest as ra, type JobActivationResult as rb, type JobBatchUpdateRequest as rc, type JobChangeset as rd, type JobCompletionRequest as re, type JobErrorRequest$1 as rf, type JobErrorStatisticsFilter as rg, type JobErrorStatisticsItem as rh, type JobErrorStatisticsQuery as ri, type JobErrorStatisticsQueryResult as rj, type JobFailRequest as rk, type JobFilter as rl, JobKey as rm, type JobKeyExactMatch as rn, type JobKeyExactMatchWritable as ro, type JobKeyFilterProperty as rp, type JobKeyWritable as rq, JobKindEnum as rr, type JobKindExactMatch as rs, type JobKindExactMatchWritable as rt, type JobKindFilterProperty as ru, JobListenerEventTypeEnum as rv, type JobListenerEventTypeExactMatch as rw, type JobListenerEventTypeExactMatchWritable as rx, type JobListenerEventTypeFilterProperty as ry, type JobMetricsConfigurationResponse as rz, type AdvancedAgentHistoryItemKeyFilter as s, type MessageSubscriptionStateFilterProperty as s$, type JobWorkerStatisticsQueryResult as s0, type LicenseResponse as s1, type LikeFilter as s2, type LimitPagination as s3, type ListHistoryBackupsAsClusterAdminData as s4, type ListHistoryBackupsAsClusterAdminError as s5, type ListHistoryBackupsAsClusterAdminErrors as s6, type ListHistoryBackupsAsClusterAdminResponse as s7, type ListHistoryBackupsAsClusterAdminResponses as s8, type ListHistoryBackupsData as s9, MappingRuleId as sA, type MappingRuleResult as sB, type MappingRuleSearchQueryRequest as sC, type MappingRuleSearchQueryResult as sD, type MappingRuleSearchQuerySortRequest as sE, type MappingRuleUpdateRequest as sF, type MappingRuleUpdateResult as sG, type MatchedDecisionRuleItem as sH, type MessageCorrelationRequest as sI, type MessageCorrelationResult as sJ, MessageKey as sK, type MessageKeyWritable as sL, type MessagePublicationRequest as sM, type MessagePublicationResult as sN, type MessageSubscriptionFilter as sO, MessageSubscriptionKey as sP, type MessageSubscriptionKeyExactMatch as sQ, type MessageSubscriptionKeyExactMatchWritable as sR, type MessageSubscriptionKeyFilterProperty as sS, type MessageSubscriptionKeyWritable as sT, type MessageSubscriptionResult as sU, type MessageSubscriptionSearchQuery as sV, type MessageSubscriptionSearchQueryResult as sW, type MessageSubscriptionSearchQuerySortRequest as sX, MessageSubscriptionStateEnum as sY, type MessageSubscriptionStateExactMatch as sZ, type MessageSubscriptionStateExactMatchWritable as s_, type ListHistoryBackupsError as sa, type ListHistoryBackupsErrors as sb, type ListHistoryBackupsResponse as sc, type ListHistoryBackupsResponses as sd, type ListRuntimeBackupsAsClusterAdminData as se, type ListRuntimeBackupsAsClusterAdminError as sf, type ListRuntimeBackupsAsClusterAdminErrors as sg, type ListRuntimeBackupsAsClusterAdminResponse as sh, type ListRuntimeBackupsAsClusterAdminResponses as si, type ListRuntimeBackupsData as sj, type ListRuntimeBackupsError as sk, type ListRuntimeBackupsErrors as sl, type ListRuntimeBackupsResponse as sm, type ListRuntimeBackupsResponses as sn, type ListSecretsData as so, type ListSecretsError as sp, type ListSecretsErrors as sq, type ListSecretsResponse as sr, type ListSecretsResponses as ss, type LongKey as st, type LoopIterationId as su, type MappingRuleCreateRequest as sv, type MappingRuleCreateResult as sw, type MappingRuleCreateUpdateRequest as sx, type MappingRuleCreateUpdateResult as sy, type MappingRuleFilter as sz, type AdvancedAgentInstanceHistoryCommitStatusFilter as t, type PinClockResponses as t$, MessageSubscriptionTypeEnum as t0, type MessageSubscriptionTypeExactMatch as t1, type MessageSubscriptionTypeExactMatchWritable as t2, type MessageSubscriptionTypeFilterProperty as t3, type MessageWaitStateDetails as t4, type MigrateProcessInstanceData as t5, type MigrateProcessInstanceError as t6, type MigrateProcessInstanceErrors as t7, type MigrateProcessInstanceMappingInstruction as t8, type MigrateProcessInstanceResponse as t9, type PaginateOptions as tA, type PaginationMode as tB, type Paginator as tC, type Partition as tD, type PartitionBackupInfo as tE, type PartitionBackupInfoWritable as tF, type PartitionBackupRange as tG, type PartitionBackupState as tH, type PartitionCheckpointState as tI, type PartitionId as tJ, type PauseClusterExportingData as tK, type PauseClusterExportingError as tL, type PauseClusterExportingErrors as tM, type PauseClusterExportingResponse as tN, type PauseClusterExportingResponses as tO, type PauseExportingData as tP, type PauseExportingError as tQ, type PauseExportingErrors as tR, type PauseExportingResponse as tS, type PauseExportingResponses as tT, PermissionTypeEnum as tU, type PhysicalTenantBrokerTopology as tV, type PhysicalTenantTopology as tW, type PinClockData as tX, type PinClockError as tY, type PinClockErrors as tZ, type PinClockResponse as t_, type MigrateProcessInstanceResponses as ta, type MigrateProcessInstancesBatchOperationData as tb, type MigrateProcessInstancesBatchOperationError as tc, type MigrateProcessInstancesBatchOperationErrors as td, type MigrateProcessInstancesBatchOperationResponse as te, type MigrateProcessInstancesBatchOperationResponses as tf, type Mode as tg, type ModifyProcessInstanceData as th, type ModifyProcessInstanceError as ti, type ModifyProcessInstanceErrors as tj, type ModifyProcessInstanceResponse as tk, type ModifyProcessInstanceResponses as tl, type ModifyProcessInstanceVariableInstruction as tm, type ModifyProcessInstancesBatchOperationData as tn, type ModifyProcessInstancesBatchOperationError as to, type ModifyProcessInstancesBatchOperationErrors as tp, type ModifyProcessInstancesBatchOperationResponse as tq, type ModifyProcessInstancesBatchOperationResponses as tr, type OffsetPagination as ts, type OperationOptions as tt, type OperationReference as tu, type OperationTypeExactMatch as tv, type OperationTypeExactMatchWritable as tw, type OperationTypeFilterProperty as tx, type OwnAuthorizationSearchResult as ty, OwnerTypeEnum as tz, type AdvancedAgentInstanceHistoryRoleFilter as u, type ProcessInstanceModificationTerminateByKeyInstruction as u$, type ProblemDetail as u0, type ProcessDefinitionElementStatisticsQuery as u1, type ProcessDefinitionElementStatisticsQueryResult as u2, type ProcessDefinitionFilter as u3, ProcessDefinitionId as u4, type ProcessDefinitionIdExactMatch as u5, type ProcessDefinitionIdExactMatchWritable as u6, type ProcessDefinitionIdFilterProperty as u7, type ProcessDefinitionInstanceStatisticsQuery as u8, type ProcessDefinitionInstanceStatisticsQueryResult as u9, type ProcessInstanceCallHierarchyEntry as uA, type ProcessInstanceCancellationBatchOperationRequest as uB, type ProcessInstanceCreationInstruction as uC, type ProcessInstanceCreationInstructionById as uD, type ProcessInstanceCreationInstructionByKey as uE, type ProcessInstanceCreationRuntimeInstruction as uF, type ProcessInstanceCreationStartInstruction as uG, type ProcessInstanceCreationTerminateInstruction as uH, type ProcessInstanceDeletionBatchOperationRequest as uI, type ProcessInstanceElementStatisticsQueryResult as uJ, type ProcessInstanceFilter as uK, type ProcessInstanceFilterFields as uL, type ProcessInstanceIncidentResolutionBatchOperationRequest as uM, ProcessInstanceKey as uN, type ProcessInstanceKeyExactMatch as uO, type ProcessInstanceKeyExactMatchWritable as uP, type ProcessInstanceKeyFilterProperty as uQ, type ProcessInstanceKeyWritable as uR, type ProcessInstanceMigrationBatchOperationPlan as uS, type ProcessInstanceMigrationBatchOperationRequest as uT, type ProcessInstanceMigrationInstruction as uU, type ProcessInstanceModificationActivateInstruction as uV, type ProcessInstanceModificationBatchOperationRequest as uW, type ProcessInstanceModificationInstruction as uX, type ProcessInstanceModificationMoveBatchOperationInstruction as uY, type ProcessInstanceModificationMoveInstruction as uZ, type ProcessInstanceModificationTerminateByIdInstruction as u_, type ProcessDefinitionInstanceStatisticsQuerySortRequest as ua, type ProcessDefinitionInstanceStatisticsResult as ub, type ProcessDefinitionInstanceVersionStatisticsFilter as uc, type ProcessDefinitionInstanceVersionStatisticsQuery as ud, type ProcessDefinitionInstanceVersionStatisticsQueryResult as ue, type ProcessDefinitionInstanceVersionStatisticsQuerySortRequest as uf, type ProcessDefinitionInstanceVersionStatisticsResult as ug, ProcessDefinitionKey as uh, type ProcessDefinitionKeyExactMatch as ui, type ProcessDefinitionKeyExactMatchWritable as uj, type ProcessDefinitionKeyFilterProperty as uk, type ProcessDefinitionKeyWritable as ul, type ProcessDefinitionMessageSubscriptionStatisticsQuery as um, type ProcessDefinitionMessageSubscriptionStatisticsQueryResult as un, type ProcessDefinitionMessageSubscriptionStatisticsResult as uo, type ProcessDefinitionResult as up, type ProcessDefinitionSearchQuery as uq, type ProcessDefinitionSearchQueryResult as ur, type ProcessDefinitionSearchQuerySortRequest as us, type ProcessDefinitionStatisticsFilter as ut, type ProcessDefinitionVariableNameFilter as uu, type ProcessDefinitionVariableNameSearchQuery as uv, type ProcessDefinitionVariableNameSearchQueryResult as uw, type ProcessDefinitionVariableNameSearchResult as ux, type ProcessElementStatisticsResult as uy, type ProcessInstanceBusinessIdAssignmentInstruction as uz, type AdvancedAgentInstanceKeyFilter as v, type RestoreAsClusterAdminResponses as v$, type ProcessInstanceModificationTerminateInstruction as v0, type ProcessInstanceReference as v1, type ProcessInstanceResult as v2, type ProcessInstanceResumptionBatchOperationRequest as v3, type ProcessInstanceSearchQuery as v4, type ProcessInstanceSearchQueryResult as v5, type ProcessInstanceSearchQuerySortRequest as v6, type ProcessInstanceSequenceFlowResult as v7, type ProcessInstanceSequenceFlowsQueryResult as v8, ProcessInstanceStateEnum as v9, type ResolveIncidentsBatchOperationResponses as vA, type ResolveProcessInstanceIncidentsData as vB, type ResolveProcessInstanceIncidentsError as vC, type ResolveProcessInstanceIncidentsErrors as vD, type ResolveProcessInstanceIncidentsResponse as vE, type ResolveProcessInstanceIncidentsResponses as vF, type ResolveSecretsData as vG, type ResolveSecretsError as vH, type ResolveSecretsErrors as vI, type ResolveSecretsResponse as vJ, type ResolveSecretsResponses as vK, type ResolvedSecret as vL, type ResourceFilter as vM, type ResourceKey as vN, type ResourceKeyExactMatch as vO, type ResourceKeyExactMatchWritable as vP, type ResourceKeyFilterProperty as vQ, type ResourceKeyWritable as vR, type ResourceResult as vS, type ResourceSearchQuery as vT, type ResourceSearchQueryResult as vU, type ResourceSearchQuerySortRequest as vV, ResourceTypeEnum as vW, type RestoreAsClusterAdminData as vX, type RestoreAsClusterAdminError as vY, type RestoreAsClusterAdminErrors as vZ, type RestoreAsClusterAdminResponse as v_, type ProcessInstanceStateExactMatch as va, type ProcessInstanceStateExactMatchWritable as vb, type ProcessInstanceStateFilterProperty as vc, type ProcessInstanceSuspensionBatchOperationRequest as vd, type ProcessInstanceWaitStateStatisticsQueryResult as ve, type ProcessInstanceWaitStateStatisticsResult as vf, type PublishMessageData as vg, type PublishMessageError as vh, type PublishMessageErrors as vi, type PublishMessageResponse as vj, type PublishMessageResponses as vk, type RebalanceCancellationResponse as vl, type ResetClockData as vm, type ResetClockError as vn, type ResetClockErrors as vo, type ResetClockResponse as vp, type ResetClockResponses as vq, type ResolveIncidentData as vr, type ResolveIncidentError as vs, type ResolveIncidentErrors as vt, type ResolveIncidentResponse as vu, type ResolveIncidentResponses as vv, type ResolveIncidentsBatchOperationData as vw, type ResolveIncidentsBatchOperationError as vx, type ResolveIncidentsBatchOperationErrors as vy, type ResolveIncidentsBatchOperationResponse as vz, type AdvancedAgentInstanceStatusFilter as w, type ScopeKeyWritable as w$, type RestoreBrokerStatus as w0, type RestoreData as w1, type RestoreError as w2, type RestoreErrors as w3, type RestorePartitionStatus as w4, type RestoreRequest as w5, type RestoreResponse as w6, type RestoreResponses as w7, type RestoreStatusResponse as w8, type ResumeBatchOperationData as w9, type RoleClientSearchQueryRequest as wA, type RoleClientSearchQuerySortRequest as wB, type RoleClientSearchResult as wC, type RoleCreateRequest as wD, type RoleCreateResult as wE, type RoleFilter as wF, type RoleGroupResult as wG, type RoleGroupSearchQueryRequest as wH, type RoleGroupSearchQuerySortRequest as wI, type RoleGroupSearchResult as wJ, RoleId as wK, type RoleMappingRuleSearchResult as wL, type RoleResult as wM, type RoleSearchQueryRequest as wN, type RoleSearchQueryResult as wO, type RoleSearchQuerySortRequest as wP, type RoleUpdateRequest as wQ, type RoleUpdateResult as wR, type RoleUserResult as wS, type RoleUserSearchQueryRequest as wT, type RoleUserSearchQuerySortRequest as wU, type RoleUserSearchResult as wV, type RuntimeBackupState as wW, type ScopeKey as wX, type ScopeKeyExactMatch as wY, type ScopeKeyExactMatchWritable as wZ, type ScopeKeyFilterProperty as w_, type ResumeBatchOperationError as wa, type ResumeBatchOperationErrors as wb, type ResumeBatchOperationResponse as wc, type ResumeBatchOperationResponses as wd, type ResumeClusterExportingData as we, type ResumeClusterExportingError as wf, type ResumeClusterExportingErrors as wg, type ResumeClusterExportingResponse as wh, type ResumeClusterExportingResponses as wi, type ResumeExportingData as wj, type ResumeExportingError as wk, type ResumeExportingErrors as wl, type ResumeExportingResponse as wm, type ResumeExportingResponses as wn, type ResumeProcessInstanceData as wo, type ResumeProcessInstanceError as wp, type ResumeProcessInstanceErrors as wq, type ResumeProcessInstanceRequest as wr, type ResumeProcessInstanceResponse as ws, type ResumeProcessInstanceResponses as wt, type ResumeProcessInstancesBatchOperationData as wu, type ResumeProcessInstancesBatchOperationError as wv, type ResumeProcessInstancesBatchOperationErrors as ww, type ResumeProcessInstancesBatchOperationResponse as wx, type ResumeProcessInstancesBatchOperationResponses as wy, type RoleClientResult as wz, type AdvancedAuditLogEntityKeyFilter as x, type SearchDecisionDefinitionsResponses as x$, type SearchAgentDefinitionsData as x0, type SearchAgentDefinitionsError as x1, type SearchAgentDefinitionsErrors as x2, type SearchAgentDefinitionsResponse as x3, type SearchAgentDefinitionsResponses as x4, type SearchAgentInstanceHistoryData as x5, type SearchAgentInstanceHistoryError as x6, type SearchAgentInstanceHistoryErrors as x7, type SearchAgentInstanceHistoryResponse as x8, type SearchAgentInstanceHistoryResponses as x9, type SearchClientsForGroupData as xA, type SearchClientsForGroupError as xB, type SearchClientsForGroupErrors as xC, type SearchClientsForGroupResponse as xD, type SearchClientsForGroupResponses as xE, type SearchClientsForRoleData as xF, type SearchClientsForRoleError as xG, type SearchClientsForRoleErrors as xH, type SearchClientsForRoleResponse as xI, type SearchClientsForRoleResponses as xJ, type SearchClientsForTenantData as xK, type SearchClientsForTenantResponse as xL, type SearchClientsForTenantResponses as xM, type SearchClusterVariablesData as xN, type SearchClusterVariablesError as xO, type SearchClusterVariablesErrors as xP, type SearchClusterVariablesResponse as xQ, type SearchClusterVariablesResponses as xR, type SearchCorrelatedMessageSubscriptionsData as xS, type SearchCorrelatedMessageSubscriptionsError as xT, type SearchCorrelatedMessageSubscriptionsErrors as xU, type SearchCorrelatedMessageSubscriptionsResponse as xV, type SearchCorrelatedMessageSubscriptionsResponses as xW, type SearchDecisionDefinitionsData as xX, type SearchDecisionDefinitionsError as xY, type SearchDecisionDefinitionsErrors as xZ, type SearchDecisionDefinitionsResponse as x_, type SearchAgentInstancesData as xa, type SearchAgentInstancesError as xb, type SearchAgentInstancesErrors as xc, type SearchAgentInstancesResponse as xd, type SearchAgentInstancesResponses as xe, type SearchAuditLogsData as xf, type SearchAuditLogsError as xg, type SearchAuditLogsErrors as xh, type SearchAuditLogsResponse as xi, type SearchAuditLogsResponses as xj, type SearchAuthorizationsData as xk, type SearchAuthorizationsError as xl, type SearchAuthorizationsErrors as xm, type SearchAuthorizationsResponse as xn, type SearchAuthorizationsResponses as xo, type SearchBatchOperationItemsData as xp, type SearchBatchOperationItemsError as xq, type SearchBatchOperationItemsErrors as xr, type SearchBatchOperationItemsResponse as xs, type SearchBatchOperationItemsResponses as xt, type SearchBatchOperationsData as xu, type SearchBatchOperationsError as xv, type SearchBatchOperationsErrors as xw, type SearchBatchOperationsResponse as xx, type SearchBatchOperationsResponses as xy, type SearchBody as xz, type AdvancedAuditLogKeyFilter as y, type SearchMappingRulesForRoleData as y$, type SearchDecisionInstancesData as y0, type SearchDecisionInstancesError as y1, type SearchDecisionInstancesErrors as y2, type SearchDecisionInstancesResponse as y3, type SearchDecisionInstancesResponses as y4, type SearchDecisionRequirementsData as y5, type SearchDecisionRequirementsError as y6, type SearchDecisionRequirementsErrors as y7, type SearchDecisionRequirementsResponse as y8, type SearchDecisionRequirementsResponses as y9, type SearchGroupsForRoleData as yA, type SearchGroupsForRoleError as yB, type SearchGroupsForRoleErrors as yC, type SearchGroupsForRoleResponse as yD, type SearchGroupsForRoleResponses as yE, type SearchGroupsResponse as yF, type SearchGroupsResponses as yG, type SearchIncidentsData as yH, type SearchIncidentsError as yI, type SearchIncidentsErrors as yJ, type SearchIncidentsResponse as yK, type SearchIncidentsResponses as yL, type SearchJobsData as yM, type SearchJobsError as yN, type SearchJobsErrors as yO, type SearchJobsResponse as yP, type SearchJobsResponses as yQ, type SearchMappingRuleData as yR, type SearchMappingRuleError as yS, type SearchMappingRuleErrors as yT, type SearchMappingRuleResponse as yU, type SearchMappingRuleResponses as yV, type SearchMappingRulesForGroupData as yW, type SearchMappingRulesForGroupError as yX, type SearchMappingRulesForGroupErrors as yY, type SearchMappingRulesForGroupResponse as yZ, type SearchMappingRulesForGroupResponses as y_, type SearchElementInstanceIncidentsData as ya, type SearchElementInstanceIncidentsError as yb, type SearchElementInstanceIncidentsErrors as yc, type SearchElementInstanceIncidentsResponse as yd, type SearchElementInstanceIncidentsResponses as ye, type SearchElementInstanceWaitStatesData as yf, type SearchElementInstanceWaitStatesError as yg, type SearchElementInstanceWaitStatesErrors as yh, type SearchElementInstanceWaitStatesResponse as yi, type SearchElementInstanceWaitStatesResponses as yj, type SearchElementInstancesData as yk, type SearchElementInstancesError as yl, type SearchElementInstancesErrors as ym, type SearchElementInstancesResponse as yn, type SearchElementInstancesResponses as yo, type SearchGlobalTaskListenersData as yp, type SearchGlobalTaskListenersError as yq, type SearchGlobalTaskListenersErrors as yr, type SearchGlobalTaskListenersResponse as ys, type SearchGlobalTaskListenersResponses as yt, type SearchGroupIdsForTenantData as yu, type SearchGroupIdsForTenantResponse as yv, type SearchGroupIdsForTenantResponses as yw, type SearchGroupsData as yx, type SearchGroupsError as yy, type SearchGroupsErrors as yz, type AdvancedBatchOperationItemStateFilter as z, type SearchRolesResponses as z$, type SearchMappingRulesForRoleError as z0, type SearchMappingRulesForRoleErrors as z1, type SearchMappingRulesForRoleResponse as z2, type SearchMappingRulesForRoleResponses as z3, type SearchMappingRulesForTenantData as z4, type SearchMappingRulesForTenantResponse as z5, type SearchMappingRulesForTenantResponses as z6, type SearchMessageSubscriptionsData as z7, type SearchMessageSubscriptionsError as z8, type SearchMessageSubscriptionsErrors as z9, type SearchProcessInstancesData as zA, type SearchProcessInstancesError as zB, type SearchProcessInstancesErrors as zC, type SearchProcessInstancesResponse as zD, type SearchProcessInstancesResponses as zE, type SearchQueryPageRequest as zF, type SearchQueryPageResponse as zG, type SearchQueryRequest as zH, type SearchQueryResponse as zI, type SearchResourcesData as zJ, type SearchResourcesError as zK, type SearchResourcesErrors as zL, type SearchResourcesResponse as zM, type SearchResourcesResponses as zN, type SearchResponse as zO, type SearchRolesData as zP, type SearchRolesError as zQ, type SearchRolesErrors as zR, type SearchRolesForGroupData as zS, type SearchRolesForGroupError as zT, type SearchRolesForGroupErrors as zU, type SearchRolesForGroupResponse as zV, type SearchRolesForGroupResponses as zW, type SearchRolesForTenantData as zX, type SearchRolesForTenantResponse as zY, type SearchRolesForTenantResponses as zZ, type SearchRolesResponse as z_, type SearchMessageSubscriptionsResponse as za, type SearchMessageSubscriptionsResponses as zb, type SearchOwnAuthorizationsData as zc, type SearchOwnAuthorizationsError as zd, type SearchOwnAuthorizationsErrors as ze, type SearchOwnAuthorizationsResponse as zf, type SearchOwnAuthorizationsResponses as zg, type SearchPageRequest as zh, type SearchPageResponse as zi, type SearchPaginateOptions as zj, type SearchPaginationApi as zk, type SearchProcessDefinitionVariableNamesData as zl, type SearchProcessDefinitionVariableNamesError as zm, type SearchProcessDefinitionVariableNamesErrors as zn, type SearchProcessDefinitionVariableNamesResponse as zo, type SearchProcessDefinitionVariableNamesResponses as zp, type SearchProcessDefinitionsData as zq, type SearchProcessDefinitionsError as zr, type SearchProcessDefinitionsErrors as zs, type SearchProcessDefinitionsResponse as zt, type SearchProcessDefinitionsResponses as zu, type SearchProcessInstanceIncidentsData as zv, type SearchProcessInstanceIncidentsError as zw, type SearchProcessInstanceIncidentsErrors as zx, type SearchProcessInstanceIncidentsResponse as zy, type SearchProcessInstanceIncidentsResponses as zz };
34649
+ export { type AdvancedIncidentErrorTypeFilter as $, type ActivatedJobResult$1 as A, type SourceElementInstanceKeyInstruction as A$, type SearchRolesResponses as A0, type SearchTenantsData as A1, type SearchTenantsError as A2, type SearchTenantsErrors as A3, type SearchTenantsResponse as A4, type SearchTenantsResponses as A5, type SearchUserTaskAuditLogsData as A6, type SearchUserTaskAuditLogsError as A7, type SearchUserTaskAuditLogsErrors as A8, type SearchUserTaskAuditLogsResponse as A9, type SearchUsersForRoleErrors as AA, type SearchUsersForRoleResponse as AB, type SearchUsersForRoleResponses as AC, type SearchUsersForTenantData as AD, type SearchUsersForTenantResponse as AE, type SearchUsersForTenantResponses as AF, type SearchUsersResponse as AG, type SearchUsersResponses as AH, type SearchVariablesData as AI, type SearchVariablesError as AJ, type SearchVariablesErrors as AK, type SearchVariablesResponse as AL, type SearchVariablesResponses as AM, type SecretErrorCode as AN, type SecretListRequest as AO, type SecretListResult as AP, type SecretResolutionError as AQ, type SecretResolveRequest as AR, type SecretResolveResult as AS, type SetVariableRequest as AT, type SignalBroadcastRequest as AU, type SignalBroadcastResult as AV, SignalKey as AW, type SignalKeyWritable as AX, type SignalWaitStateDetails as AY, SortOrderEnum as AZ, type SourceElementIdInstruction as A_, type SearchUserTaskAuditLogsResponses as Aa, type SearchUserTaskEffectiveVariablesData as Ab, type SearchUserTaskEffectiveVariablesError as Ac, type SearchUserTaskEffectiveVariablesErrors as Ad, type SearchUserTaskEffectiveVariablesResponse as Ae, type SearchUserTaskEffectiveVariablesResponses as Af, type SearchUserTaskVariablesData as Ag, type SearchUserTaskVariablesError as Ah, type SearchUserTaskVariablesErrors as Ai, type SearchUserTaskVariablesResponse as Aj, type SearchUserTaskVariablesResponses as Ak, type SearchUserTasksData as Al, type SearchUserTasksError as Am, type SearchUserTasksErrors as An, type SearchUserTasksResponse as Ao, type SearchUserTasksResponses as Ap, type SearchUsersData as Aq, type SearchUsersError as Ar, type SearchUsersErrors as As, type SearchUsersForGroupData as At, type SearchUsersForGroupError as Au, type SearchUsersForGroupErrors as Av, type SearchUsersForGroupResponse as Aw, type SearchUsersForGroupResponses as Ax, type SearchUsersForRoleData as Ay, type SearchUsersForRoleError as Az, type AdvancedAuditLogEntityKeyFilter as B, type TenantClientSearchQuerySortRequest as B$, type SourceElementInstruction as B0, StartCursor as B1, type StateCode as B2, type StatusMetric as B3, type StringFilterProperty as B4, type SupportLogger as B5, type SuspendBatchOperationData as B6, type SuspendBatchOperationError as B7, type SuspendBatchOperationErrors as B8, type SuspendBatchOperationResponse as B9, type TakeHistoryBackupAsClusterAdminData as BA, type TakeHistoryBackupAsClusterAdminError as BB, type TakeHistoryBackupAsClusterAdminErrors as BC, type TakeHistoryBackupAsClusterAdminResponse as BD, type TakeHistoryBackupAsClusterAdminResponses as BE, type TakeHistoryBackupData as BF, type TakeHistoryBackupError as BG, type TakeHistoryBackupErrors as BH, type TakeHistoryBackupRequest as BI, type TakeHistoryBackupResponse as BJ, type TakeHistoryBackupResponse2 as BK, type TakeHistoryBackupResponses as BL, type TakeRuntimeBackupAsClusterAdminData as BM, type TakeRuntimeBackupAsClusterAdminError as BN, type TakeRuntimeBackupAsClusterAdminErrors as BO, type TakeRuntimeBackupAsClusterAdminResponse as BP, type TakeRuntimeBackupAsClusterAdminResponses as BQ, type TakeRuntimeBackupData as BR, type TakeRuntimeBackupError as BS, type TakeRuntimeBackupErrors as BT, type TakeRuntimeBackupRequest as BU, type TakeRuntimeBackupResponse as BV, type TakeRuntimeBackupResponse2 as BW, type TakeRuntimeBackupResponses as BX, type TelemetryHooks as BY, type TenantClientResult as BZ, type TenantClientSearchQueryRequest as B_, type SuspendBatchOperationResponses as Ba, type SuspendProcessInstanceData as Bb, type SuspendProcessInstanceError as Bc, type SuspendProcessInstanceErrors as Bd, type SuspendProcessInstanceRequest as Be, type SuspendProcessInstanceResponse as Bf, type SuspendProcessInstanceResponses as Bg, type SuspendProcessInstancesBatchOperationData as Bh, type SuspendProcessInstancesBatchOperationError as Bi, type SuspendProcessInstancesBatchOperationErrors as Bj, type SuspendProcessInstancesBatchOperationResponse as Bk, type SuspendProcessInstancesBatchOperationResponses as Bl, type SyncRuntimeBackupStateAsClusterAdminData as Bm, type SyncRuntimeBackupStateAsClusterAdminError as Bn, type SyncRuntimeBackupStateAsClusterAdminErrors as Bo, type SyncRuntimeBackupStateAsClusterAdminResponse as Bp, type SyncRuntimeBackupStateAsClusterAdminResponses as Bq, type SyncRuntimeBackupStateData as Br, type SyncRuntimeBackupStateError as Bs, type SyncRuntimeBackupStateErrors as Bt, type SyncRuntimeBackupStateResponse as Bu, type SyncRuntimeBackupStateResponses as Bv, type SystemConfigurationResponse as Bw, Tag as Bx, type TagSet as By, type TagSetWritable as Bz, type ConsistencyOptions as C, type UnassignMappingRuleFromTenantError as C$, type TenantClientSearchResult as C0, type TenantCreateRequest as C1, type TenantCreateResult as C2, type TenantFilter as C3, TenantFilterEnum as C4, type TenantGroupResult as C5, type TenantGroupSearchQueryRequest as C6, type TenantGroupSearchQuerySortRequest as C7, type TenantGroupSearchResult as C8, TenantId as C9, type TriggerClusterRebalanceErrors as CA, type TriggerClusterRebalanceResponse as CB, type TriggerClusterRebalanceResponses as CC, type TypedVariableItem as CD, type TypedVariablePage as CE, TypedVariablesError as CF, type UnassignClientFromGroupData as CG, type UnassignClientFromGroupError as CH, type UnassignClientFromGroupErrors as CI, type UnassignClientFromGroupResponse as CJ, type UnassignClientFromGroupResponses as CK, type UnassignClientFromTenantData as CL, type UnassignClientFromTenantError as CM, type UnassignClientFromTenantErrors as CN, type UnassignClientFromTenantResponse as CO, type UnassignClientFromTenantResponses as CP, type UnassignGroupFromTenantData as CQ, type UnassignGroupFromTenantError as CR, type UnassignGroupFromTenantErrors as CS, type UnassignGroupFromTenantResponse as CT, type UnassignGroupFromTenantResponses as CU, type UnassignMappingRuleFromGroupData as CV, type UnassignMappingRuleFromGroupError as CW, type UnassignMappingRuleFromGroupErrors as CX, type UnassignMappingRuleFromGroupResponse as CY, type UnassignMappingRuleFromGroupResponses as CZ, type UnassignMappingRuleFromTenantData as C_, type TenantMappingRuleSearchResult as Ca, type TenantResult as Cb, type TenantRoleSearchResult as Cc, type TenantSearchQueryRequest as Cd, type TenantSearchQueryResult as Ce, type TenantSearchQuerySortRequest as Cf, type TenantUpdateRequest as Cg, type TenantUpdateResult as Ch, type TenantUserResult as Ci, type TenantUserSearchQueryRequest as Cj, type TenantUserSearchQuerySortRequest as Ck, type TenantUserSearchResult as Cl, ThreadPool as Cm, type ThreadedJob as Cn, type ThreadedJobHandler as Co, ThreadedJobWorker as Cp, type ThreadedJobWorkerConfig as Cq, type ThrowJobErrorData as Cr, type ThrowJobErrorError as Cs, type ThrowJobErrorErrors as Ct, type ThrowJobErrorResponse as Cu, type ThrowJobErrorResponses as Cv, type TimerWaitStateDetails as Cw, type TopologyResponse as Cx, type TriggerClusterRebalanceData as Cy, type TriggerClusterRebalanceError as Cz, type AdvancedAuditLogKeyFilter as D, type UpdateGlobalTaskListenerResponse as D$, type UnassignMappingRuleFromTenantErrors as D0, type UnassignMappingRuleFromTenantResponse as D1, type UnassignMappingRuleFromTenantResponses as D2, type UnassignRoleFromClientData as D3, type UnassignRoleFromClientError as D4, type UnassignRoleFromClientErrors as D5, type UnassignRoleFromClientResponse as D6, type UnassignRoleFromClientResponses as D7, type UnassignRoleFromGroupData as D8, type UnassignRoleFromGroupError as D9, type UnassignUserFromTenantResponse as DA, type UnassignUserFromTenantResponses as DB, type UnassignUserTaskData as DC, type UnassignUserTaskError as DD, type UnassignUserTaskErrors as DE, type UnassignUserTaskResponse as DF, type UnassignUserTaskResponses as DG, type UpdateAgentInstanceData as DH, type UpdateAgentInstanceError as DI, type UpdateAgentInstanceErrors as DJ, type UpdateAgentInstanceResponse as DK, type UpdateAgentInstanceResponses as DL, type UpdateAuthorizationData as DM, type UpdateAuthorizationError as DN, type UpdateAuthorizationErrors as DO, type UpdateAuthorizationResponse as DP, type UpdateAuthorizationResponses as DQ, type UpdateClusterVariableRequest as DR, type UpdateGlobalClusterVariableData as DS, type UpdateGlobalClusterVariableError as DT, type UpdateGlobalClusterVariableErrors as DU, type UpdateGlobalClusterVariableResponse as DV, type UpdateGlobalClusterVariableResponses as DW, type UpdateGlobalTaskListenerData as DX, type UpdateGlobalTaskListenerError as DY, type UpdateGlobalTaskListenerErrors as DZ, type UpdateGlobalTaskListenerRequest as D_, type UnassignRoleFromGroupErrors as Da, type UnassignRoleFromGroupResponse as Db, type UnassignRoleFromGroupResponses as Dc, type UnassignRoleFromMappingRuleData as Dd, type UnassignRoleFromMappingRuleError as De, type UnassignRoleFromMappingRuleErrors as Df, type UnassignRoleFromMappingRuleResponse as Dg, type UnassignRoleFromMappingRuleResponses as Dh, type UnassignRoleFromTenantData as Di, type UnassignRoleFromTenantError as Dj, type UnassignRoleFromTenantErrors as Dk, type UnassignRoleFromTenantResponse as Dl, type UnassignRoleFromTenantResponses as Dm, type UnassignRoleFromUserData as Dn, type UnassignRoleFromUserError as Do, type UnassignRoleFromUserErrors as Dp, type UnassignRoleFromUserResponse as Dq, type UnassignRoleFromUserResponses as Dr, type UnassignUserFromGroupData as Ds, type UnassignUserFromGroupError as Dt, type UnassignUserFromGroupErrors as Du, type UnassignUserFromGroupResponse as Dv, type UnassignUserFromGroupResponses as Dw, type UnassignUserFromTenantData as Dx, type UnassignUserFromTenantError as Dy, type UnassignUserFromTenantErrors as Dz, type AdvancedBatchOperationItemStateFilter as E, UserTaskKey as E$, type UpdateGlobalTaskListenerResponses as E0, type UpdateGroupData as E1, type UpdateGroupError as E2, type UpdateGroupErrors as E3, type UpdateGroupResponse as E4, type UpdateGroupResponses as E5, type UpdateJobData as E6, type UpdateJobError as E7, type UpdateJobErrors as E8, type UpdateJobResponse as E9, type UpdateUserData as EA, type UpdateUserError as EB, type UpdateUserErrors as EC, type UpdateUserResponse as ED, type UpdateUserResponses as EE, type UpdateUserTaskData as EF, type UpdateUserTaskError as EG, type UpdateUserTaskErrors as EH, type UpdateUserTaskResponse as EI, type UpdateUserTaskResponses as EJ, type UsageMetricsResponse as EK, type UsageMetricsResponseItem as EL, type UseSourceParentKeyInstruction as EM, type UserCreateResult as EN, type UserFilter as EO, type UserRequest as EP, type UserResult as EQ, type UserSearchQueryRequest as ER, type UserSearchQuerySortRequest as ES, type UserSearchResult as ET, type UserTaskAssignmentRequest as EU, type UserTaskAuditLogFilter as EV, type UserTaskAuditLogSearchQueryRequest as EW, type UserTaskCompletionRequest as EX, type UserTaskEffectiveVariableSearchQueryRequest as EY, type UserTaskFilter as EZ, type UserTaskFilterFields as E_, type UpdateJobResponses as Ea, type UpdateJobsBatchOperationData as Eb, type UpdateJobsBatchOperationError as Ec, type UpdateJobsBatchOperationErrors as Ed, type UpdateJobsBatchOperationResponse as Ee, type UpdateJobsBatchOperationResponses as Ef, type UpdateMappingRuleData as Eg, type UpdateMappingRuleError as Eh, type UpdateMappingRuleErrors as Ei, type UpdateMappingRuleResponse as Ej, type UpdateMappingRuleResponses as Ek, type UpdateRoleData as El, type UpdateRoleError as Em, type UpdateRoleErrors as En, type UpdateRoleResponse as Eo, type UpdateRoleResponses as Ep, type UpdateTenantClusterVariableData as Eq, type UpdateTenantClusterVariableError as Er, type UpdateTenantClusterVariableErrors as Es, type UpdateTenantClusterVariableResponse as Et, type UpdateTenantClusterVariableResponses as Eu, type UpdateTenantData as Ev, type UpdateTenantError as Ew, type UpdateTenantErrors as Ex, type UpdateTenantResponse as Ey, type UpdateTenantResponses as Ez, type AdvancedBatchOperationStateFilter as F, type broadcastSignalInput as F$, type UserTaskKeyWritable as F0, type UserTaskProperties as F1, type UserTaskResult as F2, type UserTaskSearchQuery as F3, type UserTaskSearchQueryResult as F4, type UserTaskSearchQuerySortRequest as F5, UserTaskStateEnum as F6, type UserTaskStateExactMatch as F7, type UserTaskStateExactMatchWritable as F8, type UserTaskStateFilterProperty as F9, type WaitStateDetails as FA, WaitStateElementTypeEnum as FB, type WaitStateElementTypeExactMatch as FC, type WaitStateElementTypeExactMatchWritable as FD, type WaitStateElementTypeFilterProperty as FE, WaitStateTypeEnum as FF, type WaitStateTypeExactMatch as FG, type WaitStateTypeExactMatchWritable as FH, type WaitStateTypeFilterProperty as FI, type WebappComponent as FJ, type activateAdHocSubProcessActivitiesInput as FK, type activateJobsInput as FL, assertConstraint as FM, type assignClientToGroupInput as FN, type assignClientToTenantInput as FO, type assignGroupToTenantInput as FP, type assignMappingRuleToGroupInput as FQ, type assignMappingRuleToTenantInput as FR, type assignProcessInstanceBusinessIdInput as FS, type assignRoleToClientInput as FT, type assignRoleToGroupInput as FU, type assignRoleToMappingRuleInput as FV, type assignRoleToTenantInput as FW, type assignRoleToUserInput as FX, type assignUserTaskInput as FY, type assignUserToGroupInput as FZ, type assignUserToTenantInput as F_, type UserTaskUpdateRequest as Fa, type UserTaskVariableFilter as Fb, type UserTaskVariableSearchQueryRequest as Fc, type UserTaskVariableSearchQuerySortRequest as Fd, type UserTaskWaitStateDetails as Fe, type UserUpdateRequest as Ff, type UserUpdateResult as Fg, Username as Fh, type ValidationMode as Fi, VariableCollector as Fj, VariableDeserializationError as Fk, type VariableFilter as Fl, VariableKey as Fm, type VariableKeyExactMatch as Fn, type VariableKeyExactMatchWritable as Fo, type VariableKeyFilterProperty as Fp, type VariableKeyWritable as Fq, VariableMap as Fr, type VariableResult as Fs, type VariableResultBase as Ft, VariableScopeCollisionError as Fu, type VariableSearchQuery as Fv, type VariableSearchQueryResult as Fw, type VariableSearchQuerySortRequest as Fx, type VariableSearchResult as Fy, type VariableValueFilterProperty as Fz, type AdvancedBatchOperationTypeFilter as G, type getBatchOperationInput as G$, type cancelBatchOperationInput as G0, type cancelClusterRebalanceInput as G1, type cancelProcessInstanceInput as G2, type cancelProcessInstancesBatchOperationInput as G3, type changeClusterModeAsClusterAdminInput as G4, type changeClusterModeInput as G5, collectTypedVariables as G6, type completeJobInput as G7, type completeUserTaskInput as G8, type correlateMessageInput as G9, type deleteHistoryBackupInput as GA, type deleteMappingRuleInput as GB, type deleteProcessInstanceInput as GC, type deleteProcessInstancesBatchOperationInput as GD, type deleteResourceInput as GE, type deleteRoleInput as GF, type deleteRuntimeBackupAsClusterAdminInput as GG, type deleteRuntimeBackupInput as GH, type deleteRuntimeBackupStateAsClusterAdminInput as GI, type deleteRuntimeBackupStateInput as GJ, type deleteTenantClusterVariableInput as GK, type deleteTenantInput as GL, type deleteUserInput as GM, type evaluateConditionalsInput as GN, type evaluateDecisionInput as GO, type evaluateExpressionInput as GP, type failJobInput as GQ, type getAgentDefinitionConsistency as GR, type getAgentDefinitionInput as GS, type getAgentInstanceConsistency as GT, type getAgentInstanceInput as GU, type getAuditLogConsistency as GV, type getAuditLogInput as GW, type getAuthenticationInput as GX, type getAuthorizationConsistency as GY, type getAuthorizationInput as GZ, type getBatchOperationConsistency as G_, type createAdminUserInput as Ga, type createAgentInstanceInput as Gb, type createAuthorizationInput as Gc, type createDeploymentInput as Gd, type createDocumentInput as Ge, type createDocumentLinkInput as Gf, type createDocumentsInput as Gg, type createElementInstanceVariablesInput as Gh, type createGlobalClusterVariableInput as Gi, type createGlobalTaskListenerInput as Gj, type createGroupInput as Gk, createLiveClock as Gl, type createMappingRuleInput as Gm, type createProcessInstanceInput as Gn, type createRoleInput as Go, type createTenantClusterVariableInput as Gp, type createTenantInput as Gq, type createUserInput as Gr, type deleteAuthorizationInput as Gs, type deleteDecisionInstanceInput as Gt, type deleteDecisionInstancesBatchOperationInput as Gu, type deleteDocumentInput as Gv, type deleteGlobalClusterVariableInput as Gw, type deleteGlobalTaskListenerInput as Gx, type deleteGroupInput as Gy, type deleteHistoryBackupAsClusterAdminInput as Gz, type AdvancedCategoryFilter as H, type getProcessInstanceStatisticsByErrorConsistency as H$, type getClusterExportingStatusInput as H0, type getClusterRebalanceInput as H1, type getClusterStatusInput as H2, type getClusterTopologyInput as H3, type getDecisionDefinitionConsistency as H4, type getDecisionDefinitionInput as H5, type getDecisionDefinitionXmlConsistency as H6, type getDecisionDefinitionXmlInput as H7, type getDecisionInstanceConsistency as H8, type getDecisionInstanceInput as H9, type getJobTypeStatisticsConsistency as HA, type getJobTypeStatisticsInput as HB, type getJobWorkerStatisticsConsistency as HC, type getJobWorkerStatisticsInput as HD, type getLicenseInput as HE, type getMappingRuleConsistency as HF, type getMappingRuleInput as HG, type getProcessDefinitionConsistency as HH, type getProcessDefinitionInput as HI, type getProcessDefinitionInstanceStatisticsConsistency as HJ, type getProcessDefinitionInstanceStatisticsInput as HK, type getProcessDefinitionInstanceVersionStatisticsConsistency as HL, type getProcessDefinitionInstanceVersionStatisticsInput as HM, type getProcessDefinitionMessageSubscriptionStatisticsConsistency as HN, type getProcessDefinitionMessageSubscriptionStatisticsInput as HO, type getProcessDefinitionStatisticsConsistency as HP, type getProcessDefinitionStatisticsInput as HQ, type getProcessDefinitionXmlConsistency as HR, type getProcessDefinitionXmlInput as HS, type getProcessInstanceCallHierarchyConsistency as HT, type getProcessInstanceCallHierarchyInput as HU, type getProcessInstanceConsistency as HV, type getProcessInstanceInput as HW, type getProcessInstanceSequenceFlowsConsistency as HX, type getProcessInstanceSequenceFlowsInput as HY, type getProcessInstanceStatisticsByDefinitionConsistency as HZ, type getProcessInstanceStatisticsByDefinitionInput as H_, type getDecisionRequirementsConsistency as Ha, type getDecisionRequirementsInput as Hb, type getDecisionRequirementsXmlConsistency as Hc, type getDecisionRequirementsXmlInput as Hd, type getDocumentInput as He, type getElementInstanceConsistency as Hf, type getElementInstanceInput as Hg, type getExportingStatusInput as Hh, type getFormByKeyConsistency as Hi, type getFormByKeyInput as Hj, type getGlobalClusterVariableConsistency as Hk, type getGlobalClusterVariableInput as Hl, type getGlobalJobStatisticsConsistency as Hm, type getGlobalJobStatisticsInput as Hn, type getGlobalTaskListenerConsistency as Ho, type getGlobalTaskListenerInput as Hp, type getGroupConsistency as Hq, type getGroupInput as Hr, type getHistoryBackupAsClusterAdminInput as Hs, type getHistoryBackupInput as Ht, type getIncidentConsistency as Hu, type getIncidentInput as Hv, type getJobErrorStatisticsConsistency as Hw, type getJobErrorStatisticsInput as Hx, type getJobTimeSeriesStatisticsConsistency as Hy, type getJobTimeSeriesStatisticsInput as Hz, type AdvancedClusterVariableKindFilter as I, type resumeProcessInstanceInput as I$, type getProcessInstanceStatisticsByErrorInput as I0, type getProcessInstanceStatisticsConsistency as I1, type getProcessInstanceStatisticsInput as I2, type getProcessInstanceWaitStateStatisticsConsistency as I3, type getProcessInstanceWaitStateStatisticsInput as I4, type getResourceConsistency as I5, type getResourceContentBinaryConsistency as I6, type getResourceContentBinaryInput as I7, type getResourceContentConsistency as I8, type getResourceContentInput as I9, type getVariableInput as IA, type listHistoryBackupsAsClusterAdminInput as IB, type listHistoryBackupsInput as IC, type listRuntimeBackupsAsClusterAdminInput as ID, type listRuntimeBackupsInput as IE, type listSecretsInput as IF, liveClock as IG, type migrateProcessInstanceInput as IH, type migrateProcessInstancesBatchOperationInput as II, type modifyProcessInstanceInput as IJ, type modifyProcessInstancesBatchOperationInput as IK, nextPageRequest as IL, paginate as IM, type pauseClusterExportingInput as IN, type pauseExportingInput as IO, type pinClockInput as IP, type publishMessageInput as IQ, type resetClockInput as IR, type resolveIncidentInput as IS, type resolveIncidentsBatchOperationInput as IT, type resolveProcessInstanceIncidentsInput as IU, type resolveSecretsInput as IV, type restoreAsClusterAdminInput as IW, type restoreInput as IX, type resumeBatchOperationInput as IY, type resumeClusterExportingInput as IZ, type resumeExportingInput as I_, type getResourceInput as Ia, type getRestoreStatusInput as Ib, type getRoleConsistency as Ic, type getRoleInput as Id, type getRuntimeBackupAsClusterAdminInput as Ie, type getRuntimeBackupInput as If, type getRuntimeBackupStateAsClusterAdminInput as Ig, type getRuntimeBackupStateInput as Ih, type getStartProcessFormConsistency as Ii, type getStartProcessFormInput as Ij, type getStatusInput as Ik, type getSystemConfigurationInput as Il, type getTenantClusterVariableConsistency as Im, type getTenantClusterVariableInput as In, type getTenantConsistency as Io, type getTenantInput as Ip, type getTopologyInput as Iq, type getUsageMetricsConsistency as Ir, type getUsageMetricsInput as Is, type getUserConsistency as It, type getUserInput as Iu, type getUserTaskConsistency as Iv, type getUserTaskFormConsistency as Iw, type getUserTaskFormInput as Ix, type getUserTaskInput as Iy, type getVariableConsistency as Iz, type AdvancedClusterVariableScopeFilter as J, type searchProcessDefinitionsConsistency as J$, type resumeProcessInstancesBatchOperationInput as J0, type searchAgentDefinitionsConsistency as J1, type searchAgentDefinitionsInput as J2, type searchAgentInstanceHistoryConsistency as J3, type searchAgentInstanceHistoryInput as J4, type searchAgentInstancesConsistency as J5, type searchAgentInstancesInput as J6, type searchAuditLogsConsistency as J7, type searchAuditLogsInput as J8, type searchAuthorizationsConsistency as J9, type searchElementInstancesInput as JA, type searchGlobalTaskListenersConsistency as JB, type searchGlobalTaskListenersInput as JC, type searchGroupIdsForTenantConsistency as JD, type searchGroupIdsForTenantInput as JE, type searchGroupsConsistency as JF, type searchGroupsForRoleConsistency as JG, type searchGroupsForRoleInput as JH, type searchGroupsInput as JI, type searchIncidentsConsistency as JJ, type searchIncidentsInput as JK, type searchJobsConsistency as JL, type searchJobsInput as JM, type searchMappingRuleConsistency as JN, type searchMappingRuleInput as JO, type searchMappingRulesForGroupConsistency as JP, type searchMappingRulesForGroupInput as JQ, type searchMappingRulesForRoleConsistency as JR, type searchMappingRulesForRoleInput as JS, type searchMappingRulesForTenantConsistency as JT, type searchMappingRulesForTenantInput as JU, type searchMessageSubscriptionsConsistency as JV, type searchMessageSubscriptionsInput as JW, type searchOwnAuthorizationsConsistency as JX, type searchOwnAuthorizationsInput as JY, type searchProcessDefinitionVariableNamesConsistency as JZ, type searchProcessDefinitionVariableNamesInput as J_, type searchAuthorizationsInput as Ja, type searchBatchOperationItemsConsistency as Jb, type searchBatchOperationItemsInput as Jc, type searchBatchOperationsConsistency as Jd, type searchBatchOperationsInput as Je, type searchClientsForGroupConsistency as Jf, type searchClientsForGroupInput as Jg, type searchClientsForRoleConsistency as Jh, type searchClientsForRoleInput as Ji, type searchClientsForTenantConsistency as Jj, type searchClientsForTenantInput as Jk, type searchClusterVariablesConsistency as Jl, type searchClusterVariablesInput as Jm, type searchCorrelatedMessageSubscriptionsConsistency as Jn, type searchCorrelatedMessageSubscriptionsInput as Jo, type searchDecisionDefinitionsConsistency as Jp, type searchDecisionDefinitionsInput as Jq, type searchDecisionInstancesConsistency as Jr, type searchDecisionInstancesInput as Js, type searchDecisionRequirementsConsistency as Jt, type searchDecisionRequirementsInput as Ju, type searchElementInstanceIncidentsConsistency as Jv, type searchElementInstanceIncidentsInput as Jw, type searchElementInstanceWaitStatesConsistency as Jx, type searchElementInstanceWaitStatesInput as Jy, type searchElementInstancesConsistency as Jz, type AdvancedDateTimeFilter as K, type updateJobsBatchOperationInput as K$, type searchProcessDefinitionsInput as K0, type searchProcessInstanceIncidentsConsistency as K1, type searchProcessInstanceIncidentsInput as K2, type searchProcessInstancesConsistency as K3, type searchProcessInstancesInput as K4, type searchResourcesConsistency as K5, type searchResourcesInput as K6, type searchRolesConsistency as K7, type searchRolesForGroupConsistency as K8, type searchRolesForGroupInput as K9, type syncRuntimeBackupStateAsClusterAdminInput as KA, type syncRuntimeBackupStateInput as KB, type takeHistoryBackupAsClusterAdminInput as KC, type takeHistoryBackupInput as KD, type takeRuntimeBackupAsClusterAdminInput as KE, type takeRuntimeBackupInput as KF, type throwJobErrorInput as KG, type triggerClusterRebalanceInput as KH, type unassignClientFromGroupInput as KI, type unassignClientFromTenantInput as KJ, type unassignGroupFromTenantInput as KK, type unassignMappingRuleFromGroupInput as KL, type unassignMappingRuleFromTenantInput as KM, type unassignRoleFromClientInput as KN, type unassignRoleFromGroupInput as KO, type unassignRoleFromMappingRuleInput as KP, type unassignRoleFromTenantInput as KQ, type unassignRoleFromUserInput as KR, type unassignUserFromGroupInput as KS, type unassignUserFromTenantInput as KT, type unassignUserTaskInput as KU, type updateAgentInstanceInput as KV, type updateAuthorizationInput as KW, type updateGlobalClusterVariableInput as KX, type updateGlobalTaskListenerInput as KY, type updateGroupInput as KZ, type updateJobInput as K_, type searchRolesForTenantConsistency as Ka, type searchRolesForTenantInput as Kb, type searchRolesInput as Kc, type searchTenantsConsistency as Kd, type searchTenantsInput as Ke, type searchUserTaskAuditLogsConsistency as Kf, type searchUserTaskAuditLogsInput as Kg, type searchUserTaskEffectiveVariablesConsistency as Kh, type searchUserTaskEffectiveVariablesInput as Ki, type searchUserTaskVariablesConsistency as Kj, type searchUserTaskVariablesInput as Kk, type searchUserTasksConsistency as Kl, type searchUserTasksInput as Km, type searchUsersConsistency as Kn, type searchUsersForGroupConsistency as Ko, type searchUsersForGroupInput as Kp, type searchUsersForRoleConsistency as Kq, type searchUsersForRoleInput as Kr, type searchUsersForTenantConsistency as Ks, type searchUsersForTenantInput as Kt, type searchUsersInput as Ku, type searchVariablesConsistency as Kv, type searchVariablesInput as Kw, type suspendBatchOperationInput as Kx, type suspendProcessInstanceInput as Ky, type suspendProcessInstancesBatchOperationInput as Kz, type AdvancedDecisionDefinitionKeyFilter as L, type updateMappingRuleInput as L0, type updateRoleInput as L1, type updateTenantClusterVariableInput as L2, type updateTenantInput as L3, type updateUserInput as L4, type updateUserTaskInput as L5, variableNamesFromSchema as L6, type AdvancedDecisionEvaluationInstanceKeyFilter as M, type AdvancedDecisionEvaluationKeyFilter as N, type AdvancedDecisionInstanceStateFilter as O, type Paginator as P, type AdvancedDecisionRequirementsKeyFilter as Q, type AdvancedDeploymentKeyFilter as R, type SearchPaginateOptions as S, type AdvancedElementIdFilter as T, type AdvancedElementInstanceKeyFilter as U, type AdvancedElementInstanceStateFilter as V, type WithSearchPagination as W, type AdvancedEntityTypeFilter as X, type AdvancedFormKeyFilter as Y, type AdvancedGlobalListenerSourceFilter as Z, type AdvancedGlobalTaskListenerEventTypeFilter as _, type PaginationMode as a, AgentInstanceKey as a$, type AdvancedIncidentStateFilter as a0, type AdvancedIntegerFilter as a1, type AdvancedJobKeyFilter as a2, type AdvancedJobKindFilter as a3, type AdvancedJobListenerEventTypeFilter as a4, type AdvancedJobStateFilter as a5, type AdvancedMessageSubscriptionKeyFilter as a6, type AdvancedMessageSubscriptionStateFilter as a7, type AdvancedMessageSubscriptionTypeFilter as a8, type AdvancedMetadataValueFilter as a9, type AgentDefinitionTypeFilterProperty as aA, AgentHistoryItemKey as aB, type AgentHistoryItemKeyExactMatch as aC, type AgentHistoryItemKeyExactMatchWritable as aD, type AgentHistoryItemKeyFilterProperty as aE, type AgentHistoryItemKeyWritable as aF, type AgentInstanceCreatedHistoryItem as aG, type AgentInstanceCreationRequest as aH, type AgentInstanceCreationResult as aI, type AgentInstanceDefinitionResult as aJ, type AgentInstanceDocumentContent as aK, type AgentInstanceFilter as aL, AgentInstanceHistoryCommitStatusEnum as aM, type AgentInstanceHistoryCommitStatusExactMatch as aN, type AgentInstanceHistoryCommitStatusExactMatchWritable as aO, type AgentInstanceHistoryCommitStatusFilterProperty as aP, type AgentInstanceHistoryFilter as aQ, type AgentInstanceHistoryItem as aR, type AgentInstanceHistoryItemMetrics as aS, type AgentInstanceHistoryItemResult as aT, AgentInstanceHistoryRoleEnum as aU, type AgentInstanceHistoryRoleExactMatch as aV, type AgentInstanceHistoryRoleExactMatchWritable as aW, type AgentInstanceHistoryRoleFilterProperty as aX, type AgentInstanceHistorySearchQuery as aY, type AgentInstanceHistorySearchQueryResult as aZ, type AgentInstanceHistorySearchQuerySortRequest as a_, type AdvancedOperationTypeFilter as aa, type AdvancedProcessDefinitionIdFilter as ab, type AdvancedProcessDefinitionKeyFilter as ac, type AdvancedProcessInstanceKeyFilter as ad, type AdvancedProcessInstanceStateFilter as ae, type AdvancedResourceKeyFilter as af, type AdvancedResultFilter as ag, type AdvancedScopeKeyFilter as ah, type AdvancedStringFilter as ai, type AdvancedUserTaskStateFilter as aj, type AdvancedVariableKeyFilter as ak, type AdvancedWaitStateElementTypeFilter as al, type AdvancedWaitStateTypeFilter as am, type AgentDefinitionFilter as an, AgentDefinitionKey as ao, type AgentDefinitionKeyExactMatch as ap, type AgentDefinitionKeyExactMatchWritable as aq, type AgentDefinitionKeyFilterProperty as ar, type AgentDefinitionKeyWritable as as, type AgentDefinitionResult as at, type AgentDefinitionSearchQuery as au, type AgentDefinitionSearchQueryResult as av, type AgentDefinitionSearchQuerySortRequest as aw, AgentDefinitionTypeEnum as ax, type AgentDefinitionTypeExactMatch as ay, type AgentDefinitionTypeExactMatchWritable as az, type SearchResponse as b, type AssignRoleToGroupResponse as b$, type AgentInstanceKeyExactMatch as b0, type AgentInstanceKeyExactMatchWritable as b1, type AgentInstanceKeyFilterProperty as b2, type AgentInstanceKeyWritable as b3, type AgentInstanceLimits as b4, type AgentInstanceMessageContent as b5, AgentInstanceMessageContentTypeEnum as b6, type AgentInstanceMetrics as b7, type AgentInstanceObjectContent as b8, type AgentInstanceResult as b9, type AssignGroupToTenantError as bA, type AssignGroupToTenantErrors as bB, type AssignGroupToTenantResponse as bC, type AssignGroupToTenantResponses as bD, type AssignMappingRuleToGroupData as bE, type AssignMappingRuleToGroupError as bF, type AssignMappingRuleToGroupErrors as bG, type AssignMappingRuleToGroupResponse as bH, type AssignMappingRuleToGroupResponses as bI, type AssignMappingRuleToTenantData as bJ, type AssignMappingRuleToTenantError as bK, type AssignMappingRuleToTenantErrors as bL, type AssignMappingRuleToTenantResponse as bM, type AssignMappingRuleToTenantResponses as bN, type AssignProcessInstanceBusinessIdData as bO, type AssignProcessInstanceBusinessIdError as bP, type AssignProcessInstanceBusinessIdErrors as bQ, type AssignProcessInstanceBusinessIdResponse as bR, type AssignProcessInstanceBusinessIdResponses as bS, type AssignRoleToClientData as bT, type AssignRoleToClientError as bU, type AssignRoleToClientErrors as bV, type AssignRoleToClientResponse as bW, type AssignRoleToClientResponses as bX, type AssignRoleToGroupData as bY, type AssignRoleToGroupError as bZ, type AssignRoleToGroupErrors as b_, type AgentInstanceSearchQuery as ba, type AgentInstanceSearchQueryResult as bb, type AgentInstanceSearchQuerySortRequest as bc, AgentInstanceStatusEnum as bd, type AgentInstanceStatusExactMatch as be, type AgentInstanceStatusExactMatchWritable as bf, type AgentInstanceStatusFilterProperty as bg, type AgentInstanceTextContent as bh, type AgentInstanceToolCall as bi, type AgentInstanceUpdateRequest as bj, type AgentInstanceUpdateResult as bk, AgentInstanceUpdateStatusEnum as bl, type AgentTool as bm, type AncestorScopeInstruction as bn, type AnyVariableSchema as bo, type AssignClientToGroupData as bp, type AssignClientToGroupError as bq, type AssignClientToGroupErrors as br, type AssignClientToGroupResponse as bs, type AssignClientToGroupResponses as bt, type AssignClientToTenantData as bu, type AssignClientToTenantError as bv, type AssignClientToTenantErrors as bw, type AssignClientToTenantResponse as bx, type AssignClientToTenantResponses as by, type AssignGroupToTenantData as bz, CamundaClient as c, type AuthorizationPropertyBasedRequest as c$, type AssignRoleToGroupResponses as c0, type AssignRoleToMappingRuleData as c1, type AssignRoleToMappingRuleError as c2, type AssignRoleToMappingRuleErrors as c3, type AssignRoleToMappingRuleResponse as c4, type AssignRoleToMappingRuleResponses as c5, type AssignRoleToTenantData as c6, type AssignRoleToTenantError as c7, type AssignRoleToTenantErrors as c8, type AssignRoleToTenantResponse as c9, AuditLogEntityKey as cA, type AuditLogEntityKeyExactMatch as cB, type AuditLogEntityKeyExactMatchWritable as cC, type AuditLogEntityKeyFilterProperty as cD, AuditLogEntityTypeEnum as cE, type AuditLogFilter as cF, AuditLogKey as cG, type AuditLogKeyExactMatch as cH, type AuditLogKeyExactMatchWritable as cI, type AuditLogKeyFilterProperty as cJ, type AuditLogKeyWritable as cK, AuditLogOperationTypeEnum as cL, type AuditLogResult as cM, AuditLogResultEnum as cN, type AuditLogResultExactMatch as cO, type AuditLogResultExactMatchWritable as cP, type AuditLogResultFilterProperty as cQ, type AuditLogSearchQueryRequest as cR, type AuditLogSearchQueryResult as cS, type AuditLogSearchQuerySortRequest as cT, type AuthStrategy as cU, type AuthenticationConfigurationResponse as cV, type AuthorizationCreateResult as cW, type AuthorizationFilter as cX, type AuthorizationIdBasedRequest as cY, AuthorizationKey as cZ, type AuthorizationKeyWritable as c_, type AssignRoleToTenantResponses as ca, type AssignRoleToUserData as cb, type AssignRoleToUserError as cc, type AssignRoleToUserErrors as cd, type AssignRoleToUserResponse as ce, type AssignRoleToUserResponses as cf, type AssignUserTaskData as cg, type AssignUserTaskError as ch, type AssignUserTaskErrors as ci, type AssignUserTaskResponse as cj, type AssignUserTaskResponses as ck, type AssignUserToGroupData as cl, type AssignUserToGroupError as cm, type AssignUserToGroupErrors as cn, type AssignUserToGroupResponse as co, type AssignUserToGroupResponses as cp, type AssignUserToTenantData as cq, type AssignUserToTenantError as cr, type AssignUserToTenantErrors as cs, type AssignUserToTenantResponse as ct, type AssignUserToTenantResponses as cu, AuditLogActorTypeEnum as cv, type AuditLogActorTypeExactMatch as cw, type AuditLogActorTypeExactMatchWritable as cx, type AuditLogActorTypeFilterProperty as cy, AuditLogCategoryEnum as cz, type CamundaOptions as d, type CancelProcessInstanceError as d$, type AuthorizationRequest as d0, type AuthorizationResult as d1, type AuthorizationSearchQuery as d2, type AuthorizationSearchQuerySortRequest as d3, type AuthorizationSearchResult as d4, type BackpressureSeverity as d5, type BackupId as d6, type BackupIdPrefix as d7, type BackupInfo as d8, type BackupInfoWritable as d9, type BatchOperationStateFilterProperty as dA, BatchOperationTypeEnum as dB, type BatchOperationTypeExactMatch as dC, type BatchOperationTypeExactMatchWritable as dD, type BatchOperationTypeFilterProperty as dE, type BroadcastSignalData as dF, type BroadcastSignalError as dG, type BroadcastSignalErrors as dH, type BroadcastSignalResponse as dI, type BroadcastSignalResponses as dJ, type BrokerInfo as dK, BusinessId as dL, type CamundaConfig as dM, type CamundaKey as dN, type CamundaUserResult as dO, type CancelBatchOperationData as dP, type CancelBatchOperationError as dQ, type CancelBatchOperationErrors as dR, type CancelBatchOperationResponse as dS, type CancelBatchOperationResponses as dT, type CancelClusterRebalanceData as dU, type CancelClusterRebalanceError as dV, type CancelClusterRebalanceErrors as dW, type CancelClusterRebalanceResponse as dX, type CancelClusterRebalanceResponses as dY, CancelError as dZ, type CancelProcessInstanceData as d_, type BackupType as da, type BaseProcessInstanceFilterFields as db, type BaseWaitStateDetails as dc, type BasicStringFilter as dd, type BasicStringFilterProperty as de, type BatchOperationCreatedResult as df, type BatchOperationError as dg, type BatchOperationFilter as dh, type BatchOperationItemFilter as di, type BatchOperationItemResponse as dj, type BatchOperationItemSearchQuery as dk, type BatchOperationItemSearchQueryResult as dl, type BatchOperationItemSearchQuerySortRequest as dm, BatchOperationItemStateEnum as dn, type BatchOperationItemStateExactMatch as dp, type BatchOperationItemStateExactMatchWritable as dq, type BatchOperationItemStateFilterProperty as dr, BatchOperationKey as ds, type BatchOperationResponse as dt, type BatchOperationSearchQuery as du, type BatchOperationSearchQueryResult as dv, type BatchOperationSearchQuerySortRequest as dw, BatchOperationStateEnum as dx, type BatchOperationStateExactMatch as dy, type BatchOperationStateExactMatchWritable as dz, createCamundaClient as e, type ClusterRuntimeBackupTenantInfoWritable as e$, type CancelProcessInstanceErrors as e0, type CancelProcessInstanceRequest as e1, type CancelProcessInstanceResponse as e2, type CancelProcessInstanceResponses as e3, type CancelProcessInstancesBatchOperationData as e4, type CancelProcessInstancesBatchOperationError as e5, type CancelProcessInstancesBatchOperationErrors as e6, type CancelProcessInstancesBatchOperationResponse as e7, type CancelProcessInstancesBatchOperationResponses as e8, type CategoryExactMatch as e9, type ClusterHistoryBackupTakeResult as eA, type ClusterHistoryBackupTenantInfo as eB, type ClusterHistoryBackupTenantInfoWritable as eC, type ClusterHistoryBackupTenantState as eD, type ClusterModeChangeOperation as eE, type ClusterModeChangePlannedChange as eF, type ClusterModeChangeResponse as eG, type ClusterRebalance as eH, type ClusterRebalanceOperationPartition as eI, type ClusterRebalancePartition as eJ, type ClusterRebalanceRequest as eK, type ClusterRestoreAwaitModeChangeOperation as eL, type ClusterRestoreBrokerOperation as eM, type ClusterRestoreModeChangeOperation as eN, type ClusterRestoreOperation as eO, type ClusterRestorePartitionOperation as eP, type ClusterRestorePartitionRestoreOperation as eQ, type ClusterRestorePlannedChange as eR, type ClusterRestoreRequest as eS, type ClusterRestoreResponse as eT, type ClusterRunningRebalance as eU, type ClusterRuntimeBackupInfo as eV, type ClusterRuntimeBackupInfoWritable as eW, type ClusterRuntimeBackupState as eX, type ClusterRuntimeBackupTakeOutcome as eY, type ClusterRuntimeBackupTakeResult as eZ, type ClusterRuntimeBackupTenantInfo as e_, type CategoryExactMatchWritable as ea, type CategoryFilterProperty as eb, type ChangeClusterModeAsClusterAdminData as ec, type ChangeClusterModeAsClusterAdminError as ed, type ChangeClusterModeAsClusterAdminErrors as ee, type ChangeClusterModeAsClusterAdminResponse as ef, type ChangeClusterModeAsClusterAdminResponses as eg, type ChangeClusterModeData as eh, type ChangeClusterModeError as ei, type ChangeClusterModeErrors as ej, type ChangeClusterModeResponse as ek, type ChangeClusterModeResponses as el, type Changeset as em, type CheckpointId as en, type CheckpointType as eo, ClientId as ep, type ClientOptions$1 as eq, type Clock as er, type ClockPinRequest as es, type CloudConfigurationResponse as et, type CloudStage as eu, type ClusterBalanceResponse as ev, type ClusterBrokerInfo as ew, type ClusterCompletedRebalance as ex, type ClusterHistoryBackupInfo as ey, type ClusterHistoryBackupInfoWritable as ez, type CancelablePromise as f, type CreateDeploymentError as f$, type ClusterRuntimeBackupTenantState as f0, type ClusterStatusResponse as f1, type ClusterTakeHistoryBackupResponse as f2, type ClusterTakeRuntimeBackupResponse as f3, type ClusterTopologyResponse as f4, ClusterVariableKindEnum as f5, type ClusterVariableKindExactMatch as f6, type ClusterVariableKindExactMatchWritable as f7, type ClusterVariableKindFilterProperty as f8, ClusterVariableName as f9, type CorrelateMessageData as fA, type CorrelateMessageError as fB, type CorrelateMessageErrors as fC, type CorrelateMessageResponse as fD, type CorrelateMessageResponses as fE, type CorrelatedMessageSubscriptionFilter as fF, type CorrelatedMessageSubscriptionResult as fG, type CorrelatedMessageSubscriptionSearchQuery as fH, type CorrelatedMessageSubscriptionSearchQueryResult as fI, type CorrelatedMessageSubscriptionSearchQuerySortRequest as fJ, type CreateAdminUserData as fK, type CreateAdminUserError as fL, type CreateAdminUserErrors as fM, type CreateAdminUserResponse as fN, type CreateAdminUserResponses as fO, type CreateAgentInstanceData as fP, type CreateAgentInstanceError as fQ, type CreateAgentInstanceErrors as fR, type CreateAgentInstanceResponse as fS, type CreateAgentInstanceResponses as fT, type CreateAuthorizationData as fU, type CreateAuthorizationError as fV, type CreateAuthorizationErrors as fW, type CreateAuthorizationResponse as fX, type CreateAuthorizationResponses as fY, type CreateClusterVariableRequest as fZ, type CreateDeploymentData as f_, type ClusterVariableResult as fa, type ClusterVariableResultBase as fb, ClusterVariableScopeEnum as fc, type ClusterVariableScopeExactMatch as fd, type ClusterVariableScopeExactMatchWritable as fe, type ClusterVariableScopeFilterProperty as ff, type ClusterVariableSearchQueryFilterRequest as fg, type ClusterVariableSearchQueryRequest as fh, type ClusterVariableSearchQueryResult as fi, type ClusterVariableSearchQuerySortRequest as fj, type ClusterVariableSearchResult as fk, type CompleteJobData as fl, type CompleteJobError as fm, type CompleteJobErrors as fn, type CompleteJobResponse as fo, type CompleteJobResponses as fp, type CompleteUserTaskData as fq, type CompleteUserTaskError as fr, type CompleteUserTaskErrors as fs, type CompleteUserTaskResponse as ft, type CompleteUserTaskResponses as fu, type ComponentsConfigurationResponse as fv, type ConditionWaitStateDetails as fw, type ConditionalEvaluationInstruction as fx, ConditionalEvaluationKey as fy, type ConditionalEvaluationKeyWritable as fz, type ActivateAdHocSubProcessActivitiesData as g, type CreateTenantResponse as g$, type CreateDeploymentErrors as g0, type CreateDeploymentResponse as g1, type CreateDeploymentResponses as g2, type CreateDocumentData as g3, type CreateDocumentError as g4, type CreateDocumentErrors as g5, type CreateDocumentLinkData as g6, type CreateDocumentLinkError as g7, type CreateDocumentLinkErrors as g8, type CreateDocumentLinkResponse as g9, type CreateGroupErrors as gA, type CreateGroupResponse as gB, type CreateGroupResponses as gC, type CreateMappingRuleData as gD, type CreateMappingRuleError as gE, type CreateMappingRuleErrors as gF, type CreateMappingRuleResponse as gG, type CreateMappingRuleResponses as gH, type CreateProcessInstanceData as gI, type CreateProcessInstanceError as gJ, type CreateProcessInstanceErrors as gK, type CreateProcessInstanceResponse as gL, type CreateProcessInstanceResponses as gM, type CreateProcessInstanceResult as gN, type CreateRoleData as gO, type CreateRoleError as gP, type CreateRoleErrors as gQ, type CreateRoleResponse as gR, type CreateRoleResponses as gS, type CreateTenantClusterVariableData as gT, type CreateTenantClusterVariableError as gU, type CreateTenantClusterVariableErrors as gV, type CreateTenantClusterVariableResponse as gW, type CreateTenantClusterVariableResponses as gX, type CreateTenantData as gY, type CreateTenantError as gZ, type CreateTenantErrors as g_, type CreateDocumentLinkResponses as ga, type CreateDocumentResponse as gb, type CreateDocumentResponses as gc, type CreateDocumentsData as gd, type CreateDocumentsError as ge, type CreateDocumentsErrors as gf, type CreateDocumentsResponse as gg, type CreateDocumentsResponses as gh, type CreateElementInstanceVariablesData as gi, type CreateElementInstanceVariablesError as gj, type CreateElementInstanceVariablesErrors as gk, type CreateElementInstanceVariablesResponse as gl, type CreateElementInstanceVariablesResponses as gm, type CreateGlobalClusterVariableData as gn, type CreateGlobalClusterVariableError as go, type CreateGlobalClusterVariableErrors as gp, type CreateGlobalClusterVariableResponse as gq, type CreateGlobalClusterVariableResponses as gr, type CreateGlobalTaskListenerData as gs, type CreateGlobalTaskListenerError as gt, type CreateGlobalTaskListenerErrors as gu, type CreateGlobalTaskListenerRequest as gv, type CreateGlobalTaskListenerResponse as gw, type CreateGlobalTaskListenerResponses as gx, type CreateGroupData as gy, type CreateGroupError as gz, type ActivateAdHocSubProcessActivitiesError as h, type DeleteDecisionInstanceErrors as h$, type CreateTenantResponses as h0, type CreateUserData as h1, type CreateUserError as h2, type CreateUserErrors as h3, type CreateUserResponse as h4, type CreateUserResponses as h5, type CursorBackwardPagination as h6, type CursorForwardPagination as h7, type DateTimeFilterProperty as h8, type DecisionDefinitionFilter as h9, DecisionInstanceKey as hA, type DecisionInstanceKeyWritable as hB, type DecisionInstanceResult as hC, type DecisionInstanceSearchQuery as hD, type DecisionInstanceSearchQueryResult as hE, type DecisionInstanceSearchQuerySortRequest as hF, DecisionInstanceStateEnum as hG, type DecisionInstanceStateExactMatch as hH, type DecisionInstanceStateExactMatchWritable as hI, type DecisionInstanceStateFilterProperty as hJ, type DecisionRequirementsFilter as hK, DecisionRequirementsKey as hL, type DecisionRequirementsKeyExactMatch as hM, type DecisionRequirementsKeyExactMatchWritable as hN, type DecisionRequirementsKeyFilterProperty as hO, type DecisionRequirementsKeyWritable as hP, type DecisionRequirementsResult as hQ, type DecisionRequirementsSearchQuery as hR, type DecisionRequirementsSearchQueryResult as hS, type DecisionRequirementsSearchQuerySortRequest as hT, type DeleteAuthorizationData as hU, type DeleteAuthorizationError as hV, type DeleteAuthorizationErrors as hW, type DeleteAuthorizationResponse as hX, type DeleteAuthorizationResponses as hY, type DeleteDecisionInstanceData as hZ, type DeleteDecisionInstanceError as h_, DecisionDefinitionId as ha, DecisionDefinitionKey as hb, type DecisionDefinitionKeyExactMatch as hc, type DecisionDefinitionKeyExactMatchWritable as hd, type DecisionDefinitionKeyFilterProperty as he, type DecisionDefinitionKeyWritable as hf, type DecisionDefinitionResult as hg, type DecisionDefinitionSearchQuery as hh, type DecisionDefinitionSearchQueryResult as hi, type DecisionDefinitionSearchQuerySortRequest as hj, DecisionDefinitionTypeEnum as hk, type DecisionEvaluationById as hl, type DecisionEvaluationByKey as hm, DecisionEvaluationInstanceKey as hn, type DecisionEvaluationInstanceKeyExactMatch as ho, type DecisionEvaluationInstanceKeyExactMatchWritable as hp, type DecisionEvaluationInstanceKeyFilterProperty as hq, type DecisionEvaluationInstruction as hr, DecisionEvaluationKey as hs, type DecisionEvaluationKeyExactMatch as ht, type DecisionEvaluationKeyExactMatchWritable as hu, type DecisionEvaluationKeyFilterProperty as hv, type DecisionEvaluationKeyWritable as hw, type DecisionInstanceDeletionBatchOperationRequest as hx, type DecisionInstanceFilter as hy, type DecisionInstanceGetQueryResult as hz, type ActivateAdHocSubProcessActivitiesErrors as i, type DeleteRoleData as i$, type DeleteDecisionInstanceRequest as i0, type DeleteDecisionInstanceResponse as i1, type DeleteDecisionInstanceResponses as i2, type DeleteDecisionInstancesBatchOperationData as i3, type DeleteDecisionInstancesBatchOperationError as i4, type DeleteDecisionInstancesBatchOperationErrors as i5, type DeleteDecisionInstancesBatchOperationResponse as i6, type DeleteDecisionInstancesBatchOperationResponses as i7, type DeleteDocumentData as i8, type DeleteDocumentError as i9, type DeleteHistoryBackupError as iA, type DeleteHistoryBackupErrors as iB, type DeleteHistoryBackupResponse as iC, type DeleteHistoryBackupResponses as iD, type DeleteMappingRuleData as iE, type DeleteMappingRuleError as iF, type DeleteMappingRuleErrors as iG, type DeleteMappingRuleResponse as iH, type DeleteMappingRuleResponses as iI, type DeleteProcessInstanceData as iJ, type DeleteProcessInstanceError as iK, type DeleteProcessInstanceErrors as iL, type DeleteProcessInstanceRequest as iM, type DeleteProcessInstanceResponse as iN, type DeleteProcessInstanceResponses as iO, type DeleteProcessInstancesBatchOperationData as iP, type DeleteProcessInstancesBatchOperationError as iQ, type DeleteProcessInstancesBatchOperationErrors as iR, type DeleteProcessInstancesBatchOperationResponse as iS, type DeleteProcessInstancesBatchOperationResponses as iT, type DeleteResourceData as iU, type DeleteResourceError as iV, type DeleteResourceErrors as iW, type DeleteResourceRequest as iX, type DeleteResourceResponse as iY, type DeleteResourceResponse2 as iZ, type DeleteResourceResponses as i_, type DeleteDocumentErrors as ia, type DeleteDocumentResponse as ib, type DeleteDocumentResponses as ic, type DeleteGlobalClusterVariableData as id, type DeleteGlobalClusterVariableError as ie, type DeleteGlobalClusterVariableErrors as ig, type DeleteGlobalClusterVariableResponse as ih, type DeleteGlobalClusterVariableResponses as ii, type DeleteGlobalTaskListenerData as ij, type DeleteGlobalTaskListenerError as ik, type DeleteGlobalTaskListenerErrors as il, type DeleteGlobalTaskListenerResponse as im, type DeleteGlobalTaskListenerResponses as io, type DeleteGroupData as ip, type DeleteGroupError as iq, type DeleteGroupErrors as ir, type DeleteGroupResponse as is, type DeleteGroupResponses as it, type DeleteHistoryBackupAsClusterAdminData as iu, type DeleteHistoryBackupAsClusterAdminError as iv, type DeleteHistoryBackupAsClusterAdminErrors as iw, type DeleteHistoryBackupAsClusterAdminResponse as ix, type DeleteHistoryBackupAsClusterAdminResponses as iy, type DeleteHistoryBackupData as iz, type ActivateAdHocSubProcessActivitiesResponse as j, type ElementIdExactMatchWritable as j$, type DeleteRoleError as j0, type DeleteRoleErrors as j1, type DeleteRoleResponse as j2, type DeleteRoleResponses as j3, type DeleteRuntimeBackupAsClusterAdminData as j4, type DeleteRuntimeBackupAsClusterAdminError as j5, type DeleteRuntimeBackupAsClusterAdminErrors as j6, type DeleteRuntimeBackupAsClusterAdminResponse as j7, type DeleteRuntimeBackupAsClusterAdminResponses as j8, type DeleteRuntimeBackupData as j9, type DeleteUserErrors as jA, type DeleteUserResponse as jB, type DeleteUserResponses as jC, type DeploymentConfigurationResponse as jD, type DeploymentDecisionRequirementsResult as jE, type DeploymentDecisionResult as jF, type DeploymentFormResult as jG, DeploymentKey as jH, type DeploymentKeyExactMatch as jI, type DeploymentKeyExactMatchWritable as jJ, type DeploymentKeyFilterProperty as jK, type DeploymentKeyWritable as jL, type DeploymentMetadataResult as jM, type DeploymentProcessResult as jN, type DeploymentResourceResult as jO, type DeploymentResult as jP, type DirectAncestorKeyInstruction as jQ, type DocumentCreationBatchResponse as jR, type DocumentCreationFailureDetail as jS, DocumentId as jT, type DocumentLink as jU, type DocumentLinkRequest as jV, type DocumentMetadata as jW, type DocumentMetadataResponse as jX, type DocumentReference as jY, ElementId as jZ, type ElementIdExactMatch as j_, type DeleteRuntimeBackupError as ja, type DeleteRuntimeBackupErrors as jb, type DeleteRuntimeBackupResponse as jc, type DeleteRuntimeBackupResponses as jd, type DeleteRuntimeBackupStateAsClusterAdminData as je, type DeleteRuntimeBackupStateAsClusterAdminError as jf, type DeleteRuntimeBackupStateAsClusterAdminErrors as jg, type DeleteRuntimeBackupStateAsClusterAdminResponse as jh, type DeleteRuntimeBackupStateAsClusterAdminResponses as ji, type DeleteRuntimeBackupStateData as jj, type DeleteRuntimeBackupStateError as jk, type DeleteRuntimeBackupStateErrors as jl, type DeleteRuntimeBackupStateResponse as jm, type DeleteRuntimeBackupStateResponses as jn, type DeleteTenantClusterVariableData as jo, type DeleteTenantClusterVariableError as jp, type DeleteTenantClusterVariableErrors as jq, type DeleteTenantClusterVariableResponse as jr, type DeleteTenantClusterVariableResponses as js, type DeleteTenantData as jt, type DeleteTenantError as ju, type DeleteTenantErrors as jv, type DeleteTenantResponse as jw, type DeleteTenantResponses as jx, type DeleteUserData as jy, type DeleteUserError as jz, type ActivateAdHocSubProcessActivitiesResponses as k, type FormKeyFilterProperty as k$, type ElementIdFilterProperty as k0, type ElementInstanceFilter as k1, type ElementInstanceFilterFields as k2, ElementInstanceKey as k3, type ElementInstanceKeyExactMatch as k4, type ElementInstanceKeyExactMatchWritable as k5, type ElementInstanceKeyFilterProperty as k6, type ElementInstanceKeyWritable as k7, type ElementInstanceResult as k8, type ElementInstanceSearchQuery as k9, type EvaluateDecisionResponses as kA, type EvaluateDecisionResult as kB, type EvaluateExpressionData as kC, type EvaluateExpressionError as kD, type EvaluateExpressionErrors as kE, type EvaluateExpressionResponse as kF, type EvaluateExpressionResponses as kG, type EvaluatedDecisionInputItem as kH, type EvaluatedDecisionOutputItem as kI, type EvaluatedDecisionResult as kJ, type ExportingStatusCode as kK, type ExportingStatusResponse as kL, type ExpressionEvaluationRequest as kM, type ExpressionEvaluationResult as kN, type ExpressionEvaluationWarningItem as kO, type ExpressionSecretReferenceItem as kP, type ExtendedDeploymentResult as kQ, type FailJobData as kR, type FailJobError as kS, type FailJobErrors as kT, type FailJobResponse as kU, type FailJobResponses as kV, type FetchPage as kW, FormId as kX, FormKey as kY, type FormKeyExactMatch as kZ, type FormKeyExactMatchWritable as k_, type ElementInstanceSearchQueryResult as ka, type ElementInstanceSearchQuerySortRequest as kb, ElementInstanceStateEnum as kc, type ElementInstanceStateExactMatch as kd, type ElementInstanceStateExactMatchWritable as ke, type ElementInstanceStateFilterProperty as kf, type ElementInstanceWaitStateFilter as kg, type ElementInstanceWaitStateQuery as kh, type ElementInstanceWaitStateQueryResult as ki, type ElementInstanceWaitStateQuerySortRequest as kj, type ElementInstanceWaitStateResult as kk, EndCursor as kl, type EnrichedActivatedJob as km, type EntityTypeExactMatch as kn, type EntityTypeExactMatchWritable as ko, type EntityTypeFilterProperty as kp, type EvaluateConditionalResult as kq, type EvaluateConditionalsData as kr, type EvaluateConditionalsError as ks, type EvaluateConditionalsErrors as kt, type EvaluateConditionalsResponse as ku, type EvaluateConditionalsResponses as kv, type EvaluateDecisionData as kw, type EvaluateDecisionError as kx, type EvaluateDecisionErrors as ky, type EvaluateDecisionResponse as kz, type ActivateJobsData as l, type GetDecisionInstanceError as l$, type FormKeyWritable as l0, type FormResult as l1, type GetAgentDefinitionData as l2, type GetAgentDefinitionError as l3, type GetAgentDefinitionErrors as l4, type GetAgentDefinitionResponse as l5, type GetAgentDefinitionResponses as l6, type GetAgentInstanceData as l7, type GetAgentInstanceError as l8, type GetAgentInstanceErrors as l9, type GetClusterExportingStatusResponses as lA, type GetClusterRebalanceData as lB, type GetClusterRebalanceError as lC, type GetClusterRebalanceErrors as lD, type GetClusterRebalanceResponse as lE, type GetClusterRebalanceResponses as lF, type GetClusterStatusData as lG, type GetClusterStatusError as lH, type GetClusterStatusErrors as lI, type GetClusterStatusResponse as lJ, type GetClusterStatusResponses as lK, type GetClusterTopologyData as lL, type GetClusterTopologyError as lM, type GetClusterTopologyErrors as lN, type GetClusterTopologyResponse as lO, type GetClusterTopologyResponses as lP, type GetDecisionDefinitionData as lQ, type GetDecisionDefinitionError as lR, type GetDecisionDefinitionErrors as lS, type GetDecisionDefinitionResponse as lT, type GetDecisionDefinitionResponses as lU, type GetDecisionDefinitionXmlData as lV, type GetDecisionDefinitionXmlError as lW, type GetDecisionDefinitionXmlErrors as lX, type GetDecisionDefinitionXmlResponse as lY, type GetDecisionDefinitionXmlResponses as lZ, type GetDecisionInstanceData as l_, type GetAgentInstanceResponse as la, type GetAgentInstanceResponses as lb, type GetAuditLogData as lc, type GetAuditLogError as ld, type GetAuditLogErrors as le, type GetAuditLogResponse as lf, type GetAuditLogResponses as lg, type GetAuthenticationData as lh, type GetAuthenticationError as li, type GetAuthenticationErrors as lj, type GetAuthenticationResponse as lk, type GetAuthenticationResponses as ll, type GetAuthorizationData as lm, type GetAuthorizationError as ln, type GetAuthorizationErrors as lo, type GetAuthorizationResponse as lp, type GetAuthorizationResponses as lq, type GetBatchOperationData as lr, type GetBatchOperationError as ls, type GetBatchOperationErrors as lt, type GetBatchOperationResponse as lu, type GetBatchOperationResponses as lv, type GetClusterExportingStatusData as lw, type GetClusterExportingStatusError as lx, type GetClusterExportingStatusErrors as ly, type GetClusterExportingStatusResponse as lz, type ActivateJobsError as m, type GetIncidentData as m$, type GetDecisionInstanceErrors as m0, type GetDecisionInstanceResponse as m1, type GetDecisionInstanceResponses as m2, type GetDecisionRequirementsData as m3, type GetDecisionRequirementsError as m4, type GetDecisionRequirementsErrors as m5, type GetDecisionRequirementsResponse as m6, type GetDecisionRequirementsResponses as m7, type GetDecisionRequirementsXmlData as m8, type GetDecisionRequirementsXmlError as m9, type GetGlobalClusterVariableResponse as mA, type GetGlobalClusterVariableResponses as mB, type GetGlobalJobStatisticsData as mC, type GetGlobalJobStatisticsError as mD, type GetGlobalJobStatisticsErrors as mE, type GetGlobalJobStatisticsResponse as mF, type GetGlobalJobStatisticsResponses as mG, type GetGlobalTaskListenerData as mH, type GetGlobalTaskListenerError as mI, type GetGlobalTaskListenerErrors as mJ, type GetGlobalTaskListenerResponse as mK, type GetGlobalTaskListenerResponses as mL, type GetGroupData as mM, type GetGroupError as mN, type GetGroupErrors as mO, type GetGroupResponse as mP, type GetGroupResponses as mQ, type GetHistoryBackupAsClusterAdminData as mR, type GetHistoryBackupAsClusterAdminError as mS, type GetHistoryBackupAsClusterAdminErrors as mT, type GetHistoryBackupAsClusterAdminResponse as mU, type GetHistoryBackupAsClusterAdminResponses as mV, type GetHistoryBackupData as mW, type GetHistoryBackupError as mX, type GetHistoryBackupErrors as mY, type GetHistoryBackupResponse as mZ, type GetHistoryBackupResponses as m_, type GetDecisionRequirementsXmlErrors as ma, type GetDecisionRequirementsXmlResponse as mb, type GetDecisionRequirementsXmlResponses as mc, type GetDocumentData as md, type GetDocumentError as me, type GetDocumentErrors as mf, type GetDocumentResponse as mg, type GetDocumentResponses as mh, type GetElementInstanceData as mi, type GetElementInstanceError as mj, type GetElementInstanceErrors as mk, type GetElementInstanceResponse as ml, type GetElementInstanceResponses as mm, type GetExportingStatusData as mn, type GetExportingStatusError as mo, type GetExportingStatusErrors as mp, type GetExportingStatusResponse as mq, type GetExportingStatusResponses as mr, type GetFormByKeyData as ms, type GetFormByKeyError as mt, type GetFormByKeyErrors as mu, type GetFormByKeyResponse as mv, type GetFormByKeyResponses as mw, type GetGlobalClusterVariableData as mx, type GetGlobalClusterVariableError as my, type GetGlobalClusterVariableErrors as mz, type ActivateJobsErrors as n, type GetProcessDefinitionXmlResponses as n$, type GetIncidentError as n0, type GetIncidentErrors as n1, type GetIncidentResponse as n2, type GetIncidentResponses as n3, type GetJobErrorStatisticsData as n4, type GetJobErrorStatisticsError as n5, type GetJobErrorStatisticsErrors as n6, type GetJobErrorStatisticsResponse as n7, type GetJobErrorStatisticsResponses as n8, type GetJobTimeSeriesStatisticsData as n9, type GetProcessDefinitionErrors as nA, type GetProcessDefinitionInstanceStatisticsData as nB, type GetProcessDefinitionInstanceStatisticsError as nC, type GetProcessDefinitionInstanceStatisticsErrors as nD, type GetProcessDefinitionInstanceStatisticsResponse as nE, type GetProcessDefinitionInstanceStatisticsResponses as nF, type GetProcessDefinitionInstanceVersionStatisticsData as nG, type GetProcessDefinitionInstanceVersionStatisticsError as nH, type GetProcessDefinitionInstanceVersionStatisticsErrors as nI, type GetProcessDefinitionInstanceVersionStatisticsResponse as nJ, type GetProcessDefinitionInstanceVersionStatisticsResponses as nK, type GetProcessDefinitionMessageSubscriptionStatisticsData as nL, type GetProcessDefinitionMessageSubscriptionStatisticsError as nM, type GetProcessDefinitionMessageSubscriptionStatisticsErrors as nN, type GetProcessDefinitionMessageSubscriptionStatisticsResponse as nO, type GetProcessDefinitionMessageSubscriptionStatisticsResponses as nP, type GetProcessDefinitionResponse as nQ, type GetProcessDefinitionResponses as nR, type GetProcessDefinitionStatisticsData as nS, type GetProcessDefinitionStatisticsError as nT, type GetProcessDefinitionStatisticsErrors as nU, type GetProcessDefinitionStatisticsResponse as nV, type GetProcessDefinitionStatisticsResponses as nW, type GetProcessDefinitionXmlData as nX, type GetProcessDefinitionXmlError as nY, type GetProcessDefinitionXmlErrors as nZ, type GetProcessDefinitionXmlResponse as n_, type GetJobTimeSeriesStatisticsError as na, type GetJobTimeSeriesStatisticsErrors as nb, type GetJobTimeSeriesStatisticsResponse as nc, type GetJobTimeSeriesStatisticsResponses as nd, type GetJobTypeStatisticsData as ne, type GetJobTypeStatisticsError as nf, type GetJobTypeStatisticsErrors as ng, type GetJobTypeStatisticsResponse as nh, type GetJobTypeStatisticsResponses as ni, type GetJobWorkerStatisticsData as nj, type GetJobWorkerStatisticsError as nk, type GetJobWorkerStatisticsErrors as nl, type GetJobWorkerStatisticsResponse as nm, type GetJobWorkerStatisticsResponses as nn, type GetLicenseData as no, type GetLicenseError as np, type GetLicenseErrors as nq, type GetLicenseResponse as nr, type GetLicenseResponses as ns, type GetMappingRuleData as nt, type GetMappingRuleError as nu, type GetMappingRuleErrors as nv, type GetMappingRuleResponse as nw, type GetMappingRuleResponses as nx, type GetProcessDefinitionData as ny, type GetProcessDefinitionError as nz, type ActivateJobsResponse as o, type GetRuntimeBackupAsClusterAdminResponse as o$, type GetProcessInstanceCallHierarchyData as o0, type GetProcessInstanceCallHierarchyError as o1, type GetProcessInstanceCallHierarchyErrors as o2, type GetProcessInstanceCallHierarchyResponse as o3, type GetProcessInstanceCallHierarchyResponses as o4, type GetProcessInstanceData as o5, type GetProcessInstanceError as o6, type GetProcessInstanceErrors as o7, type GetProcessInstanceResponse as o8, type GetProcessInstanceResponses as o9, type GetResourceContentBinaryError as oA, type GetResourceContentBinaryErrors as oB, type GetResourceContentBinaryResponse as oC, type GetResourceContentBinaryResponses as oD, type GetResourceContentData as oE, type GetResourceContentError as oF, type GetResourceContentErrors as oG, type GetResourceContentResponse as oH, type GetResourceContentResponses as oI, type GetResourceData as oJ, type GetResourceError as oK, type GetResourceErrors as oL, type GetResourceResponse as oM, type GetResourceResponses as oN, type GetRestoreStatusData as oO, type GetRestoreStatusError as oP, type GetRestoreStatusErrors as oQ, type GetRestoreStatusResponse as oR, type GetRestoreStatusResponses as oS, type GetRoleData as oT, type GetRoleError as oU, type GetRoleErrors as oV, type GetRoleResponse as oW, type GetRoleResponses as oX, type GetRuntimeBackupAsClusterAdminData as oY, type GetRuntimeBackupAsClusterAdminError as oZ, type GetRuntimeBackupAsClusterAdminErrors as o_, type GetProcessInstanceSequenceFlowsData as oa, type GetProcessInstanceSequenceFlowsError as ob, type GetProcessInstanceSequenceFlowsErrors as oc, type GetProcessInstanceSequenceFlowsResponse as od, type GetProcessInstanceSequenceFlowsResponses as oe, type GetProcessInstanceStatisticsByDefinitionData as of, type GetProcessInstanceStatisticsByDefinitionError as og, type GetProcessInstanceStatisticsByDefinitionErrors as oh, type GetProcessInstanceStatisticsByDefinitionResponse as oi, type GetProcessInstanceStatisticsByDefinitionResponses as oj, type GetProcessInstanceStatisticsByErrorData as ok, type GetProcessInstanceStatisticsByErrorError as ol, type GetProcessInstanceStatisticsByErrorErrors as om, type GetProcessInstanceStatisticsByErrorResponse as on, type GetProcessInstanceStatisticsByErrorResponses as oo, type GetProcessInstanceStatisticsData as op, type GetProcessInstanceStatisticsError as oq, type GetProcessInstanceStatisticsErrors as or, type GetProcessInstanceStatisticsResponse as os, type GetProcessInstanceStatisticsResponses as ot, type GetProcessInstanceWaitStateStatisticsData as ou, type GetProcessInstanceWaitStateStatisticsError as ov, type GetProcessInstanceWaitStateStatisticsErrors as ow, type GetProcessInstanceWaitStateStatisticsResponse as ox, type GetProcessInstanceWaitStateStatisticsResponses as oy, type GetResourceContentBinaryData as oz, type ActivateJobsResponses as p, type GetUserTaskResponse as p$, type GetRuntimeBackupAsClusterAdminResponses as p0, type GetRuntimeBackupData as p1, type GetRuntimeBackupError as p2, type GetRuntimeBackupErrors as p3, type GetRuntimeBackupResponse as p4, type GetRuntimeBackupResponses as p5, type GetRuntimeBackupStateAsClusterAdminData as p6, type GetRuntimeBackupStateAsClusterAdminError as p7, type GetRuntimeBackupStateAsClusterAdminErrors as p8, type GetRuntimeBackupStateAsClusterAdminResponse as p9, type GetTenantError as pA, type GetTenantErrors as pB, type GetTenantResponse as pC, type GetTenantResponses as pD, type GetTopologyData as pE, type GetTopologyError as pF, type GetTopologyErrors as pG, type GetTopologyResponse as pH, type GetTopologyResponses as pI, type GetUsageMetricsData as pJ, type GetUsageMetricsError as pK, type GetUsageMetricsErrors as pL, type GetUsageMetricsResponse as pM, type GetUsageMetricsResponses as pN, type GetUserData as pO, type GetUserError as pP, type GetUserErrors as pQ, type GetUserResponse as pR, type GetUserResponses as pS, type GetUserTaskData as pT, type GetUserTaskError as pU, type GetUserTaskErrors as pV, type GetUserTaskFormData as pW, type GetUserTaskFormError as pX, type GetUserTaskFormErrors as pY, type GetUserTaskFormResponse as pZ, type GetUserTaskFormResponses as p_, type GetRuntimeBackupStateAsClusterAdminResponses as pa, type GetRuntimeBackupStateData as pb, type GetRuntimeBackupStateError as pc, type GetRuntimeBackupStateErrors as pd, type GetRuntimeBackupStateResponse as pe, type GetRuntimeBackupStateResponses as pf, type GetStartProcessFormData as pg, type GetStartProcessFormError as ph, type GetStartProcessFormErrors as pi, type GetStartProcessFormResponse as pj, type GetStartProcessFormResponses as pk, type GetStatusData as pl, type GetStatusErrors as pm, type GetStatusResponse as pn, type GetStatusResponses as po, type GetSystemConfigurationData as pp, type GetSystemConfigurationError as pq, type GetSystemConfigurationErrors as pr, type GetSystemConfigurationResponse as ps, type GetSystemConfigurationResponses as pt, type GetTenantClusterVariableData as pu, type GetTenantClusterVariableError as pv, type GetTenantClusterVariableErrors as pw, type GetTenantClusterVariableResponse as px, type GetTenantClusterVariableResponses as py, type GetTenantData as pz, type AdHocSubProcessActivateActivitiesInstruction as q, type IncidentProcessInstanceStatisticsByErrorQueryResult as q$, type GetUserTaskResponses as q0, type GetVariableData as q1, type GetVariableError as q2, type GetVariableErrors as q3, type GetVariableResponse as q4, type GetVariableResponses as q5, type GlobalJobStatisticsQueryResult as q6, type GlobalListenerBase as q7, GlobalListenerId as q8, GlobalListenerSourceEnum as q9, type GroupSearchQueryRequest as qA, type GroupSearchQueryResult as qB, type GroupSearchQuerySortRequest as qC, type GroupUpdateRequest as qD, type GroupUpdateResult as qE, type GroupUserResult as qF, type GroupUserSearchQueryRequest as qG, type GroupUserSearchQuerySortRequest as qH, type GroupUserSearchResult as qI, type HistoryBackupInfo as qJ, type HistoryBackupInfoWritable as qK, type HistoryBackupSnapshotInfo as qL, type HistoryBackupStateCode as qM, type HttpRetryPolicy as qN, IncidentErrorTypeEnum as qO, type IncidentErrorTypeExactMatch as qP, type IncidentErrorTypeExactMatchWritable as qQ, type IncidentErrorTypeFilterProperty as qR, type IncidentFilter as qS, IncidentKey as qT, type IncidentKeyWritable as qU, type IncidentProcessInstanceStatisticsByDefinitionFilter as qV, type IncidentProcessInstanceStatisticsByDefinitionQuery as qW, type IncidentProcessInstanceStatisticsByDefinitionQueryResult as qX, type IncidentProcessInstanceStatisticsByDefinitionQuerySortRequest as qY, type IncidentProcessInstanceStatisticsByDefinitionResult as qZ, type IncidentProcessInstanceStatisticsByErrorQuery as q_, type GlobalListenerSourceExactMatch as qa, type GlobalListenerSourceExactMatchWritable as qb, type GlobalListenerSourceFilterProperty as qc, type GlobalTaskListenerBase as qd, GlobalTaskListenerEventTypeEnum as qe, type GlobalTaskListenerEventTypeExactMatch as qf, type GlobalTaskListenerEventTypeExactMatchWritable as qg, type GlobalTaskListenerEventTypeFilterProperty as qh, type GlobalTaskListenerEventTypes as qi, type GlobalTaskListenerEventTypesWritable as qj, type GlobalTaskListenerResult as qk, type GlobalTaskListenerSearchQueryFilterRequest as ql, type GlobalTaskListenerSearchQueryRequest as qm, type GlobalTaskListenerSearchQueryResult as qn, type GlobalTaskListenerSearchQuerySortRequest as qo, type GroupClientResult as qp, type GroupClientSearchQueryRequest as qq, type GroupClientSearchQuerySortRequest as qr, type GroupClientSearchResult as qs, type GroupCreateRequest as qt, type GroupCreateResult as qu, type GroupFilter as qv, GroupId as qw, type GroupMappingRuleSearchResult as qx, type GroupResult as qy, type GroupRoleSearchResult as qz, type AdHocSubProcessActivateActivityReference as r, type JobWaitStateDetails as r$, type IncidentProcessInstanceStatisticsByErrorQuerySortRequest as r0, type IncidentProcessInstanceStatisticsByErrorResult as r1, type IncidentResolutionRequest as r2, type IncidentResult as r3, type IncidentSearchQuery as r4, type IncidentSearchQueryResult as r5, type IncidentSearchQuerySortRequest as r6, IncidentStateEnum as r7, type IncidentStateExactMatch as r8, type IncidentStateExactMatchWritable as r9, JobListenerEventTypeEnum as rA, type JobListenerEventTypeExactMatch as rB, type JobListenerEventTypeExactMatchWritable as rC, type JobListenerEventTypeFilterProperty as rD, type JobMetricsConfigurationResponse as rE, type JobResult as rF, type JobResultActivateElement as rG, type JobResultAdHocSubProcess as rH, type JobResultCorrections as rI, type JobResultUserTask as rJ, type JobSearchQuery as rK, type JobSearchQueryResult as rL, type JobSearchQuerySortRequest as rM, type JobSearchResult as rN, JobStateEnum as rO, type JobStateExactMatch as rP, type JobStateExactMatchWritable as rQ, type JobStateFilterProperty as rR, type JobTimeSeriesStatisticsFilter as rS, type JobTimeSeriesStatisticsItem as rT, type JobTimeSeriesStatisticsQuery as rU, type JobTimeSeriesStatisticsQueryResult as rV, type JobTypeStatisticsFilter as rW, type JobTypeStatisticsItem as rX, type JobTypeStatisticsQuery as rY, type JobTypeStatisticsQueryResult as rZ, type JobUpdateRequest as r_, type IncidentStateFilterProperty as ra, type InferredAncestorKeyInstruction as rb, type IntegerFilterProperty as rc, type Job as rd, JobActionReceipt as re, type JobActivationRequest as rf, type JobActivationResult as rg, type JobBatchUpdateRequest as rh, type JobChangeset as ri, type JobCompletionRequest as rj, type JobErrorRequest$1 as rk, type JobErrorStatisticsFilter as rl, type JobErrorStatisticsItem as rm, type JobErrorStatisticsQuery as rn, type JobErrorStatisticsQueryResult as ro, type JobFailRequest as rp, type JobFilter as rq, JobKey as rr, type JobKeyExactMatch as rs, type JobKeyExactMatchWritable as rt, type JobKeyFilterProperty as ru, type JobKeyWritable as rv, JobKindEnum as rw, type JobKindExactMatch as rx, type JobKindExactMatchWritable as ry, type JobKindFilterProperty as rz, type AdvancedActorTypeFilter as s, type MessageSubscriptionSearchQueryResult as s$, JobWorker as s0, type JobWorkerConfig as s1, type JobWorkerStatisticsFilter as s2, type JobWorkerStatisticsItem as s3, type JobWorkerStatisticsQuery as s4, type JobWorkerStatisticsQueryResult as s5, type LicenseResponse as s6, type LikeFilter as s7, type LimitPagination as s8, type ListHistoryBackupsAsClusterAdminData as s9, type MappingRuleCreateRequest as sA, type MappingRuleCreateResult as sB, type MappingRuleCreateUpdateRequest as sC, type MappingRuleCreateUpdateResult as sD, type MappingRuleFilter as sE, MappingRuleId as sF, type MappingRuleResult as sG, type MappingRuleSearchQueryRequest as sH, type MappingRuleSearchQueryResult as sI, type MappingRuleSearchQuerySortRequest as sJ, type MappingRuleUpdateRequest as sK, type MappingRuleUpdateResult as sL, type MatchedDecisionRuleItem as sM, type MessageCorrelationRequest as sN, type MessageCorrelationResult as sO, MessageKey as sP, type MessageKeyWritable as sQ, type MessagePublicationRequest as sR, type MessagePublicationResult as sS, type MessageSubscriptionFilter as sT, MessageSubscriptionKey as sU, type MessageSubscriptionKeyExactMatch as sV, type MessageSubscriptionKeyExactMatchWritable as sW, type MessageSubscriptionKeyFilterProperty as sX, type MessageSubscriptionKeyWritable as sY, type MessageSubscriptionResult as sZ, type MessageSubscriptionSearchQuery as s_, type ListHistoryBackupsAsClusterAdminError as sa, type ListHistoryBackupsAsClusterAdminErrors as sb, type ListHistoryBackupsAsClusterAdminResponse as sc, type ListHistoryBackupsAsClusterAdminResponses as sd, type ListHistoryBackupsData as se, type ListHistoryBackupsError as sf, type ListHistoryBackupsErrors as sg, type ListHistoryBackupsResponse as sh, type ListHistoryBackupsResponses as si, type ListRuntimeBackupsAsClusterAdminData as sj, type ListRuntimeBackupsAsClusterAdminError as sk, type ListRuntimeBackupsAsClusterAdminErrors as sl, type ListRuntimeBackupsAsClusterAdminResponse as sm, type ListRuntimeBackupsAsClusterAdminResponses as sn, type ListRuntimeBackupsData as so, type ListRuntimeBackupsError as sp, type ListRuntimeBackupsErrors as sq, type ListRuntimeBackupsResponse as sr, type ListRuntimeBackupsResponses as ss, type ListSecretsData as st, type ListSecretsError as su, type ListSecretsErrors as sv, type ListSecretsResponse as sw, type ListSecretsResponses as sx, type LongKey as sy, type LoopIterationId as sz, type AdvancedAgentDefinitionKeyFilter as t, type PinClockError as t$, type MessageSubscriptionSearchQuerySortRequest as t0, MessageSubscriptionStateEnum as t1, type MessageSubscriptionStateExactMatch as t2, type MessageSubscriptionStateExactMatchWritable as t3, type MessageSubscriptionStateFilterProperty as t4, MessageSubscriptionTypeEnum as t5, type MessageSubscriptionTypeExactMatch as t6, type MessageSubscriptionTypeExactMatchWritable as t7, type MessageSubscriptionTypeFilterProperty as t8, type MessageWaitStateDetails as t9, type OperationTypeExactMatch as tA, type OperationTypeExactMatchWritable as tB, type OperationTypeFilterProperty as tC, type OwnAuthorizationSearchResult as tD, OwnerTypeEnum as tE, type PaginateOptions as tF, type Partition as tG, type PartitionBackupInfo as tH, type PartitionBackupInfoWritable as tI, type PartitionBackupRange as tJ, type PartitionBackupState as tK, type PartitionCheckpointState as tL, type PartitionId as tM, type PauseClusterExportingData as tN, type PauseClusterExportingError as tO, type PauseClusterExportingErrors as tP, type PauseClusterExportingResponse as tQ, type PauseClusterExportingResponses as tR, type PauseExportingData as tS, type PauseExportingError as tT, type PauseExportingErrors as tU, type PauseExportingResponse as tV, type PauseExportingResponses as tW, PermissionTypeEnum as tX, type PhysicalTenantBrokerTopology as tY, type PhysicalTenantTopology as tZ, type PinClockData as t_, type MigrateProcessInstanceData as ta, type MigrateProcessInstanceError as tb, type MigrateProcessInstanceErrors as tc, type MigrateProcessInstanceMappingInstruction as td, type MigrateProcessInstanceResponse as te, type MigrateProcessInstanceResponses as tf, type MigrateProcessInstancesBatchOperationData as tg, type MigrateProcessInstancesBatchOperationError as th, type MigrateProcessInstancesBatchOperationErrors as ti, type MigrateProcessInstancesBatchOperationResponse as tj, type MigrateProcessInstancesBatchOperationResponses as tk, type Mode as tl, type ModifyProcessInstanceData as tm, type ModifyProcessInstanceError as tn, type ModifyProcessInstanceErrors as to, type ModifyProcessInstanceResponse as tp, type ModifyProcessInstanceResponses as tq, type ModifyProcessInstanceVariableInstruction as tr, type ModifyProcessInstancesBatchOperationData as ts, type ModifyProcessInstancesBatchOperationError as tt, type ModifyProcessInstancesBatchOperationErrors as tu, type ModifyProcessInstancesBatchOperationResponse as tv, type ModifyProcessInstancesBatchOperationResponses as tw, type OffsetPagination as tx, type OperationOptions as ty, type OperationReference as tz, type AdvancedAgentDefinitionTypeFilter as u, type ProcessInstanceModificationMoveBatchOperationInstruction as u$, type PinClockErrors as u0, type PinClockResponse as u1, type PinClockResponses as u2, type ProblemDetail as u3, type ProcessDefinitionElementStatisticsQuery as u4, type ProcessDefinitionElementStatisticsQueryResult as u5, type ProcessDefinitionFilter as u6, ProcessDefinitionId as u7, type ProcessDefinitionIdExactMatch as u8, type ProcessDefinitionIdExactMatchWritable as u9, type ProcessDefinitionVariableNameSearchResult as uA, type ProcessElementStatisticsResult as uB, type ProcessInstanceBusinessIdAssignmentInstruction as uC, type ProcessInstanceCallHierarchyEntry as uD, type ProcessInstanceCancellationBatchOperationRequest as uE, type ProcessInstanceCreationInstruction as uF, type ProcessInstanceCreationInstructionById as uG, type ProcessInstanceCreationInstructionByKey as uH, type ProcessInstanceCreationRuntimeInstruction as uI, type ProcessInstanceCreationStartInstruction as uJ, type ProcessInstanceCreationTerminateInstruction as uK, type ProcessInstanceDeletionBatchOperationRequest as uL, type ProcessInstanceElementStatisticsQueryResult as uM, type ProcessInstanceFilter as uN, type ProcessInstanceFilterFields as uO, type ProcessInstanceIncidentResolutionBatchOperationRequest as uP, ProcessInstanceKey as uQ, type ProcessInstanceKeyExactMatch as uR, type ProcessInstanceKeyExactMatchWritable as uS, type ProcessInstanceKeyFilterProperty as uT, type ProcessInstanceKeyWritable as uU, type ProcessInstanceMigrationBatchOperationPlan as uV, type ProcessInstanceMigrationBatchOperationRequest as uW, type ProcessInstanceMigrationInstruction as uX, type ProcessInstanceModificationActivateInstruction as uY, type ProcessInstanceModificationBatchOperationRequest as uZ, type ProcessInstanceModificationInstruction as u_, type ProcessDefinitionIdFilterProperty as ua, type ProcessDefinitionInstanceStatisticsQuery as ub, type ProcessDefinitionInstanceStatisticsQueryResult as uc, type ProcessDefinitionInstanceStatisticsQuerySortRequest as ud, type ProcessDefinitionInstanceStatisticsResult as ue, type ProcessDefinitionInstanceVersionStatisticsFilter as uf, type ProcessDefinitionInstanceVersionStatisticsQuery as ug, type ProcessDefinitionInstanceVersionStatisticsQueryResult as uh, type ProcessDefinitionInstanceVersionStatisticsQuerySortRequest as ui, type ProcessDefinitionInstanceVersionStatisticsResult as uj, ProcessDefinitionKey as uk, type ProcessDefinitionKeyExactMatch as ul, type ProcessDefinitionKeyExactMatchWritable as um, type ProcessDefinitionKeyFilterProperty as un, type ProcessDefinitionKeyWritable as uo, type ProcessDefinitionMessageSubscriptionStatisticsQuery as up, type ProcessDefinitionMessageSubscriptionStatisticsQueryResult as uq, type ProcessDefinitionMessageSubscriptionStatisticsResult as ur, type ProcessDefinitionResult as us, type ProcessDefinitionSearchQuery as ut, type ProcessDefinitionSearchQueryResult as uu, type ProcessDefinitionSearchQuerySortRequest as uv, type ProcessDefinitionStatisticsFilter as uw, type ProcessDefinitionVariableNameFilter as ux, type ProcessDefinitionVariableNameSearchQuery as uy, type ProcessDefinitionVariableNameSearchQueryResult as uz, type AdvancedAgentHistoryItemKeyFilter as v, type RestoreAsClusterAdminError as v$, type ProcessInstanceModificationMoveInstruction as v0, type ProcessInstanceModificationTerminateByIdInstruction as v1, type ProcessInstanceModificationTerminateByKeyInstruction as v2, type ProcessInstanceModificationTerminateInstruction as v3, type ProcessInstanceReference as v4, type ProcessInstanceResult as v5, type ProcessInstanceResumptionBatchOperationRequest as v6, type ProcessInstanceSearchQuery as v7, type ProcessInstanceSearchQueryResult as v8, type ProcessInstanceSearchQuerySortRequest as v9, type ResolveIncidentsBatchOperationError as vA, type ResolveIncidentsBatchOperationErrors as vB, type ResolveIncidentsBatchOperationResponse as vC, type ResolveIncidentsBatchOperationResponses as vD, type ResolveProcessInstanceIncidentsData as vE, type ResolveProcessInstanceIncidentsError as vF, type ResolveProcessInstanceIncidentsErrors as vG, type ResolveProcessInstanceIncidentsResponse as vH, type ResolveProcessInstanceIncidentsResponses as vI, type ResolveSecretsData as vJ, type ResolveSecretsError as vK, type ResolveSecretsErrors as vL, type ResolveSecretsResponse as vM, type ResolveSecretsResponses as vN, type ResolvedSecret as vO, type ResourceFilter as vP, type ResourceKey as vQ, type ResourceKeyExactMatch as vR, type ResourceKeyExactMatchWritable as vS, type ResourceKeyFilterProperty as vT, type ResourceKeyWritable as vU, type ResourceResult as vV, type ResourceSearchQuery as vW, type ResourceSearchQueryResult as vX, type ResourceSearchQuerySortRequest as vY, ResourceTypeEnum as vZ, type RestoreAsClusterAdminData as v_, type ProcessInstanceSequenceFlowResult as va, type ProcessInstanceSequenceFlowsQueryResult as vb, ProcessInstanceStateEnum as vc, type ProcessInstanceStateExactMatch as vd, type ProcessInstanceStateExactMatchWritable as ve, type ProcessInstanceStateFilterProperty as vf, type ProcessInstanceSuspensionBatchOperationRequest as vg, type ProcessInstanceWaitStateStatisticsQueryResult as vh, type ProcessInstanceWaitStateStatisticsResult as vi, type PublishMessageData as vj, type PublishMessageError as vk, type PublishMessageErrors as vl, type PublishMessageResponse as vm, type PublishMessageResponses as vn, type RebalanceCancellationResponse as vo, type ResetClockData as vp, type ResetClockError as vq, type ResetClockErrors as vr, type ResetClockResponse as vs, type ResetClockResponses as vt, type ResolveIncidentData as vu, type ResolveIncidentError as vv, type ResolveIncidentErrors as vw, type ResolveIncidentResponse as vx, type ResolveIncidentResponses as vy, type ResolveIncidentsBatchOperationData as vz, type AdvancedAgentInstanceHistoryCommitStatusFilter as w, type ScopeKeyExactMatch as w$, type RestoreAsClusterAdminErrors as w0, type RestoreAsClusterAdminResponse as w1, type RestoreAsClusterAdminResponses as w2, type RestoreBrokerStatus as w3, type RestoreData as w4, type RestoreError as w5, type RestoreErrors as w6, type RestorePartitionStatus as w7, type RestoreRequest as w8, type RestoreResponse as w9, type ResumeProcessInstancesBatchOperationResponse as wA, type ResumeProcessInstancesBatchOperationResponses as wB, type RoleClientResult as wC, type RoleClientSearchQueryRequest as wD, type RoleClientSearchQuerySortRequest as wE, type RoleClientSearchResult as wF, type RoleCreateRequest as wG, type RoleCreateResult as wH, type RoleFilter as wI, type RoleGroupResult as wJ, type RoleGroupSearchQueryRequest as wK, type RoleGroupSearchQuerySortRequest as wL, type RoleGroupSearchResult as wM, RoleId as wN, type RoleMappingRuleSearchResult as wO, type RoleResult as wP, type RoleSearchQueryRequest as wQ, type RoleSearchQueryResult as wR, type RoleSearchQuerySortRequest as wS, type RoleUpdateRequest as wT, type RoleUpdateResult as wU, type RoleUserResult as wV, type RoleUserSearchQueryRequest as wW, type RoleUserSearchQuerySortRequest as wX, type RoleUserSearchResult as wY, type RuntimeBackupState as wZ, type ScopeKey as w_, type RestoreResponses as wa, type RestoreStatusResponse as wb, type ResumeBatchOperationData as wc, type ResumeBatchOperationError as wd, type ResumeBatchOperationErrors as we, type ResumeBatchOperationResponse as wf, type ResumeBatchOperationResponses as wg, type ResumeClusterExportingData as wh, type ResumeClusterExportingError as wi, type ResumeClusterExportingErrors as wj, type ResumeClusterExportingResponse as wk, type ResumeClusterExportingResponses as wl, type ResumeExportingData as wm, type ResumeExportingError as wn, type ResumeExportingErrors as wo, type ResumeExportingResponse as wp, type ResumeExportingResponses as wq, type ResumeProcessInstanceData as wr, type ResumeProcessInstanceError as ws, type ResumeProcessInstanceErrors as wt, type ResumeProcessInstanceRequest as wu, type ResumeProcessInstanceResponse as wv, type ResumeProcessInstanceResponses as ww, type ResumeProcessInstancesBatchOperationData as wx, type ResumeProcessInstancesBatchOperationError as wy, type ResumeProcessInstancesBatchOperationErrors as wz, type AdvancedAgentInstanceHistoryRoleFilter as x, type SearchDecisionDefinitionsError as x$, type ScopeKeyExactMatchWritable as x0, type ScopeKeyFilterProperty as x1, type ScopeKeyWritable as x2, type SearchAgentDefinitionsData as x3, type SearchAgentDefinitionsError as x4, type SearchAgentDefinitionsErrors as x5, type SearchAgentDefinitionsResponse as x6, type SearchAgentDefinitionsResponses as x7, type SearchAgentInstanceHistoryData as x8, type SearchAgentInstanceHistoryError as x9, type SearchBatchOperationsResponse as xA, type SearchBatchOperationsResponses as xB, type SearchBody as xC, type SearchClientsForGroupData as xD, type SearchClientsForGroupError as xE, type SearchClientsForGroupErrors as xF, type SearchClientsForGroupResponse as xG, type SearchClientsForGroupResponses as xH, type SearchClientsForRoleData as xI, type SearchClientsForRoleError as xJ, type SearchClientsForRoleErrors as xK, type SearchClientsForRoleResponse as xL, type SearchClientsForRoleResponses as xM, type SearchClientsForTenantData as xN, type SearchClientsForTenantResponse as xO, type SearchClientsForTenantResponses as xP, type SearchClusterVariablesData as xQ, type SearchClusterVariablesError as xR, type SearchClusterVariablesErrors as xS, type SearchClusterVariablesResponse as xT, type SearchClusterVariablesResponses as xU, type SearchCorrelatedMessageSubscriptionsData as xV, type SearchCorrelatedMessageSubscriptionsError as xW, type SearchCorrelatedMessageSubscriptionsErrors as xX, type SearchCorrelatedMessageSubscriptionsResponse as xY, type SearchCorrelatedMessageSubscriptionsResponses as xZ, type SearchDecisionDefinitionsData as x_, type SearchAgentInstanceHistoryErrors as xa, type SearchAgentInstanceHistoryResponse as xb, type SearchAgentInstanceHistoryResponses as xc, type SearchAgentInstancesData as xd, type SearchAgentInstancesError as xe, type SearchAgentInstancesErrors as xf, type SearchAgentInstancesResponse as xg, type SearchAgentInstancesResponses as xh, type SearchAuditLogsData as xi, type SearchAuditLogsError as xj, type SearchAuditLogsErrors as xk, type SearchAuditLogsResponse as xl, type SearchAuditLogsResponses as xm, type SearchAuthorizationsData as xn, type SearchAuthorizationsError as xo, type SearchAuthorizationsErrors as xp, type SearchAuthorizationsResponse as xq, type SearchAuthorizationsResponses as xr, type SearchBatchOperationItemsData as xs, type SearchBatchOperationItemsError as xt, type SearchBatchOperationItemsErrors as xu, type SearchBatchOperationItemsResponse as xv, type SearchBatchOperationItemsResponses as xw, type SearchBatchOperationsData as xx, type SearchBatchOperationsError as xy, type SearchBatchOperationsErrors as xz, type AdvancedAgentInstanceKeyFilter as y, type SearchMappingRulesForGroupErrors as y$, type SearchDecisionDefinitionsErrors as y0, type SearchDecisionDefinitionsResponse as y1, type SearchDecisionDefinitionsResponses as y2, type SearchDecisionInstancesData as y3, type SearchDecisionInstancesError as y4, type SearchDecisionInstancesErrors as y5, type SearchDecisionInstancesResponse as y6, type SearchDecisionInstancesResponses as y7, type SearchDecisionRequirementsData as y8, type SearchDecisionRequirementsError as y9, type SearchGroupsData as yA, type SearchGroupsError as yB, type SearchGroupsErrors as yC, type SearchGroupsForRoleData as yD, type SearchGroupsForRoleError as yE, type SearchGroupsForRoleErrors as yF, type SearchGroupsForRoleResponse as yG, type SearchGroupsForRoleResponses as yH, type SearchGroupsResponse as yI, type SearchGroupsResponses as yJ, type SearchIncidentsData as yK, type SearchIncidentsError as yL, type SearchIncidentsErrors as yM, type SearchIncidentsResponse as yN, type SearchIncidentsResponses as yO, type SearchJobsData as yP, type SearchJobsError as yQ, type SearchJobsErrors as yR, type SearchJobsResponse as yS, type SearchJobsResponses as yT, type SearchMappingRuleData as yU, type SearchMappingRuleError as yV, type SearchMappingRuleErrors as yW, type SearchMappingRuleResponse as yX, type SearchMappingRuleResponses as yY, type SearchMappingRulesForGroupData as yZ, type SearchMappingRulesForGroupError as y_, type SearchDecisionRequirementsErrors as ya, type SearchDecisionRequirementsResponse as yb, type SearchDecisionRequirementsResponses as yc, type SearchElementInstanceIncidentsData as yd, type SearchElementInstanceIncidentsError as ye, type SearchElementInstanceIncidentsErrors as yf, type SearchElementInstanceIncidentsResponse as yg, type SearchElementInstanceIncidentsResponses as yh, type SearchElementInstanceWaitStatesData as yi, type SearchElementInstanceWaitStatesError as yj, type SearchElementInstanceWaitStatesErrors as yk, type SearchElementInstanceWaitStatesResponse as yl, type SearchElementInstanceWaitStatesResponses as ym, type SearchElementInstancesData as yn, type SearchElementInstancesError as yo, type SearchElementInstancesErrors as yp, type SearchElementInstancesResponse as yq, type SearchElementInstancesResponses as yr, type SearchGlobalTaskListenersData as ys, type SearchGlobalTaskListenersError as yt, type SearchGlobalTaskListenersErrors as yu, type SearchGlobalTaskListenersResponse as yv, type SearchGlobalTaskListenersResponses as yw, type SearchGroupIdsForTenantData as yx, type SearchGroupIdsForTenantResponse as yy, type SearchGroupIdsForTenantResponses as yz, type AdvancedAgentInstanceStatusFilter as z, type SearchRolesResponse as z$, type SearchMappingRulesForGroupResponse as z0, type SearchMappingRulesForGroupResponses as z1, type SearchMappingRulesForRoleData as z2, type SearchMappingRulesForRoleError as z3, type SearchMappingRulesForRoleErrors as z4, type SearchMappingRulesForRoleResponse as z5, type SearchMappingRulesForRoleResponses as z6, type SearchMappingRulesForTenantData as z7, type SearchMappingRulesForTenantResponse as z8, type SearchMappingRulesForTenantResponses as z9, type SearchProcessInstanceIncidentsResponse as zA, type SearchProcessInstanceIncidentsResponses as zB, type SearchProcessInstancesData as zC, type SearchProcessInstancesError as zD, type SearchProcessInstancesErrors as zE, type SearchProcessInstancesResponse as zF, type SearchProcessInstancesResponses as zG, type SearchQueryPageRequest as zH, type SearchQueryPageResponse as zI, type SearchQueryRequest as zJ, type SearchQueryResponse as zK, type SearchResourcesData as zL, type SearchResourcesError as zM, type SearchResourcesErrors as zN, type SearchResourcesResponse as zO, type SearchResourcesResponses as zP, type SearchRolesData as zQ, type SearchRolesError as zR, type SearchRolesErrors as zS, type SearchRolesForGroupData as zT, type SearchRolesForGroupError as zU, type SearchRolesForGroupErrors as zV, type SearchRolesForGroupResponse as zW, type SearchRolesForGroupResponses as zX, type SearchRolesForTenantData as zY, type SearchRolesForTenantResponse as zZ, type SearchRolesForTenantResponses as z_, type SearchMessageSubscriptionsData as za, type SearchMessageSubscriptionsError as zb, type SearchMessageSubscriptionsErrors as zc, type SearchMessageSubscriptionsResponse as zd, type SearchMessageSubscriptionsResponses as ze, type SearchOwnAuthorizationsData as zf, type SearchOwnAuthorizationsError as zg, type SearchOwnAuthorizationsErrors as zh, type SearchOwnAuthorizationsResponse as zi, type SearchOwnAuthorizationsResponses as zj, type SearchPageRequest as zk, type SearchPageResponse as zl, type SearchPaginationApi as zm, type SearchProcessDefinitionVariableNamesData as zn, type SearchProcessDefinitionVariableNamesError as zo, type SearchProcessDefinitionVariableNamesErrors as zp, type SearchProcessDefinitionVariableNamesResponse as zq, type SearchProcessDefinitionVariableNamesResponses as zr, type SearchProcessDefinitionsData as zs, type SearchProcessDefinitionsError as zt, type SearchProcessDefinitionsErrors as zu, type SearchProcessDefinitionsResponse as zv, type SearchProcessDefinitionsResponses as zw, type SearchProcessInstanceIncidentsData as zx, type SearchProcessInstanceIncidentsError as zy, type SearchProcessInstanceIncidentsErrors as zz };