@azure/arm-elastic 1.0.2-alpha.20251124.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +2 -3
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +2 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/microsoftElastic.d.ts +4 -3
- package/dist/browser/microsoftElastic.d.ts.map +1 -1
- package/dist/browser/microsoftElastic.js +11 -14
- package/dist/browser/microsoftElastic.js.map +1 -1
- package/dist/browser/models/index.d.ts +378 -50
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +68 -15
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +17 -4
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +488 -99
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +7 -4
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +36 -14
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/allTrafficFilters.d.ts +5 -4
- package/dist/browser/operations/allTrafficFilters.d.ts.map +1 -1
- package/dist/browser/operations/allTrafficFilters.js +4 -8
- package/dist/browser/operations/allTrafficFilters.js.map +1 -1
- package/dist/browser/operations/associateTrafficFilter.d.ts +6 -6
- package/dist/browser/operations/associateTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operations/associateTrafficFilter.js +5 -10
- package/dist/browser/operations/associateTrafficFilter.js.map +1 -1
- package/dist/browser/operations/billingInfo.d.ts +5 -4
- package/dist/browser/operations/billingInfo.d.ts.map +1 -1
- package/dist/browser/operations/billingInfo.js +4 -8
- package/dist/browser/operations/billingInfo.js.map +1 -1
- package/dist/browser/operations/connectedPartnerResources.d.ts +8 -8
- package/dist/browser/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/browser/operations/connectedPartnerResources.js +8 -13
- package/dist/browser/operations/connectedPartnerResources.js.map +1 -1
- package/dist/browser/operations/createAndAssociateIPFilter.d.ts +8 -6
- package/dist/browser/operations/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/browser/operations/createAndAssociateIPFilter.js +7 -10
- package/dist/browser/operations/createAndAssociateIPFilter.js.map +1 -1
- package/dist/browser/operations/createAndAssociatePLFilter.d.ts +8 -6
- package/dist/browser/operations/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/browser/operations/createAndAssociatePLFilter.js +7 -10
- package/dist/browser/operations/createAndAssociatePLFilter.js.map +1 -1
- package/dist/browser/operations/deploymentInfo.d.ts +5 -4
- package/dist/browser/operations/deploymentInfo.d.ts.map +1 -1
- package/dist/browser/operations/deploymentInfo.js +4 -8
- package/dist/browser/operations/deploymentInfo.js.map +1 -1
- package/dist/browser/operations/detachAndDeleteTrafficFilter.d.ts +5 -4
- package/dist/browser/operations/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operations/detachAndDeleteTrafficFilter.js +4 -8
- package/dist/browser/operations/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/browser/operations/detachTrafficFilter.d.ts +8 -6
- package/dist/browser/operations/detachTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operations/detachTrafficFilter.js +7 -10
- package/dist/browser/operations/detachTrafficFilter.js.map +1 -1
- package/dist/browser/operations/elasticVersions.d.ts +8 -6
- package/dist/browser/operations/elasticVersions.d.ts.map +1 -1
- package/dist/browser/operations/elasticVersions.js +9 -16
- package/dist/browser/operations/elasticVersions.js.map +1 -1
- package/dist/browser/operations/externalUser.d.ts +5 -5
- package/dist/browser/operations/externalUser.d.ts.map +1 -1
- package/dist/browser/operations/externalUser.js +5 -10
- package/dist/browser/operations/externalUser.js.map +1 -1
- package/dist/browser/operations/index.d.ts +1 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -7
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/listAssociatedTrafficFilters.d.ts +5 -4
- package/dist/browser/operations/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/browser/operations/listAssociatedTrafficFilters.js +4 -8
- package/dist/browser/operations/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/browser/operations/monitor.d.ts +8 -6
- package/dist/browser/operations/monitor.d.ts.map +1 -1
- package/dist/browser/operations/monitor.js +8 -11
- package/dist/browser/operations/monitor.js.map +1 -1
- package/dist/browser/operations/monitoredResources.d.ts +8 -6
- package/dist/browser/operations/monitoredResources.d.ts.map +1 -1
- package/dist/browser/operations/monitoredResources.js +8 -11
- package/dist/browser/operations/monitoredResources.js.map +1 -1
- package/dist/browser/operations/monitoredSubscriptions.d.ts +104 -0
- package/dist/browser/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/browser/operations/monitoredSubscriptions.js +442 -0
- package/dist/browser/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/browser/operations/monitors.d.ts +34 -16
- package/dist/browser/operations/monitors.d.ts.map +1 -1
- package/dist/browser/operations/monitors.js +90 -35
- package/dist/browser/operations/monitors.js.map +1 -1
- package/dist/browser/operations/openAI.d.ts +15 -10
- package/dist/browser/operations/openAI.d.ts.map +1 -1
- package/dist/browser/operations/openAI.js +16 -16
- package/dist/browser/operations/openAI.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +4 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/organizations.d.ts +22 -6
- package/dist/browser/operations/organizations.d.ts.map +1 -1
- package/dist/browser/operations/organizations.js +98 -11
- package/dist/browser/operations/organizations.js.map +1 -1
- package/dist/browser/operations/tagRules.d.ts +16 -11
- package/dist/browser/operations/tagRules.d.ts.map +1 -1
- package/dist/browser/operations/tagRules.js +17 -17
- package/dist/browser/operations/tagRules.js.map +1 -1
- package/dist/browser/operations/trafficFilters.d.ts +5 -4
- package/dist/browser/operations/trafficFilters.d.ts.map +1 -1
- package/dist/browser/operations/trafficFilters.js +4 -8
- package/dist/browser/operations/trafficFilters.js.map +1 -1
- package/dist/browser/operations/upgradableVersions.d.ts +5 -4
- package/dist/browser/operations/upgradableVersions.d.ts.map +1 -1
- package/dist/browser/operations/upgradableVersions.js +4 -8
- package/dist/browser/operations/upgradableVersions.js.map +1 -1
- package/dist/browser/operations/vMCollection.d.ts +5 -4
- package/dist/browser/operations/vMCollection.d.ts.map +1 -1
- package/dist/browser/operations/vMCollection.js +5 -9
- package/dist/browser/operations/vMCollection.js.map +1 -1
- package/dist/browser/operations/vMHost.d.ts +8 -6
- package/dist/browser/operations/vMHost.d.ts.map +1 -1
- package/dist/browser/operations/vMHost.js +8 -11
- package/dist/browser/operations/vMHost.js.map +1 -1
- package/dist/browser/operations/vMIngestion.d.ts +5 -4
- package/dist/browser/operations/vMIngestion.d.ts.map +1 -1
- package/dist/browser/operations/vMIngestion.js +4 -8
- package/dist/browser/operations/vMIngestion.js.map +1 -1
- package/dist/browser/operationsInterfaces/allTrafficFilters.d.ts +3 -2
- package/dist/browser/operationsInterfaces/allTrafficFilters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/allTrafficFilters.js +2 -7
- package/dist/browser/operationsInterfaces/allTrafficFilters.js.map +1 -1
- package/dist/browser/operationsInterfaces/associateTrafficFilter.d.ts +4 -4
- package/dist/browser/operationsInterfaces/associateTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/associateTrafficFilter.js +2 -7
- package/dist/browser/operationsInterfaces/associateTrafficFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/billingInfo.d.ts +3 -2
- package/dist/browser/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/billingInfo.js +2 -7
- package/dist/browser/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedPartnerResources.d.ts +4 -4
- package/dist/browser/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/browser/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/createAndAssociateIPFilter.d.ts +6 -4
- package/dist/browser/operationsInterfaces/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/createAndAssociateIPFilter.js +2 -7
- package/dist/browser/operationsInterfaces/createAndAssociateIPFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/createAndAssociatePLFilter.d.ts +6 -4
- package/dist/browser/operationsInterfaces/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/createAndAssociatePLFilter.js +2 -7
- package/dist/browser/operationsInterfaces/createAndAssociatePLFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/deploymentInfo.d.ts +3 -2
- package/dist/browser/operationsInterfaces/deploymentInfo.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/deploymentInfo.js +2 -7
- package/dist/browser/operationsInterfaces/deploymentInfo.js.map +1 -1
- package/dist/browser/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts +3 -2
- package/dist/browser/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/detachAndDeleteTrafficFilter.js +2 -7
- package/dist/browser/operationsInterfaces/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/detachTrafficFilter.d.ts +6 -4
- package/dist/browser/operationsInterfaces/detachTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/detachTrafficFilter.js +2 -7
- package/dist/browser/operationsInterfaces/detachTrafficFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/elasticVersions.d.ts +4 -3
- package/dist/browser/operationsInterfaces/elasticVersions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/elasticVersions.js +2 -7
- package/dist/browser/operationsInterfaces/elasticVersions.js.map +1 -1
- package/dist/browser/operationsInterfaces/externalUser.d.ts +3 -3
- package/dist/browser/operationsInterfaces/externalUser.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/externalUser.js +2 -7
- package/dist/browser/operationsInterfaces/externalUser.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -7
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/listAssociatedTrafficFilters.d.ts +3 -2
- package/dist/browser/operationsInterfaces/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/listAssociatedTrafficFilters.js +2 -7
- package/dist/browser/operationsInterfaces/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/browser/operationsInterfaces/monitor.d.ts +6 -4
- package/dist/browser/operationsInterfaces/monitor.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/monitor.js +2 -7
- package/dist/browser/operationsInterfaces/monitor.js.map +1 -1
- package/dist/browser/operationsInterfaces/monitoredResources.d.ts +4 -3
- package/dist/browser/operationsInterfaces/monitoredResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/monitoredResources.js +2 -7
- package/dist/browser/operationsInterfaces/monitoredResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts +78 -0
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.js +4 -0
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/monitors.d.ts +28 -12
- package/dist/browser/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/monitors.js +2 -7
- package/dist/browser/operationsInterfaces/monitors.js.map +1 -1
- package/dist/browser/operationsInterfaces/openAI.d.ts +11 -7
- package/dist/browser/operationsInterfaces/openAI.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/openAI.js +2 -7
- package/dist/browser/operationsInterfaces/openAI.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/organizations.d.ts +20 -4
- package/dist/browser/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/organizations.js +2 -7
- package/dist/browser/operationsInterfaces/organizations.js.map +1 -1
- package/dist/browser/operationsInterfaces/tagRules.d.ts +12 -8
- package/dist/browser/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tagRules.js +2 -7
- package/dist/browser/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/browser/operationsInterfaces/trafficFilters.d.ts +3 -2
- package/dist/browser/operationsInterfaces/trafficFilters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/trafficFilters.js +2 -7
- package/dist/browser/operationsInterfaces/trafficFilters.js.map +1 -1
- package/dist/browser/operationsInterfaces/upgradableVersions.d.ts +3 -2
- package/dist/browser/operationsInterfaces/upgradableVersions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/upgradableVersions.js +2 -7
- package/dist/browser/operationsInterfaces/upgradableVersions.js.map +1 -1
- package/dist/browser/operationsInterfaces/vMCollection.d.ts +3 -2
- package/dist/browser/operationsInterfaces/vMCollection.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/vMCollection.js +2 -7
- package/dist/browser/operationsInterfaces/vMCollection.js.map +1 -1
- package/dist/browser/operationsInterfaces/vMHost.d.ts +4 -3
- package/dist/browser/operationsInterfaces/vMHost.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/vMHost.js +2 -7
- package/dist/browser/operationsInterfaces/vMHost.js.map +1 -1
- package/dist/browser/operationsInterfaces/vMIngestion.d.ts +3 -2
- package/dist/browser/operationsInterfaces/vMIngestion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/vMIngestion.js +2 -7
- package/dist/browser/operationsInterfaces/vMIngestion.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -7
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +2 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/microsoftElastic.d.ts +4 -3
- package/dist/commonjs/microsoftElastic.d.ts.map +1 -1
- package/dist/commonjs/microsoftElastic.js +10 -13
- package/dist/commonjs/microsoftElastic.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +378 -50
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +69 -16
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +17 -4
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +490 -101
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +7 -4
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +36 -14
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/allTrafficFilters.d.ts +5 -4
- package/dist/commonjs/operations/allTrafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operations/allTrafficFilters.js +4 -8
- package/dist/commonjs/operations/allTrafficFilters.js.map +1 -1
- package/dist/commonjs/operations/associateTrafficFilter.d.ts +6 -6
- package/dist/commonjs/operations/associateTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/associateTrafficFilter.js +4 -9
- package/dist/commonjs/operations/associateTrafficFilter.js.map +1 -1
- package/dist/commonjs/operations/billingInfo.d.ts +5 -4
- package/dist/commonjs/operations/billingInfo.d.ts.map +1 -1
- package/dist/commonjs/operations/billingInfo.js +4 -8
- package/dist/commonjs/operations/billingInfo.js.map +1 -1
- package/dist/commonjs/operations/connectedPartnerResources.d.ts +8 -8
- package/dist/commonjs/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedPartnerResources.js +8 -13
- package/dist/commonjs/operations/connectedPartnerResources.js.map +1 -1
- package/dist/commonjs/operations/createAndAssociateIPFilter.d.ts +8 -6
- package/dist/commonjs/operations/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/createAndAssociateIPFilter.js +6 -9
- package/dist/commonjs/operations/createAndAssociateIPFilter.js.map +1 -1
- package/dist/commonjs/operations/createAndAssociatePLFilter.d.ts +8 -6
- package/dist/commonjs/operations/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/createAndAssociatePLFilter.js +6 -9
- package/dist/commonjs/operations/createAndAssociatePLFilter.js.map +1 -1
- package/dist/commonjs/operations/deploymentInfo.d.ts +5 -4
- package/dist/commonjs/operations/deploymentInfo.d.ts.map +1 -1
- package/dist/commonjs/operations/deploymentInfo.js +4 -8
- package/dist/commonjs/operations/deploymentInfo.js.map +1 -1
- package/dist/commonjs/operations/detachAndDeleteTrafficFilter.d.ts +5 -4
- package/dist/commonjs/operations/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/detachAndDeleteTrafficFilter.js +4 -8
- package/dist/commonjs/operations/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/commonjs/operations/detachTrafficFilter.d.ts +8 -6
- package/dist/commonjs/operations/detachTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/detachTrafficFilter.js +6 -9
- package/dist/commonjs/operations/detachTrafficFilter.js.map +1 -1
- package/dist/commonjs/operations/elasticVersions.d.ts +8 -6
- package/dist/commonjs/operations/elasticVersions.d.ts.map +1 -1
- package/dist/commonjs/operations/elasticVersions.js +9 -16
- package/dist/commonjs/operations/elasticVersions.js.map +1 -1
- package/dist/commonjs/operations/externalUser.d.ts +5 -5
- package/dist/commonjs/operations/externalUser.d.ts.map +1 -1
- package/dist/commonjs/operations/externalUser.js +5 -10
- package/dist/commonjs/operations/externalUser.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +1 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -7
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/listAssociatedTrafficFilters.d.ts +5 -4
- package/dist/commonjs/operations/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operations/listAssociatedTrafficFilters.js +4 -8
- package/dist/commonjs/operations/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/commonjs/operations/monitor.d.ts +8 -6
- package/dist/commonjs/operations/monitor.d.ts.map +1 -1
- package/dist/commonjs/operations/monitor.js +7 -10
- package/dist/commonjs/operations/monitor.js.map +1 -1
- package/dist/commonjs/operations/monitoredResources.d.ts +8 -6
- package/dist/commonjs/operations/monitoredResources.d.ts.map +1 -1
- package/dist/commonjs/operations/monitoredResources.js +8 -11
- package/dist/commonjs/operations/monitoredResources.js.map +1 -1
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts +104 -0
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/monitoredSubscriptions.js +447 -0
- package/dist/commonjs/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/monitors.d.ts +34 -16
- package/dist/commonjs/operations/monitors.d.ts.map +1 -1
- package/dist/commonjs/operations/monitors.js +89 -34
- package/dist/commonjs/operations/monitors.js.map +1 -1
- package/dist/commonjs/operations/openAI.d.ts +15 -10
- package/dist/commonjs/operations/openAI.d.ts.map +1 -1
- package/dist/commonjs/operations/openAI.js +16 -16
- package/dist/commonjs/operations/openAI.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +4 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/organizations.d.ts +22 -6
- package/dist/commonjs/operations/organizations.d.ts.map +1 -1
- package/dist/commonjs/operations/organizations.js +98 -11
- package/dist/commonjs/operations/organizations.js.map +1 -1
- package/dist/commonjs/operations/tagRules.d.ts +16 -11
- package/dist/commonjs/operations/tagRules.d.ts.map +1 -1
- package/dist/commonjs/operations/tagRules.js +16 -16
- package/dist/commonjs/operations/tagRules.js.map +1 -1
- package/dist/commonjs/operations/trafficFilters.d.ts +5 -4
- package/dist/commonjs/operations/trafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operations/trafficFilters.js +4 -8
- package/dist/commonjs/operations/trafficFilters.js.map +1 -1
- package/dist/commonjs/operations/upgradableVersions.d.ts +5 -4
- package/dist/commonjs/operations/upgradableVersions.d.ts.map +1 -1
- package/dist/commonjs/operations/upgradableVersions.js +4 -8
- package/dist/commonjs/operations/upgradableVersions.js.map +1 -1
- package/dist/commonjs/operations/vMCollection.d.ts +5 -4
- package/dist/commonjs/operations/vMCollection.d.ts.map +1 -1
- package/dist/commonjs/operations/vMCollection.js +5 -9
- package/dist/commonjs/operations/vMCollection.js.map +1 -1
- package/dist/commonjs/operations/vMHost.d.ts +8 -6
- package/dist/commonjs/operations/vMHost.d.ts.map +1 -1
- package/dist/commonjs/operations/vMHost.js +8 -11
- package/dist/commonjs/operations/vMHost.js.map +1 -1
- package/dist/commonjs/operations/vMIngestion.d.ts +5 -4
- package/dist/commonjs/operations/vMIngestion.d.ts.map +1 -1
- package/dist/commonjs/operations/vMIngestion.js +4 -8
- package/dist/commonjs/operations/vMIngestion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/allTrafficFilters.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/allTrafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/allTrafficFilters.js +2 -7
- package/dist/commonjs/operationsInterfaces/allTrafficFilters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/associateTrafficFilter.d.ts +4 -4
- package/dist/commonjs/operationsInterfaces/associateTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/associateTrafficFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/associateTrafficFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingInfo.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingInfo.js +2 -7
- package/dist/commonjs/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.d.ts +4 -4
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/createAndAssociateIPFilter.d.ts +6 -4
- package/dist/commonjs/operationsInterfaces/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/createAndAssociateIPFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/createAndAssociateIPFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/createAndAssociatePLFilter.d.ts +6 -4
- package/dist/commonjs/operationsInterfaces/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/createAndAssociatePLFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/createAndAssociatePLFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deploymentInfo.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/deploymentInfo.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/deploymentInfo.js +2 -7
- package/dist/commonjs/operationsInterfaces/deploymentInfo.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/detachAndDeleteTrafficFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/detachTrafficFilter.d.ts +6 -4
- package/dist/commonjs/operationsInterfaces/detachTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/detachTrafficFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/detachTrafficFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/elasticVersions.d.ts +4 -3
- package/dist/commonjs/operationsInterfaces/elasticVersions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/elasticVersions.js +2 -7
- package/dist/commonjs/operationsInterfaces/elasticVersions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/externalUser.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/externalUser.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/externalUser.js +2 -7
- package/dist/commonjs/operationsInterfaces/externalUser.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -7
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/listAssociatedTrafficFilters.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/listAssociatedTrafficFilters.js +2 -7
- package/dist/commonjs/operationsInterfaces/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitor.d.ts +6 -4
- package/dist/commonjs/operationsInterfaces/monitor.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitor.js +2 -7
- package/dist/commonjs/operationsInterfaces/monitor.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitoredResources.d.ts +4 -3
- package/dist/commonjs/operationsInterfaces/monitoredResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitoredResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/monitoredResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js +5 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitors.d.ts +28 -12
- package/dist/commonjs/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitors.js +2 -7
- package/dist/commonjs/operationsInterfaces/monitors.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/openAI.d.ts +11 -7
- package/dist/commonjs/operationsInterfaces/openAI.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/openAI.js +2 -7
- package/dist/commonjs/operationsInterfaces/openAI.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/organizations.d.ts +20 -4
- package/dist/commonjs/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/organizations.js +2 -7
- package/dist/commonjs/operationsInterfaces/organizations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts +12 -8
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagRules.js +2 -7
- package/dist/commonjs/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/trafficFilters.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/trafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/trafficFilters.js +2 -7
- package/dist/commonjs/operationsInterfaces/trafficFilters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/upgradableVersions.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/upgradableVersions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/upgradableVersions.js +2 -7
- package/dist/commonjs/operationsInterfaces/upgradableVersions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMCollection.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/vMCollection.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMCollection.js +2 -7
- package/dist/commonjs/operationsInterfaces/vMCollection.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMHost.d.ts +4 -3
- package/dist/commonjs/operationsInterfaces/vMHost.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMHost.js +2 -7
- package/dist/commonjs/operationsInterfaces/vMHost.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMIngestion.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/vMIngestion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMIngestion.js +2 -7
- package/dist/commonjs/operationsInterfaces/vMIngestion.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -7
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +2 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/microsoftElastic.d.ts +4 -3
- package/dist/esm/microsoftElastic.d.ts.map +1 -1
- package/dist/esm/microsoftElastic.js +11 -14
- package/dist/esm/microsoftElastic.js.map +1 -1
- package/dist/esm/models/index.d.ts +378 -50
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +68 -15
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +17 -4
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +488 -99
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +7 -4
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +36 -14
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/allTrafficFilters.d.ts +5 -4
- package/dist/esm/operations/allTrafficFilters.d.ts.map +1 -1
- package/dist/esm/operations/allTrafficFilters.js +4 -8
- package/dist/esm/operations/allTrafficFilters.js.map +1 -1
- package/dist/esm/operations/associateTrafficFilter.d.ts +6 -6
- package/dist/esm/operations/associateTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operations/associateTrafficFilter.js +5 -10
- package/dist/esm/operations/associateTrafficFilter.js.map +1 -1
- package/dist/esm/operations/billingInfo.d.ts +5 -4
- package/dist/esm/operations/billingInfo.d.ts.map +1 -1
- package/dist/esm/operations/billingInfo.js +4 -8
- package/dist/esm/operations/billingInfo.js.map +1 -1
- package/dist/esm/operations/connectedPartnerResources.d.ts +8 -8
- package/dist/esm/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/esm/operations/connectedPartnerResources.js +8 -13
- package/dist/esm/operations/connectedPartnerResources.js.map +1 -1
- package/dist/esm/operations/createAndAssociateIPFilter.d.ts +8 -6
- package/dist/esm/operations/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/esm/operations/createAndAssociateIPFilter.js +7 -10
- package/dist/esm/operations/createAndAssociateIPFilter.js.map +1 -1
- package/dist/esm/operations/createAndAssociatePLFilter.d.ts +8 -6
- package/dist/esm/operations/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/esm/operations/createAndAssociatePLFilter.js +7 -10
- package/dist/esm/operations/createAndAssociatePLFilter.js.map +1 -1
- package/dist/esm/operations/deploymentInfo.d.ts +5 -4
- package/dist/esm/operations/deploymentInfo.d.ts.map +1 -1
- package/dist/esm/operations/deploymentInfo.js +4 -8
- package/dist/esm/operations/deploymentInfo.js.map +1 -1
- package/dist/esm/operations/detachAndDeleteTrafficFilter.d.ts +5 -4
- package/dist/esm/operations/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operations/detachAndDeleteTrafficFilter.js +4 -8
- package/dist/esm/operations/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/esm/operations/detachTrafficFilter.d.ts +8 -6
- package/dist/esm/operations/detachTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operations/detachTrafficFilter.js +7 -10
- package/dist/esm/operations/detachTrafficFilter.js.map +1 -1
- package/dist/esm/operations/elasticVersions.d.ts +8 -6
- package/dist/esm/operations/elasticVersions.d.ts.map +1 -1
- package/dist/esm/operations/elasticVersions.js +9 -16
- package/dist/esm/operations/elasticVersions.js.map +1 -1
- package/dist/esm/operations/externalUser.d.ts +5 -5
- package/dist/esm/operations/externalUser.d.ts.map +1 -1
- package/dist/esm/operations/externalUser.js +5 -10
- package/dist/esm/operations/externalUser.js.map +1 -1
- package/dist/esm/operations/index.d.ts +1 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -7
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/listAssociatedTrafficFilters.d.ts +5 -4
- package/dist/esm/operations/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/esm/operations/listAssociatedTrafficFilters.js +4 -8
- package/dist/esm/operations/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/esm/operations/monitor.d.ts +8 -6
- package/dist/esm/operations/monitor.d.ts.map +1 -1
- package/dist/esm/operations/monitor.js +8 -11
- package/dist/esm/operations/monitor.js.map +1 -1
- package/dist/esm/operations/monitoredResources.d.ts +8 -6
- package/dist/esm/operations/monitoredResources.d.ts.map +1 -1
- package/dist/esm/operations/monitoredResources.js +8 -11
- package/dist/esm/operations/monitoredResources.js.map +1 -1
- package/dist/esm/operations/monitoredSubscriptions.d.ts +104 -0
- package/dist/esm/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/monitoredSubscriptions.js +442 -0
- package/dist/esm/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/esm/operations/monitors.d.ts +34 -16
- package/dist/esm/operations/monitors.d.ts.map +1 -1
- package/dist/esm/operations/monitors.js +90 -35
- package/dist/esm/operations/monitors.js.map +1 -1
- package/dist/esm/operations/openAI.d.ts +15 -10
- package/dist/esm/operations/openAI.d.ts.map +1 -1
- package/dist/esm/operations/openAI.js +16 -16
- package/dist/esm/operations/openAI.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +4 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/organizations.d.ts +22 -6
- package/dist/esm/operations/organizations.d.ts.map +1 -1
- package/dist/esm/operations/organizations.js +98 -11
- package/dist/esm/operations/organizations.js.map +1 -1
- package/dist/esm/operations/tagRules.d.ts +16 -11
- package/dist/esm/operations/tagRules.d.ts.map +1 -1
- package/dist/esm/operations/tagRules.js +17 -17
- package/dist/esm/operations/tagRules.js.map +1 -1
- package/dist/esm/operations/trafficFilters.d.ts +5 -4
- package/dist/esm/operations/trafficFilters.d.ts.map +1 -1
- package/dist/esm/operations/trafficFilters.js +4 -8
- package/dist/esm/operations/trafficFilters.js.map +1 -1
- package/dist/esm/operations/upgradableVersions.d.ts +5 -4
- package/dist/esm/operations/upgradableVersions.d.ts.map +1 -1
- package/dist/esm/operations/upgradableVersions.js +4 -8
- package/dist/esm/operations/upgradableVersions.js.map +1 -1
- package/dist/esm/operations/vMCollection.d.ts +5 -4
- package/dist/esm/operations/vMCollection.d.ts.map +1 -1
- package/dist/esm/operations/vMCollection.js +5 -9
- package/dist/esm/operations/vMCollection.js.map +1 -1
- package/dist/esm/operations/vMHost.d.ts +8 -6
- package/dist/esm/operations/vMHost.d.ts.map +1 -1
- package/dist/esm/operations/vMHost.js +8 -11
- package/dist/esm/operations/vMHost.js.map +1 -1
- package/dist/esm/operations/vMIngestion.d.ts +5 -4
- package/dist/esm/operations/vMIngestion.d.ts.map +1 -1
- package/dist/esm/operations/vMIngestion.js +4 -8
- package/dist/esm/operations/vMIngestion.js.map +1 -1
- package/dist/esm/operationsInterfaces/allTrafficFilters.d.ts +3 -2
- package/dist/esm/operationsInterfaces/allTrafficFilters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/allTrafficFilters.js +2 -7
- package/dist/esm/operationsInterfaces/allTrafficFilters.js.map +1 -1
- package/dist/esm/operationsInterfaces/associateTrafficFilter.d.ts +4 -4
- package/dist/esm/operationsInterfaces/associateTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/associateTrafficFilter.js +2 -7
- package/dist/esm/operationsInterfaces/associateTrafficFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/billingInfo.d.ts +3 -2
- package/dist/esm/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/billingInfo.js +2 -7
- package/dist/esm/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedPartnerResources.d.ts +4 -4
- package/dist/esm/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/esm/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/createAndAssociateIPFilter.d.ts +6 -4
- package/dist/esm/operationsInterfaces/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/createAndAssociateIPFilter.js +2 -7
- package/dist/esm/operationsInterfaces/createAndAssociateIPFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/createAndAssociatePLFilter.d.ts +6 -4
- package/dist/esm/operationsInterfaces/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/createAndAssociatePLFilter.js +2 -7
- package/dist/esm/operationsInterfaces/createAndAssociatePLFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/deploymentInfo.d.ts +3 -2
- package/dist/esm/operationsInterfaces/deploymentInfo.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/deploymentInfo.js +2 -7
- package/dist/esm/operationsInterfaces/deploymentInfo.js.map +1 -1
- package/dist/esm/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts +3 -2
- package/dist/esm/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/detachAndDeleteTrafficFilter.js +2 -7
- package/dist/esm/operationsInterfaces/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/detachTrafficFilter.d.ts +6 -4
- package/dist/esm/operationsInterfaces/detachTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/detachTrafficFilter.js +2 -7
- package/dist/esm/operationsInterfaces/detachTrafficFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/elasticVersions.d.ts +4 -3
- package/dist/esm/operationsInterfaces/elasticVersions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/elasticVersions.js +2 -7
- package/dist/esm/operationsInterfaces/elasticVersions.js.map +1 -1
- package/dist/esm/operationsInterfaces/externalUser.d.ts +3 -3
- package/dist/esm/operationsInterfaces/externalUser.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/externalUser.js +2 -7
- package/dist/esm/operationsInterfaces/externalUser.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -7
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/listAssociatedTrafficFilters.d.ts +3 -2
- package/dist/esm/operationsInterfaces/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/listAssociatedTrafficFilters.js +2 -7
- package/dist/esm/operationsInterfaces/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/esm/operationsInterfaces/monitor.d.ts +6 -4
- package/dist/esm/operationsInterfaces/monitor.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/monitor.js +2 -7
- package/dist/esm/operationsInterfaces/monitor.js.map +1 -1
- package/dist/esm/operationsInterfaces/monitoredResources.d.ts +4 -3
- package/dist/esm/operationsInterfaces/monitoredResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/monitoredResources.js +2 -7
- package/dist/esm/operationsInterfaces/monitoredResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts +78 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js +4 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/monitors.d.ts +28 -12
- package/dist/esm/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/monitors.js +2 -7
- package/dist/esm/operationsInterfaces/monitors.js.map +1 -1
- package/dist/esm/operationsInterfaces/openAI.d.ts +11 -7
- package/dist/esm/operationsInterfaces/openAI.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/openAI.js +2 -7
- package/dist/esm/operationsInterfaces/openAI.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/organizations.d.ts +20 -4
- package/dist/esm/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/organizations.js +2 -7
- package/dist/esm/operationsInterfaces/organizations.js.map +1 -1
- package/dist/esm/operationsInterfaces/tagRules.d.ts +12 -8
- package/dist/esm/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tagRules.js +2 -7
- package/dist/esm/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/esm/operationsInterfaces/trafficFilters.d.ts +3 -2
- package/dist/esm/operationsInterfaces/trafficFilters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/trafficFilters.js +2 -7
- package/dist/esm/operationsInterfaces/trafficFilters.js.map +1 -1
- package/dist/esm/operationsInterfaces/upgradableVersions.d.ts +3 -2
- package/dist/esm/operationsInterfaces/upgradableVersions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/upgradableVersions.js +2 -7
- package/dist/esm/operationsInterfaces/upgradableVersions.js.map +1 -1
- package/dist/esm/operationsInterfaces/vMCollection.d.ts +3 -2
- package/dist/esm/operationsInterfaces/vMCollection.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/vMCollection.js +2 -7
- package/dist/esm/operationsInterfaces/vMCollection.js.map +1 -1
- package/dist/esm/operationsInterfaces/vMHost.d.ts +4 -3
- package/dist/esm/operationsInterfaces/vMHost.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/vMHost.js +2 -7
- package/dist/esm/operationsInterfaces/vMHost.js.map +1 -1
- package/dist/esm/operationsInterfaces/vMIngestion.d.ts +3 -2
- package/dist/esm/operationsInterfaces/vMIngestion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/vMIngestion.js +2 -7
- package/dist/esm/operationsInterfaces/vMIngestion.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -7
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +2 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/microsoftElastic.d.ts +4 -3
- package/dist/react-native/microsoftElastic.d.ts.map +1 -1
- package/dist/react-native/microsoftElastic.js +11 -14
- package/dist/react-native/microsoftElastic.js.map +1 -1
- package/dist/react-native/models/index.d.ts +378 -50
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +68 -15
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +17 -4
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +488 -99
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +7 -4
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +36 -14
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/allTrafficFilters.d.ts +5 -4
- package/dist/react-native/operations/allTrafficFilters.d.ts.map +1 -1
- package/dist/react-native/operations/allTrafficFilters.js +4 -8
- package/dist/react-native/operations/allTrafficFilters.js.map +1 -1
- package/dist/react-native/operations/associateTrafficFilter.d.ts +6 -6
- package/dist/react-native/operations/associateTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operations/associateTrafficFilter.js +5 -10
- package/dist/react-native/operations/associateTrafficFilter.js.map +1 -1
- package/dist/react-native/operations/billingInfo.d.ts +5 -4
- package/dist/react-native/operations/billingInfo.d.ts.map +1 -1
- package/dist/react-native/operations/billingInfo.js +4 -8
- package/dist/react-native/operations/billingInfo.js.map +1 -1
- package/dist/react-native/operations/connectedPartnerResources.d.ts +8 -8
- package/dist/react-native/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/react-native/operations/connectedPartnerResources.js +8 -13
- package/dist/react-native/operations/connectedPartnerResources.js.map +1 -1
- package/dist/react-native/operations/createAndAssociateIPFilter.d.ts +8 -6
- package/dist/react-native/operations/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/react-native/operations/createAndAssociateIPFilter.js +7 -10
- package/dist/react-native/operations/createAndAssociateIPFilter.js.map +1 -1
- package/dist/react-native/operations/createAndAssociatePLFilter.d.ts +8 -6
- package/dist/react-native/operations/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/react-native/operations/createAndAssociatePLFilter.js +7 -10
- package/dist/react-native/operations/createAndAssociatePLFilter.js.map +1 -1
- package/dist/react-native/operations/deploymentInfo.d.ts +5 -4
- package/dist/react-native/operations/deploymentInfo.d.ts.map +1 -1
- package/dist/react-native/operations/deploymentInfo.js +4 -8
- package/dist/react-native/operations/deploymentInfo.js.map +1 -1
- package/dist/react-native/operations/detachAndDeleteTrafficFilter.d.ts +5 -4
- package/dist/react-native/operations/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operations/detachAndDeleteTrafficFilter.js +4 -8
- package/dist/react-native/operations/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/react-native/operations/detachTrafficFilter.d.ts +8 -6
- package/dist/react-native/operations/detachTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operations/detachTrafficFilter.js +7 -10
- package/dist/react-native/operations/detachTrafficFilter.js.map +1 -1
- package/dist/react-native/operations/elasticVersions.d.ts +8 -6
- package/dist/react-native/operations/elasticVersions.d.ts.map +1 -1
- package/dist/react-native/operations/elasticVersions.js +9 -16
- package/dist/react-native/operations/elasticVersions.js.map +1 -1
- package/dist/react-native/operations/externalUser.d.ts +5 -5
- package/dist/react-native/operations/externalUser.d.ts.map +1 -1
- package/dist/react-native/operations/externalUser.js +5 -10
- package/dist/react-native/operations/externalUser.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +1 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -7
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/listAssociatedTrafficFilters.d.ts +5 -4
- package/dist/react-native/operations/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/react-native/operations/listAssociatedTrafficFilters.js +4 -8
- package/dist/react-native/operations/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/react-native/operations/monitor.d.ts +8 -6
- package/dist/react-native/operations/monitor.d.ts.map +1 -1
- package/dist/react-native/operations/monitor.js +8 -11
- package/dist/react-native/operations/monitor.js.map +1 -1
- package/dist/react-native/operations/monitoredResources.d.ts +8 -6
- package/dist/react-native/operations/monitoredResources.d.ts.map +1 -1
- package/dist/react-native/operations/monitoredResources.js +8 -11
- package/dist/react-native/operations/monitoredResources.js.map +1 -1
- package/dist/react-native/operations/monitoredSubscriptions.d.ts +104 -0
- package/dist/react-native/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/monitoredSubscriptions.js +442 -0
- package/dist/react-native/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/react-native/operations/monitors.d.ts +34 -16
- package/dist/react-native/operations/monitors.d.ts.map +1 -1
- package/dist/react-native/operations/monitors.js +90 -35
- package/dist/react-native/operations/monitors.js.map +1 -1
- package/dist/react-native/operations/openAI.d.ts +15 -10
- package/dist/react-native/operations/openAI.d.ts.map +1 -1
- package/dist/react-native/operations/openAI.js +16 -16
- package/dist/react-native/operations/openAI.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +4 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/organizations.d.ts +22 -6
- package/dist/react-native/operations/organizations.d.ts.map +1 -1
- package/dist/react-native/operations/organizations.js +98 -11
- package/dist/react-native/operations/organizations.js.map +1 -1
- package/dist/react-native/operations/tagRules.d.ts +16 -11
- package/dist/react-native/operations/tagRules.d.ts.map +1 -1
- package/dist/react-native/operations/tagRules.js +17 -17
- package/dist/react-native/operations/tagRules.js.map +1 -1
- package/dist/react-native/operations/trafficFilters.d.ts +5 -4
- package/dist/react-native/operations/trafficFilters.d.ts.map +1 -1
- package/dist/react-native/operations/trafficFilters.js +4 -8
- package/dist/react-native/operations/trafficFilters.js.map +1 -1
- package/dist/react-native/operations/upgradableVersions.d.ts +5 -4
- package/dist/react-native/operations/upgradableVersions.d.ts.map +1 -1
- package/dist/react-native/operations/upgradableVersions.js +4 -8
- package/dist/react-native/operations/upgradableVersions.js.map +1 -1
- package/dist/react-native/operations/vMCollection.d.ts +5 -4
- package/dist/react-native/operations/vMCollection.d.ts.map +1 -1
- package/dist/react-native/operations/vMCollection.js +5 -9
- package/dist/react-native/operations/vMCollection.js.map +1 -1
- package/dist/react-native/operations/vMHost.d.ts +8 -6
- package/dist/react-native/operations/vMHost.d.ts.map +1 -1
- package/dist/react-native/operations/vMHost.js +8 -11
- package/dist/react-native/operations/vMHost.js.map +1 -1
- package/dist/react-native/operations/vMIngestion.d.ts +5 -4
- package/dist/react-native/operations/vMIngestion.d.ts.map +1 -1
- package/dist/react-native/operations/vMIngestion.js +4 -8
- package/dist/react-native/operations/vMIngestion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/allTrafficFilters.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/allTrafficFilters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/allTrafficFilters.js +2 -7
- package/dist/react-native/operationsInterfaces/allTrafficFilters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/associateTrafficFilter.d.ts +4 -4
- package/dist/react-native/operationsInterfaces/associateTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/associateTrafficFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/associateTrafficFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/billingInfo.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/billingInfo.js +2 -7
- package/dist/react-native/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.d.ts +4 -4
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/createAndAssociateIPFilter.d.ts +6 -4
- package/dist/react-native/operationsInterfaces/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/createAndAssociateIPFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/createAndAssociateIPFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/createAndAssociatePLFilter.d.ts +6 -4
- package/dist/react-native/operationsInterfaces/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/createAndAssociatePLFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/createAndAssociatePLFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deploymentInfo.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/deploymentInfo.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/deploymentInfo.js +2 -7
- package/dist/react-native/operationsInterfaces/deploymentInfo.js.map +1 -1
- package/dist/react-native/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/detachAndDeleteTrafficFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/detachTrafficFilter.d.ts +6 -4
- package/dist/react-native/operationsInterfaces/detachTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/detachTrafficFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/detachTrafficFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/elasticVersions.d.ts +4 -3
- package/dist/react-native/operationsInterfaces/elasticVersions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/elasticVersions.js +2 -7
- package/dist/react-native/operationsInterfaces/elasticVersions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/externalUser.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/externalUser.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/externalUser.js +2 -7
- package/dist/react-native/operationsInterfaces/externalUser.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -7
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/listAssociatedTrafficFilters.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/listAssociatedTrafficFilters.js +2 -7
- package/dist/react-native/operationsInterfaces/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/monitor.d.ts +6 -4
- package/dist/react-native/operationsInterfaces/monitor.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/monitor.js +2 -7
- package/dist/react-native/operationsInterfaces/monitor.js.map +1 -1
- package/dist/react-native/operationsInterfaces/monitoredResources.d.ts +4 -3
- package/dist/react-native/operationsInterfaces/monitoredResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/monitoredResources.js +2 -7
- package/dist/react-native/operationsInterfaces/monitoredResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js +4 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/monitors.d.ts +28 -12
- package/dist/react-native/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/monitors.js +2 -7
- package/dist/react-native/operationsInterfaces/monitors.js.map +1 -1
- package/dist/react-native/operationsInterfaces/openAI.d.ts +11 -7
- package/dist/react-native/operationsInterfaces/openAI.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/openAI.js +2 -7
- package/dist/react-native/operationsInterfaces/openAI.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/organizations.d.ts +20 -4
- package/dist/react-native/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/organizations.js +2 -7
- package/dist/react-native/operationsInterfaces/organizations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tagRules.d.ts +12 -8
- package/dist/react-native/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tagRules.js +2 -7
- package/dist/react-native/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/react-native/operationsInterfaces/trafficFilters.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/trafficFilters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/trafficFilters.js +2 -7
- package/dist/react-native/operationsInterfaces/trafficFilters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/upgradableVersions.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/upgradableVersions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/upgradableVersions.js +2 -7
- package/dist/react-native/operationsInterfaces/upgradableVersions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/vMCollection.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/vMCollection.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/vMCollection.js +2 -7
- package/dist/react-native/operationsInterfaces/vMCollection.js.map +1 -1
- package/dist/react-native/operationsInterfaces/vMHost.d.ts +4 -3
- package/dist/react-native/operationsInterfaces/vMHost.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/vMHost.js +2 -7
- package/dist/react-native/operationsInterfaces/vMHost.js.map +1 -1
- package/dist/react-native/operationsInterfaces/vMIngestion.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/vMIngestion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/vMIngestion.js +2 -7
- package/dist/react-native/operationsInterfaces/vMIngestion.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -7
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +39 -38
- package/CHANGELOG.md +0 -23
- package/review/arm-elastic-node.api.md +0 -1055
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
9
4
|
export var KnownProvisioningState;
|
|
10
5
|
(function (KnownProvisioningState) {
|
|
@@ -43,6 +38,38 @@ export var KnownLiftrResourceCategories;
|
|
|
43
38
|
/** MonitorLogs */
|
|
44
39
|
KnownLiftrResourceCategories["MonitorLogs"] = "MonitorLogs";
|
|
45
40
|
})(KnownLiftrResourceCategories || (KnownLiftrResourceCategories = {}));
|
|
41
|
+
/** Known values of {@link HostingType} that the service accepts. */
|
|
42
|
+
export var KnownHostingType;
|
|
43
|
+
(function (KnownHostingType) {
|
|
44
|
+
/** Hosted */
|
|
45
|
+
KnownHostingType["Hosted"] = "Hosted";
|
|
46
|
+
/** Serverless */
|
|
47
|
+
KnownHostingType["Serverless"] = "Serverless";
|
|
48
|
+
})(KnownHostingType || (KnownHostingType = {}));
|
|
49
|
+
/** Known values of {@link ProjectType} that the service accepts. */
|
|
50
|
+
export var KnownProjectType;
|
|
51
|
+
(function (KnownProjectType) {
|
|
52
|
+
/** Elasticsearch */
|
|
53
|
+
KnownProjectType["Elasticsearch"] = "Elasticsearch";
|
|
54
|
+
/** Observability */
|
|
55
|
+
KnownProjectType["Observability"] = "Observability";
|
|
56
|
+
/** Security */
|
|
57
|
+
KnownProjectType["Security"] = "Security";
|
|
58
|
+
/** NotApplicable */
|
|
59
|
+
KnownProjectType["NotApplicable"] = "NotApplicable";
|
|
60
|
+
})(KnownProjectType || (KnownProjectType = {}));
|
|
61
|
+
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
62
|
+
export var KnownConfigurationType;
|
|
63
|
+
(function (KnownConfigurationType) {
|
|
64
|
+
/** GeneralPurpose */
|
|
65
|
+
KnownConfigurationType["GeneralPurpose"] = "GeneralPurpose";
|
|
66
|
+
/** Vector */
|
|
67
|
+
KnownConfigurationType["Vector"] = "Vector";
|
|
68
|
+
/** TimeSeries */
|
|
69
|
+
KnownConfigurationType["TimeSeries"] = "TimeSeries";
|
|
70
|
+
/** NotApplicable */
|
|
71
|
+
KnownConfigurationType["NotApplicable"] = "NotApplicable";
|
|
72
|
+
})(KnownConfigurationType || (KnownConfigurationType = {}));
|
|
46
73
|
/** Known values of {@link ManagedIdentityTypes} that the service accepts. */
|
|
47
74
|
export var KnownManagedIdentityTypes;
|
|
48
75
|
(function (KnownManagedIdentityTypes) {
|
|
@@ -61,6 +88,40 @@ export var KnownCreatedByType;
|
|
|
61
88
|
/** Key */
|
|
62
89
|
KnownCreatedByType["Key"] = "Key";
|
|
63
90
|
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
91
|
+
/** Known values of {@link Operation} that the service accepts. */
|
|
92
|
+
export var KnownOperation;
|
|
93
|
+
(function (KnownOperation) {
|
|
94
|
+
/** AddBegin */
|
|
95
|
+
KnownOperation["AddBegin"] = "AddBegin";
|
|
96
|
+
/** AddComplete */
|
|
97
|
+
KnownOperation["AddComplete"] = "AddComplete";
|
|
98
|
+
/** DeleteBegin */
|
|
99
|
+
KnownOperation["DeleteBegin"] = "DeleteBegin";
|
|
100
|
+
/** DeleteComplete */
|
|
101
|
+
KnownOperation["DeleteComplete"] = "DeleteComplete";
|
|
102
|
+
/** Active */
|
|
103
|
+
KnownOperation["Active"] = "Active";
|
|
104
|
+
})(KnownOperation || (KnownOperation = {}));
|
|
105
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
106
|
+
export var KnownStatus;
|
|
107
|
+
(function (KnownStatus) {
|
|
108
|
+
/** InProgress */
|
|
109
|
+
KnownStatus["InProgress"] = "InProgress";
|
|
110
|
+
/** Active */
|
|
111
|
+
KnownStatus["Active"] = "Active";
|
|
112
|
+
/** Failed */
|
|
113
|
+
KnownStatus["Failed"] = "Failed";
|
|
114
|
+
/** Deleting */
|
|
115
|
+
KnownStatus["Deleting"] = "Deleting";
|
|
116
|
+
})(KnownStatus || (KnownStatus = {}));
|
|
117
|
+
/** Known values of {@link TagAction} that the service accepts. */
|
|
118
|
+
export var KnownTagAction;
|
|
119
|
+
(function (KnownTagAction) {
|
|
120
|
+
/** Include */
|
|
121
|
+
KnownTagAction["Include"] = "Include";
|
|
122
|
+
/** Exclude */
|
|
123
|
+
KnownTagAction["Exclude"] = "Exclude";
|
|
124
|
+
})(KnownTagAction || (KnownTagAction = {}));
|
|
64
125
|
/** Known values of {@link SendingLogs} that the service accepts. */
|
|
65
126
|
export var KnownSendingLogs;
|
|
66
127
|
(function (KnownSendingLogs) {
|
|
@@ -77,14 +138,6 @@ export var KnownElasticDeploymentStatus;
|
|
|
77
138
|
/** Unhealthy */
|
|
78
139
|
KnownElasticDeploymentStatus["Unhealthy"] = "Unhealthy";
|
|
79
140
|
})(KnownElasticDeploymentStatus || (KnownElasticDeploymentStatus = {}));
|
|
80
|
-
/** Known values of {@link TagAction} that the service accepts. */
|
|
81
|
-
export var KnownTagAction;
|
|
82
|
-
(function (KnownTagAction) {
|
|
83
|
-
/** Include */
|
|
84
|
-
KnownTagAction["Include"] = "Include";
|
|
85
|
-
/** Exclude */
|
|
86
|
-
KnownTagAction["Exclude"] = "Exclude";
|
|
87
|
-
})(KnownTagAction || (KnownTagAction = {}));
|
|
88
141
|
/** Known values of {@link OperationName} that the service accepts. */
|
|
89
142
|
export var KnownOperationName;
|
|
90
143
|
(function (KnownOperationName) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAirBH,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,mBAAmB;IACnB,uDAA6B,CAAA;AAC/B,CAAC,EAnBW,sBAAsB,KAAtB,sBAAsB,QAmBjC;AAmBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,eAAe;IACf,8CAAqB,CAAA;AACvB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,cAAc;IACd,mDAAmB,CAAA;IACnB,kBAAkB;IAClB,2DAA2B,CAAA;AAC7B,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,qBAAqB;IACrB,8DAAiC,CAAA;AACnC,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC;AAWD,sEAAsE;AACtE,MAAM,CAAN,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,KAAlB,kBAAkB,QAS7B;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,WAAW;IACX,iCAAa,CAAA;IACb,YAAY;IACZ,mCAAe,CAAA;AACjB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,cAAc;IACd,mDAAmB,CAAA;IACnB,gBAAgB;IAChB,uDAAuB,CAAA;AACzB,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,cAAc;IACd,qCAAmB,CAAA;IACnB,cAAc;IACd,qCAAmB,CAAA;AACrB,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,UAAU;IACV,iCAAW,CAAA;IACX,aAAa;IACb,uCAAiB,CAAA;AACnB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,SAAS;IACT,sBAAS,CAAA;IACT,2BAA2B;IAC3B,4DAA+C,CAAA;AACjD,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB","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\";\n\n/** Result of GET request to list the Microsoft.Elastic operations. */\nexport interface OperationListResult {\n /** List of operations supported by the Microsoft.Elastic provider. */\n value?: OperationResult[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** A Microsoft.Elastic REST API operation. */\nexport interface OperationResult {\n /** Operation name, i.e., {provider}/{resource}/{operation}. */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider, i.e., Microsoft.Elastic. */\n provider?: string;\n /** Type on which the operation is performed, e.g., 'monitors'. */\n resource?: string;\n /** Operation type, e.g., read, write, delete, etc. */\n operation?: string;\n /** Description of the operation, e.g., 'Write monitors'. */\n description?: string;\n}\n\n/** RP default error response. */\nexport interface ResourceProviderDefaultErrorResponse {\n /**\n * Response body of Error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorResponseBody;\n}\n\n/** Error response body. */\nexport interface ErrorResponseBody {\n /** Error code. */\n code?: string;\n /** Error message. */\n message?: string;\n /** Error target. */\n target?: string;\n /** Error details. */\n details?: ErrorResponseBody[];\n}\n\n/** Response of a list operation. */\nexport interface ElasticMonitorResourceListResponse {\n /** Results of a list operation. */\n value?: ElasticMonitorResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Monitor resource. */\nexport interface ElasticMonitorResource {\n /**\n * ARM id of the monitor resource.\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 monitor 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 monitor resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** SKU of the monitor resource. */\n sku?: ResourceSku;\n /** Properties of the monitor resource. */\n properties?: MonitorProperties;\n /** Identity properties of the monitor resource. */\n identity?: IdentityProperties;\n /** The tags of the monitor resource. */\n tags?: { [propertyName: string]: string };\n /** The location of the monitor resource */\n location: string;\n /**\n * The system metadata relating to this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Microsoft.Elastic SKU. */\nexport interface ResourceSku {\n /** Name of the SKU. */\n name: string;\n}\n\n/** Properties specific to the monitor resource. */\nexport interface MonitorProperties {\n /** Provisioning state of the monitor resource. */\n provisioningState?: ProvisioningState;\n /** Flag specifying if the resource monitoring is enabled or disabled. */\n monitoringStatus?: MonitoringStatus;\n /** Elastic cloud properties. */\n elasticProperties?: ElasticProperties;\n /** User information. */\n userInfo?: UserInfo;\n /** Plan details of the monitor resource. */\n planDetails?: PlanDetails;\n /** Version of elastic of the monitor resource */\n version?: string;\n /** State of the Azure Subscription containing the monitor resource */\n subscriptionState?: string;\n /** Status of Azure Subscription where Marketplace SaaS is located. */\n saaSAzureSubscriptionStatus?: string;\n /** Name of the marketing campaign. */\n sourceCampaignName?: string;\n /** A unique identifier associated with the campaign. */\n sourceCampaignId?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly liftrResourceCategory?: LiftrResourceCategories;\n /**\n * The priority of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly liftrResourcePreference?: number;\n /** Flag to determine if User API Key has to be generated and shared. */\n generateApiKey?: boolean;\n}\n\n/** Elastic Resource Properties. */\nexport interface ElasticProperties {\n /** Details of the user's elastic account. */\n elasticCloudUser?: ElasticCloudUser;\n /** Details of the elastic cloud deployment. */\n elasticCloudDeployment?: ElasticCloudDeployment;\n}\n\n/** Details of the user's elastic account. */\nexport interface ElasticCloudUser {\n /**\n * Email of the Elastic User Account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly emailAddress?: string;\n /**\n * User Id of the elastic account of the User.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Elastic cloud default dashboard sso URL of the Elastic user account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elasticCloudSsoDefaultUrl?: string;\n}\n\n/** Details of the user's elastic deployment associated with the monitor resource. */\nexport interface ElasticCloudDeployment {\n /**\n * Elastic deployment name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Elastic deployment Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentId?: string;\n /**\n * Associated Azure subscription Id for the elastic deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureSubscriptionId?: string;\n /**\n * Region where Deployment at Elastic side took place.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elasticsearchRegion?: string;\n /**\n * Elasticsearch ingestion endpoint of the Elastic deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elasticsearchServiceUrl?: string;\n /**\n * Kibana endpoint of the Elastic deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kibanaServiceUrl?: string;\n /**\n * Kibana dashboard sso URL of the Elastic deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kibanaSsoUrl?: string;\n}\n\n/** User Information to be passed to partners. */\nexport interface UserInfo {\n /** First name of the user */\n firstName?: string;\n /** Last name of the user */\n lastName?: string;\n /** Company name of the user */\n companyName?: string;\n /** Email of the user used by Elastic for contacting them if needed */\n emailAddress?: string;\n /** Company information of the user to be passed to partners. */\n companyInfo?: CompanyInfo;\n}\n\n/** Company information of the user to be passed to partners. */\nexport interface CompanyInfo {\n /** Domain of the company */\n domain?: string;\n /** Business of the company */\n business?: string;\n /** Number of employees in the company */\n employeesNumber?: string;\n /** State of the company location. */\n state?: string;\n /** Country of the company location. */\n country?: string;\n}\n\n/** Plan details of the monitor resource. */\nexport interface PlanDetails {\n /** Offer ID of the plan */\n offerID?: string;\n /** Publisher ID of the plan */\n publisherID?: string;\n /** Term ID of the plan */\n termID?: string;\n /** Plan ID */\n planID?: string;\n /** Plan Name */\n planName?: string;\n}\n\n/** Identity properties. */\nexport interface IdentityProperties {\n /**\n * The identity ID.\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 /** Managed identity type. */\n type?: ManagedIdentityTypes;\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/** List of elastic versions available in a region. */\nexport interface ElasticVersionsListResponse {\n /** Results of a list operation. */\n value?: ElasticVersionListFormat[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Elastic Version List Format */\nexport interface ElasticVersionListFormat {\n /** Elastic Version Properties */\n properties?: ElasticVersionListProperties;\n}\n\n/** Elastic Version Properties */\nexport interface ElasticVersionListProperties {\n /** Available elastic version of the given region */\n version?: string;\n}\n\n/** Monitor resource update parameters. */\nexport interface ElasticMonitorResourceUpdateParameters {\n /** elastic monitor resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Response of a list operation. */\nexport interface MonitoredResourceListResponse {\n /** Results of a list operation. */\n value?: MonitoredResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** The properties of a resource currently being monitored by the Elastic monitor resource. */\nexport interface MonitoredResource {\n /** The ARM id of the resource. */\n id?: string;\n /** Flag indicating the status of the resource for sending logs operation to Elastic. */\n sendingLogs?: SendingLogs;\n /** Reason for why the resource is sending logs (or why it is not sending). */\n reasonForLogsStatus?: string;\n}\n\n/** The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource. */\nexport interface DeploymentInfoResponse {\n /**\n * The Elastic deployment status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ElasticDeploymentStatus;\n /**\n * Version of the elasticsearch in Elastic cloud deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * RAM capacity of the elasticsearch in Elastic cloud deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryCapacity?: string;\n /**\n * Disk capacity of the elasticsearch in Elastic cloud deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskCapacity?: string;\n /**\n * Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elasticsearchEndPoint?: string;\n /**\n * Deployment URL of the elasticsearch in Elastic cloud deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentUrl?: string;\n /**\n * Marketplace SaaS Info of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSaasInfo?: MarketplaceSaaSInfo;\n}\n\n/** Marketplace SAAS Info of the resource. */\nexport interface MarketplaceSaaSInfo {\n /** Marketplace Subscription */\n marketplaceSubscription?: MarketplaceSaaSInfoMarketplaceSubscription;\n /** Marketplace Subscription Details: SAAS Name */\n marketplaceName?: string;\n /** Marketplace Subscription Details: Resource URI */\n marketplaceResourceId?: string;\n /** Marketplace Subscription Details: SaaS Subscription Status */\n marketplaceStatus?: string;\n /** The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into. */\n billedAzureSubscriptionId?: string;\n /** Flag specifying if the Marketplace status is subscribed or not. */\n subscribed?: boolean;\n}\n\n/** Marketplace Subscription */\nexport interface MarketplaceSaaSInfoMarketplaceSubscription {\n /** Marketplace Subscription Id. This is a GUID-formatted string. */\n id?: string;\n}\n\n/** The properties of the request required for creating user on elastic side */\nexport interface ExternalUserInfo {\n /** Username of the user to be created or updated */\n userName?: string;\n /** Full name of the user to be created or updated */\n fullName?: string;\n /** Password of the user to be created or updated */\n password?: string;\n /** Email id of the user to be created or updated */\n emailId?: string;\n /** Roles to be assigned for created or updated user */\n roles?: string[];\n}\n\n/** The properties of the response we got from elastic while creating external user */\nexport interface ExternalUserCreationResponse {\n /**\n * Shows if user is created or updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: boolean;\n}\n\n/** Marketplace Subscription and Organization details to which resource gets billed into. */\nexport interface BillingInfoResponse {\n /** Marketplace Subscription details */\n marketplaceSaasInfo?: MarketplaceSaaSInfo;\n /** Partner Billing Entity details: Organization Info */\n partnerBillingEntity?: PartnerBillingEntity;\n}\n\n/** Partner Billing details associated with the resource. */\nexport interface PartnerBillingEntity {\n /** The Elastic Organization Id. */\n id?: string;\n /** The Elastic Organization Name. */\n name?: string;\n /** Link to the elastic organization page */\n partnerEntityUri?: string;\n}\n\n/** List of all active elastic deployments. */\nexport interface ConnectedPartnerResourcesListResponse {\n /** Results of a list operation. */\n value?: ConnectedPartnerResourcesListFormat[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Connected Partner Resources List Format */\nexport interface ConnectedPartnerResourcesListFormat {\n /** Connected Partner Resource Properties */\n properties?: ConnectedPartnerResourceProperties;\n}\n\n/** Connected Partner Resource Properties */\nexport interface ConnectedPartnerResourceProperties {\n /** Elastic deployment name */\n partnerDeploymentName?: string;\n /** Deployment URL of the elasticsearch in Elastic cloud deployment. */\n partnerDeploymentUri?: string;\n /** The azure resource Id of the deployment. */\n azureResourceId?: string;\n /** The location of the deployment. */\n location?: string;\n}\n\n/** Response of a list operation. */\nexport interface OpenAIIntegrationRPModelListResponse {\n /** Results of a list operation. */\n value?: OpenAIIntegrationRPModel[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Capture properties of Open AI resource Integration. */\nexport interface OpenAIIntegrationRPModel {\n /**\n * Name of the integration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The id of the integration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The type of the integration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Open AI Integration details. */\n properties?: OpenAIIntegrationProperties;\n}\n\n/** Open AI Integration details. */\nexport interface OpenAIIntegrationProperties {\n /** The resource name of Open AI resource */\n openAIResourceId?: string;\n /** The API endpoint for Open AI resource */\n openAIResourceEndpoint?: string;\n /** Value of API key for Open AI resource */\n key?: string;\n /**\n * Last Update Timestamp for key updation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRefreshAt?: Date;\n}\n\n/** Status of the OpenAI Integration */\nexport interface OpenAIIntegrationStatusResponse {\n /** Status of the OpenAI Integration */\n properties?: OpenAIIntegrationStatusResponseProperties;\n}\n\n/** Status of the OpenAI Integration */\nexport interface OpenAIIntegrationStatusResponseProperties {\n /** Status of the OpenAI Integration */\n status?: string;\n}\n\n/** Response of a list operation. */\nexport interface MonitoringTagRulesListResponse {\n /** Results of a list operation. */\n value?: MonitoringTagRules[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Capture logs and metrics of Azure resources based on ARM tags. */\nexport interface MonitoringTagRules {\n /**\n * Name of the rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The id of the rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The type of the rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Properties of the monitoring tag rules. */\n properties?: MonitoringTagRulesProperties;\n /**\n * The system metadata relating to this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Definition of the properties for a TagRules resource. */\nexport interface MonitoringTagRulesProperties {\n /** Provisioning state of the monitoring tag rules. */\n provisioningState?: ProvisioningState;\n /** Rules for sending logs. */\n logRules?: LogRules;\n}\n\n/** Set of rules for sending logs for the Monitor resource. */\nexport interface LogRules {\n /** Flag specifying if AAD logs should be sent for the Monitor resource. */\n sendAadLogs?: boolean;\n /** Flag specifying if subscription logs should be sent for the Monitor resource. */\n sendSubscriptionLogs?: boolean;\n /** Flag specifying if activity logs from Azure resources should be sent for the Monitor resource. */\n sendActivityLogs?: boolean;\n /** List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. */\n filteringTags?: FilteringTag[];\n}\n\n/** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */\nexport interface FilteringTag {\n /** The name (also known as the key) of the tag. */\n name?: string;\n /** The value of the tag. */\n value?: string;\n /** Valid actions for a filtering tag. */\n action?: TagAction;\n}\n\n/** Response of a list operation. */\nexport interface VMHostListResponse {\n /** Results of a list operation. */\n value?: VMResources[];\n /** Link to the next Vm resource Id, if any. */\n nextLink?: string;\n}\n\n/** The vm resource properties that is currently being monitored by the Elastic monitor resource. */\nexport interface VMResources {\n /** The ARM id of the VM resource. */\n vmResourceId?: string;\n}\n\n/** The vm ingestion details to install an agent. */\nexport interface VMIngestionDetailsResponse {\n /** The cloudId of given Elastic monitor resource. */\n cloudId?: string;\n /** Ingestion details to install agent on given VM. */\n ingestionKey?: string;\n}\n\n/** Update VM resource collection. */\nexport interface VMCollectionUpdate {\n /** ARM id of the VM resource. */\n vmResourceId?: string;\n /** Operation to be performed for given VM. */\n operationName?: OperationName;\n}\n\n/** Stack Versions that this version can upgrade to */\nexport interface UpgradableVersionsList {\n /** Current version of the elastic monitor */\n currentVersion?: string;\n /** Stack Versions that this version can upgrade to */\n upgradableVersions?: string[];\n}\n\n/** Upgrade elastic monitor version */\nexport interface ElasticMonitorUpgrade {\n /** Version to which the elastic monitor should be upgraded to */\n version?: string;\n}\n\n/** List of elastic traffic filters in the account */\nexport interface ElasticTrafficFilterResponse {\n /** List of elastic traffic filters in the account */\n rulesets?: ElasticTrafficFilter[];\n}\n\n/** Elastic traffic filter object */\nexport interface ElasticTrafficFilter {\n /** Id of the elastic filter */\n id?: string;\n /** Name of the elastic filter */\n name?: string;\n /** Description of the elastic filter */\n description?: string;\n /** Region of the elastic filter */\n region?: string;\n /** Type of the elastic filter */\n type?: Type;\n /** IncludeByDefault for the elastic filter */\n includeByDefault?: boolean;\n /** Rules in the elastic filter */\n rules?: ElasticTrafficFilterRule[];\n}\n\n/** Elastic traffic filter rule object */\nexport interface ElasticTrafficFilterRule {\n /** IP of the elastic filter rule */\n source?: string;\n /** Description of the elastic filter rule */\n description?: string;\n /** Guid of Private Endpoint in the elastic filter rule */\n azureEndpointGuid?: string;\n /** Name of the Private Endpoint in the elastic filter rule */\n azureEndpointName?: string;\n /** Id of the elastic filter rule */\n id?: string;\n}\n\n/** Email Id of the User Organization, of which the API Key must be returned */\nexport interface UserEmailId {\n /** The User email Id */\n emailId?: string;\n}\n\n/** The User Api Key created for the Organization associated with the User Email Id that was passed in the request */\nexport interface UserApiKeyResponse {\n properties?: UserApiKeyResponseProperties;\n}\n\nexport interface UserApiKeyResponseProperties {\n /** The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only. */\n apiKey?: string;\n}\n\n/** The Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into. */\nexport interface ElasticOrganizationToAzureSubscriptionMappingResponse {\n /** The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into. */\n properties?: ElasticOrganizationToAzureSubscriptionMappingResponseProperties;\n}\n\n/** The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into. */\nexport interface ElasticOrganizationToAzureSubscriptionMappingResponseProperties {\n /** The Azure Subscription ID to which the Organization belongs and gets billed into. This is empty for a new user OR a user without an Elastic Organization. */\n billedAzureSubscriptionId?: string;\n /**\n * Marketplace SaaS Info of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSaasInfo?: MarketplaceSaaSInfo;\n /** The Elastic Organization Id. */\n elasticOrganizationId?: string;\n /** The Elastic Organization Name. */\n elasticOrganizationName?: string;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\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 * **Accepted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleted** \\\n * **NotSpecified**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link MonitoringStatus} that the service accepts. */\nexport enum KnownMonitoringStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for MonitoringStatus. \\\n * {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type MonitoringStatus = string;\n\n/** Known values of {@link LiftrResourceCategories} that the service accepts. */\nexport enum KnownLiftrResourceCategories {\n /** Unknown */\n Unknown = \"Unknown\",\n /** MonitorLogs */\n MonitorLogs = \"MonitorLogs\",\n}\n\n/**\n * Defines values for LiftrResourceCategories. \\\n * {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **MonitorLogs**\n */\nexport type LiftrResourceCategories = string;\n\n/** Known values of {@link ManagedIdentityTypes} that the service accepts. */\nexport enum KnownManagedIdentityTypes {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n}\n\n/**\n * Defines values for ManagedIdentityTypes. \\\n * {@link KnownManagedIdentityTypes} can be used interchangeably with ManagedIdentityTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned**\n */\nexport type ManagedIdentityTypes = 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 SendingLogs} that the service accepts. */\nexport enum KnownSendingLogs {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for SendingLogs. \\\n * {@link KnownSendingLogs} can be used interchangeably with SendingLogs,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type SendingLogs = string;\n\n/** Known values of {@link ElasticDeploymentStatus} that the service accepts. */\nexport enum KnownElasticDeploymentStatus {\n /** Healthy */\n Healthy = \"Healthy\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n}\n\n/**\n * Defines values for ElasticDeploymentStatus. \\\n * {@link KnownElasticDeploymentStatus} can be used interchangeably with ElasticDeploymentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy** \\\n * **Unhealthy**\n */\nexport type ElasticDeploymentStatus = string;\n\n/** Known values of {@link TagAction} that the service accepts. */\nexport enum KnownTagAction {\n /** Include */\n Include = \"Include\",\n /** Exclude */\n Exclude = \"Exclude\",\n}\n\n/**\n * Defines values for TagAction. \\\n * {@link KnownTagAction} can be used interchangeably with TagAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Include** \\\n * **Exclude**\n */\nexport type TagAction = string;\n\n/** Known values of {@link OperationName} that the service accepts. */\nexport enum KnownOperationName {\n /** Add */\n Add = \"Add\",\n /** Delete */\n Delete = \"Delete\",\n}\n\n/**\n * Defines values for OperationName. \\\n * {@link KnownOperationName} can be used interchangeably with OperationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Add** \\\n * **Delete**\n */\nexport type OperationName = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Ip */\n Ip = \"ip\",\n /** AzurePrivateEndpoint */\n AzurePrivateEndpoint = \"azure_private_endpoint\",\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ip** \\\n * **azure_private_endpoint**\n */\nexport type Type = string;\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 OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface MonitorsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitorsListResponse = ElasticMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type MonitorsListByResourceGroupResponse =\n ElasticMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MonitorsGetResponse = ElasticMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Elastic monitor resource model */\n body?: ElasticMonitorResource;\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 MonitorsCreateResponse = ElasticMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Elastic resource model update parameters. */\n body?: ElasticMonitorResourceUpdateParameters;\n}\n\n/** Contains response data for the update operation. */\nexport type MonitorsUpdateResponse = ElasticMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsDeleteOptionalParams\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 MonitorsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitorsListNextResponse = ElasticMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type MonitorsListByResourceGroupNextResponse =\n ElasticMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface ElasticVersionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ElasticVersionsListOperationResponse = ElasticVersionsListResponse;\n\n/** Optional parameters. */\nexport interface ElasticVersionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ElasticVersionsListNextResponse = ElasticVersionsListResponse;\n\n/** Optional parameters. */\nexport interface MonitoredResourcesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitoredResourcesListResponse = MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitoredResourcesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitoredResourcesListNextResponse = MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface DeploymentInfoListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DeploymentInfoListResponse = DeploymentInfoResponse;\n\n/** Optional parameters. */\nexport interface ExternalUserCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Elastic External User Creation Parameters */\n body?: ExternalUserInfo;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ExternalUserCreateOrUpdateResponse = ExternalUserCreationResponse;\n\n/** Optional parameters. */\nexport interface BillingInfoGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BillingInfoGetResponse = BillingInfoResponse;\n\n/** Optional parameters. */\nexport interface ConnectedPartnerResourcesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedPartnerResourcesListOperationResponse =\n ConnectedPartnerResourcesListResponse;\n\n/** Optional parameters. */\nexport interface ConnectedPartnerResourcesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedPartnerResourcesListNextResponse =\n ConnectedPartnerResourcesListResponse;\n\n/** Optional parameters. */\nexport interface OpenAIListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OpenAIListResponse = OpenAIIntegrationRPModelListResponse;\n\n/** Optional parameters. */\nexport interface OpenAIGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OpenAIGetResponse = OpenAIIntegrationRPModel;\n\n/** Optional parameters. */\nexport interface OpenAICreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Capture properties of Open AI resource Integration. */\n body?: OpenAIIntegrationRPModel;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OpenAICreateOrUpdateResponse = OpenAIIntegrationRPModel;\n\n/** Optional parameters. */\nexport interface OpenAIDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface OpenAIGetStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStatus operation. */\nexport type OpenAIGetStatusResponse = OpenAIIntegrationStatusResponse;\n\n/** Optional parameters. */\nexport interface OpenAIListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OpenAIListNextResponse = OpenAIIntegrationRPModelListResponse;\n\n/** Optional parameters. */\nexport interface TagRulesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TagRulesListResponse = MonitoringTagRulesListResponse;\n\n/** Optional parameters. */\nexport interface TagRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** request body of MonitoringTagRules */\n body?: MonitoringTagRules;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TagRulesCreateOrUpdateResponse = MonitoringTagRules;\n\n/** Optional parameters. */\nexport interface TagRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TagRulesGetResponse = MonitoringTagRules;\n\n/** Optional parameters. */\nexport interface TagRulesDeleteOptionalParams\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 TagRulesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TagRulesListNextResponse = MonitoringTagRulesListResponse;\n\n/** Optional parameters. */\nexport interface VMHostListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VMHostListOperationResponse = VMHostListResponse;\n\n/** Optional parameters. */\nexport interface VMHostListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VMHostListNextResponse = VMHostListResponse;\n\n/** Optional parameters. */\nexport interface VMIngestionDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the details operation. */\nexport type VMIngestionDetailsOperationResponse = VMIngestionDetailsResponse;\n\n/** Optional parameters. */\nexport interface VMCollectionUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** VM resource Id */\n body?: VMCollectionUpdate;\n}\n\n/** Optional parameters. */\nexport interface UpgradableVersionsDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the details operation. */\nexport type UpgradableVersionsDetailsResponse = UpgradableVersionsList;\n\n/** Optional parameters. */\nexport interface MonitorUpgradeOptionalParams\n extends coreClient.OperationOptions {\n /** Elastic Monitor Upgrade Parameters */\n body?: ElasticMonitorUpgrade;\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 AllTrafficFiltersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AllTrafficFiltersListResponse = ElasticTrafficFilterResponse;\n\n/** Optional parameters. */\nexport interface ListAssociatedTrafficFiltersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ListAssociatedTrafficFiltersListResponse =\n ElasticTrafficFilterResponse;\n\n/** Optional parameters. */\nexport interface CreateAndAssociateIPFilterCreateOptionalParams\n extends coreClient.OperationOptions {\n /** List of ips */\n ips?: string;\n /** Name of the traffic filter */\n name?: string;\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 CreateAndAssociatePLFilterCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Name of the traffic filter */\n name?: string;\n /** Guid of the private endpoint */\n privateEndpointGuid?: string;\n /** Name of the private endpoint */\n privateEndpointName?: string;\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 AssociateTrafficFilterAssociateOptionalParams\n extends coreClient.OperationOptions {\n /** Ruleset Id of the filter */\n rulesetId?: string;\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 DetachAndDeleteTrafficFilterDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Ruleset Id of the filter */\n rulesetId?: string;\n}\n\n/** Optional parameters. */\nexport interface DetachTrafficFilterUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Ruleset Id of the filter */\n rulesetId?: string;\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 TrafficFiltersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Ruleset Id of the filter */\n rulesetId?: string;\n}\n\n/** Optional parameters. */\nexport interface OrganizationsGetApiKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Email Id parameter of the User Organization, of which the API Key must be returned */\n body?: UserEmailId;\n}\n\n/** Contains response data for the getApiKey operation. */\nexport type OrganizationsGetApiKeyResponse = UserApiKeyResponse;\n\n/** Optional parameters. */\nexport interface OrganizationsGetElasticToAzureSubscriptionMappingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getElasticToAzureSubscriptionMapping operation. */\nexport type OrganizationsGetElasticToAzureSubscriptionMappingResponse =\n ElasticOrganizationToAzureSubscriptionMappingResponse;\n\n/** Optional parameters. */\nexport interface MicrosoftElasticOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAi2BlC,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,mBAAmB;IACnB,uDAA6B,CAAA;AAC/B,CAAC,EAnBW,sBAAsB,KAAtB,sBAAsB,QAmBjC;AAmBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,eAAe;IACf,8CAAqB,CAAA;AACvB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,cAAc;IACd,mDAAmB,CAAA;IACnB,kBAAkB;IAClB,2DAA2B,CAAA;AAC7B,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,aAAa;IACb,qCAAiB,CAAA;IACjB,iBAAiB;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,oBAAoB;IACpB,mDAA+B,CAAA;IAC/B,oBAAoB;IACpB,mDAA+B,CAAA;IAC/B,eAAe;IACf,yCAAqB,CAAA;IACrB,oBAAoB;IACpB,mDAA+B,CAAA;AACjC,CAAC,EATW,gBAAgB,KAAhB,gBAAgB,QAS3B;AAcD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,qBAAqB;IACrB,2DAAiC,CAAA;IACjC,aAAa;IACb,2CAAiB,CAAA;IACjB,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,oBAAoB;IACpB,yDAA+B,CAAA;AACjC,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;AAcD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,qBAAqB;IACrB,8DAAiC,CAAA;AACnC,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC;AAWD,sEAAsE;AACtE,MAAM,CAAN,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,KAAlB,kBAAkB,QAS7B;AAcD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAWX;AAXD,WAAY,cAAc;IACxB,eAAe;IACf,uCAAqB,CAAA;IACrB,kBAAkB;IAClB,6CAA2B,CAAA;IAC3B,kBAAkB;IAClB,6CAA2B,CAAA;IAC3B,qBAAqB;IACrB,mDAAiC,CAAA;IACjC,aAAa;IACb,mCAAiB,CAAA;AACnB,CAAC,EAXW,cAAc,KAAd,cAAc,QAWzB;AAeD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,iBAAiB;IACjB,wCAAyB,CAAA;IACzB,aAAa;IACb,gCAAiB,CAAA;IACjB,aAAa;IACb,gCAAiB,CAAA;IACjB,eAAe;IACf,oCAAqB,CAAA;AACvB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAcD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,cAAc;IACd,qCAAmB,CAAA;IACnB,cAAc;IACd,qCAAmB,CAAA;AACrB,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,WAAW;IACX,iCAAa,CAAA;IACb,YAAY;IACZ,mCAAe,CAAA;AACjB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,cAAc;IACd,mDAAmB,CAAA;IACnB,gBAAgB;IAChB,uDAAuB,CAAA;AACzB,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,UAAU;IACV,iCAAW,CAAA;IACX,aAAa;IACb,uCAAiB,CAAA;AACnB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,SAAS;IACT,sBAAS,CAAA;IACT,2BAA2B;IAC3B,4DAA+C,CAAA;AACjD,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB","sourcesContent":["// 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\nimport type * as coreClient from \"@azure/core-client\";\n\n/** Result of GET request to list the Microsoft.Elastic operations. */\nexport interface OperationListResult {\n /** List of operations supported by the Microsoft.Elastic provider. */\n value?: OperationResult[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** A Microsoft.Elastic REST API operation. */\nexport interface OperationResult {\n /** Operation name, i.e., {provider}/{resource}/{operation}. */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider, i.e., Microsoft.Elastic. */\n provider?: string;\n /** Type on which the operation is performed, e.g., 'monitors'. */\n resource?: string;\n /** Operation type, e.g., read, write, delete, etc. */\n operation?: string;\n /** Description of the operation, e.g., 'Write monitors'. */\n description?: string;\n}\n\n/** RP default error response. */\nexport interface ResourceProviderDefaultErrorResponse {\n /**\n * Response body of Error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorResponseBody;\n}\n\n/** Error response body. */\nexport interface ErrorResponseBody {\n /** Error code. */\n code?: string;\n /** Error message. */\n message?: string;\n /** Error target. */\n target?: string;\n /** Error details. */\n details?: ErrorResponseBody[];\n}\n\n/** Response of a list operation. */\nexport interface ElasticMonitorResourceListResponse {\n /** Results of a list operation. */\n value?: ElasticMonitorResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Monitor resource. */\nexport interface ElasticMonitorResource {\n /**\n * ARM id of the monitor resource.\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 monitor 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 monitor resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The kind of the Elastic resource - observability, security, search etc. */\n kind?: string;\n /** SKU of the monitor resource. */\n sku?: ResourceSku;\n /** Properties of the monitor resource. */\n properties?: MonitorProperties;\n /** Identity properties of the monitor resource. */\n identity?: IdentityProperties;\n /** The tags of the monitor resource. */\n tags?: { [propertyName: string]: string };\n /** The location of the monitor resource */\n location: string;\n /**\n * The system metadata relating to this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Microsoft.Elastic SKU. */\nexport interface ResourceSku {\n /** Name of the SKU. */\n name: string;\n}\n\n/** Properties specific to the monitor resource. */\nexport interface MonitorProperties {\n /**\n * Provisioning state of the monitor resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Flag specifying if the resource monitoring is enabled or disabled. */\n monitoringStatus?: MonitoringStatus;\n /** Elastic cloud properties. */\n elasticProperties?: ElasticProperties;\n /** User information. */\n userInfo?: UserInfo;\n /** Plan details of the monitor resource. */\n planDetails?: PlanDetails;\n /** Version of elastic of the monitor resource */\n version?: string;\n /** State of the Azure Subscription containing the monitor resource */\n subscriptionState?: string;\n /** Status of Azure Subscription where Marketplace SaaS is located. */\n saaSAzureSubscriptionStatus?: string;\n /** Name of the marketing campaign. */\n sourceCampaignName?: string;\n /** A unique identifier associated with the campaign. */\n sourceCampaignId?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly liftrResourceCategory?: LiftrResourceCategories;\n /**\n * The priority of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly liftrResourcePreference?: number;\n /** Flag to determine if User API Key has to be generated and shared. */\n generateApiKey?: boolean;\n /** Hosting type of the monitor resource - either Hosted deployments OR Serverless Projects. */\n hostingType?: HostingType;\n /** Project details of the monitor resource IF it belongs to Serverless offer kind. */\n projectDetails?: ProjectDetails;\n}\n\n/** Elastic Resource Properties. */\nexport interface ElasticProperties {\n /** Details of the user's elastic account. */\n elasticCloudUser?: ElasticCloudUser;\n /** Details of the elastic cloud deployment. */\n elasticCloudDeployment?: ElasticCloudDeployment;\n}\n\n/** Details of the user's elastic account. */\nexport interface ElasticCloudUser {\n /**\n * Email of the Elastic User Account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly emailAddress?: string;\n /**\n * User Id of the elastic account of the User.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Elastic cloud default dashboard sso URL of the Elastic user account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elasticCloudSsoDefaultUrl?: string;\n}\n\n/** Details of the user's elastic deployment associated with the monitor resource. */\nexport interface ElasticCloudDeployment {\n /**\n * Elastic deployment name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Elastic deployment Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentId?: string;\n /**\n * Associated Azure subscription Id for the elastic deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureSubscriptionId?: string;\n /**\n * Region where Deployment at Elastic side took place.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elasticsearchRegion?: string;\n /**\n * Elasticsearch ingestion endpoint of the Elastic deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elasticsearchServiceUrl?: string;\n /**\n * Kibana endpoint of the Elastic deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kibanaServiceUrl?: string;\n /**\n * Kibana dashboard sso URL of the Elastic deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kibanaSsoUrl?: string;\n}\n\n/** User Information to be passed to partners. */\nexport interface UserInfo {\n /** First name of the user */\n firstName?: string;\n /** Last name of the user */\n lastName?: string;\n /** Company name of the user */\n companyName?: string;\n /** Email of the user used by Elastic for contacting them if needed */\n emailAddress?: string;\n /** Company information of the user to be passed to partners. */\n companyInfo?: CompanyInfo;\n}\n\n/** Company information of the user to be passed to partners. */\nexport interface CompanyInfo {\n /** Domain of the company */\n domain?: string;\n /** Business of the company */\n business?: string;\n /** Number of employees in the company */\n employeesNumber?: string;\n /** State of the company location. */\n state?: string;\n /** Country of the company location. */\n country?: string;\n}\n\n/** Plan details of the monitor resource. */\nexport interface PlanDetails {\n /** Offer ID of the plan */\n offerID?: string;\n /** Publisher ID of the plan */\n publisherID?: string;\n /** Term ID of the plan */\n termID?: string;\n /** Plan ID */\n planID?: string;\n /** Plan Name */\n planName?: string;\n}\n\n/** Project details of the monitor resource IF it belongs to Serverless offer kind. */\nexport interface ProjectDetails {\n /** Project type; ex: Elasticsearch / Observability / Security */\n projectType?: ProjectType;\n /** Configuration type of the Elasticsearch project */\n configurationType?: ConfigurationType;\n}\n\n/** Identity properties. */\nexport interface IdentityProperties {\n /**\n * The identity ID.\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 /** Managed identity type. */\n type?: ManagedIdentityTypes;\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/** List of elastic versions available in a region. */\nexport interface ElasticVersionsListResponse {\n /** Results of a list operation. */\n value?: ElasticVersionListFormat[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Elastic Version List Format */\nexport interface ElasticVersionListFormat {\n /** Elastic Version Properties */\n properties?: ElasticVersionListProperties;\n}\n\n/** Elastic Version Properties */\nexport interface ElasticVersionListProperties {\n /** Available elastic version of the given region */\n version?: string;\n}\n\n/** Monitor resource update parameters. */\nexport interface ElasticMonitorResourceUpdateParameters {\n /** elastic monitor resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\nexport interface MonitoredSubscriptionPropertiesList {\n value?: MonitoredSubscriptionProperties[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The request to update subscriptions needed to be monitored by the Elastic monitor resource. */\nexport interface MonitoredSubscriptionProperties {\n /**\n * Name of the monitored subscription 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 id of the monitored subscription 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 type of the monitored subscription resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The request to update subscriptions needed to be monitored by the Elastic monitor resource. */\n properties?: SubscriptionList;\n}\n\n/** The request to update subscriptions needed to be monitored by the Elastic monitor resource. */\nexport interface SubscriptionList {\n /** The operation for the patch on the resource. */\n operation?: Operation;\n /** List of subscriptions and the state of the monitoring. */\n monitoredSubscriptionList?: MonitoredSubscription[];\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The list of subscriptions and it's monitoring status by current Elastic monitor. */\nexport interface MonitoredSubscription {\n /** The subscriptionId to be monitored. */\n subscriptionId?: string;\n /** The state of monitoring. */\n status?: Status;\n /** The reason of not monitoring the subscription. */\n error?: string;\n /** Definition of the properties for a TagRules resource. */\n tagRules?: MonitoringTagRulesProperties;\n}\n\n/** Definition of the properties for a TagRules resource. */\nexport interface MonitoringTagRulesProperties {\n /**\n * Provisioning state of the monitoring tag rules.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Rules for sending logs. */\n logRules?: LogRules;\n}\n\n/** Set of rules for sending logs for the Monitor resource. */\nexport interface LogRules {\n /** Flag specifying if AAD logs should be sent for the Monitor resource. */\n sendAadLogs?: boolean;\n /** Flag specifying if subscription logs should be sent for the Monitor resource. */\n sendSubscriptionLogs?: boolean;\n /** Flag specifying if activity logs from Azure resources should be sent for the Monitor resource. */\n sendActivityLogs?: boolean;\n /** List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. */\n filteringTags?: FilteringTag[];\n}\n\n/** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */\nexport interface FilteringTag {\n /** The name (also known as the key) of the tag. */\n name?: string;\n /** The value of the tag. */\n value?: string;\n /** Valid actions for a filtering tag. */\n action?: TagAction;\n}\n\n/** Response of a list operation. */\nexport interface MonitoredResourceListResponse {\n /** Results of a list operation. */\n value?: MonitoredResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** The properties of a resource currently being monitored by the Elastic monitor resource. */\nexport interface MonitoredResource {\n /** The ARM id of the resource. */\n id?: string;\n /** Flag indicating the status of the resource for sending logs operation to Elastic. */\n sendingLogs?: SendingLogs;\n /** Reason for why the resource is sending logs (or why it is not sending). */\n reasonForLogsStatus?: string;\n}\n\n/** The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource. */\nexport interface DeploymentInfoResponse {\n /**\n * The Elastic deployment status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ElasticDeploymentStatus;\n /**\n * Version of the elasticsearch in Elastic cloud deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * RAM capacity of the elasticsearch in Elastic cloud deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryCapacity?: string;\n /**\n * Disk capacity of the elasticsearch in Elastic cloud deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskCapacity?: string;\n /**\n * Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elasticsearchEndPoint?: string;\n /**\n * Deployment URL of the elasticsearch in Elastic cloud deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentUrl?: string;\n /**\n * Marketplace SaaS Info of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSaasInfo?: MarketplaceSaaSInfo;\n /**\n * Project Type - Applicable for Serverless only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly projectType?: string;\n /**\n * ConfigurationType Type - Applicable for Serverless only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationType?: string;\n}\n\n/** Marketplace SAAS Info of the resource. */\nexport interface MarketplaceSaaSInfo {\n /** Marketplace Subscription */\n marketplaceSubscription?: MarketplaceSaaSInfoMarketplaceSubscription;\n /** Marketplace Subscription Details: SAAS Name */\n marketplaceName?: string;\n /** Marketplace Subscription Details: Resource URI */\n marketplaceResourceId?: string;\n /** Marketplace Subscription Details: SaaS Subscription Status */\n marketplaceStatus?: string;\n /** The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into. */\n billedAzureSubscriptionId?: string;\n /** Flag specifying if the Marketplace status is subscribed or not. */\n subscribed?: boolean;\n}\n\n/** Marketplace Subscription */\nexport interface MarketplaceSaaSInfoMarketplaceSubscription {\n /** Marketplace Subscription Id. This is a GUID-formatted string. */\n id?: string;\n /** Publisher Id of the Marketplace offer. */\n publisherId?: string;\n /** Offer Id of the Marketplace offer, */\n offerId?: string;\n}\n\n/** The properties of the request required for creating user on elastic side */\nexport interface ExternalUserInfo {\n /** Username of the user to be created or updated */\n userName?: string;\n /** Full name of the user to be created or updated */\n fullName?: string;\n /** Password of the user to be created or updated */\n password?: string;\n /** Email id of the user to be created or updated */\n emailId?: string;\n /** Roles to be assigned for created or updated user */\n roles?: string[];\n}\n\n/** The properties of the response we got from elastic while creating external user */\nexport interface ExternalUserCreationResponse {\n /**\n * Shows if user is created or updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: boolean;\n}\n\n/** Marketplace Subscription and Organization details to which resource gets billed into. */\nexport interface BillingInfoResponse {\n /** Marketplace Subscription details */\n marketplaceSaasInfo?: MarketplaceSaaSInfo;\n /** Partner Billing Entity details: Organization Info */\n partnerBillingEntity?: PartnerBillingEntity;\n}\n\n/** Partner Billing details associated with the resource. */\nexport interface PartnerBillingEntity {\n /** The Elastic Organization Id. */\n id?: string;\n /** The Elastic Organization Name. */\n name?: string;\n /** Link to the elastic organization page */\n partnerEntityUri?: string;\n}\n\n/** List of all active elastic deployments. */\nexport interface ConnectedPartnerResourcesListResponse {\n /** Results of a list operation. */\n value?: ConnectedPartnerResourcesListFormat[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Connected Partner Resources List Format */\nexport interface ConnectedPartnerResourcesListFormat {\n /** Connected Partner Resource Properties */\n properties?: ConnectedPartnerResourceProperties;\n}\n\n/** Connected Partner Resource Properties */\nexport interface ConnectedPartnerResourceProperties {\n /** Elastic resource name */\n partnerDeploymentName?: string;\n /** URL of the resource in Elastic cloud. */\n partnerDeploymentUri?: string;\n /** The azure resource Id of the resource. */\n azureResourceId?: string;\n /** The location of the resource. */\n location?: string;\n /** The hosting type of the resource. */\n type?: string;\n}\n\n/** Response of a list operation. */\nexport interface OpenAIIntegrationRPModelListResponse {\n /** Results of a list operation. */\n value?: OpenAIIntegrationRPModel[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Capture properties of Open AI resource Integration. */\nexport interface OpenAIIntegrationRPModel {\n /**\n * Name of the integration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The id of the integration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The type of the integration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Open AI Integration details. */\n properties?: OpenAIIntegrationProperties;\n}\n\n/** Open AI Integration details. */\nexport interface OpenAIIntegrationProperties {\n /** The resource name of Open AI resource */\n openAIResourceId?: string;\n /** The API endpoint for Open AI resource */\n openAIResourceEndpoint?: string;\n /** The connector id of Open AI resource */\n openAIConnectorId?: string;\n /** Value of API key for Open AI resource */\n key?: string;\n /**\n * Last Update Timestamp for key updation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRefreshAt?: Date;\n}\n\n/** Status of the OpenAI Integration */\nexport interface OpenAIIntegrationStatusResponse {\n /** Status of the OpenAI Integration */\n properties?: OpenAIIntegrationStatusResponseProperties;\n}\n\n/** Status of the OpenAI Integration */\nexport interface OpenAIIntegrationStatusResponseProperties {\n /** Status of the OpenAI Integration */\n status?: string;\n}\n\n/** Response of a list operation. */\nexport interface MonitoringTagRulesListResponse {\n /** Results of a list operation. */\n value?: MonitoringTagRules[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Capture logs and metrics of Azure resources based on ARM tags. */\nexport interface MonitoringTagRules {\n /**\n * Name of the rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The id of the rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The type of the rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Properties of the monitoring tag rules. */\n properties?: MonitoringTagRulesProperties;\n /**\n * The system metadata relating to this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Response of a list operation. */\nexport interface VMHostListResponse {\n /** Results of a list operation. */\n value?: VMResources[];\n /** Link to the next Vm resource Id, if any. */\n nextLink?: string;\n}\n\n/** The vm resource properties that is currently being monitored by the Elastic monitor resource. */\nexport interface VMResources {\n /** The ARM id of the VM resource. */\n vmResourceId?: string;\n}\n\n/** The vm ingestion details to install an agent. */\nexport interface VMIngestionDetailsResponse {\n /** The cloudId of given Elastic monitor resource. */\n cloudId?: string;\n /** Ingestion details to install agent on given VM. */\n ingestionKey?: string;\n}\n\n/** Update VM resource collection. */\nexport interface VMCollectionUpdate {\n /** ARM id of the VM resource. */\n vmResourceId?: string;\n /** Operation to be performed for given VM. */\n operationName?: OperationName;\n}\n\n/** Stack Versions that this version can upgrade to */\nexport interface UpgradableVersionsList {\n /** Current version of the elastic monitor */\n currentVersion?: string;\n /** Stack Versions that this version can upgrade to */\n upgradableVersions?: string[];\n}\n\n/** Upgrade elastic monitor version */\nexport interface ElasticMonitorUpgrade {\n /** Version to which the elastic monitor should be upgraded to */\n version?: string;\n}\n\n/** List of elastic traffic filters in the account */\nexport interface ElasticTrafficFilterResponse {\n /** List of elastic traffic filters in the account */\n rulesets?: ElasticTrafficFilter[];\n}\n\n/** Elastic traffic filter object */\nexport interface ElasticTrafficFilter {\n /** Id of the elastic filter */\n id?: string;\n /** Name of the elastic filter */\n name?: string;\n /** Description of the elastic filter */\n description?: string;\n /** Region of the elastic filter */\n region?: string;\n /** Type of the elastic filter */\n type?: Type;\n /** IncludeByDefault for the elastic filter */\n includeByDefault?: boolean;\n /** Rules in the elastic filter */\n rules?: ElasticTrafficFilterRule[];\n}\n\n/** Elastic traffic filter rule object */\nexport interface ElasticTrafficFilterRule {\n /** IP of the elastic filter rule */\n source?: string;\n /** Description of the elastic filter rule */\n description?: string;\n /** Guid of Private Endpoint in the elastic filter rule */\n azureEndpointGuid?: string;\n /** Name of the Private Endpoint in the elastic filter rule */\n azureEndpointName?: string;\n /** Id of the elastic filter rule */\n id?: string;\n}\n\n/** Email Id of the User Organization, of which the API Key must be returned */\nexport interface UserEmailId {\n /** The User email Id */\n emailId?: string;\n}\n\n/** The User Api Key created for the Organization associated with the User Email Id that was passed in the request */\nexport interface UserApiKeyResponse {\n properties?: UserApiKeyResponseProperties;\n}\n\nexport interface UserApiKeyResponseProperties {\n /** The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only. */\n apiKey?: string;\n}\n\n/** The Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into. */\nexport interface ElasticOrganizationToAzureSubscriptionMappingResponse {\n /** The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into. */\n properties?: ElasticOrganizationToAzureSubscriptionMappingResponseProperties;\n}\n\n/** The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into. */\nexport interface ElasticOrganizationToAzureSubscriptionMappingResponseProperties {\n /** The Azure Subscription ID to which the Organization belongs and gets billed into. This is empty for a new user OR a user without an Elastic Organization. */\n billedAzureSubscriptionId?: string;\n /**\n * Marketplace SaaS Info of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSaasInfo?: MarketplaceSaaSInfo;\n /** The Elastic Organization Id. */\n elasticOrganizationId?: string;\n /** The Elastic Organization Name. */\n elasticOrganizationName?: string;\n}\n\n/** Resubscribe Properties */\nexport interface ResubscribeProperties {\n /** Newly selected plan Id to create the new Marketplace subscription for Resubscribe */\n planId?: string;\n /** Newly selected term to create the new Marketplace subscription for Resubscribe */\n term?: string;\n /** Newly selected Azure Subscription Id in which the new Marketplace subscription will be created for Resubscribe */\n subscriptionId?: string;\n /** Newly selected Azure resource group in which the new Marketplace subscription will be created for Resubscribe */\n resourceGroup?: string;\n /** Organization Id of the Elastic Organization that needs to be resubscribed */\n organizationId?: string;\n}\n\n/** Defines headers for Monitors_update operation. */\nexport interface MonitorsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for MonitoredSubscriptions_update operation. */\nexport interface MonitoredSubscriptionsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for MonitoredSubscriptions_delete operation. */\nexport interface MonitoredSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Organizations_resubscribe operation. */\nexport interface OrganizationsResubscribeHeaders {\n location?: string;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\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 * **Accepted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleted** \\\n * **NotSpecified**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link MonitoringStatus} that the service accepts. */\nexport enum KnownMonitoringStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for MonitoringStatus. \\\n * {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type MonitoringStatus = string;\n\n/** Known values of {@link LiftrResourceCategories} that the service accepts. */\nexport enum KnownLiftrResourceCategories {\n /** Unknown */\n Unknown = \"Unknown\",\n /** MonitorLogs */\n MonitorLogs = \"MonitorLogs\",\n}\n\n/**\n * Defines values for LiftrResourceCategories. \\\n * {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **MonitorLogs**\n */\nexport type LiftrResourceCategories = string;\n\n/** Known values of {@link HostingType} that the service accepts. */\nexport enum KnownHostingType {\n /** Hosted */\n Hosted = \"Hosted\",\n /** Serverless */\n Serverless = \"Serverless\",\n}\n\n/**\n * Defines values for HostingType. \\\n * {@link KnownHostingType} can be used interchangeably with HostingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Hosted** \\\n * **Serverless**\n */\nexport type HostingType = string;\n\n/** Known values of {@link ProjectType} that the service accepts. */\nexport enum KnownProjectType {\n /** Elasticsearch */\n Elasticsearch = \"Elasticsearch\",\n /** Observability */\n Observability = \"Observability\",\n /** Security */\n Security = \"Security\",\n /** NotApplicable */\n NotApplicable = \"NotApplicable\",\n}\n\n/**\n * Defines values for ProjectType. \\\n * {@link KnownProjectType} can be used interchangeably with ProjectType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Elasticsearch** \\\n * **Observability** \\\n * **Security** \\\n * **NotApplicable**\n */\nexport type ProjectType = string;\n\n/** Known values of {@link ConfigurationType} that the service accepts. */\nexport enum KnownConfigurationType {\n /** GeneralPurpose */\n GeneralPurpose = \"GeneralPurpose\",\n /** Vector */\n Vector = \"Vector\",\n /** TimeSeries */\n TimeSeries = \"TimeSeries\",\n /** NotApplicable */\n NotApplicable = \"NotApplicable\",\n}\n\n/**\n * Defines values for ConfigurationType. \\\n * {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GeneralPurpose** \\\n * **Vector** \\\n * **TimeSeries** \\\n * **NotApplicable**\n */\nexport type ConfigurationType = string;\n\n/** Known values of {@link ManagedIdentityTypes} that the service accepts. */\nexport enum KnownManagedIdentityTypes {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n}\n\n/**\n * Defines values for ManagedIdentityTypes. \\\n * {@link KnownManagedIdentityTypes} can be used interchangeably with ManagedIdentityTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned**\n */\nexport type ManagedIdentityTypes = 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 Operation} that the service accepts. */\nexport enum KnownOperation {\n /** AddBegin */\n AddBegin = \"AddBegin\",\n /** AddComplete */\n AddComplete = \"AddComplete\",\n /** DeleteBegin */\n DeleteBegin = \"DeleteBegin\",\n /** DeleteComplete */\n DeleteComplete = \"DeleteComplete\",\n /** Active */\n Active = \"Active\",\n}\n\n/**\n * Defines values for Operation. \\\n * {@link KnownOperation} can be used interchangeably with Operation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AddBegin** \\\n * **AddComplete** \\\n * **DeleteBegin** \\\n * **DeleteComplete** \\\n * **Active**\n */\nexport type Operation = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Active */\n Active = \"Active\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Active** \\\n * **Failed** \\\n * **Deleting**\n */\nexport type Status = string;\n\n/** Known values of {@link TagAction} that the service accepts. */\nexport enum KnownTagAction {\n /** Include */\n Include = \"Include\",\n /** Exclude */\n Exclude = \"Exclude\",\n}\n\n/**\n * Defines values for TagAction. \\\n * {@link KnownTagAction} can be used interchangeably with TagAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Include** \\\n * **Exclude**\n */\nexport type TagAction = string;\n\n/** Known values of {@link SendingLogs} that the service accepts. */\nexport enum KnownSendingLogs {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for SendingLogs. \\\n * {@link KnownSendingLogs} can be used interchangeably with SendingLogs,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type SendingLogs = string;\n\n/** Known values of {@link ElasticDeploymentStatus} that the service accepts. */\nexport enum KnownElasticDeploymentStatus {\n /** Healthy */\n Healthy = \"Healthy\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n}\n\n/**\n * Defines values for ElasticDeploymentStatus. \\\n * {@link KnownElasticDeploymentStatus} can be used interchangeably with ElasticDeploymentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy** \\\n * **Unhealthy**\n */\nexport type ElasticDeploymentStatus = string;\n\n/** Known values of {@link OperationName} that the service accepts. */\nexport enum KnownOperationName {\n /** Add */\n Add = \"Add\",\n /** Delete */\n Delete = \"Delete\",\n}\n\n/**\n * Defines values for OperationName. \\\n * {@link KnownOperationName} can be used interchangeably with OperationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Add** \\\n * **Delete**\n */\nexport type OperationName = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Ip */\n Ip = \"ip\",\n /** AzurePrivateEndpoint */\n AzurePrivateEndpoint = \"azure_private_endpoint\",\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ip** \\\n * **azure_private_endpoint**\n */\nexport type Type = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface MonitorsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitorsListResponse = ElasticMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type MonitorsListByResourceGroupResponse = ElasticMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MonitorsGetResponse = ElasticMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsCreateOptionalParams extends coreClient.OperationOptions {\n /** Elastic monitor resource model */\n body?: ElasticMonitorResource;\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 MonitorsCreateResponse = ElasticMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Elastic resource model update parameters. */\n body?: ElasticMonitorResourceUpdateParameters;\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 update operation. */\nexport type MonitorsUpdateResponse = ElasticMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsDeleteOptionalParams 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 MonitorsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitorsListNextResponse = ElasticMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type MonitorsListByResourceGroupNextResponse = ElasticMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface ElasticVersionsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ElasticVersionsListOperationResponse = ElasticVersionsListResponse;\n\n/** Optional parameters. */\nexport interface ElasticVersionsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ElasticVersionsListNextResponse = ElasticVersionsListResponse;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitoredSubscriptionsListResponse = MonitoredSubscriptionPropertiesList;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MonitoredSubscriptionsGetResponse = MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsCreateorUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The request to update subscriptions needed to be monitored by the Elastic monitor resource. */\n body?: MonitoredSubscriptionProperties;\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 MonitoredSubscriptionsCreateorUpdateResponse = MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {\n /** The request to update subscriptions needed to be monitored by the Elastic monitor resource. */\n body?: MonitoredSubscriptionProperties;\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 update operation. */\nexport type MonitoredSubscriptionsUpdateResponse = MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsDeleteOptionalParams 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 delete operation. */\nexport type MonitoredSubscriptionsDeleteResponse = MonitoredSubscriptionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitoredSubscriptionsListNextResponse = MonitoredSubscriptionPropertiesList;\n\n/** Optional parameters. */\nexport interface MonitoredResourcesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitoredResourcesListResponse = MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitoredResourcesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitoredResourcesListNextResponse = MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface DeploymentInfoListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DeploymentInfoListResponse = DeploymentInfoResponse;\n\n/** Optional parameters. */\nexport interface ExternalUserCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Elastic External User Creation Parameters */\n body?: ExternalUserInfo;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ExternalUserCreateOrUpdateResponse = ExternalUserCreationResponse;\n\n/** Optional parameters. */\nexport interface BillingInfoGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BillingInfoGetResponse = BillingInfoResponse;\n\n/** Optional parameters. */\nexport interface ConnectedPartnerResourcesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedPartnerResourcesListOperationResponse = ConnectedPartnerResourcesListResponse;\n\n/** Optional parameters. */\nexport interface ConnectedPartnerResourcesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedPartnerResourcesListNextResponse = ConnectedPartnerResourcesListResponse;\n\n/** Optional parameters. */\nexport interface OpenAIListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OpenAIListResponse = OpenAIIntegrationRPModelListResponse;\n\n/** Optional parameters. */\nexport interface OpenAIGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OpenAIGetResponse = OpenAIIntegrationRPModel;\n\n/** Optional parameters. */\nexport interface OpenAICreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Capture properties of Open AI resource Integration. */\n body?: OpenAIIntegrationRPModel;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OpenAICreateOrUpdateResponse = OpenAIIntegrationRPModel;\n\n/** Optional parameters. */\nexport interface OpenAIDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface OpenAIGetStatusOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStatus operation. */\nexport type OpenAIGetStatusResponse = OpenAIIntegrationStatusResponse;\n\n/** Optional parameters. */\nexport interface OpenAIListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OpenAIListNextResponse = OpenAIIntegrationRPModelListResponse;\n\n/** Optional parameters. */\nexport interface TagRulesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TagRulesListResponse = MonitoringTagRulesListResponse;\n\n/** Optional parameters. */\nexport interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** request body of MonitoringTagRules */\n body?: MonitoringTagRules;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TagRulesCreateOrUpdateResponse = MonitoringTagRules;\n\n/** Optional parameters. */\nexport interface TagRulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TagRulesGetResponse = MonitoringTagRules;\n\n/** Optional parameters. */\nexport interface TagRulesDeleteOptionalParams 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 TagRulesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TagRulesListNextResponse = MonitoringTagRulesListResponse;\n\n/** Optional parameters. */\nexport interface VMHostListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VMHostListOperationResponse = VMHostListResponse;\n\n/** Optional parameters. */\nexport interface VMHostListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VMHostListNextResponse = VMHostListResponse;\n\n/** Optional parameters. */\nexport interface VMIngestionDetailsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the details operation. */\nexport type VMIngestionDetailsOperationResponse = VMIngestionDetailsResponse;\n\n/** Optional parameters. */\nexport interface VMCollectionUpdateOptionalParams extends coreClient.OperationOptions {\n /** VM resource Id */\n body?: VMCollectionUpdate;\n}\n\n/** Optional parameters. */\nexport interface UpgradableVersionsDetailsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the details operation. */\nexport type UpgradableVersionsDetailsResponse = UpgradableVersionsList;\n\n/** Optional parameters. */\nexport interface MonitorUpgradeOptionalParams extends coreClient.OperationOptions {\n /** Elastic Monitor Upgrade Parameters */\n body?: ElasticMonitorUpgrade;\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 AllTrafficFiltersListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AllTrafficFiltersListResponse = ElasticTrafficFilterResponse;\n\n/** Optional parameters. */\nexport interface ListAssociatedTrafficFiltersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ListAssociatedTrafficFiltersListResponse = ElasticTrafficFilterResponse;\n\n/** Optional parameters. */\nexport interface CreateAndAssociateIPFilterCreateOptionalParams\n extends coreClient.OperationOptions {\n /** List of ips */\n ips?: string;\n /** Name of the traffic filter */\n name?: string;\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 CreateAndAssociatePLFilterCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Name of the traffic filter */\n name?: string;\n /** Guid of the private endpoint */\n privateEndpointGuid?: string;\n /** Name of the private endpoint */\n privateEndpointName?: string;\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 AssociateTrafficFilterAssociateOptionalParams extends coreClient.OperationOptions {\n /** Ruleset Id of the filter */\n rulesetId?: string;\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 DetachAndDeleteTrafficFilterDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Ruleset Id of the filter */\n rulesetId?: string;\n}\n\n/** Optional parameters. */\nexport interface DetachTrafficFilterUpdateOptionalParams extends coreClient.OperationOptions {\n /** Ruleset Id of the filter */\n rulesetId?: string;\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 TrafficFiltersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Ruleset Id of the filter */\n rulesetId?: string;\n}\n\n/** Optional parameters. */\nexport interface OrganizationsGetApiKeyOptionalParams extends coreClient.OperationOptions {\n /** Email Id parameter of the User Organization, of which the API Key must be returned */\n body?: UserEmailId;\n}\n\n/** Contains response data for the getApiKey operation. */\nexport type OrganizationsGetApiKeyResponse = UserApiKeyResponse;\n\n/** Optional parameters. */\nexport interface OrganizationsGetElasticToAzureSubscriptionMappingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getElasticToAzureSubscriptionMapping operation. */\nexport type OrganizationsGetElasticToAzureSubscriptionMappingResponse =\n ElasticOrganizationToAzureSubscriptionMappingResponse;\n\n/** Optional parameters. */\nexport interface OrganizationsResubscribeOptionalParams extends coreClient.OperationOptions {\n /** Resubscribe Properties */\n body?: ResubscribeProperties;\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 resubscribe operation. */\nexport type OrganizationsResubscribeResponse = ElasticMonitorResource;\n\n/** Optional parameters. */\nexport interface MicrosoftElasticOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
2
|
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
3
3
|
export declare const OperationResult: coreClient.CompositeMapper;
|
|
4
4
|
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
@@ -14,12 +14,23 @@ export declare const ElasticCloudDeployment: coreClient.CompositeMapper;
|
|
|
14
14
|
export declare const UserInfo: coreClient.CompositeMapper;
|
|
15
15
|
export declare const CompanyInfo: coreClient.CompositeMapper;
|
|
16
16
|
export declare const PlanDetails: coreClient.CompositeMapper;
|
|
17
|
+
export declare const ProjectDetails: coreClient.CompositeMapper;
|
|
17
18
|
export declare const IdentityProperties: coreClient.CompositeMapper;
|
|
18
19
|
export declare const SystemData: coreClient.CompositeMapper;
|
|
19
20
|
export declare const ElasticVersionsListResponse: coreClient.CompositeMapper;
|
|
20
21
|
export declare const ElasticVersionListFormat: coreClient.CompositeMapper;
|
|
21
22
|
export declare const ElasticVersionListProperties: coreClient.CompositeMapper;
|
|
22
23
|
export declare const ElasticMonitorResourceUpdateParameters: coreClient.CompositeMapper;
|
|
24
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
25
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
26
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
27
|
+
export declare const MonitoredSubscriptionPropertiesList: coreClient.CompositeMapper;
|
|
28
|
+
export declare const MonitoredSubscriptionProperties: coreClient.CompositeMapper;
|
|
29
|
+
export declare const SubscriptionList: coreClient.CompositeMapper;
|
|
30
|
+
export declare const MonitoredSubscription: coreClient.CompositeMapper;
|
|
31
|
+
export declare const MonitoringTagRulesProperties: coreClient.CompositeMapper;
|
|
32
|
+
export declare const LogRules: coreClient.CompositeMapper;
|
|
33
|
+
export declare const FilteringTag: coreClient.CompositeMapper;
|
|
23
34
|
export declare const MonitoredResourceListResponse: coreClient.CompositeMapper;
|
|
24
35
|
export declare const MonitoredResource: coreClient.CompositeMapper;
|
|
25
36
|
export declare const DeploymentInfoResponse: coreClient.CompositeMapper;
|
|
@@ -39,9 +50,6 @@ export declare const OpenAIIntegrationStatusResponse: coreClient.CompositeMapper
|
|
|
39
50
|
export declare const OpenAIIntegrationStatusResponseProperties: coreClient.CompositeMapper;
|
|
40
51
|
export declare const MonitoringTagRulesListResponse: coreClient.CompositeMapper;
|
|
41
52
|
export declare const MonitoringTagRules: coreClient.CompositeMapper;
|
|
42
|
-
export declare const MonitoringTagRulesProperties: coreClient.CompositeMapper;
|
|
43
|
-
export declare const LogRules: coreClient.CompositeMapper;
|
|
44
|
-
export declare const FilteringTag: coreClient.CompositeMapper;
|
|
45
53
|
export declare const VMHostListResponse: coreClient.CompositeMapper;
|
|
46
54
|
export declare const VMResources: coreClient.CompositeMapper;
|
|
47
55
|
export declare const VMIngestionDetailsResponse: coreClient.CompositeMapper;
|
|
@@ -56,4 +64,9 @@ export declare const UserApiKeyResponse: coreClient.CompositeMapper;
|
|
|
56
64
|
export declare const UserApiKeyResponseProperties: coreClient.CompositeMapper;
|
|
57
65
|
export declare const ElasticOrganizationToAzureSubscriptionMappingResponse: coreClient.CompositeMapper;
|
|
58
66
|
export declare const ElasticOrganizationToAzureSubscriptionMappingResponseProperties: coreClient.CompositeMapper;
|
|
67
|
+
export declare const ResubscribeProperties: coreClient.CompositeMapper;
|
|
68
|
+
export declare const MonitorsUpdateHeaders: coreClient.CompositeMapper;
|
|
69
|
+
export declare const MonitoredSubscriptionsUpdateHeaders: coreClient.CompositeMapper;
|
|
70
|
+
export declare const MonitoredSubscriptionsDeleteHeaders: coreClient.CompositeMapper;
|
|
71
|
+
export declare const OrganizationsResubscribeHeaders: coreClient.CompositeMapper;
|
|
59
72
|
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAgCxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAc7D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAqC1C,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAyB3D,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA4E/C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAcpC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAwG1C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAqB1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA4BzC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAwD/C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAoDjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAoDpC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAqCpC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA2B3C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAyBpD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAcjD,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAarD,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAc/D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAyB5D,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAmCxD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAgCzC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAgC9C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAqBrD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAqCjC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAyBrC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyB1C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAsE/C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA4C5C,CAAC;AAEF,eAAO,MAAM,0CAA0C,EAAE,UAAU,CAAC,eAyBnE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA0CzC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAcrD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAqB5C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAyB7C,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eAyB9D,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAc5D,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAqC3D,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAyB7D,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAmCjD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAsCpD,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAcxD,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAalE,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAyBvD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA0C3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAyB3C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAapC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAwB/C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAa9C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAmBrD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAuD7C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAqCjD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAapC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAc3C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAarD,CAAC;AAEF,eAAO,MAAM,qDAAqD,EAAE,UAAU,CAAC,eAc9E,CAAC;AAEF,eAAO,MAAM,+DAA+D,EAAE,UAAU,CAAC,eAiCtF,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAqC9C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAa9C,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAaxD,CAAC"}
|