@azure/arm-automation 11.0.0-beta.3 → 11.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -10
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/automationClient.d.ts +70 -0
- package/dist/browser/automationClient.d.ts.map +1 -0
- package/dist/browser/automationClient.js +204 -0
- package/dist/browser/automationClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +33 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +4342 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +6918 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +811 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/activityOperations.d.ts +50 -0
- package/dist/browser/operations/activityOperations.d.ts.map +1 -0
- package/dist/browser/operations/activityOperations.js +184 -0
- package/dist/browser/operations/activityOperations.js.map +1 -0
- package/dist/browser/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/browser/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/browser/operations/agentRegistrationInformation.js +87 -0
- package/dist/browser/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/browser/operations/automationAccountOperations.d.ts +83 -0
- package/dist/browser/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/browser/operations/automationAccountOperations.js +350 -0
- package/dist/browser/operations/automationAccountOperations.js.map +1 -0
- package/dist/browser/operations/certificateOperations.d.ts +73 -0
- package/dist/browser/operations/certificateOperations.d.ts.map +1 -0
- package/dist/browser/operations/certificateOperations.js +281 -0
- package/dist/browser/operations/certificateOperations.js.map +1 -0
- package/dist/browser/operations/connectionOperations.d.ts +73 -0
- package/dist/browser/operations/connectionOperations.d.ts.map +1 -0
- package/dist/browser/operations/connectionOperations.js +282 -0
- package/dist/browser/operations/connectionOperations.js.map +1 -0
- package/dist/browser/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/browser/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operations/connectionTypeOperations.js +238 -0
- package/dist/browser/operations/connectionTypeOperations.js.map +1 -0
- package/dist/browser/operations/credentialOperations.d.ts +73 -0
- package/dist/browser/operations/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operations/credentialOperations.js +275 -0
- package/dist/browser/operations/credentialOperations.js.map +1 -0
- package/dist/browser/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/browser/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/browser/operations/deletedAutomationAccounts.js +47 -0
- package/dist/browser/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/browser/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/browser/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscCompilationJobOperations.js +297 -0
- package/dist/browser/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/browser/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/browser/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/browser/operations/dscCompilationJobStream.js +56 -0
- package/dist/browser/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/browser/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/browser/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscConfigurationOperations.js +417 -0
- package/dist/browser/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/dscNodeOperations.d.ts +64 -0
- package/dist/browser/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscNodeOperations.js +243 -0
- package/dist/browser/operations/dscNodeOperations.js.map +1 -0
- package/dist/browser/operations/fields.d.ts +34 -0
- package/dist/browser/operations/fields.d.ts.map +1 -0
- package/dist/browser/operations/fields.js +100 -0
- package/dist/browser/operations/fields.js.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/browser/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkers.js +316 -0
- package/dist/browser/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/browser/operations/index.d.ts +46 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +53 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/jobOperations.d.ts +96 -0
- package/dist/browser/operations/jobOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobOperations.js +361 -0
- package/dist/browser/operations/jobOperations.js.map +1 -0
- package/dist/browser/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/browser/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobScheduleOperations.js +237 -0
- package/dist/browser/operations/jobScheduleOperations.js.map +1 -0
- package/dist/browser/operations/jobStreamOperations.d.ts +50 -0
- package/dist/browser/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobStreamOperations.js +178 -0
- package/dist/browser/operations/jobStreamOperations.js.map +1 -0
- package/dist/browser/operations/keys.d.ts +20 -0
- package/dist/browser/operations/keys.d.ts.map +1 -0
- package/dist/browser/operations/keys.js +54 -0
- package/dist/browser/operations/keys.js.map +1 -0
- package/dist/browser/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/browser/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/browser/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/browser/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/browser/operations/moduleOperations.d.ts +73 -0
- package/dist/browser/operations/moduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/moduleOperations.js +281 -0
- package/dist/browser/operations/moduleOperations.js.map +1 -0
- package/dist/browser/operations/nodeCountInformation.d.ts +21 -0
- package/dist/browser/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/browser/operations/nodeCountInformation.js +56 -0
- package/dist/browser/operations/nodeCountInformation.js.map +1 -0
- package/dist/browser/operations/nodeReports.d.ts +59 -0
- package/dist/browser/operations/nodeReports.d.ts.map +1 -0
- package/dist/browser/operations/nodeReports.js +208 -0
- package/dist/browser/operations/nodeReports.js.map +1 -0
- package/dist/browser/operations/objectDataTypes.d.ts +52 -0
- package/dist/browser/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/browser/operations/objectDataTypes.js +166 -0
- package/dist/browser/operations/objectDataTypes.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +79 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +298 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +30 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +85 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/python2Package.d.ts +73 -0
- package/dist/browser/operations/python2Package.d.ts.map +1 -0
- package/dist/browser/operations/python2Package.js +281 -0
- package/dist/browser/operations/python2Package.js.map +1 -0
- package/dist/browser/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/browser/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/browser/operations/runbookDraftOperations.js +215 -0
- package/dist/browser/operations/runbookDraftOperations.js.map +1 -0
- package/dist/browser/operations/runbookOperations.d.ts +99 -0
- package/dist/browser/operations/runbookOperations.d.ts.map +1 -0
- package/dist/browser/operations/runbookOperations.js +400 -0
- package/dist/browser/operations/runbookOperations.js.map +1 -0
- package/dist/browser/operations/scheduleOperations.d.ts +73 -0
- package/dist/browser/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/scheduleOperations.js +282 -0
- package/dist/browser/operations/scheduleOperations.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/browser/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/browser/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/browser/operations/sourceControlOperations.d.ts +73 -0
- package/dist/browser/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlOperations.js +281 -0
- package/dist/browser/operations/sourceControlOperations.js.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/browser/operations/statisticsOperations.d.ts +30 -0
- package/dist/browser/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/browser/operations/statisticsOperations.js +88 -0
- package/dist/browser/operations/statisticsOperations.js.map +1 -0
- package/dist/browser/operations/testJobOperations.d.ts +54 -0
- package/dist/browser/operations/testJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/testJobOperations.js +187 -0
- package/dist/browser/operations/testJobOperations.js.map +1 -0
- package/dist/browser/operations/testJobStreams.d.ts +50 -0
- package/dist/browser/operations/testJobStreams.d.ts.map +1 -0
- package/dist/browser/operations/testJobStreams.js +184 -0
- package/dist/browser/operations/testJobStreams.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +30 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +88 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operations/variableOperations.d.ts +73 -0
- package/dist/browser/operations/variableOperations.d.ts.map +1 -0
- package/dist/browser/operations/variableOperations.js +281 -0
- package/dist/browser/operations/variableOperations.js.map +1 -0
- package/dist/browser/operations/watcherOperations.d.ts +89 -0
- package/dist/browser/operations/watcherOperations.d.ts.map +1 -0
- package/dist/browser/operations/watcherOperations.js +341 -0
- package/dist/browser/operations/watcherOperations.js.map +1 -0
- package/dist/browser/operations/webhookOperations.d.ts +80 -0
- package/dist/browser/operations/webhookOperations.d.ts.map +1 -0
- package/dist/browser/operations/webhookOperations.js +311 -0
- package/dist/browser/operations/webhookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/fields.d.ts +15 -0
- package/dist/browser/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fields.js.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +46 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +53 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/browser/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/keys.d.ts +12 -0
- package/dist/browser/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/keys.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/browser/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/browser/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/browser/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/browser/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/browser/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/browser/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/browser/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/browser/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/automationClient.d.ts +70 -0
- package/dist/commonjs/automationClient.d.ts.map +1 -0
- package/dist/commonjs/automationClient.js +209 -0
- package/dist/commonjs/automationClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4342 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +415 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +184 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +6924 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +106 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +816 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/activityOperations.d.ts +50 -0
- package/dist/commonjs/operations/activityOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/activityOperations.js +189 -0
- package/dist/commonjs/operations/activityOperations.js.map +1 -0
- package/dist/commonjs/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/commonjs/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/commonjs/operations/agentRegistrationInformation.js +92 -0
- package/dist/commonjs/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/commonjs/operations/automationAccountOperations.d.ts +83 -0
- package/dist/commonjs/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/automationAccountOperations.js +355 -0
- package/dist/commonjs/operations/automationAccountOperations.js.map +1 -0
- package/dist/commonjs/operations/certificateOperations.d.ts +73 -0
- package/dist/commonjs/operations/certificateOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/certificateOperations.js +286 -0
- package/dist/commonjs/operations/certificateOperations.js.map +1 -0
- package/dist/commonjs/operations/connectionOperations.d.ts +73 -0
- package/dist/commonjs/operations/connectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/connectionOperations.js +287 -0
- package/dist/commonjs/operations/connectionOperations.js.map +1 -0
- package/dist/commonjs/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/commonjs/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/connectionTypeOperations.js +243 -0
- package/dist/commonjs/operations/connectionTypeOperations.js.map +1 -0
- package/dist/commonjs/operations/credentialOperations.d.ts +73 -0
- package/dist/commonjs/operations/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/credentialOperations.js +280 -0
- package/dist/commonjs/operations/credentialOperations.js.map +1 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.js +52 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.js +302 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/commonjs/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobStream.js +61 -0
- package/dist/commonjs/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/commonjs/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/commonjs/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscConfigurationOperations.js +422 -0
- package/dist/commonjs/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.js +306 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/dscNodeOperations.d.ts +64 -0
- package/dist/commonjs/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscNodeOperations.js +248 -0
- package/dist/commonjs/operations/dscNodeOperations.js.map +1 -0
- package/dist/commonjs/operations/fields.d.ts +34 -0
- package/dist/commonjs/operations/fields.d.ts.map +1 -0
- package/dist/commonjs/operations/fields.js +105 -0
- package/dist/commonjs/operations/fields.js.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.js +294 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.js +321 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +46 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +56 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/jobOperations.d.ts +96 -0
- package/dist/commonjs/operations/jobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobOperations.js +366 -0
- package/dist/commonjs/operations/jobOperations.js.map +1 -0
- package/dist/commonjs/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/commonjs/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobScheduleOperations.js +242 -0
- package/dist/commonjs/operations/jobScheduleOperations.js.map +1 -0
- package/dist/commonjs/operations/jobStreamOperations.d.ts +50 -0
- package/dist/commonjs/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobStreamOperations.js +183 -0
- package/dist/commonjs/operations/jobStreamOperations.js.map +1 -0
- package/dist/commonjs/operations/keys.d.ts +20 -0
- package/dist/commonjs/operations/keys.d.ts.map +1 -0
- package/dist/commonjs/operations/keys.js +59 -0
- package/dist/commonjs/operations/keys.js.map +1 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.js +59 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/commonjs/operations/moduleOperations.d.ts +73 -0
- package/dist/commonjs/operations/moduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/moduleOperations.js +286 -0
- package/dist/commonjs/operations/moduleOperations.js.map +1 -0
- package/dist/commonjs/operations/nodeCountInformation.d.ts +21 -0
- package/dist/commonjs/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/commonjs/operations/nodeCountInformation.js +61 -0
- package/dist/commonjs/operations/nodeCountInformation.js.map +1 -0
- package/dist/commonjs/operations/nodeReports.d.ts +59 -0
- package/dist/commonjs/operations/nodeReports.d.ts.map +1 -0
- package/dist/commonjs/operations/nodeReports.js +213 -0
- package/dist/commonjs/operations/nodeReports.js.map +1 -0
- package/dist/commonjs/operations/objectDataTypes.d.ts +52 -0
- package/dist/commonjs/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/commonjs/operations/objectDataTypes.js +171 -0
- package/dist/commonjs/operations/objectDataTypes.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +303 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +30 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/python2Package.d.ts +73 -0
- package/dist/commonjs/operations/python2Package.d.ts.map +1 -0
- package/dist/commonjs/operations/python2Package.js +286 -0
- package/dist/commonjs/operations/python2Package.js.map +1 -0
- package/dist/commonjs/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/commonjs/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/runbookDraftOperations.js +220 -0
- package/dist/commonjs/operations/runbookDraftOperations.js.map +1 -0
- package/dist/commonjs/operations/runbookOperations.d.ts +99 -0
- package/dist/commonjs/operations/runbookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/runbookOperations.js +405 -0
- package/dist/commonjs/operations/runbookOperations.js.map +1 -0
- package/dist/commonjs/operations/scheduleOperations.d.ts +73 -0
- package/dist/commonjs/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/scheduleOperations.js +287 -0
- package/dist/commonjs/operations/scheduleOperations.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.js +102 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.js +101 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.js +180 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlOperations.d.ts +73 -0
- package/dist/commonjs/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlOperations.js +286 -0
- package/dist/commonjs/operations/sourceControlOperations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.js +234 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.js +204 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/commonjs/operations/statisticsOperations.d.ts +30 -0
- package/dist/commonjs/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/statisticsOperations.js +93 -0
- package/dist/commonjs/operations/statisticsOperations.js.map +1 -0
- package/dist/commonjs/operations/testJobOperations.d.ts +54 -0
- package/dist/commonjs/operations/testJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/testJobOperations.js +192 -0
- package/dist/commonjs/operations/testJobOperations.js.map +1 -0
- package/dist/commonjs/operations/testJobStreams.d.ts +50 -0
- package/dist/commonjs/operations/testJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operations/testJobStreams.js +189 -0
- package/dist/commonjs/operations/testJobStreams.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +30 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +93 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operations/variableOperations.d.ts +73 -0
- package/dist/commonjs/operations/variableOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/variableOperations.js +286 -0
- package/dist/commonjs/operations/variableOperations.js.map +1 -0
- package/dist/commonjs/operations/watcherOperations.d.ts +89 -0
- package/dist/commonjs/operations/watcherOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/watcherOperations.js +346 -0
- package/dist/commonjs/operations/watcherOperations.js.map +1 -0
- package/dist/commonjs/operations/webhookOperations.d.ts +80 -0
- package/dist/commonjs/operations/webhookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/webhookOperations.js +316 -0
- package/dist/commonjs/operations/webhookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.js +10 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fields.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fields.js +10 -0
- package/dist/commonjs/operationsInterfaces/fields.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.js +10 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +56 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/keys.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/keys.js +10 -0
- package/dist/commonjs/operationsInterfaces/keys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.js +10 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.js +10 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/python2Package.js +10 -0
- package/dist/commonjs/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.js +10 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/automationClient.d.ts +70 -0
- package/dist/esm/automationClient.d.ts.map +1 -0
- package/dist/esm/automationClient.js +204 -0
- package/dist/esm/automationClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4342 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +412 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +184 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +6918 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +106 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +811 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/activityOperations.d.ts +50 -0
- package/dist/esm/operations/activityOperations.d.ts.map +1 -0
- package/dist/esm/operations/activityOperations.js +184 -0
- package/dist/esm/operations/activityOperations.js.map +1 -0
- package/dist/esm/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/esm/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/esm/operations/agentRegistrationInformation.js +87 -0
- package/dist/esm/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/esm/operations/automationAccountOperations.d.ts +83 -0
- package/dist/esm/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/esm/operations/automationAccountOperations.js +350 -0
- package/dist/esm/operations/automationAccountOperations.js.map +1 -0
- package/dist/esm/operations/certificateOperations.d.ts +73 -0
- package/dist/esm/operations/certificateOperations.d.ts.map +1 -0
- package/dist/esm/operations/certificateOperations.js +281 -0
- package/dist/esm/operations/certificateOperations.js.map +1 -0
- package/dist/esm/operations/connectionOperations.d.ts +73 -0
- package/dist/esm/operations/connectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/connectionOperations.js +282 -0
- package/dist/esm/operations/connectionOperations.js.map +1 -0
- package/dist/esm/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/esm/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operations/connectionTypeOperations.js +238 -0
- package/dist/esm/operations/connectionTypeOperations.js.map +1 -0
- package/dist/esm/operations/credentialOperations.d.ts +73 -0
- package/dist/esm/operations/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operations/credentialOperations.js +275 -0
- package/dist/esm/operations/credentialOperations.js.map +1 -0
- package/dist/esm/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/esm/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/esm/operations/deletedAutomationAccounts.js +47 -0
- package/dist/esm/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/esm/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/esm/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscCompilationJobOperations.js +297 -0
- package/dist/esm/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/esm/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/esm/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/esm/operations/dscCompilationJobStream.js +56 -0
- package/dist/esm/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/esm/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/esm/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscConfigurationOperations.js +417 -0
- package/dist/esm/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/dscNodeOperations.d.ts +64 -0
- package/dist/esm/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscNodeOperations.js +243 -0
- package/dist/esm/operations/dscNodeOperations.js.map +1 -0
- package/dist/esm/operations/fields.d.ts +34 -0
- package/dist/esm/operations/fields.d.ts.map +1 -0
- package/dist/esm/operations/fields.js +100 -0
- package/dist/esm/operations/fields.js.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/esm/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkers.js +316 -0
- package/dist/esm/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/esm/operations/index.d.ts +46 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +53 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/jobOperations.d.ts +96 -0
- package/dist/esm/operations/jobOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobOperations.js +361 -0
- package/dist/esm/operations/jobOperations.js.map +1 -0
- package/dist/esm/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/esm/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobScheduleOperations.js +237 -0
- package/dist/esm/operations/jobScheduleOperations.js.map +1 -0
- package/dist/esm/operations/jobStreamOperations.d.ts +50 -0
- package/dist/esm/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobStreamOperations.js +178 -0
- package/dist/esm/operations/jobStreamOperations.js.map +1 -0
- package/dist/esm/operations/keys.d.ts +20 -0
- package/dist/esm/operations/keys.d.ts.map +1 -0
- package/dist/esm/operations/keys.js +54 -0
- package/dist/esm/operations/keys.js.map +1 -0
- package/dist/esm/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/esm/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/esm/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/esm/operations/moduleOperations.d.ts +73 -0
- package/dist/esm/operations/moduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/moduleOperations.js +281 -0
- package/dist/esm/operations/moduleOperations.js.map +1 -0
- package/dist/esm/operations/nodeCountInformation.d.ts +21 -0
- package/dist/esm/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/esm/operations/nodeCountInformation.js +56 -0
- package/dist/esm/operations/nodeCountInformation.js.map +1 -0
- package/dist/esm/operations/nodeReports.d.ts +59 -0
- package/dist/esm/operations/nodeReports.d.ts.map +1 -0
- package/dist/esm/operations/nodeReports.js +208 -0
- package/dist/esm/operations/nodeReports.js.map +1 -0
- package/dist/esm/operations/objectDataTypes.d.ts +52 -0
- package/dist/esm/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/esm/operations/objectDataTypes.js +166 -0
- package/dist/esm/operations/objectDataTypes.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +298 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +30 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/python2Package.d.ts +73 -0
- package/dist/esm/operations/python2Package.d.ts.map +1 -0
- package/dist/esm/operations/python2Package.js +281 -0
- package/dist/esm/operations/python2Package.js.map +1 -0
- package/dist/esm/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/esm/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/esm/operations/runbookDraftOperations.js +215 -0
- package/dist/esm/operations/runbookDraftOperations.js.map +1 -0
- package/dist/esm/operations/runbookOperations.d.ts +99 -0
- package/dist/esm/operations/runbookOperations.d.ts.map +1 -0
- package/dist/esm/operations/runbookOperations.js +400 -0
- package/dist/esm/operations/runbookOperations.js.map +1 -0
- package/dist/esm/operations/scheduleOperations.d.ts +73 -0
- package/dist/esm/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/scheduleOperations.js +282 -0
- package/dist/esm/operations/scheduleOperations.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/esm/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/esm/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/esm/operations/sourceControlOperations.d.ts +73 -0
- package/dist/esm/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlOperations.js +281 -0
- package/dist/esm/operations/sourceControlOperations.js.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/esm/operations/statisticsOperations.d.ts +30 -0
- package/dist/esm/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/esm/operations/statisticsOperations.js +88 -0
- package/dist/esm/operations/statisticsOperations.js.map +1 -0
- package/dist/esm/operations/testJobOperations.d.ts +54 -0
- package/dist/esm/operations/testJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/testJobOperations.js +187 -0
- package/dist/esm/operations/testJobOperations.js.map +1 -0
- package/dist/esm/operations/testJobStreams.d.ts +50 -0
- package/dist/esm/operations/testJobStreams.d.ts.map +1 -0
- package/dist/esm/operations/testJobStreams.js +184 -0
- package/dist/esm/operations/testJobStreams.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +30 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +88 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operations/variableOperations.d.ts +73 -0
- package/dist/esm/operations/variableOperations.d.ts.map +1 -0
- package/dist/esm/operations/variableOperations.js +281 -0
- package/dist/esm/operations/variableOperations.js.map +1 -0
- package/dist/esm/operations/watcherOperations.d.ts +89 -0
- package/dist/esm/operations/watcherOperations.d.ts.map +1 -0
- package/dist/esm/operations/watcherOperations.js +341 -0
- package/dist/esm/operations/watcherOperations.js.map +1 -0
- package/dist/esm/operations/webhookOperations.d.ts +80 -0
- package/dist/esm/operations/webhookOperations.d.ts.map +1 -0
- package/dist/esm/operations/webhookOperations.js +311 -0
- package/dist/esm/operations/webhookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/activityOperations.js +9 -0
- package/dist/esm/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.js +9 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.js +9 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificateOperations.js +9 -0
- package/dist/esm/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.js +9 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.js +9 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/fields.d.ts +15 -0
- package/dist/esm/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fields.js +9 -0
- package/dist/esm/operationsInterfaces/fields.js.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.js +9 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +46 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +53 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/esm/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/keys.d.ts +12 -0
- package/dist/esm/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/keys.js +9 -0
- package/dist/esm/operationsInterfaces/keys.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/moduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.js +9 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/esm/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/esm/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/nodeReports.js +9 -0
- package/dist/esm/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.js +9 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/esm/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/python2Package.js +9 -0
- package/dist/esm/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.js +9 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/esm/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runbookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/esm/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/testJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/esm/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/testJobStreams.js +9 -0
- package/dist/esm/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/variableOperations.js +9 -0
- package/dist/esm/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/esm/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/watcherOperations.js +9 -0
- package/dist/esm/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/esm/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webhookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/automationClient.d.ts +70 -0
- package/dist/react-native/automationClient.d.ts.map +1 -0
- package/dist/react-native/automationClient.js +204 -0
- package/dist/react-native/automationClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4342 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +412 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +184 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +6918 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +106 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +811 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/activityOperations.d.ts +50 -0
- package/dist/react-native/operations/activityOperations.d.ts.map +1 -0
- package/dist/react-native/operations/activityOperations.js +184 -0
- package/dist/react-native/operations/activityOperations.js.map +1 -0
- package/dist/react-native/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/react-native/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/react-native/operations/agentRegistrationInformation.js +87 -0
- package/dist/react-native/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/react-native/operations/automationAccountOperations.d.ts +83 -0
- package/dist/react-native/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/react-native/operations/automationAccountOperations.js +350 -0
- package/dist/react-native/operations/automationAccountOperations.js.map +1 -0
- package/dist/react-native/operations/certificateOperations.d.ts +73 -0
- package/dist/react-native/operations/certificateOperations.d.ts.map +1 -0
- package/dist/react-native/operations/certificateOperations.js +281 -0
- package/dist/react-native/operations/certificateOperations.js.map +1 -0
- package/dist/react-native/operations/connectionOperations.d.ts +73 -0
- package/dist/react-native/operations/connectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/connectionOperations.js +282 -0
- package/dist/react-native/operations/connectionOperations.js.map +1 -0
- package/dist/react-native/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/react-native/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operations/connectionTypeOperations.js +238 -0
- package/dist/react-native/operations/connectionTypeOperations.js.map +1 -0
- package/dist/react-native/operations/credentialOperations.d.ts +73 -0
- package/dist/react-native/operations/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operations/credentialOperations.js +275 -0
- package/dist/react-native/operations/credentialOperations.js.map +1 -0
- package/dist/react-native/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/react-native/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/deletedAutomationAccounts.js +47 -0
- package/dist/react-native/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/react-native/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/react-native/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscCompilationJobOperations.js +297 -0
- package/dist/react-native/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/react-native/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/react-native/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/react-native/operations/dscCompilationJobStream.js +56 -0
- package/dist/react-native/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/react-native/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/react-native/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscConfigurationOperations.js +417 -0
- package/dist/react-native/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/dscNodeOperations.d.ts +64 -0
- package/dist/react-native/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscNodeOperations.js +243 -0
- package/dist/react-native/operations/dscNodeOperations.js.map +1 -0
- package/dist/react-native/operations/fields.d.ts +34 -0
- package/dist/react-native/operations/fields.d.ts.map +1 -0
- package/dist/react-native/operations/fields.js +100 -0
- package/dist/react-native/operations/fields.js.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/react-native/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkers.js +316 -0
- package/dist/react-native/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +46 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +53 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/jobOperations.d.ts +96 -0
- package/dist/react-native/operations/jobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobOperations.js +361 -0
- package/dist/react-native/operations/jobOperations.js.map +1 -0
- package/dist/react-native/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/react-native/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobScheduleOperations.js +237 -0
- package/dist/react-native/operations/jobScheduleOperations.js.map +1 -0
- package/dist/react-native/operations/jobStreamOperations.d.ts +50 -0
- package/dist/react-native/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobStreamOperations.js +178 -0
- package/dist/react-native/operations/jobStreamOperations.js.map +1 -0
- package/dist/react-native/operations/keys.d.ts +20 -0
- package/dist/react-native/operations/keys.d.ts.map +1 -0
- package/dist/react-native/operations/keys.js +54 -0
- package/dist/react-native/operations/keys.js.map +1 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/react-native/operations/moduleOperations.d.ts +73 -0
- package/dist/react-native/operations/moduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/moduleOperations.js +281 -0
- package/dist/react-native/operations/moduleOperations.js.map +1 -0
- package/dist/react-native/operations/nodeCountInformation.d.ts +21 -0
- package/dist/react-native/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/react-native/operations/nodeCountInformation.js +56 -0
- package/dist/react-native/operations/nodeCountInformation.js.map +1 -0
- package/dist/react-native/operations/nodeReports.d.ts +59 -0
- package/dist/react-native/operations/nodeReports.d.ts.map +1 -0
- package/dist/react-native/operations/nodeReports.js +208 -0
- package/dist/react-native/operations/nodeReports.js.map +1 -0
- package/dist/react-native/operations/objectDataTypes.d.ts +52 -0
- package/dist/react-native/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/react-native/operations/objectDataTypes.js +166 -0
- package/dist/react-native/operations/objectDataTypes.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +298 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +30 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/python2Package.d.ts +73 -0
- package/dist/react-native/operations/python2Package.d.ts.map +1 -0
- package/dist/react-native/operations/python2Package.js +281 -0
- package/dist/react-native/operations/python2Package.js.map +1 -0
- package/dist/react-native/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/react-native/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/react-native/operations/runbookDraftOperations.js +215 -0
- package/dist/react-native/operations/runbookDraftOperations.js.map +1 -0
- package/dist/react-native/operations/runbookOperations.d.ts +99 -0
- package/dist/react-native/operations/runbookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/runbookOperations.js +400 -0
- package/dist/react-native/operations/runbookOperations.js.map +1 -0
- package/dist/react-native/operations/scheduleOperations.d.ts +73 -0
- package/dist/react-native/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/scheduleOperations.js +282 -0
- package/dist/react-native/operations/scheduleOperations.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/react-native/operations/sourceControlOperations.d.ts +73 -0
- package/dist/react-native/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlOperations.js +281 -0
- package/dist/react-native/operations/sourceControlOperations.js.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/react-native/operations/statisticsOperations.d.ts +30 -0
- package/dist/react-native/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/statisticsOperations.js +88 -0
- package/dist/react-native/operations/statisticsOperations.js.map +1 -0
- package/dist/react-native/operations/testJobOperations.d.ts +54 -0
- package/dist/react-native/operations/testJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/testJobOperations.js +187 -0
- package/dist/react-native/operations/testJobOperations.js.map +1 -0
- package/dist/react-native/operations/testJobStreams.d.ts +50 -0
- package/dist/react-native/operations/testJobStreams.d.ts.map +1 -0
- package/dist/react-native/operations/testJobStreams.js +184 -0
- package/dist/react-native/operations/testJobStreams.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +30 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +88 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operations/variableOperations.d.ts +73 -0
- package/dist/react-native/operations/variableOperations.d.ts.map +1 -0
- package/dist/react-native/operations/variableOperations.js +281 -0
- package/dist/react-native/operations/variableOperations.js.map +1 -0
- package/dist/react-native/operations/watcherOperations.d.ts +89 -0
- package/dist/react-native/operations/watcherOperations.d.ts.map +1 -0
- package/dist/react-native/operations/watcherOperations.js +341 -0
- package/dist/react-native/operations/watcherOperations.js.map +1 -0
- package/dist/react-native/operations/webhookOperations.d.ts +80 -0
- package/dist/react-native/operations/webhookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/webhookOperations.js +311 -0
- package/dist/react-native/operations/webhookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/activityOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.js +9 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.js +9 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fields.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fields.js +9 -0
- package/dist/react-native/operationsInterfaces/fields.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.js +9 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +53 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/keys.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/keys.js +9 -0
- package/dist/react-native/operationsInterfaces/keys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.js +9 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeReports.js +9 -0
- package/dist/react-native/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.js +9 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/python2Package.js +9 -0
- package/dist/react-native/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.js +9 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/variableOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +97 -78
- package/review/arm-automation-node.api.md +3756 -0
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -17879
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/src/automationClient.d.ts +0 -70
- package/dist-esm/src/automationClient.d.ts.map +0 -1
- package/dist-esm/src/automationClient.js +0 -155
- package/dist-esm/src/automationClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -4393
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -6683
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -811
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/activityOperations.d.ts +0 -50
- package/dist-esm/src/operations/activityOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/activityOperations.js +0 -188
- package/dist-esm/src/operations/activityOperations.js.map +0 -1
- package/dist-esm/src/operations/agentRegistrationInformation.d.ts +0 -28
- package/dist-esm/src/operations/agentRegistrationInformation.d.ts.map +0 -1
- package/dist-esm/src/operations/agentRegistrationInformation.js +0 -86
- package/dist-esm/src/operations/agentRegistrationInformation.js.map +0 -1
- package/dist-esm/src/operations/automationAccountOperations.d.ts +0 -83
- package/dist-esm/src/operations/automationAccountOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/automationAccountOperations.js +0 -359
- package/dist-esm/src/operations/automationAccountOperations.js.map +0 -1
- package/dist-esm/src/operations/certificateOperations.d.ts +0 -73
- package/dist-esm/src/operations/certificateOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/certificateOperations.js +0 -285
- package/dist-esm/src/operations/certificateOperations.js.map +0 -1
- package/dist-esm/src/operations/connectionOperations.d.ts +0 -73
- package/dist-esm/src/operations/connectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/connectionOperations.js +0 -286
- package/dist-esm/src/operations/connectionOperations.js.map +0 -1
- package/dist-esm/src/operations/connectionTypeOperations.d.ts +0 -64
- package/dist-esm/src/operations/connectionTypeOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/connectionTypeOperations.js +0 -242
- package/dist-esm/src/operations/connectionTypeOperations.js.map +0 -1
- package/dist-esm/src/operations/credentialOperations.d.ts +0 -73
- package/dist-esm/src/operations/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/credentialOperations.js +0 -279
- package/dist-esm/src/operations/credentialOperations.js.map +0 -1
- package/dist-esm/src/operations/deletedAutomationAccounts.d.ts +0 -18
- package/dist-esm/src/operations/deletedAutomationAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedAutomationAccounts.js +0 -46
- package/dist-esm/src/operations/deletedAutomationAccounts.js.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobOperations.d.ts +0 -75
- package/dist-esm/src/operations/dscCompilationJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobOperations.js +0 -300
- package/dist-esm/src/operations/dscCompilationJobOperations.js.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobStream.d.ts +0 -21
- package/dist-esm/src/operations/dscCompilationJobStream.d.ts.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobStream.js +0 -55
- package/dist-esm/src/operations/dscCompilationJobStream.js.map +0 -1
- package/dist-esm/src/operations/dscConfigurationOperations.d.ts +0 -101
- package/dist-esm/src/operations/dscConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscConfigurationOperations.js +0 -427
- package/dist-esm/src/operations/dscConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts +0 -74
- package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscNodeConfigurationOperations.js +0 -310
- package/dist-esm/src/operations/dscNodeConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/dscNodeOperations.d.ts +0 -64
- package/dist-esm/src/operations/dscNodeOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscNodeOperations.js +0 -253
- package/dist-esm/src/operations/dscNodeOperations.js.map +0 -1
- package/dist-esm/src/operations/fields.d.ts +0 -34
- package/dist-esm/src/operations/fields.d.ts.map +0 -1
- package/dist-esm/src/operations/fields.js +0 -111
- package/dist-esm/src/operations/fields.js.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts +0 -74
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js +0 -293
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkers.d.ts +0 -81
- package/dist-esm/src/operations/hybridRunbookWorkers.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkers.js +0 -320
- package/dist-esm/src/operations/hybridRunbookWorkers.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -46
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -53
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/jobOperations.d.ts +0 -96
- package/dist-esm/src/operations/jobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobOperations.js +0 -365
- package/dist-esm/src/operations/jobOperations.js.map +0 -1
- package/dist-esm/src/operations/jobScheduleOperations.d.ts +0 -64
- package/dist-esm/src/operations/jobScheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobScheduleOperations.js +0 -241
- package/dist-esm/src/operations/jobScheduleOperations.js.map +0 -1
- package/dist-esm/src/operations/jobStreamOperations.d.ts +0 -50
- package/dist-esm/src/operations/jobStreamOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobStreamOperations.js +0 -182
- package/dist-esm/src/operations/jobStreamOperations.js.map +0 -1
- package/dist-esm/src/operations/keys.d.ts +0 -20
- package/dist-esm/src/operations/keys.d.ts.map +0 -1
- package/dist-esm/src/operations/keys.js +0 -53
- package/dist-esm/src/operations/keys.js.map +0 -1
- package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts +0 -20
- package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/linkedWorkspaceOperations.js +0 -53
- package/dist-esm/src/operations/linkedWorkspaceOperations.js.map +0 -1
- package/dist-esm/src/operations/moduleOperations.d.ts +0 -73
- package/dist-esm/src/operations/moduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/moduleOperations.js +0 -285
- package/dist-esm/src/operations/moduleOperations.js.map +0 -1
- package/dist-esm/src/operations/nodeCountInformation.d.ts +0 -21
- package/dist-esm/src/operations/nodeCountInformation.d.ts.map +0 -1
- package/dist-esm/src/operations/nodeCountInformation.js +0 -55
- package/dist-esm/src/operations/nodeCountInformation.js.map +0 -1
- package/dist-esm/src/operations/nodeReports.d.ts +0 -59
- package/dist-esm/src/operations/nodeReports.d.ts.map +0 -1
- package/dist-esm/src/operations/nodeReports.js +0 -212
- package/dist-esm/src/operations/nodeReports.js.map +0 -1
- package/dist-esm/src/operations/objectDataTypes.d.ts +0 -52
- package/dist-esm/src/operations/objectDataTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/objectDataTypes.js +0 -188
- package/dist-esm/src/operations/objectDataTypes.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -90
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -307
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -30
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -96
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/python2Package.d.ts +0 -73
- package/dist-esm/src/operations/python2Package.d.ts.map +0 -1
- package/dist-esm/src/operations/python2Package.js +0 -285
- package/dist-esm/src/operations/python2Package.js.map +0 -1
- package/dist-esm/src/operations/runbookDraftOperations.d.ts +0 -56
- package/dist-esm/src/operations/runbookDraftOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/runbookDraftOperations.js +0 -214
- package/dist-esm/src/operations/runbookDraftOperations.js.map +0 -1
- package/dist-esm/src/operations/runbookOperations.d.ts +0 -99
- package/dist-esm/src/operations/runbookOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/runbookOperations.js +0 -403
- package/dist-esm/src/operations/runbookOperations.js.map +0 -1
- package/dist-esm/src/operations/scheduleOperations.d.ts +0 -73
- package/dist-esm/src/operations/scheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/scheduleOperations.js +0 -286
- package/dist-esm/src/operations/scheduleOperations.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts +0 -29
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js +0 -96
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts +0 -28
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js +0 -95
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts +0 -45
- package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurations.js +0 -174
- package/dist-esm/src/operations/softwareUpdateConfigurations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlOperations.d.ts +0 -73
- package/dist-esm/src/operations/sourceControlOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlOperations.js +0 -285
- package/dist-esm/src/operations/sourceControlOperations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts +0 -61
- package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobOperations.js +0 -233
- package/dist-esm/src/operations/sourceControlSyncJobOperations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts +0 -54
- package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobStreams.js +0 -203
- package/dist-esm/src/operations/sourceControlSyncJobStreams.js.map +0 -1
- package/dist-esm/src/operations/statisticsOperations.d.ts +0 -30
- package/dist-esm/src/operations/statisticsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/statisticsOperations.js +0 -99
- package/dist-esm/src/operations/statisticsOperations.js.map +0 -1
- package/dist-esm/src/operations/testJobOperations.d.ts +0 -54
- package/dist-esm/src/operations/testJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/testJobOperations.js +0 -186
- package/dist-esm/src/operations/testJobOperations.js.map +0 -1
- package/dist-esm/src/operations/testJobStreams.d.ts +0 -50
- package/dist-esm/src/operations/testJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operations/testJobStreams.js +0 -188
- package/dist-esm/src/operations/testJobStreams.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -30
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -99
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/variableOperations.d.ts +0 -73
- package/dist-esm/src/operations/variableOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/variableOperations.js +0 -285
- package/dist-esm/src/operations/variableOperations.js.map +0 -1
- package/dist-esm/src/operations/watcherOperations.d.ts +0 -89
- package/dist-esm/src/operations/watcherOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/watcherOperations.js +0 -345
- package/dist-esm/src/operations/watcherOperations.js.map +0 -1
- package/dist-esm/src/operations/webhookOperations.d.ts +0 -80
- package/dist-esm/src/operations/webhookOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/webhookOperations.js +0 -315
- package/dist-esm/src/operations/webhookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/activityOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fields.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/fields.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fields.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -53
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobOperations.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/jobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/keys.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/keys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/keys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/moduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeReports.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/nodeReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectDataTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/python2Package.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/python2Package.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/python2Package.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/statisticsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobStreams.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/variableOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/variableOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/variableOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/watcherOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts +0 -54
- package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webhookOperations.js.map +0 -1
- package/dist-esm/test/automation_examples.d.ts +0 -4
- package/dist-esm/test/automation_examples.d.ts.map +0 -1
- package/dist-esm/test/automation_examples.js +0 -137
- package/dist-esm/test/automation_examples.js.map +0 -1
- package/review/arm-automation.api.md +0 -3782
- package/rollup.config.js +0 -122
- package/src/automationClient.ts +0 -359
- package/src/index.ts +0 -12
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -4971
- package/src/models/mappers.ts +0 -7103
- package/src/models/parameters.ts +0 -962
- package/src/operations/activityOperations.ts +0 -263
- package/src/operations/agentRegistrationInformation.ts +0 -119
- package/src/operations/automationAccountOperations.ts +0 -449
- package/src/operations/certificateOperations.ts +0 -388
- package/src/operations/connectionOperations.ts +0 -389
- package/src/operations/connectionTypeOperations.ts +0 -331
- package/src/operations/credentialOperations.ts +0 -382
- package/src/operations/deletedAutomationAccounts.ts +0 -64
- package/src/operations/dscCompilationJobOperations.ts +0 -424
- package/src/operations/dscCompilationJobStream.ts +0 -75
- package/src/operations/dscConfigurationOperations.ts +0 -626
- package/src/operations/dscNodeConfigurationOperations.ts +0 -426
- package/src/operations/dscNodeOperations.ts +0 -342
- package/src/operations/fields.ts +0 -163
- package/src/operations/hybridRunbookWorkerGroupOperations.ts +0 -396
- package/src/operations/hybridRunbookWorkers.ts +0 -436
- package/src/operations/index.ts +0 -53
- package/src/operations/jobOperations.ts +0 -500
- package/src/operations/jobScheduleOperations.ts +0 -330
- package/src/operations/jobStreamOperations.ts +0 -257
- package/src/operations/keys.ts +0 -72
- package/src/operations/linkedWorkspaceOperations.ts +0 -73
- package/src/operations/moduleOperations.ts +0 -388
- package/src/operations/nodeCountInformation.ts +0 -76
- package/src/operations/nodeReports.ts +0 -300
- package/src/operations/objectDataTypes.ts +0 -275
- package/src/operations/operations.ts +0 -98
- package/src/operations/privateEndpointConnections.ts +0 -437
- package/src/operations/privateLinkResources.ts +0 -132
- package/src/operations/python2Package.ts +0 -388
- package/src/operations/runbookDraftOperations.ts +0 -302
- package/src/operations/runbookOperations.ts +0 -560
- package/src/operations/scheduleOperations.ts +0 -389
- package/src/operations/softwareUpdateConfigurationMachineRuns.ts +0 -128
- package/src/operations/softwareUpdateConfigurationRuns.ts +0 -127
- package/src/operations/softwareUpdateConfigurations.ts +0 -231
- package/src/operations/sourceControlOperations.ts +0 -388
- package/src/operations/sourceControlSyncJobOperations.ts +0 -324
- package/src/operations/sourceControlSyncJobStreams.ts +0 -290
- package/src/operations/statisticsOperations.ts +0 -135
- package/src/operations/testJobOperations.ts +0 -253
- package/src/operations/testJobStreams.ts +0 -263
- package/src/operations/usages.ts +0 -135
- package/src/operations/variableOperations.ts +0 -388
- package/src/operations/watcherOperations.ts +0 -469
- package/src/operations/webhookOperations.ts +0 -429
- package/src/operationsInterfaces/activityOperations.ts +0 -48
- package/src/operationsInterfaces/agentRegistrationInformation.ts +0 -43
- package/src/operationsInterfaces/automationAccountOperations.ts +0 -92
- package/src/operationsInterfaces/certificateOperations.ts +0 -94
- package/src/operationsInterfaces/connectionOperations.ts +0 -94
- package/src/operationsInterfaces/connectionTypeOperations.ts +0 -76
- package/src/operationsInterfaces/credentialOperations.ts +0 -94
- package/src/operationsInterfaces/deletedAutomationAccounts.ts +0 -23
- package/src/operationsInterfaces/dscCompilationJobOperations.ts +0 -100
- package/src/operationsInterfaces/dscCompilationJobStream.ts +0 -29
- package/src/operationsInterfaces/dscConfigurationOperations.ts +0 -124
- package/src/operationsInterfaces/dscNodeConfigurationOperations.ts +0 -91
- package/src/operationsInterfaces/dscNodeOperations.ts +0 -76
- package/src/operationsInterfaces/fields.ts +0 -30
- package/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.ts +0 -94
- package/src/operationsInterfaces/hybridRunbookWorkers.ts +0 -104
- package/src/operationsInterfaces/index.ts +0 -53
- package/src/operationsInterfaces/jobOperations.ts +0 -134
- package/src/operationsInterfaces/jobScheduleOperations.ts +0 -76
- package/src/operationsInterfaces/jobStreamOperations.ts +0 -48
- package/src/operationsInterfaces/keys.ts +0 -27
- package/src/operationsInterfaces/linkedWorkspaceOperations.ts +0 -27
- package/src/operationsInterfaces/moduleOperations.ts +0 -94
- package/src/operationsInterfaces/nodeCountInformation.ts +0 -30
- package/src/operationsInterfaces/nodeReports.ts +0 -65
- package/src/operationsInterfaces/objectDataTypes.ts +0 -47
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -29
- package/src/operationsInterfaces/python2Package.ts +0 -94
- package/src/operationsInterfaces/runbookDraftOperations.ts +0 -97
- package/src/operationsInterfaces/runbookOperations.ts +0 -144
- package/src/operationsInterfaces/scheduleOperations.ts +0 -94
- package/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.ts +0 -43
- package/src/operationsInterfaces/softwareUpdateConfigurationRuns.ts +0 -42
- package/src/operationsInterfaces/softwareUpdateConfigurations.ts +0 -74
- package/src/operationsInterfaces/sourceControlOperations.ts +0 -94
- package/src/operationsInterfaces/sourceControlSyncJobOperations.ts +0 -68
- package/src/operationsInterfaces/sourceControlSyncJobStreams.ts +0 -52
- package/src/operationsInterfaces/statisticsOperations.ts +0 -29
- package/src/operationsInterfaces/testJobOperations.ts +0 -89
- package/src/operationsInterfaces/testJobStreams.ts +0 -48
- package/src/operationsInterfaces/usages.ts +0 -26
- package/src/operationsInterfaces/variableOperations.ts +0 -94
- package/src/operationsInterfaces/watcherOperations.ts +0 -121
- package/src/operationsInterfaces/webhookOperations.ts +0 -107
- package/tsconfig.json +0 -27
- package/types/arm-automation.d.ts +0 -6595
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/agentRegistrationInformation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/automationAccountOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionTypeOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/credentialOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAutomationAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscCompilationJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscCompilationJobStream.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscNodeConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscNodeOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fields.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hybridRunbookWorkers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobScheduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobStreamOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/keys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedWorkspaceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/moduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/nodeCountInformation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/nodeReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/objectDataTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/python2Package.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runbookDraftOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runbookOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurationRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlSyncJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlSyncJobStreams.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/statisticsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/testJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/testJobStreams.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/variableOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/watcherOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webhookOperations.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAumFH,iFAAiF;AACjF,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;IACnB,gBAAgB;IAChB,wDAAuB,CAAA;AACzB,CAAC,EALW,6BAA6B,6CAA7B,6BAA6B,QAKxC;AAYD,0EAA0E;AAC1E,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,sBAAsB;IACtB,6DAAmC,CAAA;IACnC,UAAU;IACV,qCAAW,CAAA;AACb,CAAC,EALW,sBAAsB,sCAAtB,sBAAsB,QAKjC;AAYD,6EAA6E;AAC7E,IAAY,yBASX;AATD,WAAY,yBAAyB;IACnC,aAAa;IACb,8CAAiB,CAAA;IACjB,gBAAgB;IAChB,oDAAuB,CAAA;IACvB,gBAAgB;IAChB,oDAAuB,CAAA;IACvB,iBAAiB;IACjB,sDAAyB,CAAA;AAC3B,CAAC,EATW,yBAAyB,yCAAzB,yBAAyB,QASpC;AAcD,kEAAkE;AAClE,IAAY,cA2BX;AA3BD,WAAY,cAAc;IACxB,UAAU;IACV,6BAAW,CAAA;IACX,iBAAiB;IACjB,2CAAyB,CAAA;IACzB,cAAc;IACd,qCAAmB,CAAA;IACnB,gBAAgB;IAChB,yCAAuB,CAAA;IACvB,aAAa;IACb,mCAAiB,CAAA;IACjB,cAAc;IACd,qCAAmB,CAAA;IACnB,cAAc;IACd,qCAAmB,CAAA;IACnB,gBAAgB;IAChB,yCAAuB,CAAA;IACvB,mBAAmB;IACnB,+CAA6B,CAAA;IAC7B,iBAAiB;IACjB,2CAAyB,CAAA;IACzB,eAAe;IACf,uCAAqB,CAAA;IACrB,eAAe;IACf,uCAAqB,CAAA;IACrB,eAAe;IACf,uCAAqB,CAAA;AACvB,CAAC,EA3BW,cAAc,8BAAd,cAAc,QA2BzB;AAuBD,sEAAsE;AACtE,IAAY,kBAeX;AAfD,WAAY,kBAAkB;IAC5B,eAAe;IACf,2CAAqB,CAAA;IACrB,aAAa;IACb,uCAAiB,CAAA;IACjB,cAAc;IACd,yCAAmB,CAAA;IACnB,YAAY;IACZ,qCAAe,CAAA;IACf,YAAY;IACZ,qCAAe,CAAA;IACf,cAAc;IACd,yCAAmB,CAAA;IACnB,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EAfW,kBAAkB,kCAAlB,kBAAkB,QAe7B;AAiBD,kEAAkE;AAClE,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,aAAa;IACb,mCAAiB,CAAA;IACjB,wBAAwB;IACxB,yDAAuC,CAAA;AACzC,CAAC,EALW,cAAc,8BAAd,cAAc,QAKzB;AAYD,mEAAmE;AACnE,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,aAAa;IACb,oCAAiB,CAAA;IACjB,cAAc;IACd,sCAAmB,CAAA;IACnB,aAAa;IACb,oCAAiB,CAAA;AACnB,CAAC,EAPW,eAAe,+BAAf,eAAe,QAO1B;AAaD,kEAAkE;AAClE,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,0BAA0B;IAC1B,6DAA2C,CAAA;IAC3C,YAAY;IACZ,iCAAe,CAAA;AACjB,CAAC,EALW,cAAc,8BAAd,cAAc,QAKzB;AAYD,0EAA0E;AAC1E,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,cAAc;IACd,6CAAmB,CAAA;AACrB,CAAC,EAPW,sBAAsB,sCAAtB,sBAAsB,QAOjC;AAaD,iEAAiE;AACjE,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,kBAAkB;IAClB,4CAA2B,CAAA;IAC3B,eAAe;IACf,sCAAqB,CAAA;AACvB,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAYD,mEAAmE;AACnE,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,YAAY;IACZ,kCAAe,CAAA;IACf,aAAa;IACb,oCAAiB,CAAA;AACnB,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B;AAYD,oEAAoE;AACpE,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,WAAW;IACX,iCAAa,CAAA;IACb,YAAY;IACZ,mCAAe,CAAA;AACjB,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B;AAYD,+EAA+E;AAC/E,IAAY,2BAOX;AAPD,WAAY,2BAA2B;IACrC,SAAS;IACT,wCAAS,CAAA;IACT,kBAAkB;IAClB,0DAA2B,CAAA;IAC3B,gBAAgB;IAChB,sDAAuB,CAAA;AACzB,CAAC,EAPW,2BAA2B,2CAA3B,2BAA2B,QAOtC;AAaD,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AAcD,0EAA0E;AAC1E,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,gBAAgB;IAChB,iDAAuB,CAAA;AACzB,CAAC,EALW,sBAAsB,sCAAtB,sBAAsB,QAKjC;AAYD,iFAAiF;AACjF,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,WAAW;IACX,8CAAa,CAAA;IACb,WAAW;IACX,8CAAa,CAAA;AACf,CAAC,EALW,6BAA6B,6CAA7B,6BAA6B,QAKxC;AAYD,0EAA0E;AAC1E,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,UAAU;IACV,qCAAW,CAAA;IACX,WAAW;IACX,uCAAa,CAAA;IACb,WAAW;IACX,uCAAa,CAAA;IACb,YAAY;IACZ,yCAAe,CAAA;IACf,uEAAuE;IACvE,2CAAiB,CAAA;AACnB,CAAC,EAbW,sBAAsB,sCAAtB,sBAAsB,QAajC;AAgBD,oEAAoE;AACpE,IAAY,gBAeX;AAfD,WAAY,gBAAgB;IAC1B,aAAa;IACb,qCAAiB,CAAA;IACjB,cAAc;IACd,uCAAmB,CAAA;IACnB,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,eAAe;IACf,yCAAqB,CAAA;IACrB,aAAa;IACb,qCAAiB,CAAA;IACjB,eAAe;IACf,yCAAqB,CAAA;IACrB,aAAa;IACb,qCAAiB,CAAA;AACnB,CAAC,EAfW,gBAAgB,gCAAhB,gBAAgB,QAe3B;AAiBD,8EAA8E;AAC9E,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,UAAU;IACV,yCAAW,CAAA;IACX,WAAW;IACX,2CAAa,CAAA;IACb,gBAAgB;IAChB,qDAAuB,CAAA;AACzB,CAAC,EAPW,0BAA0B,0CAA1B,0BAA0B,QAOrC;AAaD,yEAAyE;AACzE,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,8BAA8B;IAC9B,4EAAmD,CAAA;AACrD,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC;AAYD,6EAA6E;AAC7E,IAAY,yBAmBX;AAnBD,WAAY,yBAAyB;IACnC,mBAAmB;IACnB,0DAA6B,CAAA;IAC7B,eAAe;IACf,kDAAqB,CAAA;IACrB,eAAe;IACf,kDAAqB,CAAA;IACrB,mBAAmB;IACnB,0DAA6B,CAAA;IAC7B,kBAAkB;IAClB,wDAA2B,CAAA;IAC3B,kBAAkB;IAClB,wDAA2B,CAAA;IAC3B,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,YAAY;IACZ,4CAAe,CAAA;IACf,cAAc;IACd,gDAAmB,CAAA;AACrB,CAAC,EAnBW,yBAAyB,yCAAzB,yBAAyB,QAmBpC;AAmBD,2EAA2E;AAC3E,IAAY,uBASX;AATD,WAAY,uBAAuB;IACjC,mBAAmB;IACnB,wDAA6B,CAAA;IAC7B,eAAe;IACf,gDAAqB,CAAA;IACrB,eAAe;IACf,gDAAqB,CAAA;IACrB,YAAY;IACZ,0CAAe,CAAA;AACjB,CAAC,EATW,uBAAuB,uCAAvB,uBAAuB,QASlC;AAcD,uEAAuE;AACvE,IAAY,mBA+FX;AA/FD,WAAY,mBAAmB;IAC7B,eAAe;IACf,4CAAqB,CAAA;IACrB,yBAAyB;IACzB,gEAAyC,CAAA;IACzC,SAAS;IACT,gCAAS,CAAA;IACT,cAAc;IACd,0CAAmB,CAAA;IACnB,eAAe;IACf,4CAAqB,CAAA;IACrB,kCAAkC;IAClC,kFAA2D,CAAA;IAC3D,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,mBAAmB;IACnB,oDAA6B,CAAA;IAC7B,qBAAqB;IACrB,wDAAiC,CAAA;IACjC,sBAAsB;IACtB,0DAAmC,CAAA;IACnC,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,uBAAuB;IACvB,4DAAqC,CAAA;IACrC,YAAY;IACZ,sCAAe,CAAA;IACf,YAAY;IACZ,sCAAe,CAAA;IACf,eAAe;IACf,4CAAqB,CAAA;IACrB,eAAe;IACf,4CAAqB,CAAA;IACrB,qBAAqB;IACrB,wDAAiC,CAAA;IACjC,kBAAkB;IAClB,kDAA2B,CAAA;IAC3B,eAAe;IACf,4CAAqB,CAAA;IACrB,aAAa;IACb,wCAAiB,CAAA;IACjB,wBAAwB;IACxB,8DAAuC,CAAA;IACvC,uBAAuB;IACvB,4DAAqC,CAAA;IACrC,iBAAiB;IACjB,gDAAyB,CAAA;IACzB,mBAAmB;IACnB,oDAA6B,CAAA;IAC7B,sBAAsB;IACtB,0DAAmC,CAAA;IACnC,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,eAAe;IACf,4CAAqB,CAAA;IACrB,uBAAuB;IACvB,4DAAqC,CAAA;IACrC,oBAAoB;IACpB,sDAA+B,CAAA;IAC/B,kCAAkC;IAClC,kFAA2D,CAAA;IAC3D,qBAAqB;IACrB,wDAAiC,CAAA;IACjC,eAAe;IACf,4CAAqB,CAAA;IACrB,WAAW;IACX,oCAAa,CAAA;IACb,qBAAqB;IACrB,wDAAiC,CAAA;IACjC,yBAAyB;IACzB,gEAAyC,CAAA;IACzC,4BAA4B;IAC5B,sEAA+C,CAAA;IAC/C,wBAAwB;IACxB,8DAAuC,CAAA;IACvC,2BAA2B;IAC3B,oEAA6C,CAAA;IAC7C,mCAAmC;IACnC,oFAA6D,CAAA;IAC7D,wBAAwB;IACxB,8DAAuC,CAAA;IACvC,sBAAsB;IACtB,0DAAmC,CAAA;IACnC,0BAA0B;IAC1B,kEAA2C,CAAA;IAC3C,qBAAqB;IACrB,wDAAiC,CAAA;IACjC,iBAAiB;IACjB,gDAAyB,CAAA;IACzB,yBAAyB;IACzB,gEAAyC,CAAA;IACzC,qBAAqB;IACrB,wDAAiC,CAAA;IACjC,8BAA8B;IAC9B,0EAAmD,CAAA;AACrD,CAAC,EA/FW,mBAAmB,mCAAnB,mBAAmB,QA+F9B;AAyDD,wEAAwE;AACxE,IAAY,oBAiBX;AAjBD,WAAY,oBAAoB;IAC9B,aAAa;IACb,yCAAiB,CAAA;IACjB,YAAY;IACZ,uCAAe,CAAA;IACf,yBAAyB;IACzB,iEAAyC,CAAA;IACzC,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,8BAA8B;IAC9B,2EAAmD,CAAA;IACnD,sBAAsB;IACtB,2DAAmC,CAAA;IACnC,cAAc;IACd,2CAAmB,CAAA;IACnB,cAAc;IACd,2CAAmB,CAAA;AACrB,CAAC,EAjBW,oBAAoB,oCAApB,oBAAoB,QAiB/B;AAkBD,qEAAqE;AACrE,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,UAAU;IACV,gCAAW,CAAA;IACX,WAAW;IACX,kCAAa,CAAA;IACb,gBAAgB;IAChB,4CAAuB,CAAA;AACzB,CAAC,EAPW,iBAAiB,iCAAjB,iBAAiB,QAO5B;AAaD,mEAAmE;AACnE,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B;AAYD,sEAAsE;AACtE,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,aAAa;IACb,uCAAiB,CAAA;AACnB,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\n\n/** A list of private endpoint connections */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** Private endpoint which the connection belongs to. */\nexport interface PrivateEndpointProperty {\n /** Resource id of the private endpoint. */\n id?: string;\n}\n\n/** Connection State of the Private Endpoint Connection. */\nexport interface PrivateLinkServiceConnectionStateProperty {\n /** The private link service connection status. */\n status?: string;\n /** The private link service connection description. */\n description?: string;\n /**\n * Any action that is required beyond basic workflow (approve/ reject/ disconnect)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionsRequired?: string;\n}\n\n/** The core properties of ARM resources */\nexport interface Resource {\n /**\n * Fully qualified resource Id for the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Error response of an operation failure */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** Definition of the content link. */\nexport interface ContentLink {\n /** Gets or sets the uri of the runbook content. */\n uri?: string;\n /** Gets or sets the hash. */\n contentHash?: ContentHash;\n /** Gets or sets the version of the content. */\n version?: string;\n}\n\n/** Definition of the runbook property type. */\nexport interface ContentHash {\n /** Gets or sets the content hash algorithm used to hash the content. */\n algorithm: string;\n /** Gets or sets expected hash value of the content. */\n value: string;\n}\n\n/** Definition of the module error info type. */\nexport interface ModuleErrorInfo {\n /** Gets or sets the error code. */\n code?: string;\n /** Gets or sets the error message. */\n message?: string;\n}\n\n/** The parameters supplied to the create or update module operation. */\nexport interface PythonPackageCreateParameters {\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the module content link. */\n contentLink: ContentLink;\n}\n\n/** The parameters supplied to the update module operation. */\nexport interface PythonPackageUpdateParameters {\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response model for the list module operation. */\nexport interface ModuleListResult {\n /** Gets or sets a list of modules. */\n value?: Module[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the agent registration information type. */\nexport interface AgentRegistration {\n /** Gets or sets the dsc meta configuration. */\n dscMetaConfiguration?: string;\n /** Gets or sets the dsc server endpoint. */\n endpoint?: string;\n /** Gets or sets the agent registration keys. */\n keys?: AgentRegistrationKeys;\n /** Gets or sets the id. */\n id?: string;\n}\n\n/** Definition of the agent registration keys. */\nexport interface AgentRegistrationKeys {\n /** Gets or sets the primary key. */\n primary?: string;\n /** Gets or sets the secondary key. */\n secondary?: string;\n}\n\n/** The parameters supplied to the regenerate keys operation. */\nexport interface AgentRegistrationRegenerateKeyParameter {\n /** Gets or sets the agent registration key name - primary or secondary. */\n keyName: AgentRegistrationKeyName;\n}\n\n/** The dsc extensionHandler property associated with the node */\nexport interface DscNodeExtensionHandlerAssociationProperty {\n /** Gets or sets the name of the extension handler. */\n name?: string;\n /** Gets or sets the version of the extension handler. */\n version?: string;\n}\n\n/** The parameters supplied to the update dsc node operation. */\nexport interface DscNodeUpdateParameters {\n /** Gets or sets the id of the dsc node. */\n nodeId?: string;\n properties?: DscNodeUpdateParametersProperties;\n}\n\nexport interface DscNodeUpdateParametersProperties {\n /** Gets or sets the name of the dsc node configuration. */\n name?: string;\n}\n\n/** The response model for the list dsc nodes operation. */\nexport interface DscNodeListResult {\n /** Gets or sets a list of dsc nodes. */\n value?: DscNode[];\n /** Gets or sets the next link. */\n nextLink?: string;\n /** Gets the total number of nodes matching filter criteria. */\n totalCount?: number;\n}\n\n/** The response model for the list dsc nodes operation. */\nexport interface DscNodeReportListResult {\n /** Gets or sets a list of dsc node reports. */\n value?: DscNodeReport[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the dsc node report type. */\nexport interface DscNodeReport {\n /** Gets or sets the end time of the node report. */\n endTime?: Date;\n /** Gets or sets the lastModifiedTime of the node report. */\n lastModifiedTime?: Date;\n /** Gets or sets the start time of the node report. */\n startTime?: Date;\n /** Gets or sets the type of the node report. */\n type?: string;\n /** Gets or sets the id of the node report. */\n reportId?: string;\n /** Gets or sets the status of the node report. */\n status?: string;\n /** Gets or sets the refreshMode of the node report. */\n refreshMode?: string;\n /** Gets or sets the rebootRequested of the node report. */\n rebootRequested?: string;\n /** Gets or sets the reportFormatVersion of the node report. */\n reportFormatVersion?: string;\n /** Gets or sets the configurationVersion of the node report. */\n configurationVersion?: string;\n /** Gets or sets the id. */\n id?: string;\n /** Gets or sets the errors for the node report. */\n errors?: DscReportError[];\n /** Gets or sets the resource for the node report. */\n resources?: DscReportResource[];\n /** Gets or sets the metaConfiguration of the node at the time of the report. */\n metaConfiguration?: DscMetaConfiguration;\n /** Gets or sets the hostname of the node that sent the report. */\n hostName?: string;\n /** Gets or sets the IPv4 address of the node that sent the report. */\n iPV4Addresses?: string[];\n /** Gets or sets the IPv6 address of the node that sent the report. */\n iPV6Addresses?: string[];\n /** Gets or sets the number of resource in the node report. */\n numberOfResources?: number;\n /** Gets or sets the unparsed errors for the node report. */\n rawErrors?: string;\n}\n\n/** Definition of the dsc node report error type. */\nexport interface DscReportError {\n /** Gets or sets the source of the error. */\n errorSource?: string;\n /** Gets or sets the resource ID which generated the error. */\n resourceId?: string;\n /** Gets or sets the error code. */\n errorCode?: string;\n /** Gets or sets the error message. */\n errorMessage?: string;\n /** Gets or sets the locale of the error. */\n locale?: string;\n /** Gets or sets the error details. */\n errorDetails?: string;\n}\n\n/** Definition of the DSC Report Resource. */\nexport interface DscReportResource {\n /** Gets or sets the ID of the resource. */\n resourceId?: string;\n /** Gets or sets the source info of the resource. */\n sourceInfo?: string;\n /** Gets or sets the Resource Navigation values for resources the resource depends on. */\n dependsOn?: DscReportResourceNavigation[];\n /** Gets or sets the module name of the resource. */\n moduleName?: string;\n /** Gets or sets the module version of the resource. */\n moduleVersion?: string;\n /** Gets or sets the name of the resource. */\n resourceName?: string;\n /** Gets or sets the error of the resource. */\n error?: string;\n /** Gets or sets the status of the resource. */\n status?: string;\n /** Gets or sets the duration in seconds for the resource. */\n durationInSeconds?: number;\n /** Gets or sets the start date of the resource. */\n startDate?: Date;\n}\n\n/** Navigation for DSC Report Resource. */\nexport interface DscReportResourceNavigation {\n /** Gets or sets the ID of the resource to navigate to. */\n resourceId?: string;\n}\n\n/** Definition of the DSC Meta Configuration. */\nexport interface DscMetaConfiguration {\n /** Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration. */\n configurationModeFrequencyMins?: number;\n /** Gets or sets the RebootNodeIfNeeded value of the meta configuration. */\n rebootNodeIfNeeded?: boolean;\n /** Gets or sets the ConfigurationMode value of the meta configuration. */\n configurationMode?: string;\n /** Gets or sets the ActionAfterReboot value of the meta configuration. */\n actionAfterReboot?: string;\n /** Gets or sets the CertificateId value of the meta configuration. */\n certificateId?: string;\n /** Gets or sets the RefreshFrequencyMins value of the meta configuration. */\n refreshFrequencyMins?: number;\n /** Gets or sets the AllowModuleOverwrite value of the meta configuration. */\n allowModuleOverwrite?: boolean;\n}\n\n/** The Dsc configuration property associated with the entity. */\nexport interface DscConfigurationAssociationProperty {\n /** Gets or sets the name of the Dsc configuration. */\n name?: string;\n}\n\n/** The parameters supplied to the create or update node configuration operation. */\nexport interface DscNodeConfigurationCreateOrUpdateParameters {\n /** Name of the node configuration. */\n name?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the source. */\n source?: ContentSource;\n /** Gets or sets the configuration of the node. */\n configuration?: DscConfigurationAssociationProperty;\n /** If a new build version of NodeConfiguration is required. */\n incrementNodeConfigurationBuild?: boolean;\n}\n\n/** Definition of the content source. */\nexport interface ContentSource {\n /** Gets or sets the hash. */\n hash?: ContentHash;\n /** Gets or sets the content source type. */\n type?: ContentSourceType;\n /** Gets or sets the value of the content. This is based on the content source type. */\n value?: string;\n /** Gets or sets the version of the content. */\n version?: string;\n}\n\n/** The response model for the list job operation. */\nexport interface DscNodeConfigurationListResult {\n /** Gets or sets a list of Dsc node configurations. */\n value?: DscNodeConfiguration[];\n /** Gets or sets the next link. */\n nextLink?: string;\n /** Gets or sets the total rows in query. */\n totalCount?: number;\n}\n\n/** The parameters supplied to the create compilation job operation. */\nexport interface DscCompilationJobCreateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the configuration. */\n configuration: DscConfigurationAssociationProperty;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** If a new build version of NodeConfiguration is required. */\n incrementNodeConfigurationBuild?: boolean;\n}\n\n/** The response model for the list job operation. */\nexport interface DscCompilationJobListResult {\n /** Gets or sets a list of Dsc Compilation jobs. */\n value?: DscCompilationJob[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The response model for the list job stream operation. */\nexport interface JobStreamListResult {\n /** A list of job streams. */\n value?: JobStream[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the job stream. */\nexport interface JobStream {\n /** Gets or sets the id of the resource. */\n id?: string;\n /** Gets or sets the id of the job stream. */\n jobStreamId?: string;\n /** Gets or sets the creation time of the job. */\n time?: Date;\n /** Gets or sets the stream type. */\n streamType?: JobStreamType;\n /** Gets or sets the stream text. */\n streamText?: string;\n /** Gets or sets the summary. */\n summary?: string;\n /** Gets or sets the values of the job stream. */\n value?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Gets the count of nodes by count type */\nexport interface NodeCounts {\n /** Gets an array of counts */\n value?: NodeCount[];\n /** Gets the total number of records matching countType criteria. */\n totalCount?: number;\n}\n\n/** Number of nodes based on the Filter */\nexport interface NodeCount {\n /** Gets the name of a count type */\n name?: string;\n properties?: NodeCountProperties;\n}\n\nexport interface NodeCountProperties {\n /** Gets the count for the name */\n count?: number;\n}\n\n/** The parameters supplied to the create or update source control operation. */\nexport interface SourceControlCreateOrUpdateParameters {\n /** The repo url of the source control. */\n repoUrl?: string;\n /** The repo branch of the source control. Include branch as empty string for VsoTfvc. */\n branch?: string;\n /** The folder path of the source control. Path must be relative. */\n folderPath?: string;\n /** The auto async of the source control. Default is false. */\n autoSync?: boolean;\n /** The auto publish of the source control. Default is true. */\n publishRunbook?: boolean;\n /** The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive. */\n sourceType?: SourceType;\n /** The authorization token for the repo of the source control. */\n securityToken?: SourceControlSecurityTokenProperties;\n /** The user description of the source control. */\n description?: string;\n}\n\nexport interface SourceControlSecurityTokenProperties {\n /** The access token. */\n accessToken?: string;\n /** The refresh token. */\n refreshToken?: string;\n /** The token type. Must be either PersonalAccessToken or Oauth. */\n tokenType?: TokenType;\n}\n\n/** The parameters supplied to the update source control operation. */\nexport interface SourceControlUpdateParameters {\n /** The repo branch of the source control. */\n branch?: string;\n /** The folder path of the source control. Path must be relative. */\n folderPath?: string;\n /** The auto sync of the source control. Default is false. */\n autoSync?: boolean;\n /** The auto publish of the source control. Default is true. */\n publishRunbook?: boolean;\n /** The authorization token for the repo of the source control. */\n securityToken?: SourceControlSecurityTokenProperties;\n /** The user description of the source control. */\n description?: string;\n}\n\n/** The response model for the list source controls operation. */\nexport interface SourceControlListResult {\n /** The list of source controls. */\n value?: SourceControl[];\n /** The next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create source control sync job operation. */\nexport interface SourceControlSyncJobCreateParameters {\n /** The commit id of the source control sync job. If not syncing to a commitId, enter an empty string. */\n commitId: string;\n}\n\n/** Definition of the source control sync job. */\nexport interface SourceControlSyncJob {\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The source control sync job id. */\n sourceControlSyncJobId?: string;\n /**\n * The creation time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** The provisioning state of the job. */\n provisioningState?: ProvisioningState;\n /**\n * The start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /** The sync type. */\n syncType?: SyncType;\n}\n\n/** Definition of the source control sync job. */\nexport interface SourceControlSyncJobById {\n /** The id of the job. */\n id?: string;\n /** The source control sync job id. */\n sourceControlSyncJobId?: string;\n /**\n * The creation time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** The provisioning state of the job. */\n provisioningState?: ProvisioningState;\n /**\n * The start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /** The sync type. */\n syncType?: SyncType;\n /** The exceptions that occurred while running the sync job. */\n exception?: string;\n}\n\n/** The response model for the list source control sync jobs operation. */\nexport interface SourceControlSyncJobListResult {\n /** The list of source control sync jobs. */\n value?: SourceControlSyncJob[];\n /** The next link. */\n nextLink?: string;\n}\n\n/** The response model for the list source control sync job streams operation. */\nexport interface SourceControlSyncJobStreamsListBySyncJob {\n /** The list of source control sync job streams. */\n value?: SourceControlSyncJobStream[];\n /**\n * The next link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Definition of the source control sync job stream. */\nexport interface SourceControlSyncJobStream {\n /**\n * Resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The sync job stream id. */\n sourceControlSyncJobStreamId?: string;\n /** The summary of the sync job stream. */\n summary?: string;\n /**\n * The time of the sync job stream.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: Date;\n /** The type of the sync job stream. */\n streamType?: StreamType;\n}\n\n/** Definition of the source control sync job stream by id. */\nexport interface SourceControlSyncJobStreamById {\n /**\n * Resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The sync job stream id. */\n sourceControlSyncJobStreamId?: string;\n /** The summary of the sync job stream. */\n summary?: string;\n /**\n * The time of the sync job stream.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: Date;\n /** The type of the sync job stream. */\n streamType?: StreamType;\n /** The text of the sync job stream. */\n streamText?: string;\n /** The values of the job stream. */\n value?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** The parameters supplied to the update automation account operation. */\nexport interface AutomationAccountUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Sets the identity property for automation account */\n identity?: Identity;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets account SKU. */\n sku?: Sku;\n /** Set the encryption properties for the automation account */\n encryption?: EncryptionProperties;\n /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */\n publicNetworkAccess?: boolean;\n /** Indicates whether requests using non-AAD authentication are blocked */\n disableLocalAuth?: boolean;\n}\n\n/** The account SKU. */\nexport interface Sku {\n /** Gets or sets the SKU name of the account. */\n name: SkuNameEnum;\n /** Gets or sets the SKU family. */\n family?: string;\n /** Gets or sets the SKU capacity. */\n capacity?: number;\n}\n\n/** The encryption settings for automation account */\nexport interface EncryptionProperties {\n /** Key vault properties. */\n keyVaultProperties?: KeyVaultProperties;\n /** Encryption Key Source */\n keySource?: EncryptionKeySourceType;\n /** User identity used for CMK. */\n identity?: EncryptionPropertiesIdentity;\n}\n\n/** Settings concerning key vault encryption for a configuration store. */\nexport interface KeyVaultProperties {\n /** The URI of the key vault key used to encrypt data. */\n keyvaultUri?: string;\n /** The name of key used to encrypt data. */\n keyName?: string;\n /** The key version of the key used to encrypt data. */\n keyVersion?: string;\n}\n\n/** User identity used for CMK. */\nexport interface EncryptionPropertiesIdentity {\n /** The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentity?: Record<string, unknown>;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. */\n type?: ResourceIdentityType;\n /** The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: {\n [propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;\n };\n}\n\nexport interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The parameters supplied to the create or update automation account operation. */\nexport interface AutomationAccountCreateOrUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Sets the identity property for automation account */\n identity?: Identity;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets account SKU. */\n sku?: Sku;\n /** Set the encryption properties for the automation account */\n encryption?: EncryptionProperties;\n /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */\n publicNetworkAccess?: boolean;\n /** Indicates whether requests using non-AAD authentication are blocked */\n disableLocalAuth?: boolean;\n}\n\n/** The response model for the list account operation. */\nexport interface AutomationAccountListResult {\n /** Gets or sets list of accounts. */\n value?: AutomationAccount[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The response model for the list statistics operation. */\nexport interface StatisticsListResult {\n /** Gets or sets a list of statistics. */\n value?: Statistics[];\n}\n\n/** Definition of the statistic. */\nexport interface Statistics {\n /**\n * Gets the property value of the statistic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly counterProperty?: string;\n /**\n * Gets the value of the statistic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly counterValue?: number;\n /**\n * Gets the startTime of the statistic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the endTime of the statistic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** The response model for the get usage operation. */\nexport interface UsageListResult {\n /** Gets or sets usage. */\n value?: Usage[];\n}\n\n/** Definition of Usage. */\nexport interface Usage {\n /** Gets or sets the id of the resource. */\n id?: string;\n /** Gets or sets the usage counter name. */\n name?: UsageCounterName;\n /** Gets or sets the usage unit name. */\n unit?: string;\n /** Gets or sets the current usage value. */\n currentValue?: number;\n /** Gets or sets max limit. -1 for unlimited */\n limit?: number;\n /** Gets or sets the throttle status. */\n throttleStatus?: string;\n}\n\n/** Definition of usage counter name. */\nexport interface UsageCounterName {\n /** Gets or sets the usage counter name. */\n value?: string;\n /** Gets or sets the localized usage counter name. */\n localizedValue?: string;\n}\n\nexport interface KeyListResult {\n /** Lists the automation keys. */\n keys?: Key[];\n}\n\n/** Automation key which is used to register a DSC Node */\nexport interface Key {\n /**\n * Automation key name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyName?: AutomationKeyName;\n /**\n * Automation key permissions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly permissions?: AutomationKeyPermissions;\n /**\n * Value of the Automation Key used for registration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** The parameters supplied to the create or update or replace certificate operation. */\nexport interface CertificateCreateOrUpdateParameters {\n /** Gets or sets the name of the certificate. */\n name: string;\n /** Gets or sets the base64 encoded value of the certificate. */\n base64Value: string;\n /** Gets or sets the description of the certificate. */\n description?: string;\n /** Gets or sets the thumbprint of the certificate. */\n thumbprint?: string;\n /** Gets or sets the is exportable flag of the certificate. */\n isExportable?: boolean;\n}\n\n/** The parameters supplied to the update certificate operation. */\nexport interface CertificateUpdateParameters {\n /** Gets or sets the name of the certificate. */\n name?: string;\n /** Gets or sets the description of the certificate. */\n description?: string;\n}\n\n/** The response model for the list certificate operation. */\nexport interface CertificateListResult {\n /** Gets or sets a list of certificates. */\n value?: Certificate[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The connection type property associated with the entity. */\nexport interface ConnectionTypeAssociationProperty {\n /** Gets or sets the name of the connection type. */\n name?: string;\n}\n\n/** The parameters supplied to the create or update connection operation. */\nexport interface ConnectionCreateOrUpdateParameters {\n /** Gets or sets the name of the connection. */\n name: string;\n /** Gets or sets the description of the connection. */\n description?: string;\n /** Gets or sets the connectionType of the connection. */\n connectionType: ConnectionTypeAssociationProperty;\n /** Gets or sets the field definition properties of the connection. */\n fieldDefinitionValues?: { [propertyName: string]: string };\n}\n\n/** The parameters supplied to the update connection operation. */\nexport interface ConnectionUpdateParameters {\n /** Gets or sets the name of the connection. */\n name?: string;\n /** Gets or sets the description of the connection. */\n description?: string;\n /** Gets or sets the field definition values of the connection. */\n fieldDefinitionValues?: { [propertyName: string]: string };\n}\n\n/** The response model for the list connection operation. */\nexport interface ConnectionListResult {\n /** Gets or sets a list of connection. */\n value?: Connection[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the connection type. */\nexport interface ConnectionType {\n /**\n * Gets the id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the name of the connection type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Gets or sets a Boolean value to indicate if the connection type is global. */\n isGlobal?: boolean;\n /**\n * Gets the field definitions of the connection type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fieldDefinitions?: { [propertyName: string]: FieldDefinition };\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the connection fields. */\nexport interface FieldDefinition {\n /** Gets or sets the isEncrypted flag of the connection field definition. */\n isEncrypted?: boolean;\n /** Gets or sets the isOptional flag of the connection field definition. */\n isOptional?: boolean;\n /** Gets or sets the type of the connection field definition. */\n type: string;\n}\n\n/** The parameters supplied to the create or update connection type operation. */\nexport interface ConnectionTypeCreateOrUpdateParameters {\n /** Gets or sets the name of the connection type. */\n name: string;\n /** Gets or sets a Boolean value to indicate if the connection type is global. */\n isGlobal?: boolean;\n /** Gets or sets the field definitions of the connection type. */\n fieldDefinitions: { [propertyName: string]: FieldDefinition };\n}\n\n/** The response model for the list connection type operation. */\nexport interface ConnectionTypeListResult {\n /** Gets or sets a list of connection types. */\n value?: ConnectionType[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create or update credential operation. */\nexport interface CredentialCreateOrUpdateParameters {\n /** Gets or sets the name of the credential. */\n name: string;\n /** Gets or sets the user name of the credential. */\n userName: string;\n /** Gets or sets the password of the credential. */\n password: string;\n /** Gets or sets the description of the credential. */\n description?: string;\n}\n\n/** The parameters supplied to the Update credential operation. */\nexport interface CredentialUpdateParameters {\n /** Gets or sets the name of the credential. */\n name?: string;\n /** Gets or sets the user name of the credential. */\n userName?: string;\n /** Gets or sets the password of the credential. */\n password?: string;\n /** Gets or sets the description of the credential. */\n description?: string;\n}\n\n/** The response model for the list credential operation. */\nexport interface CredentialListResult {\n /** Gets or sets a list of credentials. */\n value?: Credential[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the job schedule. */\nexport interface JobSchedule {\n /**\n * Gets the id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the name of the variable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Gets or sets the id of job schedule. */\n jobScheduleId?: string;\n /** Gets or sets the schedule. */\n schedule?: ScheduleAssociationProperty;\n /** Gets or sets the runbook. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the hybrid worker group that the scheduled job should run on. */\n runOn?: string;\n /** Gets or sets the parameters of the job schedule. */\n parameters?: { [propertyName: string]: string };\n}\n\n/** The schedule property associated with the entity. */\nexport interface ScheduleAssociationProperty {\n /** Gets or sets the name of the Schedule. */\n name?: string;\n}\n\n/** The runbook property associated with the entity. */\nexport interface RunbookAssociationProperty {\n /** Gets or sets the name of the runbook. */\n name?: string;\n}\n\n/** The parameters supplied to the create job schedule operation. */\nexport interface JobScheduleCreateParameters {\n /** Gets or sets the schedule. */\n schedule: ScheduleAssociationProperty;\n /** Gets or sets the runbook. */\n runbook: RunbookAssociationProperty;\n /** Gets or sets the hybrid worker group that the scheduled job should run on. */\n runOn?: string;\n /** Gets or sets a list of job properties. */\n parameters?: { [propertyName: string]: string };\n}\n\n/** The response model for the list job schedule operation. */\nexport interface JobScheduleListResult {\n /** Gets or sets a list of job schedules. */\n value?: JobSchedule[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the linked workspace. */\nexport interface LinkedWorkspace {\n /**\n * Gets the id of the linked workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Definition of the activity. */\nexport interface Activity {\n /** Gets or sets the id of the resource. */\n id?: string;\n /**\n * Gets the name of the activity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Gets or sets the user name of the activity. */\n definition?: string;\n /** Gets or sets the parameter sets of the activity. */\n parameterSets?: ActivityParameterSet[];\n /** Gets or sets the output types of the activity. */\n outputTypes?: ActivityOutputType[];\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the activity parameter set. */\nexport interface ActivityParameterSet {\n /** Gets or sets the name of the activity parameter set. */\n name?: string;\n /** Gets or sets the parameters of the activity parameter set. */\n parameters?: ActivityParameter[];\n}\n\n/** Definition of the activity parameter. */\nexport interface ActivityParameter {\n /** Gets or sets the name of the activity parameter. */\n name?: string;\n /** Gets or sets the type of the activity parameter. */\n type?: string;\n /** Gets or sets a Boolean value that indicates true if the parameter is required. If the value is false, the parameter is optional. */\n isMandatory?: boolean;\n /** Gets or sets a Boolean value that indicates true if the parameter is dynamic. */\n isDynamic?: boolean;\n /** Gets or sets the position of the activity parameter. */\n position?: number;\n /** Gets or sets a Boolean value that indicates true if the parameter can take values from the incoming pipeline objects. This setting is used if the cmdlet must access the complete input object. false indicates that the parameter cannot take values from the complete input object. */\n valueFromPipeline?: boolean;\n /** Gets or sets a Boolean value that indicates true if the parameter can be filled from a property of the incoming pipeline object that has the same name as this parameter. false indicates that the parameter cannot be filled from the incoming pipeline object property with the same name. */\n valueFromPipelineByPropertyName?: boolean;\n /** Gets or sets a Boolean value that indicates true if the cmdlet parameter accepts all the remaining command-line arguments that are associated with this parameter in the form of an array. false if the cmdlet parameter does not accept all the remaining argument values. */\n valueFromRemainingArguments?: boolean;\n /** Gets or sets the description of the activity parameter. */\n description?: string;\n /** Gets or sets the validation set of activity parameter. */\n validationSet?: ActivityParameterValidationSet[];\n}\n\n/** Definition of the activity parameter validation set. */\nexport interface ActivityParameterValidationSet {\n /** Gets or sets the name of the activity parameter validation set member. */\n memberValue?: string;\n}\n\n/** Definition of the activity output type. */\nexport interface ActivityOutputType {\n /** Gets or sets the name of the activity output type. */\n name?: string;\n /** Gets or sets the type of the activity output type. */\n type?: string;\n}\n\n/** The response model for the list activity operation. */\nexport interface ActivityListResult {\n /** Gets or sets a list of activities. */\n value?: Activity[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create or update module operation. */\nexport interface ModuleCreateOrUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the module content link. */\n contentLink: ContentLink;\n}\n\n/** The parameters supplied to the update module operation. */\nexport interface ModuleUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the module content link. */\n contentLink?: ContentLink;\n}\n\n/** The response model for the list fields operation. */\nexport interface TypeFieldListResult {\n /** Gets or sets a list of fields. */\n value?: TypeField[];\n}\n\n/** Information about a field of a type. */\nexport interface TypeField {\n /** Gets or sets the name of the field. */\n name?: string;\n /** Gets or sets the type of the field. */\n type?: string;\n}\n\n/** The parameters supplied to the create or update schedule operation. */\nexport interface ScheduleCreateOrUpdateParameters {\n /** Gets or sets the name of the Schedule. */\n name: string;\n /** Gets or sets the description of the schedule. */\n description?: string;\n /** Gets or sets the start time of the schedule. */\n startTime: Date;\n /** Gets or sets the end time of the schedule. */\n expiryTime?: Date;\n /** Gets or sets the interval of the schedule. */\n interval?: any;\n /** Gets or sets the frequency of the schedule. */\n frequency: ScheduleFrequency;\n /** Gets or sets the time zone of the schedule. */\n timeZone?: string;\n /** Gets or sets the AdvancedSchedule. */\n advancedSchedule?: AdvancedSchedule;\n}\n\n/** The properties of the create Advanced Schedule. */\nexport interface AdvancedSchedule {\n /** Days of the week that the job should execute on. */\n weekDays?: string[];\n /** Days of the month that the job should execute on. Must be between 1 and 31. */\n monthDays?: number[];\n /** Occurrences of days within a month. */\n monthlyOccurrences?: AdvancedScheduleMonthlyOccurrence[];\n}\n\n/** The properties of the create advanced schedule monthly occurrence. */\nexport interface AdvancedScheduleMonthlyOccurrence {\n /** Occurrence of the week within the month. Must be between 1 and 5 */\n occurrence?: number;\n /** Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. */\n day?: ScheduleDay;\n}\n\n/** The parameters supplied to the update schedule operation. */\nexport interface ScheduleUpdateParameters {\n /** Gets or sets the name of the Schedule. */\n name?: string;\n /** Gets or sets the description of the schedule. */\n description?: string;\n /** Gets or sets a value indicating whether this schedule is enabled. */\n isEnabled?: boolean;\n}\n\n/** The response model for the list schedule operation. */\nexport interface ScheduleListResult {\n /** Gets or sets a list of schedules. */\n value?: Schedule[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create or update variable operation. */\nexport interface VariableCreateOrUpdateParameters {\n /** Gets or sets the name of the variable. */\n name: string;\n /** Gets or sets the value of the variable. */\n value?: string;\n /** Gets or sets the description of the variable. */\n description?: string;\n /** Gets or sets the encrypted flag of the variable. */\n isEncrypted?: boolean;\n}\n\n/** The parameters supplied to the update variable operation. */\nexport interface VariableUpdateParameters {\n /** Gets or sets the name of the variable. */\n name?: string;\n /** Gets or sets the value of the variable. */\n value?: string;\n /** Gets or sets the description of the variable. */\n description?: string;\n}\n\n/** The response model for the list variables operation. */\nexport interface VariableListResult {\n /** Gets or sets a list of variables. */\n value?: Variable[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\nexport interface WatcherUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Gets or sets the frequency at which the watcher is invoked. */\n executionFrequencyInSeconds?: number;\n}\n\n/** The response model for the list watcher operation. */\nexport interface WatcherListResult {\n /** Gets or sets a list of watchers. */\n value?: Watcher[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the configuration parameter type. */\nexport interface DscConfigurationParameter {\n /** Gets or sets the type of the parameter. */\n type?: string;\n /** Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. */\n isMandatory?: boolean;\n /** Get or sets the position of the parameter. */\n position?: number;\n /** Gets or sets the default value of parameter. */\n defaultValue?: string;\n}\n\n/** The parameters supplied to the create or update configuration operation. */\nexport interface DscConfigurationCreateOrUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the source. */\n source: ContentSource;\n /** Gets or sets the configuration parameters. */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /** Gets or sets the description of the configuration. */\n description?: string;\n}\n\n/** The parameters supplied to the create or update configuration operation. */\nexport interface DscConfigurationUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the source. */\n source?: ContentSource;\n /** Gets or sets the configuration parameters. */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /** Gets or sets the description of the configuration. */\n description?: string;\n}\n\n/** The response model for the list configuration operation. */\nexport interface DscConfigurationListResult {\n /** Gets or sets a list of configurations. */\n value?: DscConfiguration[];\n /** Gets or sets the next link. */\n nextLink?: string;\n /** Gets the total number of configurations matching filter criteria. */\n totalCount?: number;\n}\n\n/** The parameters supplied to the create job operation. */\nexport interface JobCreateParameters {\n /** Gets or sets the runbook. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n}\n\n/** The response model for the list job operation. */\nexport interface JobListResultV2 {\n /** List of jobs. */\n value?: JobCollectionItem[];\n /**\n * The link to the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response model for the list of Automation operations */\nexport interface OperationListResult {\n /** List of Automation operations supported by the Automation resource provider. */\n value?: Operation[];\n}\n\n/** Automation REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Provider, Resource and Operation values */\n display?: OperationDisplay;\n}\n\n/** Provider, Resource and Operation values */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Automation */\n provider?: string;\n /** Resource on which the operation is performed: Runbooks, Jobs etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n}\n\n/** Graphical Runbook Content */\nexport interface GraphicalRunbookContent {\n /** Raw graphical Runbook content. */\n rawContent?: RawGraphicalRunbookContent;\n /** Graphical Runbook content as JSON */\n graphRunbookJson?: string;\n}\n\n/** Raw Graphical Runbook content */\nexport interface RawGraphicalRunbookContent {\n /** Schema version of the serializer. */\n schemaVersion?: string;\n /** Serialized Graphical runbook */\n runbookDefinition?: string;\n /** Runbook Type */\n runbookType?: GraphRunbookType;\n}\n\n/** Software update configuration properties. */\nexport interface SoftwareUpdateConfiguration {\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** update specific properties for the Software update configuration */\n updateConfiguration: UpdateConfiguration;\n /** Schedule information for the Software update configuration */\n scheduleInfo: SUCScheduleProperties;\n /**\n * Provisioning state for the software update configuration, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Details of provisioning error */\n error?: ErrorResponse;\n /**\n * Creation time of the resource, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * CreatedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * LastModifiedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /** Tasks information for the Software update configuration. */\n tasks?: SoftwareUpdateConfigurationTasks;\n}\n\n/** Update specific properties of the software update configuration. */\nexport interface UpdateConfiguration {\n /** operating system of target machines */\n operatingSystem: OperatingSystemType;\n /** Windows specific update configuration. */\n windows?: WindowsProperties;\n /** Linux specific update configuration. */\n linux?: LinuxProperties;\n /** Maximum time allowed for the software update configuration run. Duration needs to be specified using the format PT[n]H[n]M[n]S as per ISO8601 */\n duration?: string;\n /** List of azure resource Ids for azure virtual machines targeted by the software update configuration. */\n azureVirtualMachines?: string[];\n /** List of names of non-azure machines targeted by the software update configuration. */\n nonAzureComputerNames?: string[];\n /** Group targets for the software update configuration. */\n targets?: TargetProperties;\n}\n\n/** Windows specific update configuration. */\nexport interface WindowsProperties {\n /** Update classification included in the software update configuration. A comma separated string with required values */\n includedUpdateClassifications?: WindowsUpdateClasses;\n /** KB numbers excluded from the software update configuration. */\n excludedKbNumbers?: string[];\n /** KB numbers included from the software update configuration. */\n includedKbNumbers?: string[];\n /** Reboot setting for the software update configuration. */\n rebootSetting?: string;\n}\n\n/** Linux specific update configuration. */\nexport interface LinuxProperties {\n /** Update classifications included in the software update configuration. */\n includedPackageClassifications?: LinuxUpdateClasses;\n /** packages excluded from the software update configuration. */\n excludedPackageNameMasks?: string[];\n /** packages included from the software update configuration. */\n includedPackageNameMasks?: string[];\n /** Reboot setting for the software update configuration. */\n rebootSetting?: string;\n}\n\n/** Group specific to the update configuration. */\nexport interface TargetProperties {\n /** List of Azure queries in the software update configuration. */\n azureQueries?: AzureQueryProperties[];\n /** List of non Azure queries in the software update configuration. */\n nonAzureQueries?: NonAzureQueryProperties[];\n}\n\n/** Azure query for the update configuration. */\nexport interface AzureQueryProperties {\n /** List of Subscription or Resource Group ARM Ids. */\n scope?: string[];\n /** List of locations to scope the query to. */\n locations?: string[];\n /** Tag settings for the VM. */\n tagSettings?: TagSettingsProperties;\n}\n\n/** Tag filter information for the VM. */\nexport interface TagSettingsProperties {\n /** Dictionary of tags with its list of values. */\n tags?: { [propertyName: string]: string[] };\n /** Filter VMs by Any or All specified tags. */\n filterOperator?: TagOperators;\n}\n\n/** Non Azure query for the update configuration. */\nexport interface NonAzureQueryProperties {\n /** Log Analytics Saved Search name. */\n functionAlias?: string;\n /** Workspace Id for Log Analytics in which the saved Search is resided. */\n workspaceId?: string;\n}\n\n/** Definition of schedule parameters. */\nexport interface SUCScheduleProperties {\n /** Gets or sets the start time of the schedule. */\n startTime?: Date;\n /**\n * Gets the start time's offset in minutes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTimeOffsetMinutes?: number;\n /** Gets or sets the end time of the schedule. */\n expiryTime?: Date;\n /** Gets or sets the expiry time's offset in minutes. */\n expiryTimeOffsetMinutes?: number;\n /** Gets or sets a value indicating whether this schedule is enabled. */\n isEnabled?: boolean;\n /** Gets or sets the next run time of the schedule. */\n nextRun?: Date;\n /** Gets or sets the next run time's offset in minutes. */\n nextRunOffsetMinutes?: number;\n /** Gets or sets the interval of the schedule. */\n interval?: number;\n /** Gets or sets the frequency of the schedule. */\n frequency?: ScheduleFrequency;\n /** Gets or sets the time zone of the schedule. */\n timeZone?: string;\n /** Gets or sets the advanced schedule. */\n advancedSchedule?: AdvancedSchedule;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Task properties of the software update configuration. */\nexport interface SoftwareUpdateConfigurationTasks {\n /** Pre task properties. */\n preTask?: TaskProperties;\n /** Post task properties. */\n postTask?: TaskProperties;\n}\n\n/** Task properties of the software update configuration. */\nexport interface TaskProperties {\n /** Gets or sets the parameters of the task. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the name of the runbook. */\n source?: string;\n}\n\n/** result of listing all software update configuration */\nexport interface SoftwareUpdateConfigurationListResult {\n /** outer object returned when listing all software update configurations */\n value?: SoftwareUpdateConfigurationCollectionItem[];\n}\n\n/** Software update configuration collection item properties. */\nexport interface SoftwareUpdateConfigurationCollectionItem {\n /**\n * Name of the software update configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Update specific properties of the software update configuration. */\n updateConfiguration?: UpdateConfiguration;\n /** Pre and Post Tasks defined */\n tasks?: SoftwareUpdateConfigurationTasks;\n /** execution frequency of the schedule associated with the software update configuration */\n frequency?: ScheduleFrequency;\n /** the start time of the update. */\n startTime?: Date;\n /**\n * Creation time of the software update configuration, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Last time software update configuration was modified, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * Provisioning state for the software update configuration, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** ext run time of the update. */\n nextRun?: Date;\n}\n\n/** Software update configuration Run properties. */\nexport interface SoftwareUpdateConfigurationRun {\n /**\n * Name of the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** software update configuration triggered this run */\n softwareUpdateConfiguration?: UpdateConfigurationNavigation;\n /**\n * Status of the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Configured duration for the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configuredDuration?: string;\n /**\n * Operating system target of the software update configuration triggered this run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * Start time of the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End time of the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Number of computers in the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computerCount?: number;\n /**\n * Number of computers with failed status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedCount?: number;\n /**\n * Creation time of the resource, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * CreatedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * LastModifiedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /** Software update configuration tasks triggered in this run */\n tasks?: SoftwareUpdateConfigurationRunTasks;\n}\n\n/** Software update configuration Run Navigation model. */\nexport interface UpdateConfigurationNavigation {\n /**\n * Name of the software update configuration triggered the software update configuration run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** Software update configuration run tasks model. */\nexport interface SoftwareUpdateConfigurationRunTasks {\n /** Pre task properties. */\n preTask?: SoftwareUpdateConfigurationRunTaskProperties;\n /** Post task properties. */\n postTask?: SoftwareUpdateConfigurationRunTaskProperties;\n}\n\n/** Task properties of the software update configuration. */\nexport interface SoftwareUpdateConfigurationRunTaskProperties {\n /** The status of the task. */\n status?: string;\n /** The name of the source of the task. */\n source?: string;\n /** The job id of the task. */\n jobId?: string;\n}\n\n/** result of listing all software update configuration runs */\nexport interface SoftwareUpdateConfigurationRunListResult {\n /** outer object returned when listing all software update configuration runs */\n value?: SoftwareUpdateConfigurationRun[];\n /** link to next page of results. */\n nextLink?: string;\n}\n\n/** Software update configuration machine run model. */\nexport interface SoftwareUpdateConfigurationMachineRun {\n /**\n * Name of the software update configuration machine run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration machine run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * name of the updated computer\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetComputer?: string;\n /**\n * type of the updated computer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetComputerType?: string;\n /** software update configuration triggered this run */\n softwareUpdateConfiguration?: UpdateConfigurationNavigation;\n /**\n * Status of the software update configuration machine run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Operating system target of the software update configuration triggered this run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * correlation id of the software update configuration machine run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /**\n * source computer id of the software update configuration machine run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceComputerId?: string;\n /**\n * Start time of the software update configuration machine run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End time of the software update configuration machine run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * configured duration for the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configuredDuration?: string;\n /** Job associated with the software update configuration machine run */\n job?: JobNavigation;\n /**\n * Creation time of the resource, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * createdBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * lastModifiedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /** Details of provisioning error */\n error?: ErrorResponse;\n}\n\n/** Software update configuration machine run job navigation properties. */\nexport interface JobNavigation {\n /**\n * Id of the job associated with the software update configuration run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** result of listing all software update configuration machine runs */\nexport interface SoftwareUpdateConfigurationMachineRunListResult {\n /** outer object returned when listing all software update configuration machine runs */\n value?: SoftwareUpdateConfigurationMachineRun[];\n /** link to next page of results. */\n nextLink?: string;\n}\n\nexport interface RunbookDraft {\n /** Gets or sets whether runbook is in edit mode. */\n inEdit?: boolean;\n /** Gets or sets the draft runbook content link. */\n draftContentLink?: ContentLink;\n /** Gets or sets the creation time of the runbook draft. */\n creationTime?: Date;\n /** Gets or sets the last modified time of the runbook draft. */\n lastModifiedTime?: Date;\n /** Gets or sets the runbook draft parameters. */\n parameters?: { [propertyName: string]: RunbookParameter };\n /** Gets or sets the runbook output types. */\n outputTypes?: string[];\n}\n\n/** Definition of the runbook parameter type. */\nexport interface RunbookParameter {\n /** Gets or sets the type of the parameter. */\n type?: string;\n /** Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. */\n isMandatory?: boolean;\n /** Get or sets the position of the parameter. */\n position?: number;\n /** Gets or sets the default value of parameter. */\n defaultValue?: string;\n}\n\n/** The response model for the undo edit runbook operation. */\nexport interface RunbookDraftUndoEditResult {\n statusCode?: HttpStatusCode;\n requestId?: string;\n}\n\n/** The parameters supplied to the create or update runbook operation. */\nexport interface RunbookCreateOrUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the type of the runbook. */\n runbookType: RunbookTypeEnum;\n /** Gets or sets the draft runbook properties. */\n draft?: RunbookDraft;\n /** Gets or sets the published runbook content link. */\n publishContentLink?: ContentLink;\n /** Gets or sets the description of the runbook. */\n description?: string;\n /** Gets or sets the activity-level tracing options of the runbook. */\n logActivityTrace?: number;\n}\n\n/** The parameters supplied to the update runbook operation. */\nexport interface RunbookUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the description of the runbook. */\n description?: string;\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the activity-level tracing options of the runbook. */\n logActivityTrace?: number;\n}\n\n/** The response model for the list runbook operation. */\nexport interface RunbookListResult {\n /** Gets or sets a list of runbooks. */\n value?: Runbook[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create test job operation. */\nexport interface TestJobCreateParameters {\n /** Gets or sets the parameters of the test job. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n}\n\n/** Definition of the test job. */\nexport interface TestJob {\n /** Gets or sets the creation time of the test job. */\n creationTime?: Date;\n /** Gets or sets the status of the test job. */\n status?: string;\n /** Gets or sets the status details of the test job. */\n statusDetails?: string;\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n /** Gets or sets the start time of the test job. */\n startTime?: Date;\n /** Gets or sets the end time of the test job. */\n endTime?: Date;\n /** Gets or sets the exception of the test job. */\n exception?: string;\n /** Gets or sets the last modified time of the test job. */\n lastModifiedTime?: Date;\n /** Gets or sets the last status modified time of the test job. */\n lastStatusModifiedTime?: Date;\n /** Gets or sets the parameters of the test job. */\n parameters?: { [propertyName: string]: string };\n /** The activity-level tracing options of the runbook. */\n logActivityTrace?: number;\n}\n\n/** The parameters supplied to the create or update webhook operation. */\nexport interface WebhookCreateOrUpdateParameters {\n /** Gets or sets the name of the webhook. */\n name: string;\n /** Gets or sets the value of the enabled flag of webhook. */\n isEnabled?: boolean;\n /** Gets or sets the uri. */\n uri?: string;\n /** Gets or sets the expiry time. */\n expiryTime?: Date;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the runbook. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the name of the hybrid worker group the webhook job will run on. */\n runOn?: string;\n}\n\n/** The parameters supplied to the update webhook operation. */\nexport interface WebhookUpdateParameters {\n /** Gets or sets the name of the webhook. */\n name?: string;\n /** Gets or sets the value of the enabled flag of webhook. */\n isEnabled?: boolean;\n /** Gets or sets the name of the hybrid worker group the webhook job will run on. */\n runOn?: string;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the description of the webhook. */\n description?: string;\n}\n\n/** The response model for the list webhook operation. */\nexport interface WebhookListResult {\n /** Gets or sets a list of webhooks. */\n value?: Webhook[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create hybrid runbook worker operation. */\nexport interface HybridRunbookWorkerCreateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Azure Resource Manager Id for a virtual machine. */\n vmResourceId?: string;\n}\n\n/** Parameters supplied to move hybrid worker operation. */\nexport interface HybridRunbookWorkerMoveParameters {\n /** Gets or sets the target hybrid runbook worker group. */\n hybridRunbookWorkerGroupName?: string;\n}\n\n/** The response model for the list hybrid runbook workers. */\nexport interface HybridRunbookWorkersListResult {\n /** Gets or sets a list of hybrid runbook workers. */\n value?: HybridRunbookWorker[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The response model for the list deleted automation account. */\nexport interface DeletedAutomationAccountListResult {\n /** Gets or sets the list of deleted automation accounts. */\n value?: DeletedAutomationAccount[];\n}\n\n/** Definition of the deleted automation account type. */\nexport interface DeletedAutomationAccount {\n /** The resource id. */\n id?: string;\n /** Gets or sets name of the resource. */\n name?: string;\n /** The resource type. */\n type?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the Automation Account Resource Id. */\n automationAccountResourceId?: string;\n /** Gets or sets the Automation Account Id. */\n automationAccountId?: string;\n /** Gets or sets the location of the resource. */\n locationPropertiesLocation?: string;\n /**\n * Gets the deletion time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletionTime?: Date;\n}\n\n/** Definition of RunAs credential to use for hybrid worker. */\nexport interface RunAsCredentialAssociationProperty {\n /** Gets or sets the name of the credential. */\n name?: string;\n}\n\n/** The parameters supplied to the create hybrid runbook worker group operation. */\nexport interface HybridRunbookWorkerGroupCreateOrUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Sets the credential of a worker group. */\n credential?: RunAsCredentialAssociationProperty;\n}\n\n/** The response model for the list hybrid runbook worker groups. */\nexport interface HybridRunbookWorkerGroupsListResult {\n /** Gets or sets a list of hybrid runbook worker groups. */\n value?: HybridRunbookWorkerGroup[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create or update draft runbook properties. */\nexport interface RunbookCreateOrUpdateDraftProperties {\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the type of the runbook. */\n runbookType: RunbookTypeEnum;\n /** Gets or sets the draft runbook properties. */\n draft: RunbookDraft;\n /** Gets or sets the description of the runbook. */\n description?: string;\n /** Gets or sets the activity-level tracing options of the runbook. */\n logActivityTrace?: number;\n}\n\n/** The parameters supplied to the create or update runbook operation. */\nexport interface RunbookCreateOrUpdateDraftParameters {\n /** Content of the Runbook. */\n runbookContent: string;\n}\n\n/** ARM proxy resource. */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for a ARM tracked top level resource */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The Azure Region where the resource lives */\n location?: string;\n}\n\n/** Definition of the watcher type. */\nexport interface Watcher extends Resource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n /** Gets or sets the frequency at which the watcher is invoked. */\n executionFrequencyInSeconds?: number;\n /** Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook. */\n scriptName?: string;\n /** Gets or sets the parameters of the script. */\n scriptParameters?: { [propertyName: string]: string };\n /** Gets or sets the name of the hybrid worker group the watcher will run on. */\n scriptRunOn?: string;\n /**\n * Gets the current status of the watcher.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Gets or sets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * Details of the user who last modified the watcher.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of hybrid runbook worker. */\nexport interface HybridRunbookWorker extends Resource {\n /**\n * Resource system metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the assigned machine IP address. */\n ip?: string;\n /** Gets or sets the registration time of the worker machine. */\n registeredDateTime?: Date;\n /** Last Heartbeat from the Worker */\n lastSeenDateTime?: Date;\n /** Azure Resource Manager Id for a virtual machine. */\n vmResourceId?: string;\n /** Type of the HybridWorker. */\n workerType?: WorkerType;\n /** Name of the HybridWorker. */\n workerName?: string;\n}\n\n/** Definition of hybrid runbook worker group. */\nexport interface HybridRunbookWorkerGroup extends Resource {\n /**\n * Resource system metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Type of the HybridWorkerGroup. */\n groupType?: GroupTypeEnum;\n /** Sets the credential of a worker group. */\n credential?: RunAsCredentialAssociationProperty;\n}\n\n/** A private endpoint connection */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Private endpoint which the connection belongs to. */\n privateEndpoint?: PrivateEndpointProperty;\n /** Gets the groupIds. */\n groupIds?: string[];\n /** Connection State of the Private Endpoint Connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n}\n\n/** Definition of a DscNode */\nexport interface DscNode extends ProxyResource {\n /** Gets or sets the last seen time of the node. */\n lastSeen?: Date;\n /** Gets or sets the registration time of the node. */\n registrationTime?: Date;\n /** Gets or sets the ip of the node. */\n ip?: string;\n /** Gets or sets the account id of the node. */\n accountId?: string;\n /** Gets or sets the status of the node. */\n status?: string;\n /** Gets or sets the node id. */\n nodeId?: string;\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Gets the total number of records matching filter criteria. */\n totalCount?: number;\n /** Gets or sets the list of extensionHandler properties for a Node. */\n extensionHandler?: DscNodeExtensionHandlerAssociationProperty[];\n /** Gets or sets the name of the dsc node configuration. */\n namePropertiesNodeConfigurationName?: string;\n}\n\n/** Definition of the dsc node configuration. */\nexport interface DscNodeConfiguration extends ProxyResource {\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets creation time. */\n creationTime?: Date;\n /** Gets or sets the configuration of the node. */\n configuration?: DscConfigurationAssociationProperty;\n /** Source of node configuration. */\n source?: string;\n /** Number of nodes with this node configuration assigned */\n nodeCount?: number;\n /** If a new build version of NodeConfiguration is required. */\n incrementNodeConfigurationBuild?: boolean;\n}\n\n/** Definition of the Dsc Compilation job. */\nexport interface DscCompilationJob extends ProxyResource {\n /** Gets or sets the configuration. */\n configuration?: DscConfigurationAssociationProperty;\n /**\n * Gets the compilation job started by.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedBy?: string;\n /**\n * Gets the id of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * Gets the creation time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** The current provisioning state of the job. */\n provisioningState?: JobProvisioningState;\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n /** Gets or sets the status of the job. */\n status?: JobStatus;\n /** Gets or sets the status details of the job. */\n statusDetails?: string;\n /**\n * Gets the start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the exception of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exception?: string;\n /**\n * Gets the last modified time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * Gets the last status modified time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStatusModifiedTime?: Date;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n}\n\n/** Definition of the source control. */\nexport interface SourceControl extends ProxyResource {\n /** The repo url of the source control. */\n repoUrl?: string;\n /** The repo branch of the source control. Include branch as empty string for VsoTfvc. */\n branch?: string;\n /** The folder path of the source control. */\n folderPath?: string;\n /** The auto sync of the source control. Default is false. */\n autoSync?: boolean;\n /** The auto publish of the source control. Default is true. */\n publishRunbook?: boolean;\n /** The source type. Must be one of VsoGit, VsoTfvc, GitHub. */\n sourceType?: SourceType;\n /** The description. */\n description?: string;\n /** The creation time. */\n creationTime?: Date;\n /** The last modified time. */\n lastModifiedTime?: Date;\n}\n\n/** Definition of the certificate. */\nexport interface Certificate extends ProxyResource {\n /**\n * Gets the thumbprint of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Gets the expiry time of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiryTime?: Date;\n /**\n * Gets the is exportable flag of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isExportable?: boolean;\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the connection. */\nexport interface Connection extends ProxyResource {\n /** Gets or sets the connectionType of the connection. */\n connectionType?: ConnectionTypeAssociationProperty;\n /**\n * Gets the field definition values of the connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fieldDefinitionValues?: { [propertyName: string]: string };\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the credential. */\nexport interface Credential extends ProxyResource {\n /**\n * Gets the user name of the credential.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userName?: string;\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the schedule. */\nexport interface Schedule extends ProxyResource {\n /** Gets or sets the start time of the schedule. */\n startTime?: Date;\n /**\n * Gets the start time's offset in minutes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTimeOffsetMinutes?: number;\n /** Gets or sets the end time of the schedule. */\n expiryTime?: Date;\n /** Gets or sets the expiry time's offset in minutes. */\n expiryTimeOffsetMinutes?: number;\n /** Gets or sets a value indicating whether this schedule is enabled. */\n isEnabled?: boolean;\n /** Gets or sets the next run time of the schedule. */\n nextRun?: Date;\n /** Gets or sets the next run time's offset in minutes. */\n nextRunOffsetMinutes?: number;\n /** Gets or sets the interval of the schedule. */\n interval?: any;\n /** Gets or sets the frequency of the schedule. */\n frequency?: ScheduleFrequency;\n /** Gets or sets the time zone of the schedule. */\n timeZone?: string;\n /** Gets or sets the advanced schedule. */\n advancedSchedule?: AdvancedSchedule;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the variable. */\nexport interface Variable extends ProxyResource {\n /** Gets or sets the value of the variable. */\n value?: string;\n /** Gets or sets the encrypted flag of the variable. */\n isEncrypted?: boolean;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the job. */\nexport interface Job extends ProxyResource {\n /** Gets or sets the runbook. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the job started by. */\n startedBy?: string;\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n /** Gets or sets the id of the job. */\n jobId?: string;\n /** Gets or sets the creation time of the job. */\n creationTime?: Date;\n /** Gets or sets the status of the job. */\n status?: JobStatus;\n /** Gets or sets the status details of the job. */\n statusDetails?: string;\n /** Gets or sets the start time of the job. */\n startTime?: Date;\n /** Gets or sets the end time of the job. */\n endTime?: Date;\n /** Gets or sets the exception of the job. */\n exception?: string;\n /** Gets or sets the last modified time of the job. */\n lastModifiedTime?: Date;\n /** Gets or sets the last status modified time of the job. */\n lastStatusModifiedTime?: Date;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** The current provisioning state of the job. */\n provisioningState?: JobProvisioningState;\n}\n\n/** Job collection item properties. */\nexport interface JobCollectionItem extends ProxyResource {\n /**\n * The runbook association.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runbook?: RunbookAssociationProperty;\n /**\n * The id of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * The creation time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * The status of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: JobStatus;\n /**\n * The start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * The last modified time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * The provisioning state of a resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Specifies the runOn group name where the job was executed. */\n runOn?: string;\n}\n\n/** Definition of the webhook type. */\nexport interface Webhook extends ProxyResource {\n /** Gets or sets the value of the enabled flag of the webhook. */\n isEnabled?: boolean;\n /** Gets or sets the webhook uri. */\n uri?: string;\n /** Gets or sets the expiry time. */\n expiryTime?: Date;\n /** Gets or sets the last invoked time. */\n lastInvokedTime?: Date;\n /** Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the runbook the webhook is associated with. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the name of the hybrid worker group the webhook job will run on. */\n runOn?: string;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Details of the user who last modified the Webhook */\n lastModifiedBy?: string;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the module type. */\nexport interface Module extends TrackedResource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Gets or sets the isGlobal flag of the module. */\n isGlobal?: boolean;\n /** Gets or sets the version of the module. */\n version?: string;\n /** Gets or sets the size in bytes of the module. */\n sizeInBytes?: number;\n /** Gets or sets the activity count of the module. */\n activityCount?: number;\n /** Gets or sets the provisioning state of the module. */\n provisioningState?: ModuleProvisioningState;\n /** Gets or sets the contentLink of the module. */\n contentLink?: ContentLink;\n /** Gets or sets the error info of the module. */\n error?: ModuleErrorInfo;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n /** Gets or sets type of module, if its composite or not. */\n isComposite?: boolean;\n}\n\n/** Definition of the automation account type. */\nexport interface AutomationAccount extends TrackedResource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Identity for the resource. */\n identity?: Identity;\n /**\n * Resource system metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the SKU of account. */\n sku?: Sku;\n /** Gets or sets the last modified by. */\n lastModifiedBy?: string;\n /**\n * Gets status of account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: AutomationAccountState;\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n /** Encryption properties for the automation account */\n encryption?: EncryptionProperties;\n /** List of Automation operations supported by the Automation resource provider. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */\n publicNetworkAccess?: boolean;\n /** Indicates whether requests using non-AAD authentication are blocked */\n disableLocalAuth?: boolean;\n /** URL of automation hybrid service which is used for hybrid worker on-boarding. */\n automationHybridServiceUrl?: string;\n}\n\n/** Definition of the configuration type. */\nexport interface DscConfiguration extends TrackedResource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Gets or sets the provisioning state of the configuration. */\n provisioningState?: \"Succeeded\";\n /** Gets or sets the job count of the configuration. */\n jobCount?: number;\n /** Gets or sets the configuration parameters. */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /** Gets or sets the source. */\n source?: ContentSource;\n /** Gets or sets the state of the configuration. */\n state?: DscConfigurationState;\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets the number of compiled node configurations. */\n nodeConfigurationCount?: number;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the runbook type. */\nexport interface Runbook extends TrackedResource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Gets or sets the type of the runbook. */\n runbookType?: RunbookTypeEnum;\n /** Gets or sets the published runbook content link. */\n publishContentLink?: ContentLink;\n /** Gets or sets the state of the runbook. */\n state?: RunbookState;\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the option to log activity trace of the runbook. */\n logActivityTrace?: number;\n /** Gets or sets the job count of the runbook. */\n jobCount?: number;\n /** Gets or sets the runbook parameters. */\n parameters?: { [propertyName: string]: RunbookParameter };\n /** Gets or sets the runbook output types. */\n outputTypes?: string[];\n /** Gets or sets the draft runbook properties. */\n draft?: RunbookDraft;\n /** Gets or sets the provisioning state of the runbook. */\n provisioningState?: \"Succeeded\";\n /** Gets or sets the last modified by. */\n lastModifiedBy?: string;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Defines headers for RunbookDraft_replaceContent operation. */\nexport interface RunbookDraftReplaceContentHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for Runbook_publish operation. */\nexport interface RunbookPublishHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Known values of {@link AgentRegistrationKeyName} that the service accepts. */\nexport enum KnownAgentRegistrationKeyName {\n /** Primary */\n Primary = \"primary\",\n /** Secondary */\n Secondary = \"secondary\"\n}\n\n/**\n * Defines values for AgentRegistrationKeyName. \\\n * {@link KnownAgentRegistrationKeyName} can be used interchangeably with AgentRegistrationKeyName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **primary** \\\n * **secondary**\n */\nexport type AgentRegistrationKeyName = string;\n\n/** Known values of {@link ContentSourceType} that the service accepts. */\nexport enum KnownContentSourceType {\n /** EmbeddedContent */\n EmbeddedContent = \"embeddedContent\",\n /** Uri */\n Uri = \"uri\"\n}\n\n/**\n * Defines values for ContentSourceType. \\\n * {@link KnownContentSourceType} can be used interchangeably with ContentSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **embeddedContent** \\\n * **uri**\n */\nexport type ContentSourceType = string;\n\n/** Known values of {@link JobProvisioningState} that the service accepts. */\nexport enum KnownJobProvisioningState {\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Processing */\n Processing = \"Processing\"\n}\n\n/**\n * Defines values for JobProvisioningState. \\\n * {@link KnownJobProvisioningState} can be used interchangeably with JobProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Failed** \\\n * **Succeeded** \\\n * **Suspended** \\\n * **Processing**\n */\nexport type JobProvisioningState = string;\n\n/** Known values of {@link JobStatus} that the service accepts. */\nexport enum KnownJobStatus {\n /** New */\n New = \"New\",\n /** Activating */\n Activating = \"Activating\",\n /** Running */\n Running = \"Running\",\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Blocked */\n Blocked = \"Blocked\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Resuming */\n Resuming = \"Resuming\",\n /** Removing */\n Removing = \"Removing\"\n}\n\n/**\n * Defines values for JobStatus. \\\n * {@link KnownJobStatus} can be used interchangeably with JobStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New** \\\n * **Activating** \\\n * **Running** \\\n * **Completed** \\\n * **Failed** \\\n * **Stopped** \\\n * **Blocked** \\\n * **Suspended** \\\n * **Disconnected** \\\n * **Suspending** \\\n * **Stopping** \\\n * **Resuming** \\\n * **Removing**\n */\nexport type JobStatus = string;\n\n/** Known values of {@link JobStreamType} that the service accepts. */\nexport enum KnownJobStreamType {\n /** Progress */\n Progress = \"Progress\",\n /** Output */\n Output = \"Output\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n /** Debug */\n Debug = \"Debug\",\n /** Verbose */\n Verbose = \"Verbose\",\n /** Any */\n Any = \"Any\"\n}\n\n/**\n * Defines values for JobStreamType. \\\n * {@link KnownJobStreamType} can be used interchangeably with JobStreamType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Progress** \\\n * **Output** \\\n * **Warning** \\\n * **Error** \\\n * **Debug** \\\n * **Verbose** \\\n * **Any**\n */\nexport type JobStreamType = string;\n\n/** Known values of {@link CountType} that the service accepts. */\nexport enum KnownCountType {\n /** Status */\n Status = \"status\",\n /** Nodeconfiguration */\n Nodeconfiguration = \"nodeconfiguration\"\n}\n\n/**\n * Defines values for CountType. \\\n * {@link KnownCountType} can be used interchangeably with CountType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **status** \\\n * **nodeconfiguration**\n */\nexport type CountType = string;\n\n/** Known values of {@link SourceType} that the service accepts. */\nexport enum KnownSourceType {\n /** VsoGit */\n VsoGit = \"VsoGit\",\n /** VsoTfvc */\n VsoTfvc = \"VsoTfvc\",\n /** GitHub */\n GitHub = \"GitHub\"\n}\n\n/**\n * Defines values for SourceType. \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **VsoGit** \\\n * **VsoTfvc** \\\n * **GitHub**\n */\nexport type SourceType = string;\n\n/** Known values of {@link TokenType} that the service accepts. */\nexport enum KnownTokenType {\n /** PersonalAccessToken */\n PersonalAccessToken = \"PersonalAccessToken\",\n /** Oauth */\n Oauth = \"Oauth\"\n}\n\n/**\n * Defines values for TokenType. \\\n * {@link KnownTokenType} can be used interchangeably with TokenType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PersonalAccessToken** \\\n * **Oauth**\n */\nexport type TokenType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Running */\n Running = \"Running\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Completed** \\\n * **Failed** \\\n * **Running**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link SyncType} that the service accepts. */\nexport enum KnownSyncType {\n /** PartialSync */\n PartialSync = \"PartialSync\",\n /** FullSync */\n FullSync = \"FullSync\"\n}\n\n/**\n * Defines values for SyncType. \\\n * {@link KnownSyncType} can be used interchangeably with SyncType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PartialSync** \\\n * **FullSync**\n */\nexport type SyncType = string;\n\n/** Known values of {@link StreamType} that the service accepts. */\nexport enum KnownStreamType {\n /** Error */\n Error = \"Error\",\n /** Output */\n Output = \"Output\"\n}\n\n/**\n * Defines values for StreamType. \\\n * {@link KnownStreamType} can be used interchangeably with StreamType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Error** \\\n * **Output**\n */\nexport type StreamType = string;\n\n/** Known values of {@link SkuNameEnum} that the service accepts. */\nexport enum KnownSkuNameEnum {\n /** Free */\n Free = \"Free\",\n /** Basic */\n Basic = \"Basic\"\n}\n\n/**\n * Defines values for SkuNameEnum. \\\n * {@link KnownSkuNameEnum} can be used interchangeably with SkuNameEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Basic**\n */\nexport type SkuNameEnum = string;\n\n/** Known values of {@link AutomationAccountState} that the service accepts. */\nexport enum KnownAutomationAccountState {\n /** Ok */\n Ok = \"Ok\",\n /** Unavailable */\n Unavailable = \"Unavailable\",\n /** Suspended */\n Suspended = \"Suspended\"\n}\n\n/**\n * Defines values for AutomationAccountState. \\\n * {@link KnownAutomationAccountState} can be used interchangeably with AutomationAccountState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ok** \\\n * **Unavailable** \\\n * **Suspended**\n */\nexport type AutomationAccountState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AutomationKeyName} that the service accepts. */\nexport enum KnownAutomationKeyName {\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\"\n}\n\n/**\n * Defines values for AutomationKeyName. \\\n * {@link KnownAutomationKeyName} can be used interchangeably with AutomationKeyName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Secondary**\n */\nexport type AutomationKeyName = string;\n\n/** Known values of {@link AutomationKeyPermissions} that the service accepts. */\nexport enum KnownAutomationKeyPermissions {\n /** Read */\n Read = \"Read\",\n /** Full */\n Full = \"Full\"\n}\n\n/**\n * Defines values for AutomationKeyPermissions. \\\n * {@link KnownAutomationKeyPermissions} can be used interchangeably with AutomationKeyPermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Read** \\\n * **Full**\n */\nexport type AutomationKeyPermissions = string;\n\n/** Known values of {@link ScheduleFrequency} that the service accepts. */\nexport enum KnownScheduleFrequency {\n /** OneTime */\n OneTime = \"OneTime\",\n /** Day */\n Day = \"Day\",\n /** Hour */\n Hour = \"Hour\",\n /** Week */\n Week = \"Week\",\n /** Month */\n Month = \"Month\",\n /** The minimum allowed interval for Minute schedules is 15 minutes. */\n Minute = \"Minute\"\n}\n\n/**\n * Defines values for ScheduleFrequency. \\\n * {@link KnownScheduleFrequency} can be used interchangeably with ScheduleFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OneTime** \\\n * **Day** \\\n * **Hour** \\\n * **Week** \\\n * **Month** \\\n * **Minute**: The minimum allowed interval for Minute schedules is 15 minutes.\n */\nexport type ScheduleFrequency = string;\n\n/** Known values of {@link ScheduleDay} that the service accepts. */\nexport enum KnownScheduleDay {\n /** Monday */\n Monday = \"Monday\",\n /** Tuesday */\n Tuesday = \"Tuesday\",\n /** Wednesday */\n Wednesday = \"Wednesday\",\n /** Thursday */\n Thursday = \"Thursday\",\n /** Friday */\n Friday = \"Friday\",\n /** Saturday */\n Saturday = \"Saturday\",\n /** Sunday */\n Sunday = \"Sunday\"\n}\n\n/**\n * Defines values for ScheduleDay. \\\n * {@link KnownScheduleDay} can be used interchangeably with ScheduleDay,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday** \\\n * **Tuesday** \\\n * **Wednesday** \\\n * **Thursday** \\\n * **Friday** \\\n * **Saturday** \\\n * **Sunday**\n */\nexport type ScheduleDay = string;\n\n/** Known values of {@link DscConfigurationState} that the service accepts. */\nexport enum KnownDscConfigurationState {\n /** New */\n New = \"New\",\n /** Edit */\n Edit = \"Edit\",\n /** Published */\n Published = \"Published\"\n}\n\n/**\n * Defines values for DscConfigurationState. \\\n * {@link KnownDscConfigurationState} can be used interchangeably with DscConfigurationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New** \\\n * **Edit** \\\n * **Published**\n */\nexport type DscConfigurationState = string;\n\n/** Known values of {@link GraphRunbookType} that the service accepts. */\nexport enum KnownGraphRunbookType {\n /** GraphPowerShell */\n GraphPowerShell = \"GraphPowerShell\",\n /** GraphPowerShellWorkflow */\n GraphPowerShellWorkflow = \"GraphPowerShellWorkflow\"\n}\n\n/**\n * Defines values for GraphRunbookType. \\\n * {@link KnownGraphRunbookType} can be used interchangeably with GraphRunbookType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GraphPowerShell** \\\n * **GraphPowerShellWorkflow**\n */\nexport type GraphRunbookType = string;\n\n/** Known values of {@link WindowsUpdateClasses} that the service accepts. */\nexport enum KnownWindowsUpdateClasses {\n /** Unclassified */\n Unclassified = \"Unclassified\",\n /** Critical */\n Critical = \"Critical\",\n /** Security */\n Security = \"Security\",\n /** UpdateRollup */\n UpdateRollup = \"UpdateRollup\",\n /** FeaturePack */\n FeaturePack = \"FeaturePack\",\n /** ServicePack */\n ServicePack = \"ServicePack\",\n /** Definition */\n Definition = \"Definition\",\n /** Tools */\n Tools = \"Tools\",\n /** Updates */\n Updates = \"Updates\"\n}\n\n/**\n * Defines values for WindowsUpdateClasses. \\\n * {@link KnownWindowsUpdateClasses} can be used interchangeably with WindowsUpdateClasses,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unclassified** \\\n * **Critical** \\\n * **Security** \\\n * **UpdateRollup** \\\n * **FeaturePack** \\\n * **ServicePack** \\\n * **Definition** \\\n * **Tools** \\\n * **Updates**\n */\nexport type WindowsUpdateClasses = string;\n\n/** Known values of {@link LinuxUpdateClasses} that the service accepts. */\nexport enum KnownLinuxUpdateClasses {\n /** Unclassified */\n Unclassified = \"Unclassified\",\n /** Critical */\n Critical = \"Critical\",\n /** Security */\n Security = \"Security\",\n /** Other */\n Other = \"Other\"\n}\n\n/**\n * Defines values for LinuxUpdateClasses. \\\n * {@link KnownLinuxUpdateClasses} can be used interchangeably with LinuxUpdateClasses,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unclassified** \\\n * **Critical** \\\n * **Security** \\\n * **Other**\n */\nexport type LinuxUpdateClasses = string;\n\n/** Known values of {@link HttpStatusCode} that the service accepts. */\nexport enum KnownHttpStatusCode {\n /** Continue */\n Continue = \"Continue\",\n /** SwitchingProtocols */\n SwitchingProtocols = \"SwitchingProtocols\",\n /** OK */\n OK = \"OK\",\n /** Created */\n Created = \"Created\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** NonAuthoritativeInformation */\n NonAuthoritativeInformation = \"NonAuthoritativeInformation\",\n /** NoContent */\n NoContent = \"NoContent\",\n /** ResetContent */\n ResetContent = \"ResetContent\",\n /** PartialContent */\n PartialContent = \"PartialContent\",\n /** MultipleChoices */\n MultipleChoices = \"MultipleChoices\",\n /** Ambiguous */\n Ambiguous = \"Ambiguous\",\n /** MovedPermanently */\n MovedPermanently = \"MovedPermanently\",\n /** Moved */\n Moved = \"Moved\",\n /** Found */\n Found = \"Found\",\n /** Redirect */\n Redirect = \"Redirect\",\n /** SeeOther */\n SeeOther = \"SeeOther\",\n /** RedirectMethod */\n RedirectMethod = \"RedirectMethod\",\n /** NotModified */\n NotModified = \"NotModified\",\n /** UseProxy */\n UseProxy = \"UseProxy\",\n /** Unused */\n Unused = \"Unused\",\n /** TemporaryRedirect */\n TemporaryRedirect = \"TemporaryRedirect\",\n /** RedirectKeepVerb */\n RedirectKeepVerb = \"RedirectKeepVerb\",\n /** BadRequest */\n BadRequest = \"BadRequest\",\n /** Unauthorized */\n Unauthorized = \"Unauthorized\",\n /** PaymentRequired */\n PaymentRequired = \"PaymentRequired\",\n /** Forbidden */\n Forbidden = \"Forbidden\",\n /** NotFound */\n NotFound = \"NotFound\",\n /** MethodNotAllowed */\n MethodNotAllowed = \"MethodNotAllowed\",\n /** NotAcceptable */\n NotAcceptable = \"NotAcceptable\",\n /** ProxyAuthenticationRequired */\n ProxyAuthenticationRequired = \"ProxyAuthenticationRequired\",\n /** RequestTimeout */\n RequestTimeout = \"RequestTimeout\",\n /** Conflict */\n Conflict = \"Conflict\",\n /** Gone */\n Gone = \"Gone\",\n /** LengthRequired */\n LengthRequired = \"LengthRequired\",\n /** PreconditionFailed */\n PreconditionFailed = \"PreconditionFailed\",\n /** RequestEntityTooLarge */\n RequestEntityTooLarge = \"RequestEntityTooLarge\",\n /** RequestUriTooLong */\n RequestUriTooLong = \"RequestUriTooLong\",\n /** UnsupportedMediaType */\n UnsupportedMediaType = \"UnsupportedMediaType\",\n /** RequestedRangeNotSatisfiable */\n RequestedRangeNotSatisfiable = \"RequestedRangeNotSatisfiable\",\n /** ExpectationFailed */\n ExpectationFailed = \"ExpectationFailed\",\n /** UpgradeRequired */\n UpgradeRequired = \"UpgradeRequired\",\n /** InternalServerError */\n InternalServerError = \"InternalServerError\",\n /** NotImplemented */\n NotImplemented = \"NotImplemented\",\n /** BadGateway */\n BadGateway = \"BadGateway\",\n /** ServiceUnavailable */\n ServiceUnavailable = \"ServiceUnavailable\",\n /** GatewayTimeout */\n GatewayTimeout = \"GatewayTimeout\",\n /** HttpVersionNotSupported */\n HttpVersionNotSupported = \"HttpVersionNotSupported\"\n}\n\n/**\n * Defines values for HttpStatusCode. \\\n * {@link KnownHttpStatusCode} can be used interchangeably with HttpStatusCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Continue** \\\n * **SwitchingProtocols** \\\n * **OK** \\\n * **Created** \\\n * **Accepted** \\\n * **NonAuthoritativeInformation** \\\n * **NoContent** \\\n * **ResetContent** \\\n * **PartialContent** \\\n * **MultipleChoices** \\\n * **Ambiguous** \\\n * **MovedPermanently** \\\n * **Moved** \\\n * **Found** \\\n * **Redirect** \\\n * **SeeOther** \\\n * **RedirectMethod** \\\n * **NotModified** \\\n * **UseProxy** \\\n * **Unused** \\\n * **TemporaryRedirect** \\\n * **RedirectKeepVerb** \\\n * **BadRequest** \\\n * **Unauthorized** \\\n * **PaymentRequired** \\\n * **Forbidden** \\\n * **NotFound** \\\n * **MethodNotAllowed** \\\n * **NotAcceptable** \\\n * **ProxyAuthenticationRequired** \\\n * **RequestTimeout** \\\n * **Conflict** \\\n * **Gone** \\\n * **LengthRequired** \\\n * **PreconditionFailed** \\\n * **RequestEntityTooLarge** \\\n * **RequestUriTooLong** \\\n * **UnsupportedMediaType** \\\n * **RequestedRangeNotSatisfiable** \\\n * **ExpectationFailed** \\\n * **UpgradeRequired** \\\n * **InternalServerError** \\\n * **NotImplemented** \\\n * **BadGateway** \\\n * **ServiceUnavailable** \\\n * **GatewayTimeout** \\\n * **HttpVersionNotSupported**\n */\nexport type HttpStatusCode = string;\n\n/** Known values of {@link RunbookTypeEnum} that the service accepts. */\nexport enum KnownRunbookTypeEnum {\n /** Script */\n Script = \"Script\",\n /** Graph */\n Graph = \"Graph\",\n /** PowerShellWorkflow */\n PowerShellWorkflow = \"PowerShellWorkflow\",\n /** PowerShell */\n PowerShell = \"PowerShell\",\n /** GraphPowerShellWorkflow */\n GraphPowerShellWorkflow = \"GraphPowerShellWorkflow\",\n /** GraphPowerShell */\n GraphPowerShell = \"GraphPowerShell\",\n /** Python2 */\n Python2 = \"Python2\",\n /** Python3 */\n Python3 = \"Python3\"\n}\n\n/**\n * Defines values for RunbookTypeEnum. \\\n * {@link KnownRunbookTypeEnum} can be used interchangeably with RunbookTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Script** \\\n * **Graph** \\\n * **PowerShellWorkflow** \\\n * **PowerShell** \\\n * **GraphPowerShellWorkflow** \\\n * **GraphPowerShell** \\\n * **Python2** \\\n * **Python3**\n */\nexport type RunbookTypeEnum = string;\n\n/** Known values of {@link RunbookState} that the service accepts. */\nexport enum KnownRunbookState {\n /** New */\n New = \"New\",\n /** Edit */\n Edit = \"Edit\",\n /** Published */\n Published = \"Published\"\n}\n\n/**\n * Defines values for RunbookState. \\\n * {@link KnownRunbookState} can be used interchangeably with RunbookState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New** \\\n * **Edit** \\\n * **Published**\n */\nexport type RunbookState = string;\n\n/** Known values of {@link WorkerType} that the service accepts. */\nexport enum KnownWorkerType {\n /** HybridV1 */\n HybridV1 = \"HybridV1\",\n /** HybridV2 */\n HybridV2 = \"HybridV2\"\n}\n\n/**\n * Defines values for WorkerType. \\\n * {@link KnownWorkerType} can be used interchangeably with WorkerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HybridV1** \\\n * **HybridV2**\n */\nexport type WorkerType = string;\n\n/** Known values of {@link GroupTypeEnum} that the service accepts. */\nexport enum KnownGroupTypeEnum {\n /** User */\n User = \"User\",\n /** System */\n System = \"System\"\n}\n\n/**\n * Defines values for GroupTypeEnum. \\\n * {@link KnownGroupTypeEnum} can be used interchangeably with GroupTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **System**\n */\nexport type GroupTypeEnum = string;\n/** Defines values for ModuleProvisioningState. */\nexport type ModuleProvisioningState =\n | \"Created\"\n | \"Creating\"\n | \"StartingImportModuleRunbook\"\n | \"RunningImportModuleRunbook\"\n | \"ContentRetrieved\"\n | \"ContentDownloaded\"\n | \"ContentValidated\"\n | \"ConnectionTypeImported\"\n | \"ContentStored\"\n | \"ModuleDataStored\"\n | \"ActivitiesStored\"\n | \"ModuleImportRunbookComplete\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Cancelled\"\n | \"Updating\";\n/** Defines values for EncryptionKeySourceType. */\nexport type EncryptionKeySourceType =\n | \"Microsoft.Automation\"\n | \"Microsoft.Keyvault\";\n/** Defines values for ResourceIdentityType. */\nexport type ResourceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n/** Defines values for OperatingSystemType. */\nexport type OperatingSystemType = \"Windows\" | \"Linux\";\n/** Defines values for TagOperators. */\nexport type TagOperators = \"All\" | \"Any\";\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type PrivateEndpointConnectionsListByAutomationAccountResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesAutomationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the automation operation. */\nexport type PrivateLinkResourcesAutomationResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface Python2PackageDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface Python2PackageGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type Python2PackageGetResponse = Module;\n\n/** Optional parameters. */\nexport interface Python2PackageCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type Python2PackageCreateOrUpdateResponse = Module;\n\n/** Optional parameters. */\nexport interface Python2PackageUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type Python2PackageUpdateResponse = Module;\n\n/** Optional parameters. */\nexport interface Python2PackageListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type Python2PackageListByAutomationAccountResponse = ModuleListResult;\n\n/** Optional parameters. */\nexport interface Python2PackageListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type Python2PackageListByAutomationAccountNextResponse = ModuleListResult;\n\n/** Optional parameters. */\nexport interface AgentRegistrationInformationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AgentRegistrationInformationGetResponse = AgentRegistration;\n\n/** Optional parameters. */\nexport interface AgentRegistrationInformationRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration;\n\n/** Optional parameters. */\nexport interface DscNodeDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DscNodeGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DscNodeGetResponse = DscNode;\n\n/** Optional parameters. */\nexport interface DscNodeUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DscNodeUpdateResponse = DscNode;\n\n/** Optional parameters. */\nexport interface DscNodeListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type DscNodeListByAutomationAccountResponse = DscNodeListResult;\n\n/** Optional parameters. */\nexport interface DscNodeListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type DscNodeListByAutomationAccountNextResponse = DscNodeListResult;\n\n/** Optional parameters. */\nexport interface NodeReportsListByNodeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByNode operation. */\nexport type NodeReportsListByNodeResponse = DscNodeReportListResult;\n\n/** Optional parameters. */\nexport interface NodeReportsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NodeReportsGetResponse = DscNodeReport;\n\n/** Optional parameters. */\nexport interface NodeReportsGetContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContent operation. */\nexport type NodeReportsGetContentResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface NodeReportsListByNodeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNodeNext operation. */\nexport type NodeReportsListByNodeNextResponse = DscNodeReportListResult;\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DscNodeConfigurationGetResponse = DscNodeConfiguration;\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type DscNodeConfigurationListByAutomationAccountResponse = DscNodeConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type DscNodeConfigurationListByAutomationAccountNextResponse = DscNodeConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DscCompilationJobCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DscCompilationJobCreateResponse = DscCompilationJob;\n\n/** Optional parameters. */\nexport interface DscCompilationJobGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DscCompilationJobGetResponse = DscCompilationJob;\n\n/** Optional parameters. */\nexport interface DscCompilationJobListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type DscCompilationJobListByAutomationAccountResponse = DscCompilationJobListResult;\n\n/** Optional parameters. */\nexport interface DscCompilationJobGetStreamOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStream operation. */\nexport type DscCompilationJobGetStreamResponse = JobStream;\n\n/** Optional parameters. */\nexport interface DscCompilationJobListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type DscCompilationJobListByAutomationAccountNextResponse = DscCompilationJobListResult;\n\n/** Optional parameters. */\nexport interface DscCompilationJobStreamListByJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByJob operation. */\nexport type DscCompilationJobStreamListByJobResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface NodeCountInformationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NodeCountInformationGetResponse = NodeCounts;\n\n/** Optional parameters. */\nexport interface SourceControlCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SourceControlCreateOrUpdateResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface SourceControlUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SourceControlUpdateResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface SourceControlDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SourceControlGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SourceControlGetResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface SourceControlListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type SourceControlListByAutomationAccountResponse = SourceControlListResult;\n\n/** Optional parameters. */\nexport interface SourceControlListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type SourceControlListByAutomationAccountNextResponse = SourceControlListResult;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type SourceControlSyncJobCreateResponse = SourceControlSyncJob;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SourceControlSyncJobGetResponse = SourceControlSyncJobById;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type SourceControlSyncJobListByAutomationAccountResponse = SourceControlSyncJobListResult;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type SourceControlSyncJobListByAutomationAccountNextResponse = SourceControlSyncJobListResult;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobStreamsListBySyncJobOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listBySyncJob operation. */\nexport type SourceControlSyncJobStreamsListBySyncJobResponse = SourceControlSyncJobStreamsListBySyncJob;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobStreamsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SourceControlSyncJobStreamsGetResponse = SourceControlSyncJobStreamById;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobStreamsListBySyncJobNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySyncJobNext operation. */\nexport type SourceControlSyncJobStreamsListBySyncJobNextResponse = SourceControlSyncJobStreamsListBySyncJob;\n\n/** Optional parameters. */\nexport interface AutomationAccountUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AutomationAccountUpdateResponse = AutomationAccount;\n\n/** Optional parameters. */\nexport interface AutomationAccountCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AutomationAccountCreateOrUpdateResponse = AutomationAccount;\n\n/** Optional parameters. */\nexport interface AutomationAccountDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AutomationAccountGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutomationAccountGetResponse = AutomationAccount;\n\n/** Optional parameters. */\nexport interface AutomationAccountListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AutomationAccountListByResourceGroupResponse = AutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface AutomationAccountListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AutomationAccountListResponse = AutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface AutomationAccountListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AutomationAccountListByResourceGroupNextResponse = AutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface AutomationAccountListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AutomationAccountListNextResponse = AutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface StatisticsListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type StatisticsListByAutomationAccountResponse = StatisticsListResult;\n\n/** Optional parameters. */\nexport interface UsagesListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type UsagesListByAutomationAccountResponse = UsageListResult;\n\n/** Optional parameters. */\nexport interface KeysListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type KeysListByAutomationAccountResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface CertificateDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CertificateGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CertificateGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificateCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CertificateCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificateUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CertificateUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificateListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type CertificateListByAutomationAccountResponse = CertificateListResult;\n\n/** Optional parameters. */\nexport interface CertificateListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type CertificateListByAutomationAccountNextResponse = CertificateListResult;\n\n/** Optional parameters. */\nexport interface ConnectionDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectionGetResponse = Connection;\n\n/** Optional parameters. */\nexport interface ConnectionCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectionCreateOrUpdateResponse = Connection;\n\n/** Optional parameters. */\nexport interface ConnectionUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ConnectionUpdateResponse = Connection;\n\n/** Optional parameters. */\nexport interface ConnectionListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type ConnectionListByAutomationAccountResponse = ConnectionListResult;\n\n/** Optional parameters. */\nexport interface ConnectionListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type ConnectionListByAutomationAccountNextResponse = ConnectionListResult;\n\n/** Optional parameters. */\nexport interface ConnectionTypeDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectionTypeGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectionTypeGetResponse = ConnectionType;\n\n/** Optional parameters. */\nexport interface ConnectionTypeCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectionTypeCreateOrUpdateResponse = ConnectionType;\n\n/** Optional parameters. */\nexport interface ConnectionTypeListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type ConnectionTypeListByAutomationAccountResponse = ConnectionTypeListResult;\n\n/** Optional parameters. */\nexport interface ConnectionTypeListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type ConnectionTypeListByAutomationAccountNextResponse = ConnectionTypeListResult;\n\n/** Optional parameters. */\nexport interface CredentialDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CredentialGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CredentialGetResponse = Credential;\n\n/** Optional parameters. */\nexport interface CredentialCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CredentialCreateOrUpdateResponse = Credential;\n\n/** Optional parameters. */\nexport interface CredentialUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CredentialUpdateResponse = Credential;\n\n/** Optional parameters. */\nexport interface CredentialListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type CredentialListByAutomationAccountResponse = CredentialListResult;\n\n/** Optional parameters. */\nexport interface CredentialListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type CredentialListByAutomationAccountNextResponse = CredentialListResult;\n\n/** Optional parameters. */\nexport interface JobScheduleDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface JobScheduleGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JobScheduleGetResponse = JobSchedule;\n\n/** Optional parameters. */\nexport interface JobScheduleCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type JobScheduleCreateResponse = JobSchedule;\n\n/** Optional parameters. */\nexport interface JobScheduleListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type JobScheduleListByAutomationAccountResponse = JobScheduleListResult;\n\n/** Optional parameters. */\nexport interface JobScheduleListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type JobScheduleListByAutomationAccountNextResponse = JobScheduleListResult;\n\n/** Optional parameters. */\nexport interface LinkedWorkspaceGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LinkedWorkspaceGetResponse = LinkedWorkspace;\n\n/** Optional parameters. */\nexport interface ActivityGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ActivityGetResponse = Activity;\n\n/** Optional parameters. */\nexport interface ActivityListByModuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByModule operation. */\nexport type ActivityListByModuleResponse = ActivityListResult;\n\n/** Optional parameters. */\nexport interface ActivityListByModuleNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByModuleNext operation. */\nexport type ActivityListByModuleNextResponse = ActivityListResult;\n\n/** Optional parameters. */\nexport interface ModuleDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ModuleGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ModuleGetResponse = Module;\n\n/** Optional parameters. */\nexport interface ModuleCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ModuleCreateOrUpdateResponse = Module;\n\n/** Optional parameters. */\nexport interface ModuleUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ModuleUpdateResponse = Module;\n\n/** Optional parameters. */\nexport interface ModuleListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type ModuleListByAutomationAccountResponse = ModuleListResult;\n\n/** Optional parameters. */\nexport interface ModuleListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type ModuleListByAutomationAccountNextResponse = ModuleListResult;\n\n/** Optional parameters. */\nexport interface ObjectDataTypesListFieldsByModuleAndTypeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFieldsByModuleAndType operation. */\nexport type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult;\n\n/** Optional parameters. */\nexport interface ObjectDataTypesListFieldsByTypeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFieldsByType operation. */\nexport type ObjectDataTypesListFieldsByTypeResponse = TypeFieldListResult;\n\n/** Optional parameters. */\nexport interface FieldsListByTypeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByType operation. */\nexport type FieldsListByTypeResponse = TypeFieldListResult;\n\n/** Optional parameters. */\nexport interface ScheduleCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ScheduleCreateOrUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ScheduleUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ScheduleUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ScheduleGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ScheduleGetResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ScheduleDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScheduleListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type ScheduleListByAutomationAccountResponse = ScheduleListResult;\n\n/** Optional parameters. */\nexport interface ScheduleListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type ScheduleListByAutomationAccountNextResponse = ScheduleListResult;\n\n/** Optional parameters. */\nexport interface VariableCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VariableCreateOrUpdateResponse = Variable;\n\n/** Optional parameters. */\nexport interface VariableUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type VariableUpdateResponse = Variable;\n\n/** Optional parameters. */\nexport interface VariableDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface VariableGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VariableGetResponse = Variable;\n\n/** Optional parameters. */\nexport interface VariableListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type VariableListByAutomationAccountResponse = VariableListResult;\n\n/** Optional parameters. */\nexport interface VariableListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type VariableListByAutomationAccountNextResponse = VariableListResult;\n\n/** Optional parameters. */\nexport interface WatcherCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WatcherCreateOrUpdateResponse = Watcher;\n\n/** Optional parameters. */\nexport interface WatcherGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WatcherGetResponse = Watcher;\n\n/** Optional parameters. */\nexport interface WatcherUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WatcherUpdateResponse = Watcher;\n\n/** Optional parameters. */\nexport interface WatcherDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WatcherStartOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WatcherStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WatcherListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type WatcherListByAutomationAccountResponse = WatcherListResult;\n\n/** Optional parameters. */\nexport interface WatcherListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type WatcherListByAutomationAccountNextResponse = WatcherListResult;\n\n/** Optional parameters. */\nexport interface DscConfigurationDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DscConfigurationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DscConfigurationGetResponse = DscConfiguration;\n\n/** Optional parameters. */\nexport interface DscConfigurationCreateOrUpdate$textOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DscConfigurationCreateOrUpdate$jsonOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DscConfigurationCreateOrUpdateResponse = DscConfiguration;\n\n/** Optional parameters. */\nexport interface DscConfigurationUpdate$textOptionalParams\n extends coreClient.OperationOptions {\n /** The create or update parameters for configuration. */\n parameters?: string;\n}\n\n/** Optional parameters. */\nexport interface DscConfigurationUpdate$jsonOptionalParams\n extends coreClient.OperationOptions {\n /** The create or update parameters for configuration. */\n parameters?: DscConfigurationUpdateParameters;\n}\n\n/** Contains response data for the update operation. */\nexport type DscConfigurationUpdateResponse = DscConfiguration;\n\n/** Optional parameters. */\nexport interface DscConfigurationGetContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContent operation. */\nexport type DscConfigurationGetContentResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface DscConfigurationListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type DscConfigurationListByAutomationAccountResponse = DscConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DscConfigurationListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type DscConfigurationListByAutomationAccountNextResponse = DscConfigurationListResult;\n\n/** Optional parameters. */\nexport interface JobGetOutputOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getOutput operation. */\nexport type JobGetOutputResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface JobGetRunbookContentOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getRunbookContent operation. */\nexport type JobGetRunbookContentResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface JobSuspendOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface JobStopOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface JobGetOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type JobGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobCreateOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type JobCreateResponse = Job;\n\n/** Optional parameters. */\nexport interface JobListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type JobListByAutomationAccountResponse = JobListResultV2;\n\n/** Optional parameters. */\nexport interface JobResumeOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface JobListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type JobListByAutomationAccountNextResponse = JobListResultV2;\n\n/** Optional parameters. */\nexport interface JobStreamGetOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type JobStreamGetResponse = JobStream;\n\n/** Optional parameters. */\nexport interface JobStreamListByJobOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the listByJob operation. */\nexport type JobStreamListByJobResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface JobStreamListByJobNextOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the listByJobNext operation. */\nexport type JobStreamListByJobNextResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ConvertGraphRunbookContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the convertGraphRunbookContent operation. */\nexport type ConvertGraphRunbookContentResponse = GraphicalRunbookContent;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SoftwareUpdateConfigurationsCreateResponse = SoftwareUpdateConfiguration;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationsGetByNameOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getByName operation. */\nexport type SoftwareUpdateConfigurationsGetByNameResponse = SoftwareUpdateConfiguration;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SoftwareUpdateConfigurationsListResponse = SoftwareUpdateConfigurationListResult;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationRunsGetByIdOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getById operation. */\nexport type SoftwareUpdateConfigurationRunsGetByIdResponse = SoftwareUpdateConfigurationRun;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationRunsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name' */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n /** Number of entries you skip before returning results */\n skip?: string;\n /** Maximum number of entries returned in the results collection */\n top?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SoftwareUpdateConfigurationRunsListResponse = SoftwareUpdateConfigurationRunListResult;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getById operation. */\nexport type SoftwareUpdateConfigurationMachineRunsGetByIdResponse = SoftwareUpdateConfigurationMachineRun;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationMachineRunsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name' */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n /** number of entries you skip before returning results */\n skip?: string;\n /** Maximum number of entries returned in the results collection */\n top?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SoftwareUpdateConfigurationMachineRunsListResponse = SoftwareUpdateConfigurationMachineRunListResult;\n\n/** Optional parameters. */\nexport interface RunbookDraftGetContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContent operation. */\nexport type RunbookDraftGetContentResponse = {\n /** The parsed response body. */\n body: coreRestPipeline.RequestBodyType;\n};\n\n/** Optional parameters. */\nexport interface RunbookDraftReplaceContentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the replaceContent operation. */\nexport type RunbookDraftReplaceContentResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface RunbookDraftGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RunbookDraftGetResponse = RunbookDraft;\n\n/** Optional parameters. */\nexport interface RunbookDraftUndoEditOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the undoEdit operation. */\nexport type RunbookDraftUndoEditResponse = RunbookDraftUndoEditResult;\n\n/** Optional parameters. */\nexport interface RunbookPublishOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the publish operation. */\nexport type RunbookPublishResponse = RunbookPublishHeaders;\n\n/** Optional parameters. */\nexport interface RunbookGetContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContent operation. */\nexport type RunbookGetContentResponse = {\n /** The parsed response body. */\n body: coreRestPipeline.RequestBodyType;\n};\n\n/** Optional parameters. */\nexport interface RunbookGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RunbookGetResponse = Runbook;\n\n/** Optional parameters. */\nexport interface RunbookCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RunbookCreateOrUpdateResponse = Runbook;\n\n/** Optional parameters. */\nexport interface RunbookUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type RunbookUpdateResponse = Runbook;\n\n/** Optional parameters. */\nexport interface RunbookDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RunbookListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type RunbookListByAutomationAccountResponse = RunbookListResult;\n\n/** Optional parameters. */\nexport interface RunbookListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type RunbookListByAutomationAccountNextResponse = RunbookListResult;\n\n/** Optional parameters. */\nexport interface TestJobStreamsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TestJobStreamsGetResponse = JobStream;\n\n/** Optional parameters. */\nexport interface TestJobStreamsListByTestJobOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByTestJob operation. */\nexport type TestJobStreamsListByTestJobResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface TestJobStreamsListByTestJobNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByTestJobNext operation. */\nexport type TestJobStreamsListByTestJobNextResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface TestJobCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type TestJobCreateResponse = TestJob;\n\n/** Optional parameters. */\nexport interface TestJobGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TestJobGetResponse = TestJob;\n\n/** Optional parameters. */\nexport interface TestJobResumeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TestJobStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TestJobSuspendOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebhookGenerateUriOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generateUri operation. */\nexport type WebhookGenerateUriResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebhookDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebhookGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WebhookGetResponse = Webhook;\n\n/** Optional parameters. */\nexport interface WebhookCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WebhookCreateOrUpdateResponse = Webhook;\n\n/** Optional parameters. */\nexport interface WebhookUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WebhookUpdateResponse = Webhook;\n\n/** Optional parameters. */\nexport interface WebhookListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type WebhookListByAutomationAccountResponse = WebhookListResult;\n\n/** Optional parameters. */\nexport interface WebhookListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type WebhookListByAutomationAccountNextResponse = WebhookListResult;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HybridRunbookWorkersGetResponse = HybridRunbookWorker;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type HybridRunbookWorkersCreateResponse = HybridRunbookWorker;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersMoveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByHybridRunbookWorkerGroup operation. */\nexport type HybridRunbookWorkersListByHybridRunbookWorkerGroupResponse = HybridRunbookWorkersListResult;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersListByHybridRunbookWorkerGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHybridRunbookWorkerGroupNext operation. */\nexport type HybridRunbookWorkersListByHybridRunbookWorkerGroupNextResponse = HybridRunbookWorkersListResult;\n\n/** Optional parameters. */\nexport interface DeletedAutomationAccountsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DeletedAutomationAccountsListBySubscriptionResponse = DeletedAutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HybridRunbookWorkerGroupGetResponse = HybridRunbookWorkerGroup;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type HybridRunbookWorkerGroupCreateResponse = HybridRunbookWorkerGroup;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type HybridRunbookWorkerGroupUpdateResponse = HybridRunbookWorkerGroup;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type HybridRunbookWorkerGroupListByAutomationAccountResponse = HybridRunbookWorkerGroupsListResult;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type HybridRunbookWorkerGroupListByAutomationAccountNextResponse = HybridRunbookWorkerGroupsListResult;\n\n/** Optional parameters. */\nexport interface AutomationClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|