@azure/arm-datadog 3.1.0-alpha.20250114.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
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,cAAc,iCAAiC,CAAC"}
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
10
|
-
export * from "./models";
|
11
|
-
export { MicrosoftDatadogClient } from "./microsoftDatadogClient";
|
12
|
-
export * from "./operationsInterfaces";
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
10
|
+
export * from "./models/index.js";
|
11
|
+
export { MicrosoftDatadogClient } from "./microsoftDatadogClient.js";
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
13
13
|
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,cAAc,iCAAiC,CAAC","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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { MicrosoftDatadogClient } from \"./microsoftDatadogClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","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\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n"]}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
3
|
-
import { MarketplaceAgreements, CreationSupported, Monitors, Operations, TagRules, SingleSignOnConfigurations, MonitoredSubscriptions } from "./operationsInterfaces";
|
4
|
-
import { MicrosoftDatadogClientOptionalParams } from "./models";
|
3
|
+
import { MarketplaceAgreements, CreationSupported, Monitors, Operations, TagRules, SingleSignOnConfigurations, MonitoredSubscriptions } from "./operationsInterfaces/index.js";
|
4
|
+
import { MicrosoftDatadogClientOptionalParams } from "./models/index.js";
|
5
5
|
export declare class MicrosoftDatadogClient extends coreClient.ServiceClient {
|
6
6
|
$host: string;
|
7
7
|
subscriptionId: string;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"microsoftDatadogClient.d.ts","sourceRoot":"","sources":["../../src/microsoftDatadogClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAU7C,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,0BAA0B,EAC1B,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oCAAoC,EAAE,MAAM,mBAAmB,CAAC;AAEzE,qBAAa,sBAAuB,SAAQ,UAAU,CAAC,aAAa;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,oCAAoC;IAkFhD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,sBAAsB,EAAE,sBAAsB,CAAC;CAChD"}
|
@@ -5,10 +5,9 @@
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
|
-
import { __awaiter } from "tslib";
|
9
8
|
import * as coreClient from "@azure/core-client";
|
10
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
11
|
-
import { MarketplaceAgreementsImpl, CreationSupportedImpl, MonitorsImpl, OperationsImpl, TagRulesImpl, SingleSignOnConfigurationsImpl, MonitoredSubscriptionsImpl } from "./operations";
|
10
|
+
import { MarketplaceAgreementsImpl, CreationSupportedImpl, MonitorsImpl, OperationsImpl, TagRulesImpl, SingleSignOnConfigurationsImpl, MonitoredSubscriptionsImpl } from "./operations/index.js";
|
12
11
|
export class MicrosoftDatadogClient extends coreClient.ServiceClient {
|
13
12
|
/**
|
14
13
|
* Initializes a new instance of the MicrosoftDatadogClient class.
|
@@ -82,22 +81,20 @@ export class MicrosoftDatadogClient extends coreClient.ServiceClient {
|
|
82
81
|
}
|
83
82
|
const apiVersionPolicy = {
|
84
83
|
name: "CustomApiVersionPolicy",
|
85
|
-
sendRequest(request, next) {
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
return next(request);
|
100
|
-
});
|
84
|
+
async sendRequest(request, next) {
|
85
|
+
const param = request.url.split("?");
|
86
|
+
if (param.length > 1) {
|
87
|
+
const newParams = param[1].split("&").map((item) => {
|
88
|
+
if (item.indexOf("api-version") > -1) {
|
89
|
+
return "api-version=" + apiVersion;
|
90
|
+
}
|
91
|
+
else {
|
92
|
+
return item;
|
93
|
+
}
|
94
|
+
});
|
95
|
+
request.url = param[0] + "?" + newParams.join("&");
|
96
|
+
}
|
97
|
+
return next(request);
|
101
98
|
}
|
102
99
|
};
|
103
100
|
this.pipeline.addPolicy(apiVersionPolicy);
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"microsoftDatadogClient.js","sourceRoot":"","sources":["../../src/microsoftDatadogClient.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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n MarketplaceAgreementsImpl,\n CreationSupportedImpl,\n MonitorsImpl,\n OperationsImpl,\n TagRulesImpl,\n SingleSignOnConfigurationsImpl,\n MonitoredSubscriptionsImpl\n} from \"./operations/index.js\";\nimport {\n MarketplaceAgreements,\n CreationSupported,\n Monitors,\n Operations,\n TagRules,\n SingleSignOnConfigurations,\n MonitoredSubscriptions\n} from \"./operationsInterfaces/index.js\";\nimport { MicrosoftDatadogClientOptionalParams } from \"./models/index.js\";\n\nexport class MicrosoftDatadogClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the MicrosoftDatadogClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: MicrosoftDatadogClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: MicrosoftDatadogClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-datadog/3.1.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2023-01-01\";\n this.marketplaceAgreements = new MarketplaceAgreementsImpl(this);\n this.creationSupported = new CreationSupportedImpl(this);\n this.monitors = new MonitorsImpl(this);\n this.operations = new OperationsImpl(this);\n this.tagRules = new TagRulesImpl(this);\n this.singleSignOnConfigurations = new SingleSignOnConfigurationsImpl(this);\n this.monitoredSubscriptions = new MonitoredSubscriptionsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n marketplaceAgreements: MarketplaceAgreements;\n creationSupported: CreationSupported;\n monitors: Monitors;\n operations: Operations;\n tagRules: TagRules;\n singleSignOnConfigurations: SingleSignOnConfigurations;\n monitoredSubscriptions: MonitoredSubscriptions;\n}\n"]}
|
@@ -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 @@
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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\nexport const DatadogAgreementResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogAgreementResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatadogAgreementResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogAgreementResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogAgreementResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatadogAgreementProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const DatadogAgreementProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogAgreementProperties\",\n modelProperties: {\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n product: {\n serializedName: \"product\",\n type: {\n name: \"String\"\n }\n },\n plan: {\n serializedName: \"plan\",\n type: {\n name: \"String\"\n }\n },\n licenseTextLink: {\n serializedName: \"licenseTextLink\",\n type: {\n name: \"String\"\n }\n },\n privacyPolicyLink: {\n serializedName: \"privacyPolicyLink\",\n type: {\n name: \"String\"\n }\n },\n retrieveDatetime: {\n serializedName: \"retrieveDatetime\",\n type: {\n name: \"DateTime\"\n }\n },\n signature: {\n serializedName: \"signature\",\n type: {\n name: \"String\"\n }\n },\n accepted: {\n serializedName: \"accepted\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const CreateResourceSupportedResponseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateResourceSupportedResponseList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CreateResourceSupportedResponse\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CreateResourceSupportedResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateResourceSupportedResponse\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CreateResourceSupportedProperties\"\n }\n }\n }\n }\n};\n\nexport const CreateResourceSupportedProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateResourceSupportedProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationSupported: {\n serializedName: \"creationSupported\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DatadogApiKeyListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogApiKeyListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatadogApiKey\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogApiKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogApiKey\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n created: {\n serializedName: \"created\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogHostListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogHostListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatadogHost\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogHost: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogHost\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n aliases: {\n serializedName: \"aliases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n apps: {\n serializedName: \"apps\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n meta: {\n serializedName: \"meta\",\n type: {\n name: \"Composite\",\n className: \"DatadogHostMetadata\"\n }\n }\n }\n }\n};\n\nexport const DatadogHostMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogHostMetadata\",\n modelProperties: {\n agentVersion: {\n serializedName: \"agentVersion\",\n type: {\n name: \"String\"\n }\n },\n installMethod: {\n serializedName: \"installMethod\",\n type: {\n name: \"Composite\",\n className: \"DatadogInstallMethod\"\n }\n },\n logsAgent: {\n serializedName: \"logsAgent\",\n type: {\n name: \"Composite\",\n className: \"DatadogLogsAgent\"\n }\n }\n }\n }\n};\n\nexport const DatadogInstallMethod: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogInstallMethod\",\n modelProperties: {\n tool: {\n serializedName: \"tool\",\n type: {\n name: \"String\"\n }\n },\n toolVersion: {\n serializedName: \"toolVersion\",\n type: {\n name: \"String\"\n }\n },\n installerVersion: {\n serializedName: \"installerVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogLogsAgent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogLogsAgent\",\n modelProperties: {\n transport: {\n serializedName: \"transport\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinkedResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinkedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MonitoredResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoredResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MonitoredResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n sendingMetrics: {\n serializedName: \"sendingMetrics\",\n type: {\n name: \"Boolean\"\n }\n },\n reasonForMetricsStatus: {\n serializedName: \"reasonForMetricsStatus\",\n type: {\n name: \"String\"\n }\n },\n sendingLogs: {\n serializedName: \"sendingLogs\",\n type: {\n name: \"Boolean\"\n }\n },\n reasonForLogsStatus: {\n serializedName: \"reasonForLogsStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationResult\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogMonitorResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogMonitorResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatadogMonitorResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogMonitorResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogMonitorResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MonitorProperties\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MonitorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitorProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n monitoringStatus: {\n defaultValue: \"Enabled\",\n serializedName: \"monitoringStatus\",\n type: {\n name: \"String\"\n }\n },\n marketplaceSubscriptionStatus: {\n serializedName: \"marketplaceSubscriptionStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n datadogOrganizationProperties: {\n serializedName: \"datadogOrganizationProperties\",\n type: {\n name: \"Composite\",\n className: \"DatadogOrganizationProperties\"\n }\n },\n userInfo: {\n serializedName: \"userInfo\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n liftrResourceCategory: {\n serializedName: \"liftrResourceCategory\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n liftrResourcePreference: {\n serializedName: \"liftrResourcePreference\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DatadogOrganizationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogOrganizationProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n linkingAuthCode: {\n serializedName: \"linkingAuthCode\",\n type: {\n name: \"String\"\n }\n },\n linkingClientId: {\n serializedName: \"linkingClientId\",\n type: {\n name: \"String\"\n }\n },\n redirectUri: {\n serializedName: \"redirectUri\",\n type: {\n name: \"String\"\n }\n },\n apiKey: {\n serializedName: \"apiKey\",\n type: {\n name: \"String\"\n }\n },\n applicationKey: {\n serializedName: \"applicationKey\",\n type: {\n name: \"String\"\n }\n },\n enterpriseAppId: {\n serializedName: \"enterpriseAppId\",\n type: {\n name: \"String\"\n }\n },\n cspm: {\n serializedName: \"cspm\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const UserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserInfo\",\n modelProperties: {\n name: {\n constraints: {\n MaxLength: 50\n },\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n emailAddress: {\n constraints: {\n Pattern: new RegExp(\n \"^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\\\.)+[A-Za-z]{2,}$\"\n )\n },\n serializedName: \"emailAddress\",\n type: {\n name: \"String\"\n }\n },\n phoneNumber: {\n constraints: {\n MaxLength: 40\n },\n serializedName: \"phoneNumber\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogMonitorResourceUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogMonitorResourceUpdateParameters\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MonitorUpdateProperties\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n }\n }\n }\n};\n\nexport const MonitorUpdateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitorUpdateProperties\",\n modelProperties: {\n monitoringStatus: {\n defaultValue: \"Enabled\",\n serializedName: \"monitoringStatus\",\n type: {\n name: \"String\"\n }\n },\n cspm: {\n serializedName: \"cspm\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DatadogSetPasswordLink: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogSetPasswordLink\",\n modelProperties: {\n setPasswordLink: {\n serializedName: \"setPasswordLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MonitoringTagRulesListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRules\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MonitoringTagRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRules\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const MonitoringTagRulesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n logRules: {\n serializedName: \"logRules\",\n type: {\n name: \"Composite\",\n className: \"LogRules\"\n }\n },\n metricRules: {\n serializedName: \"metricRules\",\n type: {\n name: \"Composite\",\n className: \"MetricRules\"\n }\n },\n automuting: {\n serializedName: \"automuting\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const LogRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogRules\",\n modelProperties: {\n sendAadLogs: {\n serializedName: \"sendAadLogs\",\n type: {\n name: \"Boolean\"\n }\n },\n sendSubscriptionLogs: {\n serializedName: \"sendSubscriptionLogs\",\n type: {\n name: \"Boolean\"\n }\n },\n sendResourceLogs: {\n serializedName: \"sendResourceLogs\",\n type: {\n name: \"Boolean\"\n }\n },\n filteringTags: {\n serializedName: \"filteringTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FilteringTag\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FilteringTag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FilteringTag\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetricRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricRules\",\n modelProperties: {\n filteringTags: {\n serializedName: \"filteringTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FilteringTag\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DatadogSingleSignOnResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogSingleSignOnResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatadogSingleSignOnResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatadogSingleSignOnResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogSingleSignOnResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatadogSingleSignOnProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const DatadogSingleSignOnProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatadogSingleSignOnProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n singleSignOnState: {\n serializedName: \"singleSignOnState\",\n type: {\n name: \"String\"\n }\n },\n enterpriseAppId: {\n serializedName: \"enterpriseAppId\",\n type: {\n name: \"String\"\n }\n },\n singleSignOnUrl: {\n serializedName: \"singleSignOnUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MonitoredSubscriptionPropertiesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscriptionPropertiesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscriptionProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MonitoredSubscriptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscriptionProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionList\"\n }\n }\n }\n }\n};\n\nexport const SubscriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionList\",\n modelProperties: {\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n monitoredSubscriptionList: {\n serializedName: \"monitoredSubscriptionList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscription\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MonitoredSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscription\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"String\"\n }\n },\n tagRules: {\n serializedName: \"tagRules\",\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesProperties\"\n }\n }\n }\n }\n};\n"]}
|
@@ -5,7 +5,7 @@
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
|
-
import { DatadogAgreementResource as DatadogAgreementResourceMapper, DatadogApiKey as DatadogApiKeyMapper, DatadogMonitorResource as DatadogMonitorResourceMapper, DatadogMonitorResourceUpdateParameters as DatadogMonitorResourceUpdateParametersMapper, MonitoringTagRules as MonitoringTagRulesMapper, DatadogSingleSignOnResource as DatadogSingleSignOnResourceMapper, MonitoredSubscriptionProperties as MonitoredSubscriptionPropertiesMapper } from "../models/mappers";
|
8
|
+
import { DatadogAgreementResource as DatadogAgreementResourceMapper, DatadogApiKey as DatadogApiKeyMapper, DatadogMonitorResource as DatadogMonitorResourceMapper, DatadogMonitorResourceUpdateParameters as DatadogMonitorResourceUpdateParametersMapper, MonitoringTagRules as MonitoringTagRulesMapper, DatadogSingleSignOnResource as DatadogSingleSignOnResourceMapper, MonitoredSubscriptionProperties as MonitoredSubscriptionPropertiesMapper } from "../models/mappers.js";
|
9
9
|
export const accept = {
|
10
10
|
parameterPath: "accept",
|
11
11
|
mapper: {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n DatadogAgreementResource as DatadogAgreementResourceMapper,\n DatadogApiKey as DatadogApiKeyMapper,\n DatadogMonitorResource as DatadogMonitorResourceMapper,\n DatadogMonitorResourceUpdateParameters as DatadogMonitorResourceUpdateParametersMapper,\n MonitoringTagRules as MonitoringTagRulesMapper,\n DatadogSingleSignOnResource as DatadogSingleSignOnResourceMapper,\n MonitoredSubscriptionProperties as MonitoredSubscriptionPropertiesMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-01-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: DatadogAgreementResourceMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const datadogOrganizationId: OperationQueryParameter = {\n parameterPath: \"datadogOrganizationId\",\n mapper: {\n serializedName: \"datadogOrganizationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const monitorName: OperationURLParameter = {\n parameterPath: \"monitorName\",\n mapper: {\n serializedName: \"monitorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body1: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: DatadogApiKeyMapper\n};\n\nexport const body2: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: DatadogMonitorResourceMapper\n};\n\nexport const body3: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: DatadogMonitorResourceUpdateParametersMapper\n};\n\nexport const body4: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MonitoringTagRulesMapper\n};\n\nexport const ruleSetName: OperationURLParameter = {\n parameterPath: \"ruleSetName\",\n mapper: {\n serializedName: \"ruleSetName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body5: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: DatadogSingleSignOnResourceMapper\n};\n\nexport const configurationName: OperationURLParameter = {\n parameterPath: \"configurationName\",\n mapper: {\n serializedName: \"configurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body6: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MonitoredSubscriptionPropertiesMapper\n};\n"]}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
-
import { CreationSupported } from "../operationsInterfaces";
|
3
|
-
import { MicrosoftDatadogClient } from "../microsoftDatadogClient";
|
4
|
-
import { CreateResourceSupportedResponse, CreationSupportedListOptionalParams, CreationSupportedGetOptionalParams, CreationSupportedGetResponse } from "../models";
|
2
|
+
import { CreationSupported } from "../operationsInterfaces/index.js";
|
3
|
+
import { MicrosoftDatadogClient } from "../microsoftDatadogClient.js";
|
4
|
+
import { CreateResourceSupportedResponse, CreationSupportedListOptionalParams, CreationSupportedGetOptionalParams, CreationSupportedGetResponse } from "../models/index.js";
|
5
5
|
/** Class containing CreationSupported operations. */
|
6
6
|
export declare class CreationSupportedImpl implements CreationSupported {
|
7
7
|
private readonly client;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"creationSupported.d.ts","sourceRoot":"","sources":["../../../src/operations/creationSupported.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAIrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,+BAA+B,EAC/B,mCAAmC,EAEnC,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,qBAAa,qBAAsB,YAAW,iBAAiB;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;OAIG;IACI,IAAI,CACT,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,+BAA+B,CAAC;YAkB/C,cAAc;YAUd,aAAa;IAY5B;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAUb;;;;OAIG;IACH,GAAG,CACD,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;CAMzC"}
|
@@ -7,8 +7,8 @@
|
|
7
7
|
*/
|
8
8
|
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
9
|
import * as coreClient from "@azure/core-client";
|
10
|
-
import * as Mappers from "../models/mappers";
|
11
|
-
import * as Parameters from "../models/parameters";
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
12
12
|
/// <reference lib="esnext.asynciterable" />
|
13
13
|
/** Class containing CreationSupported operations. */
|
14
14
|
export class CreationSupportedImpl {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"creationSupported.js","sourceRoot":"","sources":["../../../src/operations/creationSupported.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { CreationSupported } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MicrosoftDatadogClient } from \"../microsoftDatadogClient.js\";\nimport {\n CreateResourceSupportedResponse,\n CreationSupportedListOptionalParams,\n CreationSupportedListResponse,\n CreationSupportedGetOptionalParams,\n CreationSupportedGetResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CreationSupported operations. */\nexport class CreationSupportedImpl implements CreationSupported {\n private readonly client: MicrosoftDatadogClient;\n\n /**\n * Initialize a new instance of the class CreationSupported class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftDatadogClient) {\n this.client = client;\n }\n\n /**\n * Informs if the current subscription is being already monitored for selected Datadog organization.\n * @param datadogOrganizationId Datadog Organization Id\n * @param options The options parameters.\n */\n public list(\n datadogOrganizationId: string,\n options?: CreationSupportedListOptionalParams\n ): PagedAsyncIterableIterator<CreateResourceSupportedResponse> {\n const iter = this.listPagingAll(datadogOrganizationId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(datadogOrganizationId, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n datadogOrganizationId: string,\n options?: CreationSupportedListOptionalParams,\n _settings?: PageSettings\n ): AsyncIterableIterator<CreateResourceSupportedResponse[]> {\n let result: CreationSupportedListResponse;\n result = await this._list(datadogOrganizationId, options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n datadogOrganizationId: string,\n options?: CreationSupportedListOptionalParams\n ): AsyncIterableIterator<CreateResourceSupportedResponse> {\n for await (const page of this.listPagingPage(\n datadogOrganizationId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Informs if the current subscription is being already monitored for selected Datadog organization.\n * @param datadogOrganizationId Datadog Organization Id\n * @param options The options parameters.\n */\n private _list(\n datadogOrganizationId: string,\n options?: CreationSupportedListOptionalParams\n ): Promise<CreationSupportedListResponse> {\n return this.client.sendOperationRequest(\n { datadogOrganizationId, options },\n listOperationSpec\n );\n }\n\n /**\n * Informs if the current subscription is being already monitored for selected Datadog organization.\n * @param datadogOrganizationId Datadog Organization Id\n * @param options The options parameters.\n */\n get(\n datadogOrganizationId: string,\n options?: CreationSupportedGetOptionalParams\n ): Promise<CreationSupportedGetResponse> {\n return this.client.sendOperationRequest(\n { datadogOrganizationId, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Datadog/subscriptionStatuses\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CreateResourceSupportedResponseList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.datadogOrganizationId],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Datadog/subscriptionStatuses/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CreateResourceSupportedResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.datadogOrganizationId],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export * from "./marketplaceAgreements.js";
|
2
|
+
export * from "./creationSupported.js";
|
3
|
+
export * from "./monitors.js";
|
4
|
+
export * from "./operations.js";
|
5
|
+
export * from "./tagRules.js";
|
6
|
+
export * from "./singleSignOnConfigurations.js";
|
7
|
+
export * from "./monitoredSubscriptions.js";
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC"}
|
@@ -0,0 +1,15 @@
|
|
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
|
+
export * from "./marketplaceAgreements.js";
|
9
|
+
export * from "./creationSupported.js";
|
10
|
+
export * from "./monitors.js";
|
11
|
+
export * from "./operations.js";
|
12
|
+
export * from "./tagRules.js";
|
13
|
+
export * from "./singleSignOnConfigurations.js";
|
14
|
+
export * from "./monitoredSubscriptions.js";
|
15
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC","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\nexport * from \"./marketplaceAgreements.js\";\nexport * from \"./creationSupported.js\";\nexport * from \"./monitors.js\";\nexport * from \"./operations.js\";\nexport * from \"./tagRules.js\";\nexport * from \"./singleSignOnConfigurations.js\";\nexport * from \"./monitoredSubscriptions.js\";\n"]}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
-
import { MarketplaceAgreements } from "../operationsInterfaces";
|
3
|
-
import { MicrosoftDatadogClient } from "../microsoftDatadogClient";
|
4
|
-
import { DatadogAgreementResource, MarketplaceAgreementsListOptionalParams, MarketplaceAgreementsCreateOrUpdateOptionalParams, MarketplaceAgreementsCreateOrUpdateResponse } from "../models";
|
2
|
+
import { MarketplaceAgreements } from "../operationsInterfaces/index.js";
|
3
|
+
import { MicrosoftDatadogClient } from "../microsoftDatadogClient.js";
|
4
|
+
import { DatadogAgreementResource, MarketplaceAgreementsListOptionalParams, MarketplaceAgreementsCreateOrUpdateOptionalParams, MarketplaceAgreementsCreateOrUpdateResponse } from "../models/index.js";
|
5
5
|
/** Class containing MarketplaceAgreements operations. */
|
6
6
|
export declare class MarketplaceAgreementsImpl implements MarketplaceAgreements {
|
7
7
|
private readonly client;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"marketplaceAgreements.d.ts","sourceRoot":"","sources":["../../../src/operations/marketplaceAgreements.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAIzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,wBAAwB,EAExB,uCAAuC,EAEvC,iDAAiD,EACjD,2CAA2C,EAE5C,MAAM,oBAAoB,CAAC;AAG5B,yDAAyD;AACzD,qBAAa,yBAA0B,YAAW,qBAAqB;IACrE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,wBAAwB,CAAC;YAkBxC,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;OAGG;IACH,cAAc,CACZ,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC;IAOvD;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
@@ -6,10 +6,10 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
10
10
|
import * as coreClient from "@azure/core-client";
|
11
|
-
import * as Mappers from "../models/mappers";
|
12
|
-
import * as Parameters from "../models/parameters";
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
13
13
|
/// <reference lib="esnext.asynciterable" />
|
14
14
|
/** Class containing MarketplaceAgreements operations. */
|
15
15
|
export class MarketplaceAgreementsImpl {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"marketplaceAgreements.js","sourceRoot":"","sources":["../../../src/operations/marketplaceAgreements.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { MarketplaceAgreements } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MicrosoftDatadogClient } from \"../microsoftDatadogClient.js\";\nimport {\n DatadogAgreementResource,\n MarketplaceAgreementsListNextOptionalParams,\n MarketplaceAgreementsListOptionalParams,\n MarketplaceAgreementsListResponse,\n MarketplaceAgreementsCreateOrUpdateOptionalParams,\n MarketplaceAgreementsCreateOrUpdateResponse,\n MarketplaceAgreementsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing MarketplaceAgreements operations. */\nexport class MarketplaceAgreementsImpl implements MarketplaceAgreements {\n private readonly client: MicrosoftDatadogClient;\n\n /**\n * Initialize a new instance of the class MarketplaceAgreements class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftDatadogClient) {\n this.client = client;\n }\n\n /**\n * List Datadog marketplace agreements in the subscription.\n * @param options The options parameters.\n */\n public list(\n options?: MarketplaceAgreementsListOptionalParams\n ): PagedAsyncIterableIterator<DatadogAgreementResource> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: MarketplaceAgreementsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DatadogAgreementResource[]> {\n let result: MarketplaceAgreementsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: MarketplaceAgreementsListOptionalParams\n ): AsyncIterableIterator<DatadogAgreementResource> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List Datadog marketplace agreements in the subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: MarketplaceAgreementsListOptionalParams\n ): Promise<MarketplaceAgreementsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Create Datadog marketplace agreement in the subscription.\n * @param options The options parameters.\n */\n createOrUpdate(\n options?: MarketplaceAgreementsCreateOrUpdateOptionalParams\n ): Promise<MarketplaceAgreementsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: MarketplaceAgreementsListNextOptionalParams\n ): Promise<MarketplaceAgreementsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatadogAgreementResourceListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatadogAgreementResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.body,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatadogAgreementResourceListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
-
import { MonitoredSubscriptions } from "../operationsInterfaces";
|
3
|
-
import { MicrosoftDatadogClient } from "../microsoftDatadogClient";
|
2
|
+
import { MonitoredSubscriptions } from "../operationsInterfaces/index.js";
|
3
|
+
import { MicrosoftDatadogClient } from "../microsoftDatadogClient.js";
|
4
4
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
5
|
-
import { MonitoredSubscriptionProperties, MonitoredSubscriptionsListOptionalParams, MonitoredSubscriptionsGetOptionalParams, MonitoredSubscriptionsGetResponse, MonitoredSubscriptionsCreateorUpdateOptionalParams, MonitoredSubscriptionsCreateorUpdateResponse, MonitoredSubscriptionsUpdateOptionalParams, MonitoredSubscriptionsUpdateResponse, MonitoredSubscriptionsDeleteOptionalParams } from "../models";
|
5
|
+
import { MonitoredSubscriptionProperties, MonitoredSubscriptionsListOptionalParams, MonitoredSubscriptionsGetOptionalParams, MonitoredSubscriptionsGetResponse, MonitoredSubscriptionsCreateorUpdateOptionalParams, MonitoredSubscriptionsCreateorUpdateResponse, MonitoredSubscriptionsUpdateOptionalParams, MonitoredSubscriptionsUpdateResponse, MonitoredSubscriptionsDeleteOptionalParams } from "../models/index.js";
|
6
6
|
/** Class containing MonitoredSubscriptions operations. */
|
7
7
|
export declare class MonitoredSubscriptionsImpl implements MonitoredSubscriptions {
|
8
8
|
private readonly client;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"monitoredSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/monitoredSubscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,+BAA+B,EAC/B,wCAAwC,EAExC,uCAAuC,EACvC,iCAAiC,EACjC,kDAAkD,EAClD,4CAA4C,EAC5C,0CAA0C,EAC1C,oCAAoC,EACpC,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,+BAA+B,CAAC;YAuB/C,cAAc;YAWd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,4CAA4C,CAAC,EAC5D,4CAA4C,CAC7C,CACF;IAwDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC;IAUxD;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF;IAwDD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAUhD;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAqDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC;CASjB"}
|