@azure/arm-informaticadatamanagement 1.0.1-alpha.20250207.1 → 1.0.1-alpha.20250210.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/README.md +23 -16
- 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-esm/src → dist/browser}/informaticaDataManagement.d.ts +2 -2
- package/dist/browser/informaticaDataManagement.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/informaticaDataManagement.js +15 -18
- package/dist/browser/informaticaDataManagement.js.map +1 -0
- package/dist/browser/lroImpl.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/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
- package/dist/browser/operations/index.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/organizations.d.ts +3 -3
- package/dist/browser/operations/organizations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organizations.js +79 -87
- package/dist/browser/operations/organizations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serverlessRuntimes.d.ts +3 -3
- package/dist/browser/operations/serverlessRuntimes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serverlessRuntimes.js +88 -96
- package/dist/browser/operations/serverlessRuntimes.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.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/organizations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/organizations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/organizations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/serverlessRuntimes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serverlessRuntimes.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/informaticaDataManagement.d.ts +22 -0
- package/dist/commonjs/informaticaDataManagement.d.ts.map +1 -0
- package/dist/commonjs/informaticaDataManagement.js +104 -0
- package/dist/commonjs/informaticaDataManagement.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 +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-informaticadatamanagement.d.ts → dist/commonjs/models/index.d.ts} +908 -1221
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +81 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +58 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1938 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +136 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.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/organizations.d.ts +113 -0
- package/dist/commonjs/operations/organizations.d.ts.map +1 -0
- package/dist/commonjs/operations/organizations.js +553 -0
- package/dist/commonjs/operations/organizations.js.map +1 -0
- package/dist/commonjs/operations/serverlessRuntimes.d.ts +115 -0
- package/dist/commonjs/operations/serverlessRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operations/serverlessRuntimes.js +509 -0
- package/dist/commonjs/operations/serverlessRuntimes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.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/organizations.d.ts +77 -0
- package/dist/commonjs/operationsInterfaces/organizations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/organizations.js +10 -0
- package/dist/commonjs/operationsInterfaces/organizations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
- package/dist/commonjs/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverlessRuntimes.js +10 -0
- package/dist/commonjs/operationsInterfaces/serverlessRuntimes.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/informaticaDataManagement.d.ts +22 -0
- package/dist/esm/informaticaDataManagement.d.ts.map +1 -0
- package/dist/esm/informaticaDataManagement.js +99 -0
- package/dist/esm/informaticaDataManagement.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 +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +908 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +78 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +58 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1934 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +133 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.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/organizations.d.ts +113 -0
- package/dist/esm/operations/organizations.d.ts.map +1 -0
- package/dist/esm/operations/organizations.js +549 -0
- package/dist/esm/operations/organizations.js.map +1 -0
- package/dist/esm/operations/serverlessRuntimes.d.ts +115 -0
- package/dist/esm/operations/serverlessRuntimes.d.ts.map +1 -0
- package/dist/esm/operations/serverlessRuntimes.js +505 -0
- package/dist/esm/operations/serverlessRuntimes.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -4
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/organizations.d.ts +77 -0
- package/dist/esm/operationsInterfaces/organizations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/organizations.js +9 -0
- package/dist/esm/operationsInterfaces/organizations.js.map +1 -0
- package/dist/esm/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
- package/dist/esm/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serverlessRuntimes.js +9 -0
- package/dist/esm/operationsInterfaces/serverlessRuntimes.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/informaticaDataManagement.d.ts +22 -0
- package/dist/react-native/informaticaDataManagement.d.ts.map +1 -0
- package/dist/react-native/informaticaDataManagement.js +99 -0
- package/dist/react-native/informaticaDataManagement.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 +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +908 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +78 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +58 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1934 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +133 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.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/organizations.d.ts +113 -0
- package/dist/react-native/operations/organizations.d.ts.map +1 -0
- package/dist/react-native/operations/organizations.js +549 -0
- package/dist/react-native/operations/organizations.js.map +1 -0
- package/dist/react-native/operations/serverlessRuntimes.d.ts +115 -0
- package/dist/react-native/operations/serverlessRuntimes.d.ts.map +1 -0
- package/dist/react-native/operations/serverlessRuntimes.js +505 -0
- package/dist/react-native/operations/serverlessRuntimes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.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/organizations.d.ts +77 -0
- package/dist/react-native/operationsInterfaces/organizations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/organizations.js +9 -0
- package/dist/react-native/operationsInterfaces/organizations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
- package/dist/react-native/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serverlessRuntimes.js +9 -0
- package/dist/react-native/operationsInterfaces/serverlessRuntimes.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 +70 -42
- package/dist/index.js +0 -3563
- 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/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -82
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.js +0 -90
- package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsDeleteSample.js +0 -54
- package/dist-esm/samples-dev/organizationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.js +0 -54
- package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsGetSample.js +0 -54
- package/dist-esm/samples-dev/organizationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.js +0 -54
- package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/organizationsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/organizationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsUpdateSample.js +0 -80
- package/dist-esm/samples-dev/organizationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.js +0 -56
- package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.js +0 -106
- package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesGetSample.js +0 -56
- package/dist-esm/samples-dev/serverlessRuntimesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.js +0 -52
- package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.js +0 -37
- package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.js +0 -37
- package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.js +0 -107
- package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.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/informaticaDataManagement.d.ts.map +0 -1
- package/dist-esm/src/informaticaDataManagement.js.map +0 -1
- package/dist-esm/src/lroImpl.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/index.d.ts +0 -4
- package/dist-esm/src/operations/index.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/organizations.d.ts.map +0 -1
- package/dist-esm/src/operations/organizations.js.map +0 -1
- package/dist-esm/src/operations/serverlessRuntimes.d.ts.map +0 -1
- package/dist-esm/src/operations/serverlessRuntimes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverlessRuntimes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverlessRuntimes.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/informaticadatamanagement_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/informaticadatamanagement_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/informaticadatamanagement_operations_test.spec.js +0 -74
- package/dist-esm/test/informaticadatamanagement_operations_test.spec.js.map +0 -1
- package/src/informaticaDataManagement.ts +0 -153
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1041
- package/src/models/mappers.ts +0 -2020
- package/src/models/parameters.ts +0 -156
- package/src/operations/operations.ts +0 -149
- package/src/operations/organizations.ts +0 -723
- package/src/operations/serverlessRuntimes.ts +0 -707
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/organizations.ts +0 -153
- package/src/operationsInterfaces/serverlessRuntimes.ts +0 -177
- 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/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/organizations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverlessRuntimes.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.KnownApplicationType = exports.KnownPlatformType = exports.KnownRuntimeType = exports.KnownCreatedByType = exports.KnownProvisioningState = exports.KnownActionType = exports.KnownOrigin = void 0;
|
|
11
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
12
|
+
var KnownOrigin;
|
|
13
|
+
(function (KnownOrigin) {
|
|
14
|
+
/** User */
|
|
15
|
+
KnownOrigin["User"] = "user";
|
|
16
|
+
/** System */
|
|
17
|
+
KnownOrigin["System"] = "system";
|
|
18
|
+
/** UserSystem */
|
|
19
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
20
|
+
})(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
|
|
21
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
22
|
+
var KnownActionType;
|
|
23
|
+
(function (KnownActionType) {
|
|
24
|
+
/** Internal */
|
|
25
|
+
KnownActionType["Internal"] = "Internal";
|
|
26
|
+
})(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
|
|
27
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
28
|
+
var KnownProvisioningState;
|
|
29
|
+
(function (KnownProvisioningState) {
|
|
30
|
+
/** Organization resource creation request accepted */
|
|
31
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
32
|
+
/** Organization resource creation started */
|
|
33
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
34
|
+
/** Organization resource is being updated */
|
|
35
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
36
|
+
/** Organization resource deletion started */
|
|
37
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
38
|
+
/** Organization resource creation successful */
|
|
39
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
40
|
+
/** Organization resource creation failed */
|
|
41
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
42
|
+
/** Organization resource creation canceled */
|
|
43
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
44
|
+
/** Organization resource is deleted */
|
|
45
|
+
KnownProvisioningState["Deleted"] = "Deleted";
|
|
46
|
+
/** Organization resource state is unknown */
|
|
47
|
+
KnownProvisioningState["NotSpecified"] = "NotSpecified";
|
|
48
|
+
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
49
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
50
|
+
var KnownCreatedByType;
|
|
51
|
+
(function (KnownCreatedByType) {
|
|
52
|
+
/** User */
|
|
53
|
+
KnownCreatedByType["User"] = "User";
|
|
54
|
+
/** Application */
|
|
55
|
+
KnownCreatedByType["Application"] = "Application";
|
|
56
|
+
/** ManagedIdentity */
|
|
57
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
58
|
+
/** Key */
|
|
59
|
+
KnownCreatedByType["Key"] = "Key";
|
|
60
|
+
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
61
|
+
/** Known values of {@link RuntimeType} that the service accepts. */
|
|
62
|
+
var KnownRuntimeType;
|
|
63
|
+
(function (KnownRuntimeType) {
|
|
64
|
+
/** Serverless Runtime type */
|
|
65
|
+
KnownRuntimeType["Serverless"] = "SERVERLESS";
|
|
66
|
+
})(KnownRuntimeType || (exports.KnownRuntimeType = KnownRuntimeType = {}));
|
|
67
|
+
/** Known values of {@link PlatformType} that the service accepts. */
|
|
68
|
+
var KnownPlatformType;
|
|
69
|
+
(function (KnownPlatformType) {
|
|
70
|
+
/** Azure platform type */
|
|
71
|
+
KnownPlatformType["Azure"] = "AZURE";
|
|
72
|
+
})(KnownPlatformType || (exports.KnownPlatformType = KnownPlatformType = {}));
|
|
73
|
+
/** Known values of {@link ApplicationType} that the service accepts. */
|
|
74
|
+
var KnownApplicationType;
|
|
75
|
+
(function (KnownApplicationType) {
|
|
76
|
+
/** Data Integration */
|
|
77
|
+
KnownApplicationType["CDI"] = "CDI";
|
|
78
|
+
/** Advanced Data Integration */
|
|
79
|
+
KnownApplicationType["Cdie"] = "CDIE";
|
|
80
|
+
})(KnownApplicationType || (exports.KnownApplicationType = KnownApplicationType = {}));
|
|
81
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AA4rBH,+DAA+D;AAC/D,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B;AAWD,0EAA0E;AAC1E,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAChC,sDAAsD;IACtD,+CAAqB,CAAA;IACrB,6CAA6C;IAC7C,+CAAqB,CAAA;IACrB,6CAA6C;IAC7C,+CAAqB,CAAA;IACrB,6CAA6C;IAC7C,+CAAqB,CAAA;IACrB,gDAAgD;IAChD,iDAAuB,CAAA;IACvB,4CAA4C;IAC5C,2CAAiB,CAAA;IACjB,8CAA8C;IAC9C,+CAAqB,CAAA;IACrB,uCAAuC;IACvC,6CAAmB,CAAA;IACnB,6CAA6C;IAC7C,uDAA6B,CAAA;AAC/B,CAAC,EAnBW,sBAAsB,sCAAtB,sBAAsB,QAmBjC;AAmBD,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AAcD,oEAAoE;AACpE,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,8BAA8B;IAC9B,6CAAyB,CAAA;AAC3B,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAWD,qEAAqE;AACrE,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,0BAA0B;IAC1B,oCAAe,CAAA;AACjB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAWD,wEAAwE;AACxE,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,uBAAuB;IACvB,mCAAW,CAAA;IACX,gCAAgC;IAChC,qCAAa,CAAA;AACf,CAAC,EALW,oBAAoB,oCAApB,oBAAoB,QAK/B","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/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The response of a InformaticaOrganizationResource list operation. */\nexport interface InformaticaOrganizationResourceListResult {\n /** The InformaticaOrganizationResource items on this page */\n value: InformaticaOrganizationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Properties specific to the Informatica DataManagement Organization resource. */\nexport interface OrganizationProperties {\n /**\n * Provisioning State of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Informatica Organization properties. */\n informaticaProperties?: InformaticaProperties;\n /** Marketplace details. */\n marketplaceDetails?: MarketplaceDetails;\n /** User details */\n userDetails?: UserDetails;\n /** Company details. */\n companyDetails?: CompanyDetails;\n /** Link Organization */\n linkOrganization?: LinkOrganization;\n}\n\n/** Properties of the Informatica organization. */\nexport interface InformaticaProperties {\n /** Organization id */\n organizationId?: string;\n /** Organization name */\n organizationName?: string;\n /** Informatica organization region */\n informaticaRegion?: string;\n /** Single sing on URL for informatica organization */\n singleSignOnUrl?: string;\n}\n\n/** Marketplace details. */\nexport interface MarketplaceDetails {\n /** Marketplace Subscription Id */\n marketplaceSubscriptionId?: string;\n /** Marketplace offer details. */\n offerDetails: OfferDetails;\n}\n\n/** Details of the product offering. */\nexport interface OfferDetails {\n /** Id of the product publisher. */\n publisherId: string;\n /** Id of the product offering. */\n offerId: string;\n /** Id of the product offer plan. */\n planId: string;\n /** Name of the product offer plan. */\n planName: string;\n /** Offer plan term unit. */\n termUnit?: string;\n /** Offer plan term id. */\n termId: string;\n}\n\n/** User Info of Informatica Organization resource. */\nexport interface UserDetails {\n /** User first name. */\n firstName?: string;\n /** User last name. */\n lastName?: string;\n /** User email address. */\n emailAddress?: string;\n /** UPN of user */\n upn?: string;\n /** Phone number of the user used by for contacting them if needed */\n phoneNumber?: string;\n}\n\n/** Company Details. */\nexport interface CompanyDetails {\n /** company Name */\n companyName?: string;\n /** Office Address */\n officeAddress?: string;\n /** Country name */\n country?: string;\n /** Domain name */\n domain?: string;\n /** Business phone number */\n business?: string;\n /** Number Of Employees */\n numberOfEmployees?: number;\n}\n\n/** Link Organization */\nexport interface LinkOrganization {\n /** Link organization token */\n token?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The template for adding optional properties. */\nexport interface InformaticaOrganizationResourceUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource */\n properties?: OrganizationPropertiesCustomUpdate;\n}\n\n/** Patchable Properties of the Informatica Organization resource */\nexport interface OrganizationPropertiesCustomUpdate {\n /** Informatica Organization properties */\n informaticaOrganizationProperties?: InformaticaOrganizationResourceUpdate;\n /** Marketplace details */\n marketplaceDetails?: MarketplaceDetailsUpdate;\n /** User details */\n userDetails?: UserDetailsUpdate;\n /** Company Details */\n companyDetails?: CompanyDetailsUpdate;\n /** Existing Resource Id */\n existingResourceId?: string;\n}\n\n/** Marketplace details */\nexport interface MarketplaceDetailsUpdate {\n /** Marketplace Subscription Id */\n marketplaceSubscriptionId?: string;\n /** Marketplace offer details. */\n offerDetails?: OfferDetailsUpdate;\n}\n\n/** Details of the product offering */\nexport interface OfferDetailsUpdate {\n /** Id of the product publisher. */\n publisherId?: string;\n /** Id of the product offering. */\n offerId?: string;\n /** Id of the product offer plan. */\n planId?: string;\n /** Name of the product offer plan. */\n planName?: string;\n /** Offer plan term unit. */\n termUnit?: string;\n /** Offer plan term id. */\n termId?: string;\n}\n\n/** User Info of Informatica Organization resource */\nexport interface UserDetailsUpdate {\n /** User first name. */\n firstName?: string;\n /** User last name. */\n lastName?: string;\n /** User email address. */\n emailAddress?: string;\n /** UPN of user */\n upn?: string;\n /** Phone number of the user used by for contacting them if needed */\n phoneNumber?: string;\n}\n\n/** Company details of Informatica Organization resource */\nexport interface CompanyDetailsUpdate {\n /** company Name */\n companyName?: string;\n /** Office Address */\n officeAddress?: string;\n /** Country name */\n country?: string;\n /** Domain name */\n domain?: string;\n /** Business phone number */\n business?: string;\n /** Number Of Employees */\n numberOfEmployees?: number;\n}\n\n/** A list of serverless runtime resources as fetched using the informatica APIs */\nexport interface InformaticaServerlessRuntimeResourceList {\n /** List of runtime resources for the fetch all API */\n informaticaRuntimeResources: InfaRuntimeResourceFetchMetaData[];\n}\n\n/** Informatica runtime resource metadata as received via the informatica fetch all runtime environments API */\nexport interface InfaRuntimeResourceFetchMetaData {\n /** Environment name */\n name: string;\n /** Created time */\n createdTime: string;\n /** Updated Time */\n updatedTime: string;\n /** Created by */\n createdBy: string;\n /** Last Updated by */\n updatedBy: string;\n /** Informatica serverless runtime id */\n id: string;\n /** Environment Type */\n type: RuntimeType;\n /** Status of the environment */\n status: string;\n /** Display message for the given status */\n statusLocalized: string;\n /** status message */\n statusMessage: string;\n /** Serverless Config Properties */\n serverlessConfigProperties: InfaServerlessFetchConfigProperties;\n /** Description of the runtime resource */\n description?: string;\n}\n\n/** InfaServerlessFetchConfigProperties for the fetch all serverless API as received from informatica API response */\nexport interface InfaServerlessFetchConfigProperties {\n /** subnet name */\n subnet?: string;\n /** applicationType name */\n applicationType?: string;\n /** Resource group name */\n resourceGroupName?: string;\n /** Advanced custom properties */\n advancedCustomProperties?: string;\n /** Supplementary File location */\n supplementaryFileLocation?: string;\n /** Serverless Account Platform */\n platform?: string;\n /** Tags for the resource */\n tags?: string;\n /** virtual network */\n vnet?: string;\n /** Execution timeout */\n executionTimeout?: string;\n /** Compute Units */\n computeUnits?: string;\n /** Tenant ID */\n tenantId?: string;\n /** subscription ID */\n subscriptionId?: string;\n /** region name for the runtime environment */\n region?: string;\n /** Serverless Arm Resource ID */\n serverlessArmResourceId?: string;\n}\n\n/** Serverless Runtime environment Metadata response. */\nexport interface ServerlessMetadataResponse {\n /** type of the runtime environment. */\n type?: RuntimeType;\n /** serverless config properties */\n serverlessConfigProperties?: ServerlessConfigProperties;\n /** serverless runtime config properties */\n serverlessRuntimeConfigProperties?: ServerlessRuntimeConfigProperties;\n}\n\n/** Metadata Serverless Config Properties */\nexport interface ServerlessConfigProperties {\n /** Platform types */\n platform?: PlatformType;\n /** List of application types supported by informatica */\n applicationTypes?: ApplicationTypeMetadata[];\n /** The list of compute units with possible array of values */\n computeUnits?: ComputeUnitsMetadata[];\n /** Serverless Runtime execution timeout */\n executionTimeout?: string;\n /** List of supported serverless informatica regions */\n regions?: RegionsMetadata[];\n}\n\n/** Informatica Serverless Runtime Application type Metadata */\nexport interface ApplicationTypeMetadata {\n /** Application type name */\n name?: string;\n /** Application type value */\n value?: string;\n}\n\n/** Informatica Serverless Runtime Application type Metadata */\nexport interface ComputeUnitsMetadata {\n /** ComputeUnit name */\n name?: string;\n /** ComputeUnit value */\n value?: string[];\n}\n\n/** Informatica Serverless Runtime Regions Metadata */\nexport interface RegionsMetadata {\n /** Region Id */\n id?: string;\n /** Region name */\n name?: string;\n}\n\n/** Serverless Runtime config properties. */\nexport interface ServerlessRuntimeConfigProperties {\n /** The List of Informatica Serverless Runtime CDI Config Properties. */\n cdiConfigProps?: CdiConfigProps[];\n /** The List of Informatica Serverless Runtime CDIE Config Properties. */\n cdieConfigProps?: CdiConfigProps[];\n}\n\n/** Informatica CDI Configuration Properties. */\nexport interface CdiConfigProps {\n /** EngineName of the application config. */\n engineName: string;\n /** EngineVersion of the application config. */\n engineVersion: string;\n /** ApplicationConfigs of the CDI or CDIE. */\n applicationConfigs: ApplicationConfigs[];\n}\n\n/** Application configs */\nexport interface ApplicationConfigs {\n /** Type of the application config. */\n type: string;\n /** Name of the application config. */\n name: string;\n /** Value of the application config. */\n value: string;\n /** Platform type of the application config. */\n platform: string;\n /** Customized value of the application config. */\n customized: string;\n /** Default value of the application config. */\n defaultValue: string;\n}\n\n/** The response of a InformaticaServerlessRuntimeResource list operation. */\nexport interface InformaticaServerlessRuntimeResourceListResult {\n /** The InformaticaServerlessRuntimeResource items on this page */\n value: InformaticaServerlessRuntimeResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Serverless Runtime properties. */\nexport interface InformaticaServerlessRuntimeProperties {\n /**\n * Provisioning State of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** description of the serverless runtime. */\n description?: string;\n /** Platform type of the Serverless Runtime. */\n platform?: PlatformType;\n /** Application type of the Serverless Runtime environment. */\n applicationType?: ApplicationType;\n /** Compute units of the serverless runtime. */\n computeUnits?: string;\n /** Serverless Execution timeout */\n executionTimeout?: string;\n /** Serverless account creation location */\n serverlessAccountLocation: string;\n /** Informatica Serverless Network profile properties. */\n serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfile;\n /** String KV pairs indicating Advanced custom properties. */\n advancedCustomProperties?: AdvancedCustomProperties[];\n /** Supplementary file location. */\n supplementaryFileLocation?: string;\n /** Serverless config properties */\n serverlessRuntimeConfig?: ServerlessRuntimeConfigProperties;\n /** Serverless Runtime Tags */\n serverlessRuntimeTags?: ServerlessRuntimeTag[];\n /** Serverless runtime user context properties */\n serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextProperties;\n}\n\n/** Informatica Serverless Runtime Network Profile. */\nexport interface ServerlessRuntimeNetworkProfile {\n /** Network Interface Configuration Profile */\n networkInterfaceConfiguration: NetworkInterfaceConfiguration;\n}\n\n/** Informatica Serverless Runtime Network Interface configurations. */\nexport interface NetworkInterfaceConfiguration {\n /** Virtual network resource id */\n vnetId: string;\n /** Virtual network subnet resource id */\n subnetId: string;\n /** Virtual network resource guid */\n vnetResourceGuid?: string;\n}\n\n/** Informatica Serverless advanced custom properties */\nexport interface AdvancedCustomProperties {\n /** advanced custom properties key */\n key?: string;\n /** advanced custom properties value */\n value?: string;\n}\n\n/** Serverless Runtime Tags */\nexport interface ServerlessRuntimeTag {\n /** The name (also known as the key) of the tag. */\n name?: string;\n /** The value of the tag. */\n value?: string;\n}\n\n/** Informatica Serverless Runtime User context properties */\nexport interface ServerlessRuntimeUserContextProperties {\n /** User context token for OBO flow. */\n userContextToken: string;\n}\n\n/** The template for adding optional properties. */\nexport interface InformaticaServerlessRuntimeResourceUpdate {\n /** Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource */\n properties?: ServerlessRuntimePropertiesCustomUpdate;\n}\n\n/** Patchable Properties of the Informatica Serverless Runtime resource */\nexport interface ServerlessRuntimePropertiesCustomUpdate {\n /** description of the serverless runtime. */\n description?: string;\n /** Platform type of the Serverless Runtime. */\n platform?: PlatformType;\n /** Application type of the Serverless Runtime environment. */\n applicationType?: ApplicationType;\n /** Compute units of the serverless runtime. */\n computeUnits?: string;\n /** Serverless Execution timeout */\n executionTimeout?: string;\n /** Serverless account creation location */\n serverlessAccountLocation?: string;\n /** Informatica Serverless Network profile properties. */\n serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfileUpdate;\n /** String KV pairs indicating Advanced custom properties. */\n advancedCustomProperties?: AdvancedCustomProperties[];\n /** Supplementary file location. */\n supplementaryFileLocation?: string;\n /** Serverless config properties */\n serverlessRuntimeConfig?: ServerlessRuntimeConfigPropertiesUpdate;\n /** Serverless Runtime Tags */\n serverlessRuntimeTags?: ServerlessRuntimeTag[];\n /** Serverless runtime user context properties */\n serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextPropertiesUpdate;\n}\n\n/** Informatica Serverless Network profile properties update. */\nexport interface ServerlessRuntimeNetworkProfileUpdate {\n /** Network Interface Configuration Profile Update */\n networkInterfaceConfiguration?: NetworkInterfaceConfigurationUpdate;\n}\n\n/** The template for adding optional properties. */\nexport interface NetworkInterfaceConfigurationUpdate {\n /** Virtual network resource id */\n vnetId?: string;\n /** Virtual network subnet resource id */\n subnetId?: string;\n /** Virtual network resource guid */\n vnetResourceGuid?: string;\n}\n\n/** The template for adding optional properties. */\nexport interface ServerlessRuntimeConfigPropertiesUpdate {\n /** The List of Informatica Serverless Runtime CDI Config Properties. */\n cdiConfigProps?: CdiConfigProps[];\n /** The List of Informatica Serverless Runtime CDIE Config Properties. */\n cdieConfigProps?: CdiConfigProps[];\n}\n\n/** The template for adding optional properties. */\nexport interface ServerlessRuntimeUserContextPropertiesUpdate {\n /** User context token for OBO flow. */\n userContextToken?: string;\n}\n\n/** Model for the check dependencies API for an informatica serverless runtime resource */\nexport interface CheckDependenciesResponse {\n /** Count of dependencies */\n count: number;\n /** id of resource */\n id: string;\n /** List of dependencies */\n references: ServerlessRuntimeDependency[];\n}\n\n/** Dependency reference for a serverless runtime resource */\nexport interface ServerlessRuntimeDependency {\n /** Dependency ID */\n id: string;\n /** Application context ID */\n appContextId: string;\n /** Dependency path */\n path: string;\n /** document type */\n documentType: string;\n /** description of Dependency */\n description: string;\n /** Last Update Time */\n lastUpdatedTime: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** An Organization Resource by Informatica. */\nexport interface InformaticaOrganizationResource extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: OrganizationProperties;\n}\n\n/** A Serverless Runtime environment resource by Informatica. */\nexport interface InformaticaServerlessRuntimeResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: InformaticaServerlessRuntimeProperties;\n}\n\n/** Defines headers for Organizations_createOrUpdate operation. */\nexport interface OrganizationsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Organizations_delete operation. */\nexport interface OrganizationsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for ServerlessRuntimes_createOrUpdate operation. */\nexport interface ServerlessRuntimesCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for ServerlessRuntimes_delete operation. */\nexport interface ServerlessRuntimesDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Organization resource creation request accepted */\n Accepted = \"Accepted\",\n /** Organization resource creation started */\n Creating = \"Creating\",\n /** Organization resource is being updated */\n Updating = \"Updating\",\n /** Organization resource deletion started */\n Deleting = \"Deleting\",\n /** Organization resource creation successful */\n Succeeded = \"Succeeded\",\n /** Organization resource creation failed */\n Failed = \"Failed\",\n /** Organization resource creation canceled */\n Canceled = \"Canceled\",\n /** Organization resource is deleted */\n Deleted = \"Deleted\",\n /** Organization resource state is unknown */\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**: Organization resource creation request accepted \\\n * **Creating**: Organization resource creation started \\\n * **Updating**: Organization resource is being updated \\\n * **Deleting**: Organization resource deletion started \\\n * **Succeeded**: Organization resource creation successful \\\n * **Failed**: Organization resource creation failed \\\n * **Canceled**: Organization resource creation canceled \\\n * **Deleted**: Organization resource is deleted \\\n * **NotSpecified**: Organization resource state is unknown\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link RuntimeType} that the service accepts. */\nexport enum KnownRuntimeType {\n /** Serverless Runtime type */\n Serverless = \"SERVERLESS\",\n}\n\n/**\n * Defines values for RuntimeType. \\\n * {@link KnownRuntimeType} can be used interchangeably with RuntimeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SERVERLESS**: Serverless Runtime type\n */\nexport type RuntimeType = string;\n\n/** Known values of {@link PlatformType} that the service accepts. */\nexport enum KnownPlatformType {\n /** Azure platform type */\n Azure = \"AZURE\",\n}\n\n/**\n * Defines values for PlatformType. \\\n * {@link KnownPlatformType} can be used interchangeably with PlatformType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AZURE**: Azure platform type\n */\nexport type PlatformType = string;\n\n/** Known values of {@link ApplicationType} that the service accepts. */\nexport enum KnownApplicationType {\n /** Data Integration */\n CDI = \"CDI\",\n /** Advanced Data Integration */\n Cdie = \"CDIE\",\n}\n\n/**\n * Defines values for ApplicationType. \\\n * {@link KnownApplicationType} can be used interchangeably with ApplicationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CDI**: Data Integration \\\n * **CDIE**: Advanced Data Integration\n */\nexport type ApplicationType = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OrganizationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type OrganizationsListBySubscriptionResponse =\n InformaticaOrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type OrganizationsListByResourceGroupResponse =\n InformaticaOrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OrganizationsGetResponse = InformaticaOrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OrganizationsCreateOrUpdateResponse =\n InformaticaOrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type OrganizationsUpdateResponse = InformaticaOrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type OrganizationsDeleteResponse = OrganizationsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface OrganizationsGetAllServerlessRuntimesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAllServerlessRuntimes operation. */\nexport type OrganizationsGetAllServerlessRuntimesResponse =\n InformaticaServerlessRuntimeResourceList;\n\n/** Optional parameters. */\nexport interface OrganizationsGetServerlessMetadataOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getServerlessMetadata operation. */\nexport type OrganizationsGetServerlessMetadataResponse =\n ServerlessMetadataResponse;\n\n/** Optional parameters. */\nexport interface OrganizationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type OrganizationsListBySubscriptionNextResponse =\n InformaticaOrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type OrganizationsListByResourceGroupNextResponse =\n InformaticaOrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByInformaticaOrganizationResource operation. */\nexport type ServerlessRuntimesListByInformaticaOrganizationResourceResponse =\n InformaticaServerlessRuntimeResourceListResult;\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServerlessRuntimesGetResponse =\n InformaticaServerlessRuntimeResource;\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServerlessRuntimesCreateOrUpdateResponse =\n InformaticaServerlessRuntimeResource;\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ServerlessRuntimesUpdateResponse =\n InformaticaServerlessRuntimeResource;\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ServerlessRuntimesDeleteResponse = ServerlessRuntimesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesCheckDependenciesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkDependencies operation. */\nexport type ServerlessRuntimesCheckDependenciesResponse =\n CheckDependenciesResponse;\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesServerlessResourceByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the serverlessResourceById operation. */\nexport type ServerlessRuntimesServerlessResourceByIdResponse =\n InformaticaServerlessRuntimeResource;\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServerlessRuntimesListByInformaticaOrganizationResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByInformaticaOrganizationResourceNext operation. */\nexport type ServerlessRuntimesListByInformaticaOrganizationResourceNextResponse =\n InformaticaServerlessRuntimeResourceListResult;\n\n/** Optional parameters. */\nexport interface InformaticaDataManagementOptionalParams\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,58 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
8
|
+
export declare const InformaticaOrganizationResourceListResult: coreClient.CompositeMapper;
|
|
9
|
+
export declare const OrganizationProperties: coreClient.CompositeMapper;
|
|
10
|
+
export declare const InformaticaProperties: coreClient.CompositeMapper;
|
|
11
|
+
export declare const MarketplaceDetails: coreClient.CompositeMapper;
|
|
12
|
+
export declare const OfferDetails: coreClient.CompositeMapper;
|
|
13
|
+
export declare const UserDetails: coreClient.CompositeMapper;
|
|
14
|
+
export declare const CompanyDetails: coreClient.CompositeMapper;
|
|
15
|
+
export declare const LinkOrganization: coreClient.CompositeMapper;
|
|
16
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
17
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
18
|
+
export declare const InformaticaOrganizationResourceUpdate: coreClient.CompositeMapper;
|
|
19
|
+
export declare const OrganizationPropertiesCustomUpdate: coreClient.CompositeMapper;
|
|
20
|
+
export declare const MarketplaceDetailsUpdate: coreClient.CompositeMapper;
|
|
21
|
+
export declare const OfferDetailsUpdate: coreClient.CompositeMapper;
|
|
22
|
+
export declare const UserDetailsUpdate: coreClient.CompositeMapper;
|
|
23
|
+
export declare const CompanyDetailsUpdate: coreClient.CompositeMapper;
|
|
24
|
+
export declare const InformaticaServerlessRuntimeResourceList: coreClient.CompositeMapper;
|
|
25
|
+
export declare const InfaRuntimeResourceFetchMetaData: coreClient.CompositeMapper;
|
|
26
|
+
export declare const InfaServerlessFetchConfigProperties: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ServerlessMetadataResponse: coreClient.CompositeMapper;
|
|
28
|
+
export declare const ServerlessConfigProperties: coreClient.CompositeMapper;
|
|
29
|
+
export declare const ApplicationTypeMetadata: coreClient.CompositeMapper;
|
|
30
|
+
export declare const ComputeUnitsMetadata: coreClient.CompositeMapper;
|
|
31
|
+
export declare const RegionsMetadata: coreClient.CompositeMapper;
|
|
32
|
+
export declare const ServerlessRuntimeConfigProperties: coreClient.CompositeMapper;
|
|
33
|
+
export declare const CdiConfigProps: coreClient.CompositeMapper;
|
|
34
|
+
export declare const ApplicationConfigs: coreClient.CompositeMapper;
|
|
35
|
+
export declare const InformaticaServerlessRuntimeResourceListResult: coreClient.CompositeMapper;
|
|
36
|
+
export declare const InformaticaServerlessRuntimeProperties: coreClient.CompositeMapper;
|
|
37
|
+
export declare const ServerlessRuntimeNetworkProfile: coreClient.CompositeMapper;
|
|
38
|
+
export declare const NetworkInterfaceConfiguration: coreClient.CompositeMapper;
|
|
39
|
+
export declare const AdvancedCustomProperties: coreClient.CompositeMapper;
|
|
40
|
+
export declare const ServerlessRuntimeTag: coreClient.CompositeMapper;
|
|
41
|
+
export declare const ServerlessRuntimeUserContextProperties: coreClient.CompositeMapper;
|
|
42
|
+
export declare const InformaticaServerlessRuntimeResourceUpdate: coreClient.CompositeMapper;
|
|
43
|
+
export declare const ServerlessRuntimePropertiesCustomUpdate: coreClient.CompositeMapper;
|
|
44
|
+
export declare const ServerlessRuntimeNetworkProfileUpdate: coreClient.CompositeMapper;
|
|
45
|
+
export declare const NetworkInterfaceConfigurationUpdate: coreClient.CompositeMapper;
|
|
46
|
+
export declare const ServerlessRuntimeConfigPropertiesUpdate: coreClient.CompositeMapper;
|
|
47
|
+
export declare const ServerlessRuntimeUserContextPropertiesUpdate: coreClient.CompositeMapper;
|
|
48
|
+
export declare const CheckDependenciesResponse: coreClient.CompositeMapper;
|
|
49
|
+
export declare const ServerlessRuntimeDependency: coreClient.CompositeMapper;
|
|
50
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
51
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
52
|
+
export declare const InformaticaOrganizationResource: coreClient.CompositeMapper;
|
|
53
|
+
export declare const InformaticaServerlessRuntimeResource: coreClient.CompositeMapper;
|
|
54
|
+
export declare const OrganizationsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
55
|
+
export declare const OrganizationsDeleteHeaders: coreClient.CompositeMapper;
|
|
56
|
+
export declare const ServerlessRuntimesCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
57
|
+
export declare const ServerlessRuntimesDeleteHeaders: coreClient.CompositeMapper;
|
|
58
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|