@azure/arm-datadog 3.1.0-alpha.20250115.1 → 3.1.0-alpha.20250116.2
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/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/microsoftDatadogClient.d.ts +2 -2
- package/dist/browser/microsoftDatadogClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/microsoftDatadogClient.js +15 -18
- package/dist/browser/microsoftDatadogClient.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/creationSupported.d.ts +3 -3
- package/dist/browser/operations/creationSupported.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/creationSupported.js +2 -2
- package/dist/browser/operations/creationSupported.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.d.ts +3 -3
- package/dist/browser/operations/marketplaceAgreements.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.js +3 -3
- package/dist/browser/operations/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/monitoredSubscriptions.d.ts +3 -3
- package/dist/browser/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/monitoredSubscriptions.js +112 -124
- package/dist/browser/operations/monitoredSubscriptions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/monitors.d.ts +3 -3
- package/dist/browser/operations/monitors.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/monitors.js +114 -126
- package/dist/browser/operations/monitors.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/singleSignOnConfigurations.d.ts +3 -3
- package/dist/browser/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/singleSignOnConfigurations.js +42 -46
- package/dist/browser/operations/singleSignOnConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/tagRules.d.ts +3 -3
- package/dist/browser/operations/tagRules.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/tagRules.js +3 -3
- package/dist/browser/operations/tagRules.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/creationSupported.d.ts +1 -1
- package/dist/browser/operationsInterfaces/creationSupported.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/creationSupported.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/monitoredSubscriptions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/monitors.d.ts +1 -1
- package/dist/browser/operationsInterfaces/monitors.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/monitors.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/singleSignOnConfigurations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/tagRules.d.ts +1 -1
- package/dist/browser/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tagRules.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/microsoftDatadogClient.d.ts +26 -0
- package/dist/commonjs/microsoftDatadogClient.d.ts.map +1 -0
- package/dist/commonjs/microsoftDatadogClient.js +108 -0
- package/dist/commonjs/microsoftDatadogClient.js.map +1 -0
- package/{types/arm-datadog.d.ts → dist/commonjs/models/index.d.ts} +977 -1437
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +127 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +49 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1479 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +20 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +162 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/creationSupported.d.ts +34 -0
- package/dist/commonjs/operations/creationSupported.d.ts.map +1 -0
- package/dist/commonjs/operations/creationSupported.js +126 -0
- package/dist/commonjs/operations/creationSupported.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.js +166 -0
- package/dist/commonjs/operations/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts +87 -0
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/monitoredSubscriptions.js +391 -0
- package/dist/commonjs/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/monitors.d.ts +220 -0
- package/dist/commonjs/operations/monitors.d.ts.map +1 -0
- package/dist/commonjs/operations/monitors.js +1118 -0
- package/dist/commonjs/operations/monitors.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/singleSignOnConfigurations.d.ts +63 -0
- package/dist/commonjs/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/singleSignOnConfigurations.js +275 -0
- package/dist/commonjs/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist/commonjs/operations/tagRules.d.ts +54 -0
- package/dist/commonjs/operations/tagRules.d.ts.map +1 -0
- package/dist/commonjs/operations/tagRules.js +220 -0
- package/dist/commonjs/operations/tagRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/creationSupported.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/creationSupported.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/creationSupported.js +10 -0
- package/dist/commonjs/operationsInterfaces/creationSupported.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js +10 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitors.d.ts +116 -0
- package/dist/commonjs/operationsInterfaces/monitors.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitors.js +10 -0
- package/dist/commonjs/operationsInterfaces/monitors.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/singleSignOnConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tagRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/tagRules.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/microsoftDatadogClient.d.ts +26 -0
- package/dist/esm/microsoftDatadogClient.d.ts.map +1 -0
- package/dist/esm/microsoftDatadogClient.js +103 -0
- package/dist/esm/microsoftDatadogClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +977 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +124 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +49 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1476 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +20 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +159 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/creationSupported.d.ts +34 -0
- package/dist/esm/operations/creationSupported.d.ts.map +1 -0
- package/dist/esm/operations/creationSupported.js +122 -0
- package/dist/esm/operations/creationSupported.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.js +162 -0
- package/dist/esm/operations/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operations/monitoredSubscriptions.d.ts +87 -0
- package/dist/esm/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/monitoredSubscriptions.js +387 -0
- package/dist/esm/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/esm/operations/monitors.d.ts +220 -0
- package/dist/esm/operations/monitors.d.ts.map +1 -0
- package/dist/esm/operations/monitors.js +1114 -0
- package/dist/esm/operations/monitors.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/singleSignOnConfigurations.d.ts +63 -0
- package/dist/esm/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/singleSignOnConfigurations.js +271 -0
- package/dist/esm/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist/esm/operations/tagRules.d.ts +54 -0
- package/dist/esm/operations/tagRules.d.ts.map +1 -0
- package/dist/esm/operations/tagRules.js +216 -0
- package/dist/esm/operations/tagRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/creationSupported.d.ts +18 -0
- package/dist/esm/operationsInterfaces/creationSupported.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/creationSupported.js +9 -0
- package/dist/esm/operationsInterfaces/creationSupported.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts +70 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/monitors.d.ts +116 -0
- package/dist/esm/operationsInterfaces/monitors.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/monitors.js +9 -0
- package/dist/esm/operationsInterfaces/monitors.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/singleSignOnConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist/esm/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tagRules.js +9 -0
- package/dist/esm/operationsInterfaces/tagRules.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/microsoftDatadogClient.d.ts +26 -0
- package/dist/react-native/microsoftDatadogClient.d.ts.map +1 -0
- package/dist/react-native/microsoftDatadogClient.js +103 -0
- package/dist/react-native/microsoftDatadogClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +977 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +124 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +49 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1476 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +20 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +159 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/creationSupported.d.ts +34 -0
- package/dist/react-native/operations/creationSupported.d.ts.map +1 -0
- package/dist/react-native/operations/creationSupported.js +122 -0
- package/dist/react-native/operations/creationSupported.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.js +162 -0
- package/dist/react-native/operations/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operations/monitoredSubscriptions.d.ts +87 -0
- package/dist/react-native/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/monitoredSubscriptions.js +387 -0
- package/dist/react-native/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/react-native/operations/monitors.d.ts +220 -0
- package/dist/react-native/operations/monitors.d.ts.map +1 -0
- package/dist/react-native/operations/monitors.js +1114 -0
- package/dist/react-native/operations/monitors.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/singleSignOnConfigurations.d.ts +63 -0
- package/dist/react-native/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/singleSignOnConfigurations.js +271 -0
- package/dist/react-native/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist/react-native/operations/tagRules.d.ts +54 -0
- package/dist/react-native/operations/tagRules.d.ts.map +1 -0
- package/dist/react-native/operations/tagRules.js +216 -0
- package/dist/react-native/operations/tagRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/creationSupported.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/creationSupported.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/creationSupported.js +9 -0
- package/dist/react-native/operationsInterfaces/creationSupported.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/monitors.d.ts +116 -0
- package/dist/react-native/operationsInterfaces/monitors.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/monitors.js +9 -0
- package/dist/react-native/operationsInterfaces/monitors.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/singleSignOnConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tagRules.js +9 -0
- package/dist/react-native/operationsInterfaces/tagRules.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -4389
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/creationSupportedGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/creationSupportedGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/creationSupportedGetSample.js +0 -38
- package/dist-esm/samples-dev/creationSupportedGetSample.js.map +0 -1
- package/dist-esm/samples-dev/creationSupportedListSample.d.ts +0 -2
- package/dist-esm/samples-dev/creationSupportedListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/creationSupportedListSample.js +0 -54
- package/dist-esm/samples-dev/creationSupportedListSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/marketplaceAgreementsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js +0 -53
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsCreateorUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsCreateorUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsCreateorUpdateSample.js +0 -82
- package/dist-esm/samples-dev/monitoredSubscriptionsCreateorUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/monitoredSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsGetSample.js +0 -40
- package/dist-esm/samples-dev/monitoredSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsListSample.js +0 -55
- package/dist-esm/samples-dev/monitoredSubscriptionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsUpdateSample.js +0 -82
- package/dist-esm/samples-dev/monitoredSubscriptionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsCreateSample.js +0 -62
- package/dist-esm/samples-dev/monitorsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/monitorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetDefaultKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetDefaultKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetDefaultKeySample.js +0 -39
- package/dist-esm/samples-dev/monitorsGetDefaultKeySample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetSample.js +0 -39
- package/dist-esm/samples-dev/monitorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListApiKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListApiKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListApiKeysSample.js +0 -55
- package/dist-esm/samples-dev/monitorsListApiKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListHostsSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListHostsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListHostsSample.js +0 -55
- package/dist-esm/samples-dev/monitorsListHostsSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.js +0 -55
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js +0 -55
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListSample.js +0 -53
- package/dist-esm/samples-dev/monitorsListSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsRefreshSetPasswordLinkSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsRefreshSetPasswordLinkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsRefreshSetPasswordLinkSample.js +0 -39
- package/dist-esm/samples-dev/monitorsRefreshSetPasswordLinkSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsSetDefaultKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsSetDefaultKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsSetDefaultKeySample.js +0 -41
- package/dist-esm/samples-dev/monitorsSetDefaultKeySample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/monitorsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnConfigurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/singleSignOnConfigurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/singleSignOnConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.js +0 -55
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/tagRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesListSample.js +0 -55
- package/dist-esm/samples-dev/tagRulesListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/microsoftDatadogClient.d.ts.map +0 -1
- package/dist-esm/src/microsoftDatadogClient.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/creationSupported.d.ts.map +0 -1
- package/dist-esm/src/operations/creationSupported.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operations/monitoredSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/monitoredSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/monitors.d.ts.map +0 -1
- package/dist-esm/src/operations/monitors.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/singleSignOnConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/singleSignOnConfigurations.js.map +0 -1
- package/dist-esm/src/operations/tagRules.d.ts.map +0 -1
- package/dist-esm/src/operations/tagRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/creationSupported.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/creationSupported.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitoredSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitoredSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitors.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tagRules.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/datadog_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/datadog_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/datadog_operations_test.spec.js +0 -77
- package/dist-esm/test/datadog_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/microsoftDatadogClient.ts +0 -168
- package/src/models/index.ts +0 -1134
- package/src/models/mappers.ts +0 -1526
- package/src/models/parameters.ts +0 -190
- package/src/operations/creationSupported.ts +0 -150
- package/src/operations/index.ts +0 -15
- package/src/operations/marketplaceAgreements.ts +0 -188
- package/src/operations/monitoredSubscriptions.ts +0 -557
- package/src/operations/monitors.ts +0 -1489
- package/src/operations/operations.ts +0 -149
- package/src/operations/singleSignOnConfigurations.ts +0 -377
- package/src/operations/tagRules.ts +0 -284
- package/src/operationsInterfaces/creationSupported.ts +0 -38
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/marketplaceAgreements.ts +0 -34
- package/src/operationsInterfaces/monitoredSubscriptions.ts +0 -138
- package/src/operationsInterfaces/monitors.ts +0 -220
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/singleSignOnConfigurations.ts +0 -78
- package/src/operationsInterfaces/tagRules.ts +0 -59
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/creationSupported.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/monitoredSubscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/monitors.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/singleSignOnConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tagRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,124 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
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
|
+
*/
|
8
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
9
|
+
export var KnownCreatedByType;
|
10
|
+
(function (KnownCreatedByType) {
|
11
|
+
/** User */
|
12
|
+
KnownCreatedByType["User"] = "User";
|
13
|
+
/** Application */
|
14
|
+
KnownCreatedByType["Application"] = "Application";
|
15
|
+
/** ManagedIdentity */
|
16
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
17
|
+
/** Key */
|
18
|
+
KnownCreatedByType["Key"] = "Key";
|
19
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
20
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
21
|
+
export var KnownProvisioningState;
|
22
|
+
(function (KnownProvisioningState) {
|
23
|
+
/** Accepted */
|
24
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
25
|
+
/** Creating */
|
26
|
+
KnownProvisioningState["Creating"] = "Creating";
|
27
|
+
/** Updating */
|
28
|
+
KnownProvisioningState["Updating"] = "Updating";
|
29
|
+
/** Deleting */
|
30
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
31
|
+
/** Succeeded */
|
32
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
33
|
+
/** Failed */
|
34
|
+
KnownProvisioningState["Failed"] = "Failed";
|
35
|
+
/** Canceled */
|
36
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
37
|
+
/** Deleted */
|
38
|
+
KnownProvisioningState["Deleted"] = "Deleted";
|
39
|
+
/** NotSpecified */
|
40
|
+
KnownProvisioningState["NotSpecified"] = "NotSpecified";
|
41
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
42
|
+
/** Known values of {@link MonitoringStatus} that the service accepts. */
|
43
|
+
export var KnownMonitoringStatus;
|
44
|
+
(function (KnownMonitoringStatus) {
|
45
|
+
/** Enabled */
|
46
|
+
KnownMonitoringStatus["Enabled"] = "Enabled";
|
47
|
+
/** Disabled */
|
48
|
+
KnownMonitoringStatus["Disabled"] = "Disabled";
|
49
|
+
})(KnownMonitoringStatus || (KnownMonitoringStatus = {}));
|
50
|
+
/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
|
51
|
+
export var KnownMarketplaceSubscriptionStatus;
|
52
|
+
(function (KnownMarketplaceSubscriptionStatus) {
|
53
|
+
/** Provisioning */
|
54
|
+
KnownMarketplaceSubscriptionStatus["Provisioning"] = "Provisioning";
|
55
|
+
/** Active */
|
56
|
+
KnownMarketplaceSubscriptionStatus["Active"] = "Active";
|
57
|
+
/** Suspended */
|
58
|
+
KnownMarketplaceSubscriptionStatus["Suspended"] = "Suspended";
|
59
|
+
/** Unsubscribed */
|
60
|
+
KnownMarketplaceSubscriptionStatus["Unsubscribed"] = "Unsubscribed";
|
61
|
+
})(KnownMarketplaceSubscriptionStatus || (KnownMarketplaceSubscriptionStatus = {}));
|
62
|
+
/** Known values of {@link LiftrResourceCategories} that the service accepts. */
|
63
|
+
export var KnownLiftrResourceCategories;
|
64
|
+
(function (KnownLiftrResourceCategories) {
|
65
|
+
/** Unknown */
|
66
|
+
KnownLiftrResourceCategories["Unknown"] = "Unknown";
|
67
|
+
/** MonitorLogs */
|
68
|
+
KnownLiftrResourceCategories["MonitorLogs"] = "MonitorLogs";
|
69
|
+
})(KnownLiftrResourceCategories || (KnownLiftrResourceCategories = {}));
|
70
|
+
/** Known values of {@link ManagedIdentityTypes} that the service accepts. */
|
71
|
+
export var KnownManagedIdentityTypes;
|
72
|
+
(function (KnownManagedIdentityTypes) {
|
73
|
+
/** SystemAssigned */
|
74
|
+
KnownManagedIdentityTypes["SystemAssigned"] = "SystemAssigned";
|
75
|
+
/** UserAssigned */
|
76
|
+
KnownManagedIdentityTypes["UserAssigned"] = "UserAssigned";
|
77
|
+
})(KnownManagedIdentityTypes || (KnownManagedIdentityTypes = {}));
|
78
|
+
/** Known values of {@link TagAction} that the service accepts. */
|
79
|
+
export var KnownTagAction;
|
80
|
+
(function (KnownTagAction) {
|
81
|
+
/** Include */
|
82
|
+
KnownTagAction["Include"] = "Include";
|
83
|
+
/** Exclude */
|
84
|
+
KnownTagAction["Exclude"] = "Exclude";
|
85
|
+
})(KnownTagAction || (KnownTagAction = {}));
|
86
|
+
/** Known values of {@link SingleSignOnStates} that the service accepts. */
|
87
|
+
export var KnownSingleSignOnStates;
|
88
|
+
(function (KnownSingleSignOnStates) {
|
89
|
+
/** Initial */
|
90
|
+
KnownSingleSignOnStates["Initial"] = "Initial";
|
91
|
+
/** Enable */
|
92
|
+
KnownSingleSignOnStates["Enable"] = "Enable";
|
93
|
+
/** Disable */
|
94
|
+
KnownSingleSignOnStates["Disable"] = "Disable";
|
95
|
+
/** Existing */
|
96
|
+
KnownSingleSignOnStates["Existing"] = "Existing";
|
97
|
+
})(KnownSingleSignOnStates || (KnownSingleSignOnStates = {}));
|
98
|
+
/** Known values of {@link Operation} that the service accepts. */
|
99
|
+
export var KnownOperation;
|
100
|
+
(function (KnownOperation) {
|
101
|
+
/** AddBegin */
|
102
|
+
KnownOperation["AddBegin"] = "AddBegin";
|
103
|
+
/** AddComplete */
|
104
|
+
KnownOperation["AddComplete"] = "AddComplete";
|
105
|
+
/** DeleteBegin */
|
106
|
+
KnownOperation["DeleteBegin"] = "DeleteBegin";
|
107
|
+
/** DeleteComplete */
|
108
|
+
KnownOperation["DeleteComplete"] = "DeleteComplete";
|
109
|
+
/** Active */
|
110
|
+
KnownOperation["Active"] = "Active";
|
111
|
+
})(KnownOperation || (KnownOperation = {}));
|
112
|
+
/** Known values of {@link Status} that the service accepts. */
|
113
|
+
export var KnownStatus;
|
114
|
+
(function (KnownStatus) {
|
115
|
+
/** InProgress */
|
116
|
+
KnownStatus["InProgress"] = "InProgress";
|
117
|
+
/** Active */
|
118
|
+
KnownStatus["Active"] = "Active";
|
119
|
+
/** Failed */
|
120
|
+
KnownStatus["Failed"] = "Failed";
|
121
|
+
/** Deleting */
|
122
|
+
KnownStatus["Deleting"] = "Deleting";
|
123
|
+
})(KnownStatus || (KnownStatus = {}));
|
124
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","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/** Response of a list operation. */\nexport interface DatadogAgreementResourceListResponse {\n /** Results of a list operation. */\n value?: DatadogAgreementResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\nexport interface DatadogAgreementResource {\n /**\n * ARM id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the agreement.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Represents the properties of the resource. */\n properties?: DatadogAgreementProperties;\n /**\n * Metadata pertaining to creation and last modification of the 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/** Terms properties. */\nexport interface DatadogAgreementProperties {\n /** Publisher identifier string. */\n publisher?: string;\n /** Product identifier string. */\n product?: string;\n /** Plan identifier string. */\n plan?: string;\n /** Link to HTML with Microsoft and Publisher terms. */\n licenseTextLink?: string;\n /** Link to the privacy policy of the publisher. */\n privacyPolicyLink?: string;\n /** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */\n retrieveDatetime?: Date;\n /** Terms signature. */\n signature?: string;\n /** If any version of the terms have been accepted, otherwise false. */\n accepted?: boolean;\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/** 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 CreateResourceSupportedResponseList {\n value?: CreateResourceSupportedResponse[];\n}\n\n/** Datadog resource can be created or not. */\nexport interface CreateResourceSupportedResponse {\n /** Represents the properties of the resource. */\n properties?: CreateResourceSupportedProperties;\n}\n\n/** Datadog resource can be created or not properties. */\nexport interface CreateResourceSupportedProperties {\n /**\n * The ARM id of the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Indicates if selected subscription supports Datadog resource creation, if not it is already being monitored for the selected organization via multi subscription feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationSupported?: boolean;\n}\n\n/** Response of a list operation. */\nexport interface DatadogApiKeyListResponse {\n /** Results of a list operation. */\n value?: DatadogApiKey[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\nexport interface DatadogApiKey {\n /** The user that created the API key. */\n createdBy?: string;\n /** The name of the API key. */\n name?: string;\n /** The value of the API key. */\n key: string;\n /** The time of creation of the API key. */\n created?: string;\n}\n\n/** Response of a list operation. */\nexport interface DatadogHostListResponse {\n /** Results of a list operation. */\n value?: DatadogHost[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\nexport interface DatadogHost {\n /** The name of the host. */\n name?: string;\n /** The aliases for the host installed via the Datadog agent. */\n aliases?: string[];\n /** The Datadog integrations reporting metrics for the host. */\n apps?: string[];\n meta?: DatadogHostMetadata;\n}\n\nexport interface DatadogHostMetadata {\n /** The agent version. */\n agentVersion?: string;\n installMethod?: DatadogInstallMethod;\n logsAgent?: DatadogLogsAgent;\n}\n\nexport interface DatadogInstallMethod {\n /** The tool. */\n tool?: string;\n /** The tool version. */\n toolVersion?: string;\n /** The installer version. */\n installerVersion?: string;\n}\n\nexport interface DatadogLogsAgent {\n /** The transport. */\n transport?: string;\n}\n\n/** Response of a list operation. */\nexport interface LinkedResourceListResponse {\n /** Results of a list operation. */\n value?: LinkedResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** The definition of a linked resource. */\nexport interface LinkedResource {\n /** The ARM id of the linked resource. */\n id?: 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 Datadog monitor resource. */\nexport interface MonitoredResource {\n /** The ARM id of the resource. */\n id?: string;\n /** Flag indicating if resource is sending metrics to Datadog. */\n sendingMetrics?: boolean;\n /** Reason for why the resource is sending metrics (or why it is not sending). */\n reasonForMetricsStatus?: string;\n /** Flag indicating if resource is sending logs to Datadog. */\n sendingLogs?: boolean;\n /** Reason for why the resource is sending logs (or why it is not sending). */\n reasonForLogsStatus?: string;\n}\n\n/** Result of GET request to list the Microsoft.Datadog operations. */\nexport interface OperationListResult {\n /** List of operations supported by the Microsoft.Datadog 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.Datadog REST API operation. */\nexport interface OperationResult {\n /** Operation name, i.e., {provider}/{resource}/{operation}. */\n name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider, i.e., Microsoft.Datadog. */\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/** Response of a list operation. */\nexport interface DatadogMonitorResourceListResponse {\n /** Results of a list operation. */\n value?: DatadogMonitorResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\nexport interface DatadogMonitorResource {\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?: ResourceSku;\n /** Properties specific to the monitor resource. */\n properties?: MonitorProperties;\n identity?: IdentityProperties;\n /** Dictionary of <string> */\n tags?: { [propertyName: string]: string };\n location: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\nexport interface ResourceSku {\n /** Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'. */\n name: string;\n}\n\n/** Properties specific to the monitor resource. */\nexport interface MonitorProperties {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: ProvisioningState;\n /** Flag specifying if the resource monitoring is enabled or disabled. */\n monitoringStatus?: MonitoringStatus;\n /**\n * Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;\n /** Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well. */\n datadogOrganizationProperties?: DatadogOrganizationProperties;\n /** Includes name, email and optionally, phone number. User Information can't be null. */\n userInfo?: UserInfo;\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}\n\n/** Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well. */\nexport interface DatadogOrganizationProperties {\n /** Name of the Datadog organization. */\n name?: string;\n /** Id of the Datadog organization. */\n id?: string;\n /** The auth code used to linking to an existing Datadog organization. */\n linkingAuthCode?: string;\n /** The client_id from an existing in exchange for an auth token to link organization. */\n linkingClientId?: string;\n /** The redirect URI for linking. */\n redirectUri?: string;\n /** Api key associated to the Datadog organization. */\n apiKey?: string;\n /** Application key associated to the Datadog organization. */\n applicationKey?: string;\n /** The Id of the Enterprise App used for Single sign on. */\n enterpriseAppId?: string;\n /** The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks. */\n cspm?: boolean;\n}\n\n/** Includes name, email and optionally, phone number. User Information can't be null. */\nexport interface UserInfo {\n /** Name of the user */\n name?: string;\n /** Email of the user used by Datadog for contacting them if needed */\n emailAddress?: string;\n /** Phone number of the user used by Datadog for contacting them if needed */\n phoneNumber?: string;\n}\n\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 /** Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'. */\n type?: ManagedIdentityTypes;\n}\n\n/** The parameters for a PATCH request to a monitor resource. */\nexport interface DatadogMonitorResourceUpdateParameters {\n /** The set of properties that can be update in a PATCH request to a monitor resource. */\n properties?: MonitorUpdateProperties;\n /** The new tags of the monitor resource. */\n tags?: { [propertyName: string]: string };\n sku?: ResourceSku;\n}\n\n/** The set of properties that can be update in a PATCH request to a monitor resource. */\nexport interface MonitorUpdateProperties {\n /** Flag specifying if the resource monitoring is enabled or disabled. */\n monitoringStatus?: MonitoringStatus;\n /** The new cloud security posture management value of the monitor resource. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks. */\n cspm?: boolean;\n}\n\nexport interface DatadogSetPasswordLink {\n setPasswordLink?: 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 /** Definition of the properties for a TagRules resource. */\n properties?: MonitoringTagRulesProperties;\n /**\n * Metadata pertaining to creation and last modification of the 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 /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: ProvisioningState;\n /** Set of rules for sending logs for the Monitor resource. */\n logRules?: LogRules;\n /** Set of rules for sending metrics for the Monitor resource. */\n metricRules?: MetricRules;\n /** Configuration to enable/disable auto-muting flag */\n automuting?: boolean;\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 Azure subscription logs should be sent for the Monitor resource. */\n sendSubscriptionLogs?: boolean;\n /** Flag specifying if Azure resource logs should be sent for the Monitor resource. */\n sendResourceLogs?: boolean;\n /** List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs 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. Exclusion takes priority over inclusion. */\n action?: TagAction;\n}\n\n/** Set of rules for sending metrics for the Monitor resource. */\nexport interface MetricRules {\n /** List of filtering tags to be used for capturing metrics. 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/** Response of a list operation. */\nexport interface DatadogSingleSignOnResourceListResponse {\n /** Results of a list operation. */\n value?: DatadogSingleSignOnResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\nexport interface DatadogSingleSignOnResource {\n /**\n * ARM id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n properties?: DatadogSingleSignOnProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\nexport interface DatadogSingleSignOnProperties {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: ProvisioningState;\n /** Various states of the SSO resource */\n singleSignOnState?: SingleSignOnStates;\n /** The Id of the Enterprise App used for Single sign-on. */\n enterpriseAppId?: string;\n /**\n * The login URL specific to this Datadog Organization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly singleSignOnUrl?: string;\n}\n\nexport interface MonitoredSubscriptionPropertiesList {\n value?: MonitoredSubscriptionProperties[];\n}\n\n/** The request to update subscriptions needed to be monitored by the Datadog 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 Datadog monitor resource. */\n properties?: SubscriptionList;\n}\n\n/** The request to update subscriptions needed to be monitored by the Datadog 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\n/** The list of subscriptions and it's monitoring status by current Datadog 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/** 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 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 MarketplaceSubscriptionStatus} that the service accepts. */\nexport enum KnownMarketplaceSubscriptionStatus {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Active */\n Active = \"Active\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Unsubscribed */\n Unsubscribed = \"Unsubscribed\"\n}\n\n/**\n * Defines values for MarketplaceSubscriptionStatus. \\\n * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Active** \\\n * **Suspended** \\\n * **Unsubscribed**\n */\nexport type MarketplaceSubscriptionStatus = 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 /** UserAssigned */\n UserAssigned = \"UserAssigned\"\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 * **UserAssigned**\n */\nexport type ManagedIdentityTypes = 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 SingleSignOnStates} that the service accepts. */\nexport enum KnownSingleSignOnStates {\n /** Initial */\n Initial = \"Initial\",\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n /** Existing */\n Existing = \"Existing\"\n}\n\n/**\n * Defines values for SingleSignOnStates. \\\n * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Initial** \\\n * **Enable** \\\n * **Disable** \\\n * **Existing**\n */\nexport type SingleSignOnStates = 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/** Optional parameters. */\nexport interface MarketplaceAgreementsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MarketplaceAgreementsListResponse = DatadogAgreementResourceListResponse;\n\n/** Optional parameters. */\nexport interface MarketplaceAgreementsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n body?: DatadogAgreementResource;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MarketplaceAgreementsCreateOrUpdateResponse = DatadogAgreementResource;\n\n/** Optional parameters. */\nexport interface MarketplaceAgreementsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MarketplaceAgreementsListNextResponse = DatadogAgreementResourceListResponse;\n\n/** Optional parameters. */\nexport interface CreationSupportedListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CreationSupportedListResponse = CreateResourceSupportedResponseList;\n\n/** Optional parameters. */\nexport interface CreationSupportedGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CreationSupportedGetResponse = CreateResourceSupportedResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListApiKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApiKeys operation. */\nexport type MonitorsListApiKeysResponse = DatadogApiKeyListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsGetDefaultKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDefaultKey operation. */\nexport type MonitorsGetDefaultKeyResponse = DatadogApiKey;\n\n/** Optional parameters. */\nexport interface MonitorsSetDefaultKeyOptionalParams\n extends coreClient.OperationOptions {\n body?: DatadogApiKey;\n}\n\n/** Optional parameters. */\nexport interface MonitorsListHostsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHosts operation. */\nexport type MonitorsListHostsResponse = DatadogHostListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListLinkedResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listLinkedResources operation. */\nexport type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListMonitoredResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMonitoredResources operation. */\nexport type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitorsListResponse = DatadogMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type MonitorsListByResourceGroupResponse = DatadogMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MonitorsGetResponse = DatadogMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsCreateOptionalParams\n extends coreClient.OperationOptions {\n body?: DatadogMonitorResource;\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 = DatadogMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The parameters for a PATCH request to a monitor resource. */\n body?: DatadogMonitorResourceUpdateParameters;\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 = DatadogMonitorResource;\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 MonitorsRefreshSetPasswordLinkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the refreshSetPasswordLink operation. */\nexport type MonitorsRefreshSetPasswordLinkResponse = DatadogSetPasswordLink;\n\n/** Optional parameters. */\nexport interface MonitorsListApiKeysNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApiKeysNext operation. */\nexport type MonitorsListApiKeysNextResponse = DatadogApiKeyListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListHostsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostsNext operation. */\nexport type MonitorsListHostsNextResponse = DatadogHostListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListLinkedResourcesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listLinkedResourcesNext operation. */\nexport type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListMonitoredResourcesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMonitoredResourcesNext operation. */\nexport type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitorsListNextResponse = DatadogMonitorResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type MonitorsListByResourceGroupNextResponse = DatadogMonitorResourceListResponse;\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 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 /** Capture logs and metrics of Azure resources based on ARM tags. */\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 TagRulesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TagRulesListNextResponse = MonitoringTagRulesListResponse;\n\n/** Optional parameters. */\nexport interface SingleSignOnConfigurationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SingleSignOnConfigurationsListResponse = DatadogSingleSignOnResourceListResponse;\n\n/** Optional parameters. */\nexport interface SingleSignOnConfigurationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n body?: DatadogSingleSignOnResource;\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 SingleSignOnConfigurationsCreateOrUpdateResponse = DatadogSingleSignOnResource;\n\n/** Optional parameters. */\nexport interface SingleSignOnConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SingleSignOnConfigurationsGetResponse = DatadogSingleSignOnResource;\n\n/** Optional parameters. */\nexport interface SingleSignOnConfigurationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SingleSignOnConfigurationsListNextResponse = DatadogSingleSignOnResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitoredSubscriptionsListResponse = MonitoredSubscriptionPropertiesList;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsGetOptionalParams\n 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 Datadog 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\n extends coreClient.OperationOptions {\n /** The request to update subscriptions needed to be monitored by the Datadog 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\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 MicrosoftDatadogClientOptionalParams\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"]}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
export declare const DatadogAgreementResourceListResponse: coreClient.CompositeMapper;
|
3
|
+
export declare const DatadogAgreementResource: coreClient.CompositeMapper;
|
4
|
+
export declare const DatadogAgreementProperties: coreClient.CompositeMapper;
|
5
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
6
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
7
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
8
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
9
|
+
export declare const CreateResourceSupportedResponseList: coreClient.CompositeMapper;
|
10
|
+
export declare const CreateResourceSupportedResponse: coreClient.CompositeMapper;
|
11
|
+
export declare const CreateResourceSupportedProperties: coreClient.CompositeMapper;
|
12
|
+
export declare const DatadogApiKeyListResponse: coreClient.CompositeMapper;
|
13
|
+
export declare const DatadogApiKey: coreClient.CompositeMapper;
|
14
|
+
export declare const DatadogHostListResponse: coreClient.CompositeMapper;
|
15
|
+
export declare const DatadogHost: coreClient.CompositeMapper;
|
16
|
+
export declare const DatadogHostMetadata: coreClient.CompositeMapper;
|
17
|
+
export declare const DatadogInstallMethod: coreClient.CompositeMapper;
|
18
|
+
export declare const DatadogLogsAgent: coreClient.CompositeMapper;
|
19
|
+
export declare const LinkedResourceListResponse: coreClient.CompositeMapper;
|
20
|
+
export declare const LinkedResource: coreClient.CompositeMapper;
|
21
|
+
export declare const MonitoredResourceListResponse: coreClient.CompositeMapper;
|
22
|
+
export declare const MonitoredResource: coreClient.CompositeMapper;
|
23
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
24
|
+
export declare const OperationResult: coreClient.CompositeMapper;
|
25
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
26
|
+
export declare const DatadogMonitorResourceListResponse: coreClient.CompositeMapper;
|
27
|
+
export declare const DatadogMonitorResource: coreClient.CompositeMapper;
|
28
|
+
export declare const ResourceSku: coreClient.CompositeMapper;
|
29
|
+
export declare const MonitorProperties: coreClient.CompositeMapper;
|
30
|
+
export declare const DatadogOrganizationProperties: coreClient.CompositeMapper;
|
31
|
+
export declare const UserInfo: coreClient.CompositeMapper;
|
32
|
+
export declare const IdentityProperties: coreClient.CompositeMapper;
|
33
|
+
export declare const DatadogMonitorResourceUpdateParameters: coreClient.CompositeMapper;
|
34
|
+
export declare const MonitorUpdateProperties: coreClient.CompositeMapper;
|
35
|
+
export declare const DatadogSetPasswordLink: coreClient.CompositeMapper;
|
36
|
+
export declare const MonitoringTagRulesListResponse: coreClient.CompositeMapper;
|
37
|
+
export declare const MonitoringTagRules: coreClient.CompositeMapper;
|
38
|
+
export declare const MonitoringTagRulesProperties: coreClient.CompositeMapper;
|
39
|
+
export declare const LogRules: coreClient.CompositeMapper;
|
40
|
+
export declare const FilteringTag: coreClient.CompositeMapper;
|
41
|
+
export declare const MetricRules: coreClient.CompositeMapper;
|
42
|
+
export declare const DatadogSingleSignOnResourceListResponse: coreClient.CompositeMapper;
|
43
|
+
export declare const DatadogSingleSignOnResource: coreClient.CompositeMapper;
|
44
|
+
export declare const DatadogSingleSignOnProperties: coreClient.CompositeMapper;
|
45
|
+
export declare const MonitoredSubscriptionPropertiesList: coreClient.CompositeMapper;
|
46
|
+
export declare const MonitoredSubscriptionProperties: coreClient.CompositeMapper;
|
47
|
+
export declare const SubscriptionList: coreClient.CompositeMapper;
|
48
|
+
export declare const MonitoredSubscription: coreClient.CompositeMapper;
|
49
|
+
//# sourceMappingURL=mappers.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|