@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
|
@@ -1,1221 +1,908 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
export
|
|
70
|
-
/**
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
*/
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
|
|
190
|
-
/**
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
export
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
/**
|
|
283
|
-
export
|
|
284
|
-
/**
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
/**
|
|
291
|
-
|
|
292
|
-
/**
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
/**
|
|
320
|
-
|
|
321
|
-
/**
|
|
322
|
-
|
|
323
|
-
/**
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
|
|
327
|
-
/**
|
|
328
|
-
|
|
329
|
-
/**
|
|
330
|
-
|
|
331
|
-
/**
|
|
332
|
-
|
|
333
|
-
/**
|
|
334
|
-
|
|
335
|
-
/**
|
|
336
|
-
|
|
337
|
-
/** Serverless
|
|
338
|
-
|
|
339
|
-
/**
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
/**
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
/**
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
/**
|
|
426
|
-
|
|
427
|
-
/**
|
|
428
|
-
|
|
429
|
-
/**
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
/**
|
|
448
|
-
export
|
|
449
|
-
/**
|
|
450
|
-
|
|
451
|
-
/**
|
|
452
|
-
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
/**
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
|
|
469
|
-
/**
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
/**
|
|
474
|
-
|
|
475
|
-
/**
|
|
476
|
-
|
|
477
|
-
/**
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
/**
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
/**
|
|
494
|
-
|
|
495
|
-
/**
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
/**
|
|
510
|
-
|
|
511
|
-
/**
|
|
512
|
-
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
/**
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
/**
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
/**
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
/**
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
/**
|
|
566
|
-
export
|
|
567
|
-
/**
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
/**
|
|
580
|
-
|
|
581
|
-
/**
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
/**
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
/**
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
/**
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
/**
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
/**
|
|
636
|
-
export
|
|
637
|
-
/**
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
/**
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
/**
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
export
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
/**
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
/**
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
/** Optional parameters. */
|
|
781
|
-
export
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
/** Contains response data for the
|
|
799
|
-
export
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
*/
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
/**
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
/**
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
/**
|
|
839
|
-
export
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
/**
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
/**
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
/**
|
|
898
|
-
export
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
/**
|
|
902
|
-
|
|
903
|
-
/**
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
/** The List of Informatica Serverless Runtime CDI Config Properties. */
|
|
910
|
-
cdiConfigProps?: CdiConfigProps[];
|
|
911
|
-
/** The List of Informatica Serverless Runtime CDIE Config Properties. */
|
|
912
|
-
cdieConfigProps?: CdiConfigProps[];
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
/** The template for adding optional properties. */
|
|
916
|
-
export declare interface ServerlessRuntimeConfigPropertiesUpdate {
|
|
917
|
-
/** The List of Informatica Serverless Runtime CDI Config Properties. */
|
|
918
|
-
cdiConfigProps?: CdiConfigProps[];
|
|
919
|
-
/** The List of Informatica Serverless Runtime CDIE Config Properties. */
|
|
920
|
-
cdieConfigProps?: CdiConfigProps[];
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
/** Dependency reference for a serverless runtime resource */
|
|
924
|
-
export declare interface ServerlessRuntimeDependency {
|
|
925
|
-
/** Dependency ID */
|
|
926
|
-
id: string;
|
|
927
|
-
/** Application context ID */
|
|
928
|
-
appContextId: string;
|
|
929
|
-
/** Dependency path */
|
|
930
|
-
path: string;
|
|
931
|
-
/** document type */
|
|
932
|
-
documentType: string;
|
|
933
|
-
/** description of Dependency */
|
|
934
|
-
description: string;
|
|
935
|
-
/** Last Update Time */
|
|
936
|
-
lastUpdatedTime: string;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
/** Informatica Serverless Runtime Network Profile. */
|
|
940
|
-
export declare interface ServerlessRuntimeNetworkProfile {
|
|
941
|
-
/** Network Interface Configuration Profile */
|
|
942
|
-
networkInterfaceConfiguration: NetworkInterfaceConfiguration;
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
/** Informatica Serverless Network profile properties update. */
|
|
946
|
-
export declare interface ServerlessRuntimeNetworkProfileUpdate {
|
|
947
|
-
/** Network Interface Configuration Profile Update */
|
|
948
|
-
networkInterfaceConfiguration?: NetworkInterfaceConfigurationUpdate;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
/** Patchable Properties of the Informatica Serverless Runtime resource */
|
|
952
|
-
export declare interface ServerlessRuntimePropertiesCustomUpdate {
|
|
953
|
-
/** description of the serverless runtime. */
|
|
954
|
-
description?: string;
|
|
955
|
-
/** Platform type of the Serverless Runtime. */
|
|
956
|
-
platform?: PlatformType;
|
|
957
|
-
/** Application type of the Serverless Runtime environment. */
|
|
958
|
-
applicationType?: ApplicationType;
|
|
959
|
-
/** Compute units of the serverless runtime. */
|
|
960
|
-
computeUnits?: string;
|
|
961
|
-
/** Serverless Execution timeout */
|
|
962
|
-
executionTimeout?: string;
|
|
963
|
-
/** Serverless account creation location */
|
|
964
|
-
serverlessAccountLocation?: string;
|
|
965
|
-
/** Informatica Serverless Network profile properties. */
|
|
966
|
-
serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfileUpdate;
|
|
967
|
-
/** String KV pairs indicating Advanced custom properties. */
|
|
968
|
-
advancedCustomProperties?: AdvancedCustomProperties[];
|
|
969
|
-
/** Supplementary file location. */
|
|
970
|
-
supplementaryFileLocation?: string;
|
|
971
|
-
/** Serverless config properties */
|
|
972
|
-
serverlessRuntimeConfig?: ServerlessRuntimeConfigPropertiesUpdate;
|
|
973
|
-
/** Serverless Runtime Tags */
|
|
974
|
-
serverlessRuntimeTags?: ServerlessRuntimeTag[];
|
|
975
|
-
/** Serverless runtime user context properties */
|
|
976
|
-
serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextPropertiesUpdate;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
/** Interface representing a ServerlessRuntimes. */
|
|
980
|
-
export declare interface ServerlessRuntimes {
|
|
981
|
-
/**
|
|
982
|
-
* List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource
|
|
983
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
984
|
-
* @param organizationName Name of the Organizations resource
|
|
985
|
-
* @param options The options parameters.
|
|
986
|
-
*/
|
|
987
|
-
listByInformaticaOrganizationResource(resourceGroupName: string, organizationName: string, options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams): PagedAsyncIterableIterator<InformaticaServerlessRuntimeResource>;
|
|
988
|
-
/**
|
|
989
|
-
* Get a InformaticaServerlessRuntimeResource
|
|
990
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
991
|
-
* @param organizationName Name of the Organizations resource
|
|
992
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
993
|
-
* @param options The options parameters.
|
|
994
|
-
*/
|
|
995
|
-
get(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesGetOptionalParams): Promise<ServerlessRuntimesGetResponse>;
|
|
996
|
-
/**
|
|
997
|
-
* Create a InformaticaServerlessRuntimeResource
|
|
998
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
999
|
-
* @param organizationName Name of the Organizations resource
|
|
1000
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
1001
|
-
* @param resource Resource create parameters.
|
|
1002
|
-
* @param options The options parameters.
|
|
1003
|
-
*/
|
|
1004
|
-
beginCreateOrUpdate(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesCreateOrUpdateResponse>, ServerlessRuntimesCreateOrUpdateResponse>>;
|
|
1005
|
-
/**
|
|
1006
|
-
* Create a InformaticaServerlessRuntimeResource
|
|
1007
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1008
|
-
* @param organizationName Name of the Organizations resource
|
|
1009
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
1010
|
-
* @param resource Resource create parameters.
|
|
1011
|
-
* @param options The options parameters.
|
|
1012
|
-
*/
|
|
1013
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<ServerlessRuntimesCreateOrUpdateResponse>;
|
|
1014
|
-
/**
|
|
1015
|
-
* Update a InformaticaServerlessRuntimeResource
|
|
1016
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1017
|
-
* @param organizationName Name of the Organizations resource
|
|
1018
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
1019
|
-
* @param properties The resource properties to be updated.
|
|
1020
|
-
* @param options The options parameters.
|
|
1021
|
-
*/
|
|
1022
|
-
update(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, properties: InformaticaServerlessRuntimeResourceUpdate, options?: ServerlessRuntimesUpdateOptionalParams): Promise<ServerlessRuntimesUpdateResponse>;
|
|
1023
|
-
/**
|
|
1024
|
-
* Delete a InformaticaServerlessRuntimeResource
|
|
1025
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1026
|
-
* @param organizationName Name of the Organizations resource
|
|
1027
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
1028
|
-
* @param options The options parameters.
|
|
1029
|
-
*/
|
|
1030
|
-
beginDelete(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesDeleteResponse>, ServerlessRuntimesDeleteResponse>>;
|
|
1031
|
-
/**
|
|
1032
|
-
* Delete a InformaticaServerlessRuntimeResource
|
|
1033
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1034
|
-
* @param organizationName Name of the Organizations resource
|
|
1035
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
1036
|
-
* @param options The options parameters.
|
|
1037
|
-
*/
|
|
1038
|
-
beginDeleteAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<ServerlessRuntimesDeleteResponse>;
|
|
1039
|
-
/**
|
|
1040
|
-
* Checks all dependencies for a serverless runtime resource
|
|
1041
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1042
|
-
* @param organizationName Name of the Organizations resource
|
|
1043
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
1044
|
-
* @param options The options parameters.
|
|
1045
|
-
*/
|
|
1046
|
-
checkDependencies(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesCheckDependenciesOptionalParams): Promise<ServerlessRuntimesCheckDependenciesResponse>;
|
|
1047
|
-
/**
|
|
1048
|
-
* Returns a serverless runtime resource by ID
|
|
1049
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1050
|
-
* @param organizationName Name of the Organizations resource
|
|
1051
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
1052
|
-
* @param options The options parameters.
|
|
1053
|
-
*/
|
|
1054
|
-
serverlessResourceById(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesServerlessResourceByIdOptionalParams): Promise<ServerlessRuntimesServerlessResourceByIdResponse>;
|
|
1055
|
-
/**
|
|
1056
|
-
* Starts a failed runtime resource
|
|
1057
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1058
|
-
* @param organizationName Name of the Organizations resource
|
|
1059
|
-
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
1060
|
-
* @param options The options parameters.
|
|
1061
|
-
*/
|
|
1062
|
-
startFailedServerlessRuntime(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams): Promise<void>;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
/** Optional parameters. */
|
|
1066
|
-
export declare interface ServerlessRuntimesCheckDependenciesOptionalParams extends coreClient.OperationOptions {
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
/** Contains response data for the checkDependencies operation. */
|
|
1070
|
-
export declare type ServerlessRuntimesCheckDependenciesResponse = CheckDependenciesResponse;
|
|
1071
|
-
|
|
1072
|
-
/** Defines headers for ServerlessRuntimes_createOrUpdate operation. */
|
|
1073
|
-
export declare interface ServerlessRuntimesCreateOrUpdateHeaders {
|
|
1074
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
1075
|
-
retryAfter?: number;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
/** Optional parameters. */
|
|
1079
|
-
export declare interface ServerlessRuntimesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1080
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1081
|
-
updateIntervalInMs?: number;
|
|
1082
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1083
|
-
resumeFrom?: string;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1087
|
-
export declare type ServerlessRuntimesCreateOrUpdateResponse = InformaticaServerlessRuntimeResource;
|
|
1088
|
-
|
|
1089
|
-
/** Defines headers for ServerlessRuntimes_delete operation. */
|
|
1090
|
-
export declare interface ServerlessRuntimesDeleteHeaders {
|
|
1091
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1092
|
-
location?: string;
|
|
1093
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
1094
|
-
retryAfter?: number;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
/** Optional parameters. */
|
|
1098
|
-
export declare interface ServerlessRuntimesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1099
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1100
|
-
updateIntervalInMs?: number;
|
|
1101
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1102
|
-
resumeFrom?: string;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
/** Contains response data for the delete operation. */
|
|
1106
|
-
export declare type ServerlessRuntimesDeleteResponse = ServerlessRuntimesDeleteHeaders;
|
|
1107
|
-
|
|
1108
|
-
/** Optional parameters. */
|
|
1109
|
-
export declare interface ServerlessRuntimesGetOptionalParams extends coreClient.OperationOptions {
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
/** Contains response data for the get operation. */
|
|
1113
|
-
export declare type ServerlessRuntimesGetResponse = InformaticaServerlessRuntimeResource;
|
|
1114
|
-
|
|
1115
|
-
/** Optional parameters. */
|
|
1116
|
-
export declare interface ServerlessRuntimesListByInformaticaOrganizationResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
/** Contains response data for the listByInformaticaOrganizationResourceNext operation. */
|
|
1120
|
-
export declare type ServerlessRuntimesListByInformaticaOrganizationResourceNextResponse = InformaticaServerlessRuntimeResourceListResult;
|
|
1121
|
-
|
|
1122
|
-
/** Optional parameters. */
|
|
1123
|
-
export declare interface ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams extends coreClient.OperationOptions {
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
/** Contains response data for the listByInformaticaOrganizationResource operation. */
|
|
1127
|
-
export declare type ServerlessRuntimesListByInformaticaOrganizationResourceResponse = InformaticaServerlessRuntimeResourceListResult;
|
|
1128
|
-
|
|
1129
|
-
/** Optional parameters. */
|
|
1130
|
-
export declare interface ServerlessRuntimesServerlessResourceByIdOptionalParams extends coreClient.OperationOptions {
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
/** Contains response data for the serverlessResourceById operation. */
|
|
1134
|
-
export declare type ServerlessRuntimesServerlessResourceByIdResponse = InformaticaServerlessRuntimeResource;
|
|
1135
|
-
|
|
1136
|
-
/** Optional parameters. */
|
|
1137
|
-
export declare interface ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams extends coreClient.OperationOptions {
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
/** Optional parameters. */
|
|
1141
|
-
export declare interface ServerlessRuntimesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
/** Contains response data for the update operation. */
|
|
1145
|
-
export declare type ServerlessRuntimesUpdateResponse = InformaticaServerlessRuntimeResource;
|
|
1146
|
-
|
|
1147
|
-
/** Serverless Runtime Tags */
|
|
1148
|
-
export declare interface ServerlessRuntimeTag {
|
|
1149
|
-
/** The name (also known as the key) of the tag. */
|
|
1150
|
-
name?: string;
|
|
1151
|
-
/** The value of the tag. */
|
|
1152
|
-
value?: string;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
/** Informatica Serverless Runtime User context properties */
|
|
1156
|
-
export declare interface ServerlessRuntimeUserContextProperties {
|
|
1157
|
-
/** User context token for OBO flow. */
|
|
1158
|
-
userContextToken: string;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
/** The template for adding optional properties. */
|
|
1162
|
-
export declare interface ServerlessRuntimeUserContextPropertiesUpdate {
|
|
1163
|
-
/** User context token for OBO flow. */
|
|
1164
|
-
userContextToken?: string;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1168
|
-
export declare interface SystemData {
|
|
1169
|
-
/** The identity that created the resource. */
|
|
1170
|
-
createdBy?: string;
|
|
1171
|
-
/** The type of identity that created the resource. */
|
|
1172
|
-
createdByType?: CreatedByType;
|
|
1173
|
-
/** The timestamp of resource creation (UTC). */
|
|
1174
|
-
createdAt?: Date;
|
|
1175
|
-
/** The identity that last modified the resource. */
|
|
1176
|
-
lastModifiedBy?: string;
|
|
1177
|
-
/** The type of identity that last modified the resource. */
|
|
1178
|
-
lastModifiedByType?: CreatedByType;
|
|
1179
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1180
|
-
lastModifiedAt?: Date;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1184
|
-
export declare interface TrackedResource extends Resource {
|
|
1185
|
-
/** Resource tags. */
|
|
1186
|
-
tags?: {
|
|
1187
|
-
[propertyName: string]: string;
|
|
1188
|
-
};
|
|
1189
|
-
/** The geo-location where the resource lives */
|
|
1190
|
-
location: string;
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
/** User Info of Informatica Organization resource. */
|
|
1194
|
-
export declare interface UserDetails {
|
|
1195
|
-
/** User first name. */
|
|
1196
|
-
firstName?: string;
|
|
1197
|
-
/** User last name. */
|
|
1198
|
-
lastName?: string;
|
|
1199
|
-
/** User email address. */
|
|
1200
|
-
emailAddress?: string;
|
|
1201
|
-
/** UPN of user */
|
|
1202
|
-
upn?: string;
|
|
1203
|
-
/** Phone number of the user used by for contacting them if needed */
|
|
1204
|
-
phoneNumber?: string;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
/** User Info of Informatica Organization resource */
|
|
1208
|
-
export declare interface UserDetailsUpdate {
|
|
1209
|
-
/** User first name. */
|
|
1210
|
-
firstName?: string;
|
|
1211
|
-
/** User last name. */
|
|
1212
|
-
lastName?: string;
|
|
1213
|
-
/** User email address. */
|
|
1214
|
-
emailAddress?: string;
|
|
1215
|
-
/** UPN of user */
|
|
1216
|
-
upn?: string;
|
|
1217
|
-
/** Phone number of the user used by for contacting them if needed */
|
|
1218
|
-
phoneNumber?: string;
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
3
|
+
export interface OperationListResult {
|
|
4
|
+
/**
|
|
5
|
+
* List of operations supported by the resource provider
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly value?: Operation[];
|
|
9
|
+
/**
|
|
10
|
+
* URL to get the next set of operation list results (if there are any).
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly nextLink?: string;
|
|
14
|
+
}
|
|
15
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
16
|
+
export interface Operation {
|
|
17
|
+
/**
|
|
18
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
19
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
+
*/
|
|
21
|
+
readonly name?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
24
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
+
*/
|
|
26
|
+
readonly isDataAction?: boolean;
|
|
27
|
+
/** Localized display information for this particular operation. */
|
|
28
|
+
display?: OperationDisplay;
|
|
29
|
+
/**
|
|
30
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
31
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
+
*/
|
|
33
|
+
readonly origin?: Origin;
|
|
34
|
+
/**
|
|
35
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
36
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
+
*/
|
|
38
|
+
readonly actionType?: ActionType;
|
|
39
|
+
}
|
|
40
|
+
/** Localized display information for this particular operation. */
|
|
41
|
+
export interface OperationDisplay {
|
|
42
|
+
/**
|
|
43
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
44
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
+
*/
|
|
46
|
+
readonly provider?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
49
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
+
*/
|
|
51
|
+
readonly resource?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
54
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
+
*/
|
|
56
|
+
readonly operation?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
59
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
+
*/
|
|
61
|
+
readonly description?: string;
|
|
62
|
+
}
|
|
63
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
64
|
+
export interface ErrorResponse {
|
|
65
|
+
/** The error object. */
|
|
66
|
+
error?: ErrorDetail;
|
|
67
|
+
}
|
|
68
|
+
/** The error detail. */
|
|
69
|
+
export interface ErrorDetail {
|
|
70
|
+
/**
|
|
71
|
+
* The error code.
|
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
+
*/
|
|
74
|
+
readonly code?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The error message.
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
+
*/
|
|
79
|
+
readonly message?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The error target.
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly target?: string;
|
|
85
|
+
/**
|
|
86
|
+
* The error details.
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly details?: ErrorDetail[];
|
|
90
|
+
/**
|
|
91
|
+
* The error additional info.
|
|
92
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
+
*/
|
|
94
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
95
|
+
}
|
|
96
|
+
/** The resource management error additional info. */
|
|
97
|
+
export interface ErrorAdditionalInfo {
|
|
98
|
+
/**
|
|
99
|
+
* The additional info type.
|
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
+
*/
|
|
102
|
+
readonly type?: string;
|
|
103
|
+
/**
|
|
104
|
+
* The additional info.
|
|
105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
+
*/
|
|
107
|
+
readonly info?: Record<string, unknown>;
|
|
108
|
+
}
|
|
109
|
+
/** The response of a InformaticaOrganizationResource list operation. */
|
|
110
|
+
export interface InformaticaOrganizationResourceListResult {
|
|
111
|
+
/** The InformaticaOrganizationResource items on this page */
|
|
112
|
+
value: InformaticaOrganizationResource[];
|
|
113
|
+
/** The link to the next page of items */
|
|
114
|
+
nextLink?: string;
|
|
115
|
+
}
|
|
116
|
+
/** Properties specific to the Informatica DataManagement Organization resource. */
|
|
117
|
+
export interface OrganizationProperties {
|
|
118
|
+
/**
|
|
119
|
+
* Provisioning State of the resource.
|
|
120
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
121
|
+
*/
|
|
122
|
+
readonly provisioningState?: ProvisioningState;
|
|
123
|
+
/** Informatica Organization properties. */
|
|
124
|
+
informaticaProperties?: InformaticaProperties;
|
|
125
|
+
/** Marketplace details. */
|
|
126
|
+
marketplaceDetails?: MarketplaceDetails;
|
|
127
|
+
/** User details */
|
|
128
|
+
userDetails?: UserDetails;
|
|
129
|
+
/** Company details. */
|
|
130
|
+
companyDetails?: CompanyDetails;
|
|
131
|
+
/** Link Organization */
|
|
132
|
+
linkOrganization?: LinkOrganization;
|
|
133
|
+
}
|
|
134
|
+
/** Properties of the Informatica organization. */
|
|
135
|
+
export interface InformaticaProperties {
|
|
136
|
+
/** Organization id */
|
|
137
|
+
organizationId?: string;
|
|
138
|
+
/** Organization name */
|
|
139
|
+
organizationName?: string;
|
|
140
|
+
/** Informatica organization region */
|
|
141
|
+
informaticaRegion?: string;
|
|
142
|
+
/** Single sing on URL for informatica organization */
|
|
143
|
+
singleSignOnUrl?: string;
|
|
144
|
+
}
|
|
145
|
+
/** Marketplace details. */
|
|
146
|
+
export interface MarketplaceDetails {
|
|
147
|
+
/** Marketplace Subscription Id */
|
|
148
|
+
marketplaceSubscriptionId?: string;
|
|
149
|
+
/** Marketplace offer details. */
|
|
150
|
+
offerDetails: OfferDetails;
|
|
151
|
+
}
|
|
152
|
+
/** Details of the product offering. */
|
|
153
|
+
export interface OfferDetails {
|
|
154
|
+
/** Id of the product publisher. */
|
|
155
|
+
publisherId: string;
|
|
156
|
+
/** Id of the product offering. */
|
|
157
|
+
offerId: string;
|
|
158
|
+
/** Id of the product offer plan. */
|
|
159
|
+
planId: string;
|
|
160
|
+
/** Name of the product offer plan. */
|
|
161
|
+
planName: string;
|
|
162
|
+
/** Offer plan term unit. */
|
|
163
|
+
termUnit?: string;
|
|
164
|
+
/** Offer plan term id. */
|
|
165
|
+
termId: string;
|
|
166
|
+
}
|
|
167
|
+
/** User Info of Informatica Organization resource. */
|
|
168
|
+
export interface UserDetails {
|
|
169
|
+
/** User first name. */
|
|
170
|
+
firstName?: string;
|
|
171
|
+
/** User last name. */
|
|
172
|
+
lastName?: string;
|
|
173
|
+
/** User email address. */
|
|
174
|
+
emailAddress?: string;
|
|
175
|
+
/** UPN of user */
|
|
176
|
+
upn?: string;
|
|
177
|
+
/** Phone number of the user used by for contacting them if needed */
|
|
178
|
+
phoneNumber?: string;
|
|
179
|
+
}
|
|
180
|
+
/** Company Details. */
|
|
181
|
+
export interface CompanyDetails {
|
|
182
|
+
/** company Name */
|
|
183
|
+
companyName?: string;
|
|
184
|
+
/** Office Address */
|
|
185
|
+
officeAddress?: string;
|
|
186
|
+
/** Country name */
|
|
187
|
+
country?: string;
|
|
188
|
+
/** Domain name */
|
|
189
|
+
domain?: string;
|
|
190
|
+
/** Business phone number */
|
|
191
|
+
business?: string;
|
|
192
|
+
/** Number Of Employees */
|
|
193
|
+
numberOfEmployees?: number;
|
|
194
|
+
}
|
|
195
|
+
/** Link Organization */
|
|
196
|
+
export interface LinkOrganization {
|
|
197
|
+
/** Link organization token */
|
|
198
|
+
token?: string;
|
|
199
|
+
}
|
|
200
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
201
|
+
export interface Resource {
|
|
202
|
+
/**
|
|
203
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
204
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
+
*/
|
|
206
|
+
readonly id?: string;
|
|
207
|
+
/**
|
|
208
|
+
* The name of the resource
|
|
209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
+
*/
|
|
211
|
+
readonly name?: string;
|
|
212
|
+
/**
|
|
213
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
+
*/
|
|
216
|
+
readonly type?: string;
|
|
217
|
+
/**
|
|
218
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
220
|
+
*/
|
|
221
|
+
readonly systemData?: SystemData;
|
|
222
|
+
}
|
|
223
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
224
|
+
export interface SystemData {
|
|
225
|
+
/** The identity that created the resource. */
|
|
226
|
+
createdBy?: string;
|
|
227
|
+
/** The type of identity that created the resource. */
|
|
228
|
+
createdByType?: CreatedByType;
|
|
229
|
+
/** The timestamp of resource creation (UTC). */
|
|
230
|
+
createdAt?: Date;
|
|
231
|
+
/** The identity that last modified the resource. */
|
|
232
|
+
lastModifiedBy?: string;
|
|
233
|
+
/** The type of identity that last modified the resource. */
|
|
234
|
+
lastModifiedByType?: CreatedByType;
|
|
235
|
+
/** The timestamp of resource last modification (UTC) */
|
|
236
|
+
lastModifiedAt?: Date;
|
|
237
|
+
}
|
|
238
|
+
/** The template for adding optional properties. */
|
|
239
|
+
export interface InformaticaOrganizationResourceUpdate {
|
|
240
|
+
/** Resource tags. */
|
|
241
|
+
tags?: {
|
|
242
|
+
[propertyName: string]: string;
|
|
243
|
+
};
|
|
244
|
+
/** Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource */
|
|
245
|
+
properties?: OrganizationPropertiesCustomUpdate;
|
|
246
|
+
}
|
|
247
|
+
/** Patchable Properties of the Informatica Organization resource */
|
|
248
|
+
export interface OrganizationPropertiesCustomUpdate {
|
|
249
|
+
/** Informatica Organization properties */
|
|
250
|
+
informaticaOrganizationProperties?: InformaticaOrganizationResourceUpdate;
|
|
251
|
+
/** Marketplace details */
|
|
252
|
+
marketplaceDetails?: MarketplaceDetailsUpdate;
|
|
253
|
+
/** User details */
|
|
254
|
+
userDetails?: UserDetailsUpdate;
|
|
255
|
+
/** Company Details */
|
|
256
|
+
companyDetails?: CompanyDetailsUpdate;
|
|
257
|
+
/** Existing Resource Id */
|
|
258
|
+
existingResourceId?: string;
|
|
259
|
+
}
|
|
260
|
+
/** Marketplace details */
|
|
261
|
+
export interface MarketplaceDetailsUpdate {
|
|
262
|
+
/** Marketplace Subscription Id */
|
|
263
|
+
marketplaceSubscriptionId?: string;
|
|
264
|
+
/** Marketplace offer details. */
|
|
265
|
+
offerDetails?: OfferDetailsUpdate;
|
|
266
|
+
}
|
|
267
|
+
/** Details of the product offering */
|
|
268
|
+
export interface OfferDetailsUpdate {
|
|
269
|
+
/** Id of the product publisher. */
|
|
270
|
+
publisherId?: string;
|
|
271
|
+
/** Id of the product offering. */
|
|
272
|
+
offerId?: string;
|
|
273
|
+
/** Id of the product offer plan. */
|
|
274
|
+
planId?: string;
|
|
275
|
+
/** Name of the product offer plan. */
|
|
276
|
+
planName?: string;
|
|
277
|
+
/** Offer plan term unit. */
|
|
278
|
+
termUnit?: string;
|
|
279
|
+
/** Offer plan term id. */
|
|
280
|
+
termId?: string;
|
|
281
|
+
}
|
|
282
|
+
/** User Info of Informatica Organization resource */
|
|
283
|
+
export interface UserDetailsUpdate {
|
|
284
|
+
/** User first name. */
|
|
285
|
+
firstName?: string;
|
|
286
|
+
/** User last name. */
|
|
287
|
+
lastName?: string;
|
|
288
|
+
/** User email address. */
|
|
289
|
+
emailAddress?: string;
|
|
290
|
+
/** UPN of user */
|
|
291
|
+
upn?: string;
|
|
292
|
+
/** Phone number of the user used by for contacting them if needed */
|
|
293
|
+
phoneNumber?: string;
|
|
294
|
+
}
|
|
295
|
+
/** Company details of Informatica Organization resource */
|
|
296
|
+
export interface CompanyDetailsUpdate {
|
|
297
|
+
/** company Name */
|
|
298
|
+
companyName?: string;
|
|
299
|
+
/** Office Address */
|
|
300
|
+
officeAddress?: string;
|
|
301
|
+
/** Country name */
|
|
302
|
+
country?: string;
|
|
303
|
+
/** Domain name */
|
|
304
|
+
domain?: string;
|
|
305
|
+
/** Business phone number */
|
|
306
|
+
business?: string;
|
|
307
|
+
/** Number Of Employees */
|
|
308
|
+
numberOfEmployees?: number;
|
|
309
|
+
}
|
|
310
|
+
/** A list of serverless runtime resources as fetched using the informatica APIs */
|
|
311
|
+
export interface InformaticaServerlessRuntimeResourceList {
|
|
312
|
+
/** List of runtime resources for the fetch all API */
|
|
313
|
+
informaticaRuntimeResources: InfaRuntimeResourceFetchMetaData[];
|
|
314
|
+
}
|
|
315
|
+
/** Informatica runtime resource metadata as received via the informatica fetch all runtime environments API */
|
|
316
|
+
export interface InfaRuntimeResourceFetchMetaData {
|
|
317
|
+
/** Environment name */
|
|
318
|
+
name: string;
|
|
319
|
+
/** Created time */
|
|
320
|
+
createdTime: string;
|
|
321
|
+
/** Updated Time */
|
|
322
|
+
updatedTime: string;
|
|
323
|
+
/** Created by */
|
|
324
|
+
createdBy: string;
|
|
325
|
+
/** Last Updated by */
|
|
326
|
+
updatedBy: string;
|
|
327
|
+
/** Informatica serverless runtime id */
|
|
328
|
+
id: string;
|
|
329
|
+
/** Environment Type */
|
|
330
|
+
type: RuntimeType;
|
|
331
|
+
/** Status of the environment */
|
|
332
|
+
status: string;
|
|
333
|
+
/** Display message for the given status */
|
|
334
|
+
statusLocalized: string;
|
|
335
|
+
/** status message */
|
|
336
|
+
statusMessage: string;
|
|
337
|
+
/** Serverless Config Properties */
|
|
338
|
+
serverlessConfigProperties: InfaServerlessFetchConfigProperties;
|
|
339
|
+
/** Description of the runtime resource */
|
|
340
|
+
description?: string;
|
|
341
|
+
}
|
|
342
|
+
/** InfaServerlessFetchConfigProperties for the fetch all serverless API as received from informatica API response */
|
|
343
|
+
export interface InfaServerlessFetchConfigProperties {
|
|
344
|
+
/** subnet name */
|
|
345
|
+
subnet?: string;
|
|
346
|
+
/** applicationType name */
|
|
347
|
+
applicationType?: string;
|
|
348
|
+
/** Resource group name */
|
|
349
|
+
resourceGroupName?: string;
|
|
350
|
+
/** Advanced custom properties */
|
|
351
|
+
advancedCustomProperties?: string;
|
|
352
|
+
/** Supplementary File location */
|
|
353
|
+
supplementaryFileLocation?: string;
|
|
354
|
+
/** Serverless Account Platform */
|
|
355
|
+
platform?: string;
|
|
356
|
+
/** Tags for the resource */
|
|
357
|
+
tags?: string;
|
|
358
|
+
/** virtual network */
|
|
359
|
+
vnet?: string;
|
|
360
|
+
/** Execution timeout */
|
|
361
|
+
executionTimeout?: string;
|
|
362
|
+
/** Compute Units */
|
|
363
|
+
computeUnits?: string;
|
|
364
|
+
/** Tenant ID */
|
|
365
|
+
tenantId?: string;
|
|
366
|
+
/** subscription ID */
|
|
367
|
+
subscriptionId?: string;
|
|
368
|
+
/** region name for the runtime environment */
|
|
369
|
+
region?: string;
|
|
370
|
+
/** Serverless Arm Resource ID */
|
|
371
|
+
serverlessArmResourceId?: string;
|
|
372
|
+
}
|
|
373
|
+
/** Serverless Runtime environment Metadata response. */
|
|
374
|
+
export interface ServerlessMetadataResponse {
|
|
375
|
+
/** type of the runtime environment. */
|
|
376
|
+
type?: RuntimeType;
|
|
377
|
+
/** serverless config properties */
|
|
378
|
+
serverlessConfigProperties?: ServerlessConfigProperties;
|
|
379
|
+
/** serverless runtime config properties */
|
|
380
|
+
serverlessRuntimeConfigProperties?: ServerlessRuntimeConfigProperties;
|
|
381
|
+
}
|
|
382
|
+
/** Metadata Serverless Config Properties */
|
|
383
|
+
export interface ServerlessConfigProperties {
|
|
384
|
+
/** Platform types */
|
|
385
|
+
platform?: PlatformType;
|
|
386
|
+
/** List of application types supported by informatica */
|
|
387
|
+
applicationTypes?: ApplicationTypeMetadata[];
|
|
388
|
+
/** The list of compute units with possible array of values */
|
|
389
|
+
computeUnits?: ComputeUnitsMetadata[];
|
|
390
|
+
/** Serverless Runtime execution timeout */
|
|
391
|
+
executionTimeout?: string;
|
|
392
|
+
/** List of supported serverless informatica regions */
|
|
393
|
+
regions?: RegionsMetadata[];
|
|
394
|
+
}
|
|
395
|
+
/** Informatica Serverless Runtime Application type Metadata */
|
|
396
|
+
export interface ApplicationTypeMetadata {
|
|
397
|
+
/** Application type name */
|
|
398
|
+
name?: string;
|
|
399
|
+
/** Application type value */
|
|
400
|
+
value?: string;
|
|
401
|
+
}
|
|
402
|
+
/** Informatica Serverless Runtime Application type Metadata */
|
|
403
|
+
export interface ComputeUnitsMetadata {
|
|
404
|
+
/** ComputeUnit name */
|
|
405
|
+
name?: string;
|
|
406
|
+
/** ComputeUnit value */
|
|
407
|
+
value?: string[];
|
|
408
|
+
}
|
|
409
|
+
/** Informatica Serverless Runtime Regions Metadata */
|
|
410
|
+
export interface RegionsMetadata {
|
|
411
|
+
/** Region Id */
|
|
412
|
+
id?: string;
|
|
413
|
+
/** Region name */
|
|
414
|
+
name?: string;
|
|
415
|
+
}
|
|
416
|
+
/** Serverless Runtime config properties. */
|
|
417
|
+
export interface ServerlessRuntimeConfigProperties {
|
|
418
|
+
/** The List of Informatica Serverless Runtime CDI Config Properties. */
|
|
419
|
+
cdiConfigProps?: CdiConfigProps[];
|
|
420
|
+
/** The List of Informatica Serverless Runtime CDIE Config Properties. */
|
|
421
|
+
cdieConfigProps?: CdiConfigProps[];
|
|
422
|
+
}
|
|
423
|
+
/** Informatica CDI Configuration Properties. */
|
|
424
|
+
export interface CdiConfigProps {
|
|
425
|
+
/** EngineName of the application config. */
|
|
426
|
+
engineName: string;
|
|
427
|
+
/** EngineVersion of the application config. */
|
|
428
|
+
engineVersion: string;
|
|
429
|
+
/** ApplicationConfigs of the CDI or CDIE. */
|
|
430
|
+
applicationConfigs: ApplicationConfigs[];
|
|
431
|
+
}
|
|
432
|
+
/** Application configs */
|
|
433
|
+
export interface ApplicationConfigs {
|
|
434
|
+
/** Type of the application config. */
|
|
435
|
+
type: string;
|
|
436
|
+
/** Name of the application config. */
|
|
437
|
+
name: string;
|
|
438
|
+
/** Value of the application config. */
|
|
439
|
+
value: string;
|
|
440
|
+
/** Platform type of the application config. */
|
|
441
|
+
platform: string;
|
|
442
|
+
/** Customized value of the application config. */
|
|
443
|
+
customized: string;
|
|
444
|
+
/** Default value of the application config. */
|
|
445
|
+
defaultValue: string;
|
|
446
|
+
}
|
|
447
|
+
/** The response of a InformaticaServerlessRuntimeResource list operation. */
|
|
448
|
+
export interface InformaticaServerlessRuntimeResourceListResult {
|
|
449
|
+
/** The InformaticaServerlessRuntimeResource items on this page */
|
|
450
|
+
value: InformaticaServerlessRuntimeResource[];
|
|
451
|
+
/** The link to the next page of items */
|
|
452
|
+
nextLink?: string;
|
|
453
|
+
}
|
|
454
|
+
/** Serverless Runtime properties. */
|
|
455
|
+
export interface InformaticaServerlessRuntimeProperties {
|
|
456
|
+
/**
|
|
457
|
+
* Provisioning State of the resource.
|
|
458
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
459
|
+
*/
|
|
460
|
+
readonly provisioningState?: ProvisioningState;
|
|
461
|
+
/** description of the serverless runtime. */
|
|
462
|
+
description?: string;
|
|
463
|
+
/** Platform type of the Serverless Runtime. */
|
|
464
|
+
platform?: PlatformType;
|
|
465
|
+
/** Application type of the Serverless Runtime environment. */
|
|
466
|
+
applicationType?: ApplicationType;
|
|
467
|
+
/** Compute units of the serverless runtime. */
|
|
468
|
+
computeUnits?: string;
|
|
469
|
+
/** Serverless Execution timeout */
|
|
470
|
+
executionTimeout?: string;
|
|
471
|
+
/** Serverless account creation location */
|
|
472
|
+
serverlessAccountLocation: string;
|
|
473
|
+
/** Informatica Serverless Network profile properties. */
|
|
474
|
+
serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfile;
|
|
475
|
+
/** String KV pairs indicating Advanced custom properties. */
|
|
476
|
+
advancedCustomProperties?: AdvancedCustomProperties[];
|
|
477
|
+
/** Supplementary file location. */
|
|
478
|
+
supplementaryFileLocation?: string;
|
|
479
|
+
/** Serverless config properties */
|
|
480
|
+
serverlessRuntimeConfig?: ServerlessRuntimeConfigProperties;
|
|
481
|
+
/** Serverless Runtime Tags */
|
|
482
|
+
serverlessRuntimeTags?: ServerlessRuntimeTag[];
|
|
483
|
+
/** Serverless runtime user context properties */
|
|
484
|
+
serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextProperties;
|
|
485
|
+
}
|
|
486
|
+
/** Informatica Serverless Runtime Network Profile. */
|
|
487
|
+
export interface ServerlessRuntimeNetworkProfile {
|
|
488
|
+
/** Network Interface Configuration Profile */
|
|
489
|
+
networkInterfaceConfiguration: NetworkInterfaceConfiguration;
|
|
490
|
+
}
|
|
491
|
+
/** Informatica Serverless Runtime Network Interface configurations. */
|
|
492
|
+
export interface NetworkInterfaceConfiguration {
|
|
493
|
+
/** Virtual network resource id */
|
|
494
|
+
vnetId: string;
|
|
495
|
+
/** Virtual network subnet resource id */
|
|
496
|
+
subnetId: string;
|
|
497
|
+
/** Virtual network resource guid */
|
|
498
|
+
vnetResourceGuid?: string;
|
|
499
|
+
}
|
|
500
|
+
/** Informatica Serverless advanced custom properties */
|
|
501
|
+
export interface AdvancedCustomProperties {
|
|
502
|
+
/** advanced custom properties key */
|
|
503
|
+
key?: string;
|
|
504
|
+
/** advanced custom properties value */
|
|
505
|
+
value?: string;
|
|
506
|
+
}
|
|
507
|
+
/** Serverless Runtime Tags */
|
|
508
|
+
export interface ServerlessRuntimeTag {
|
|
509
|
+
/** The name (also known as the key) of the tag. */
|
|
510
|
+
name?: string;
|
|
511
|
+
/** The value of the tag. */
|
|
512
|
+
value?: string;
|
|
513
|
+
}
|
|
514
|
+
/** Informatica Serverless Runtime User context properties */
|
|
515
|
+
export interface ServerlessRuntimeUserContextProperties {
|
|
516
|
+
/** User context token for OBO flow. */
|
|
517
|
+
userContextToken: string;
|
|
518
|
+
}
|
|
519
|
+
/** The template for adding optional properties. */
|
|
520
|
+
export interface InformaticaServerlessRuntimeResourceUpdate {
|
|
521
|
+
/** Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource */
|
|
522
|
+
properties?: ServerlessRuntimePropertiesCustomUpdate;
|
|
523
|
+
}
|
|
524
|
+
/** Patchable Properties of the Informatica Serverless Runtime resource */
|
|
525
|
+
export interface ServerlessRuntimePropertiesCustomUpdate {
|
|
526
|
+
/** description of the serverless runtime. */
|
|
527
|
+
description?: string;
|
|
528
|
+
/** Platform type of the Serverless Runtime. */
|
|
529
|
+
platform?: PlatformType;
|
|
530
|
+
/** Application type of the Serverless Runtime environment. */
|
|
531
|
+
applicationType?: ApplicationType;
|
|
532
|
+
/** Compute units of the serverless runtime. */
|
|
533
|
+
computeUnits?: string;
|
|
534
|
+
/** Serverless Execution timeout */
|
|
535
|
+
executionTimeout?: string;
|
|
536
|
+
/** Serverless account creation location */
|
|
537
|
+
serverlessAccountLocation?: string;
|
|
538
|
+
/** Informatica Serverless Network profile properties. */
|
|
539
|
+
serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfileUpdate;
|
|
540
|
+
/** String KV pairs indicating Advanced custom properties. */
|
|
541
|
+
advancedCustomProperties?: AdvancedCustomProperties[];
|
|
542
|
+
/** Supplementary file location. */
|
|
543
|
+
supplementaryFileLocation?: string;
|
|
544
|
+
/** Serverless config properties */
|
|
545
|
+
serverlessRuntimeConfig?: ServerlessRuntimeConfigPropertiesUpdate;
|
|
546
|
+
/** Serverless Runtime Tags */
|
|
547
|
+
serverlessRuntimeTags?: ServerlessRuntimeTag[];
|
|
548
|
+
/** Serverless runtime user context properties */
|
|
549
|
+
serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextPropertiesUpdate;
|
|
550
|
+
}
|
|
551
|
+
/** Informatica Serverless Network profile properties update. */
|
|
552
|
+
export interface ServerlessRuntimeNetworkProfileUpdate {
|
|
553
|
+
/** Network Interface Configuration Profile Update */
|
|
554
|
+
networkInterfaceConfiguration?: NetworkInterfaceConfigurationUpdate;
|
|
555
|
+
}
|
|
556
|
+
/** The template for adding optional properties. */
|
|
557
|
+
export interface NetworkInterfaceConfigurationUpdate {
|
|
558
|
+
/** Virtual network resource id */
|
|
559
|
+
vnetId?: string;
|
|
560
|
+
/** Virtual network subnet resource id */
|
|
561
|
+
subnetId?: string;
|
|
562
|
+
/** Virtual network resource guid */
|
|
563
|
+
vnetResourceGuid?: string;
|
|
564
|
+
}
|
|
565
|
+
/** The template for adding optional properties. */
|
|
566
|
+
export interface ServerlessRuntimeConfigPropertiesUpdate {
|
|
567
|
+
/** The List of Informatica Serverless Runtime CDI Config Properties. */
|
|
568
|
+
cdiConfigProps?: CdiConfigProps[];
|
|
569
|
+
/** The List of Informatica Serverless Runtime CDIE Config Properties. */
|
|
570
|
+
cdieConfigProps?: CdiConfigProps[];
|
|
571
|
+
}
|
|
572
|
+
/** The template for adding optional properties. */
|
|
573
|
+
export interface ServerlessRuntimeUserContextPropertiesUpdate {
|
|
574
|
+
/** User context token for OBO flow. */
|
|
575
|
+
userContextToken?: string;
|
|
576
|
+
}
|
|
577
|
+
/** Model for the check dependencies API for an informatica serverless runtime resource */
|
|
578
|
+
export interface CheckDependenciesResponse {
|
|
579
|
+
/** Count of dependencies */
|
|
580
|
+
count: number;
|
|
581
|
+
/** id of resource */
|
|
582
|
+
id: string;
|
|
583
|
+
/** List of dependencies */
|
|
584
|
+
references: ServerlessRuntimeDependency[];
|
|
585
|
+
}
|
|
586
|
+
/** Dependency reference for a serverless runtime resource */
|
|
587
|
+
export interface ServerlessRuntimeDependency {
|
|
588
|
+
/** Dependency ID */
|
|
589
|
+
id: string;
|
|
590
|
+
/** Application context ID */
|
|
591
|
+
appContextId: string;
|
|
592
|
+
/** Dependency path */
|
|
593
|
+
path: string;
|
|
594
|
+
/** document type */
|
|
595
|
+
documentType: string;
|
|
596
|
+
/** description of Dependency */
|
|
597
|
+
description: string;
|
|
598
|
+
/** Last Update Time */
|
|
599
|
+
lastUpdatedTime: string;
|
|
600
|
+
}
|
|
601
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
602
|
+
export interface TrackedResource extends Resource {
|
|
603
|
+
/** Resource tags. */
|
|
604
|
+
tags?: {
|
|
605
|
+
[propertyName: string]: string;
|
|
606
|
+
};
|
|
607
|
+
/** The geo-location where the resource lives */
|
|
608
|
+
location: string;
|
|
609
|
+
}
|
|
610
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
611
|
+
export interface ProxyResource extends Resource {
|
|
612
|
+
}
|
|
613
|
+
/** An Organization Resource by Informatica. */
|
|
614
|
+
export interface InformaticaOrganizationResource extends TrackedResource {
|
|
615
|
+
/** The resource-specific properties for this resource. */
|
|
616
|
+
properties?: OrganizationProperties;
|
|
617
|
+
}
|
|
618
|
+
/** A Serverless Runtime environment resource by Informatica. */
|
|
619
|
+
export interface InformaticaServerlessRuntimeResource extends ProxyResource {
|
|
620
|
+
/** The resource-specific properties for this resource. */
|
|
621
|
+
properties?: InformaticaServerlessRuntimeProperties;
|
|
622
|
+
}
|
|
623
|
+
/** Defines headers for Organizations_createOrUpdate operation. */
|
|
624
|
+
export interface OrganizationsCreateOrUpdateHeaders {
|
|
625
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
626
|
+
retryAfter?: number;
|
|
627
|
+
}
|
|
628
|
+
/** Defines headers for Organizations_delete operation. */
|
|
629
|
+
export interface OrganizationsDeleteHeaders {
|
|
630
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
631
|
+
location?: string;
|
|
632
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
633
|
+
retryAfter?: number;
|
|
634
|
+
}
|
|
635
|
+
/** Defines headers for ServerlessRuntimes_createOrUpdate operation. */
|
|
636
|
+
export interface ServerlessRuntimesCreateOrUpdateHeaders {
|
|
637
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
638
|
+
retryAfter?: number;
|
|
639
|
+
}
|
|
640
|
+
/** Defines headers for ServerlessRuntimes_delete operation. */
|
|
641
|
+
export interface ServerlessRuntimesDeleteHeaders {
|
|
642
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
643
|
+
location?: string;
|
|
644
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
645
|
+
retryAfter?: number;
|
|
646
|
+
}
|
|
647
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
648
|
+
export declare enum KnownOrigin {
|
|
649
|
+
/** User */
|
|
650
|
+
User = "user",
|
|
651
|
+
/** System */
|
|
652
|
+
System = "system",
|
|
653
|
+
/** UserSystem */
|
|
654
|
+
UserSystem = "user,system"
|
|
655
|
+
}
|
|
656
|
+
/**
|
|
657
|
+
* Defines values for Origin. \
|
|
658
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
659
|
+
* this enum contains the known values that the service supports.
|
|
660
|
+
* ### Known values supported by the service
|
|
661
|
+
* **user** \
|
|
662
|
+
* **system** \
|
|
663
|
+
* **user,system**
|
|
664
|
+
*/
|
|
665
|
+
export type Origin = string;
|
|
666
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
667
|
+
export declare enum KnownActionType {
|
|
668
|
+
/** Internal */
|
|
669
|
+
Internal = "Internal"
|
|
670
|
+
}
|
|
671
|
+
/**
|
|
672
|
+
* Defines values for ActionType. \
|
|
673
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
674
|
+
* this enum contains the known values that the service supports.
|
|
675
|
+
* ### Known values supported by the service
|
|
676
|
+
* **Internal**
|
|
677
|
+
*/
|
|
678
|
+
export type ActionType = string;
|
|
679
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
680
|
+
export declare enum KnownProvisioningState {
|
|
681
|
+
/** Organization resource creation request accepted */
|
|
682
|
+
Accepted = "Accepted",
|
|
683
|
+
/** Organization resource creation started */
|
|
684
|
+
Creating = "Creating",
|
|
685
|
+
/** Organization resource is being updated */
|
|
686
|
+
Updating = "Updating",
|
|
687
|
+
/** Organization resource deletion started */
|
|
688
|
+
Deleting = "Deleting",
|
|
689
|
+
/** Organization resource creation successful */
|
|
690
|
+
Succeeded = "Succeeded",
|
|
691
|
+
/** Organization resource creation failed */
|
|
692
|
+
Failed = "Failed",
|
|
693
|
+
/** Organization resource creation canceled */
|
|
694
|
+
Canceled = "Canceled",
|
|
695
|
+
/** Organization resource is deleted */
|
|
696
|
+
Deleted = "Deleted",
|
|
697
|
+
/** Organization resource state is unknown */
|
|
698
|
+
NotSpecified = "NotSpecified"
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* Defines values for ProvisioningState. \
|
|
702
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
703
|
+
* this enum contains the known values that the service supports.
|
|
704
|
+
* ### Known values supported by the service
|
|
705
|
+
* **Accepted**: Organization resource creation request accepted \
|
|
706
|
+
* **Creating**: Organization resource creation started \
|
|
707
|
+
* **Updating**: Organization resource is being updated \
|
|
708
|
+
* **Deleting**: Organization resource deletion started \
|
|
709
|
+
* **Succeeded**: Organization resource creation successful \
|
|
710
|
+
* **Failed**: Organization resource creation failed \
|
|
711
|
+
* **Canceled**: Organization resource creation canceled \
|
|
712
|
+
* **Deleted**: Organization resource is deleted \
|
|
713
|
+
* **NotSpecified**: Organization resource state is unknown
|
|
714
|
+
*/
|
|
715
|
+
export type ProvisioningState = string;
|
|
716
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
717
|
+
export declare enum KnownCreatedByType {
|
|
718
|
+
/** User */
|
|
719
|
+
User = "User",
|
|
720
|
+
/** Application */
|
|
721
|
+
Application = "Application",
|
|
722
|
+
/** ManagedIdentity */
|
|
723
|
+
ManagedIdentity = "ManagedIdentity",
|
|
724
|
+
/** Key */
|
|
725
|
+
Key = "Key"
|
|
726
|
+
}
|
|
727
|
+
/**
|
|
728
|
+
* Defines values for CreatedByType. \
|
|
729
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
730
|
+
* this enum contains the known values that the service supports.
|
|
731
|
+
* ### Known values supported by the service
|
|
732
|
+
* **User** \
|
|
733
|
+
* **Application** \
|
|
734
|
+
* **ManagedIdentity** \
|
|
735
|
+
* **Key**
|
|
736
|
+
*/
|
|
737
|
+
export type CreatedByType = string;
|
|
738
|
+
/** Known values of {@link RuntimeType} that the service accepts. */
|
|
739
|
+
export declare enum KnownRuntimeType {
|
|
740
|
+
/** Serverless Runtime type */
|
|
741
|
+
Serverless = "SERVERLESS"
|
|
742
|
+
}
|
|
743
|
+
/**
|
|
744
|
+
* Defines values for RuntimeType. \
|
|
745
|
+
* {@link KnownRuntimeType} can be used interchangeably with RuntimeType,
|
|
746
|
+
* this enum contains the known values that the service supports.
|
|
747
|
+
* ### Known values supported by the service
|
|
748
|
+
* **SERVERLESS**: Serverless Runtime type
|
|
749
|
+
*/
|
|
750
|
+
export type RuntimeType = string;
|
|
751
|
+
/** Known values of {@link PlatformType} that the service accepts. */
|
|
752
|
+
export declare enum KnownPlatformType {
|
|
753
|
+
/** Azure platform type */
|
|
754
|
+
Azure = "AZURE"
|
|
755
|
+
}
|
|
756
|
+
/**
|
|
757
|
+
* Defines values for PlatformType. \
|
|
758
|
+
* {@link KnownPlatformType} can be used interchangeably with PlatformType,
|
|
759
|
+
* this enum contains the known values that the service supports.
|
|
760
|
+
* ### Known values supported by the service
|
|
761
|
+
* **AZURE**: Azure platform type
|
|
762
|
+
*/
|
|
763
|
+
export type PlatformType = string;
|
|
764
|
+
/** Known values of {@link ApplicationType} that the service accepts. */
|
|
765
|
+
export declare enum KnownApplicationType {
|
|
766
|
+
/** Data Integration */
|
|
767
|
+
CDI = "CDI",
|
|
768
|
+
/** Advanced Data Integration */
|
|
769
|
+
Cdie = "CDIE"
|
|
770
|
+
}
|
|
771
|
+
/**
|
|
772
|
+
* Defines values for ApplicationType. \
|
|
773
|
+
* {@link KnownApplicationType} can be used interchangeably with ApplicationType,
|
|
774
|
+
* this enum contains the known values that the service supports.
|
|
775
|
+
* ### Known values supported by the service
|
|
776
|
+
* **CDI**: Data Integration \
|
|
777
|
+
* **CDIE**: Advanced Data Integration
|
|
778
|
+
*/
|
|
779
|
+
export type ApplicationType = string;
|
|
780
|
+
/** Optional parameters. */
|
|
781
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
782
|
+
}
|
|
783
|
+
/** Contains response data for the list operation. */
|
|
784
|
+
export type OperationsListResponse = OperationListResult;
|
|
785
|
+
/** Optional parameters. */
|
|
786
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
787
|
+
}
|
|
788
|
+
/** Contains response data for the listNext operation. */
|
|
789
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
790
|
+
/** Optional parameters. */
|
|
791
|
+
export interface OrganizationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
792
|
+
}
|
|
793
|
+
/** Contains response data for the listBySubscription operation. */
|
|
794
|
+
export type OrganizationsListBySubscriptionResponse = InformaticaOrganizationResourceListResult;
|
|
795
|
+
/** Optional parameters. */
|
|
796
|
+
export interface OrganizationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
797
|
+
}
|
|
798
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
799
|
+
export type OrganizationsListByResourceGroupResponse = InformaticaOrganizationResourceListResult;
|
|
800
|
+
/** Optional parameters. */
|
|
801
|
+
export interface OrganizationsGetOptionalParams extends coreClient.OperationOptions {
|
|
802
|
+
}
|
|
803
|
+
/** Contains response data for the get operation. */
|
|
804
|
+
export type OrganizationsGetResponse = InformaticaOrganizationResource;
|
|
805
|
+
/** Optional parameters. */
|
|
806
|
+
export interface OrganizationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
807
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
808
|
+
updateIntervalInMs?: number;
|
|
809
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
810
|
+
resumeFrom?: string;
|
|
811
|
+
}
|
|
812
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
813
|
+
export type OrganizationsCreateOrUpdateResponse = InformaticaOrganizationResource;
|
|
814
|
+
/** Optional parameters. */
|
|
815
|
+
export interface OrganizationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
816
|
+
}
|
|
817
|
+
/** Contains response data for the update operation. */
|
|
818
|
+
export type OrganizationsUpdateResponse = InformaticaOrganizationResource;
|
|
819
|
+
/** Optional parameters. */
|
|
820
|
+
export interface OrganizationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
821
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
822
|
+
updateIntervalInMs?: number;
|
|
823
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
824
|
+
resumeFrom?: string;
|
|
825
|
+
}
|
|
826
|
+
/** Contains response data for the delete operation. */
|
|
827
|
+
export type OrganizationsDeleteResponse = OrganizationsDeleteHeaders;
|
|
828
|
+
/** Optional parameters. */
|
|
829
|
+
export interface OrganizationsGetAllServerlessRuntimesOptionalParams extends coreClient.OperationOptions {
|
|
830
|
+
}
|
|
831
|
+
/** Contains response data for the getAllServerlessRuntimes operation. */
|
|
832
|
+
export type OrganizationsGetAllServerlessRuntimesResponse = InformaticaServerlessRuntimeResourceList;
|
|
833
|
+
/** Optional parameters. */
|
|
834
|
+
export interface OrganizationsGetServerlessMetadataOptionalParams extends coreClient.OperationOptions {
|
|
835
|
+
}
|
|
836
|
+
/** Contains response data for the getServerlessMetadata operation. */
|
|
837
|
+
export type OrganizationsGetServerlessMetadataResponse = ServerlessMetadataResponse;
|
|
838
|
+
/** Optional parameters. */
|
|
839
|
+
export interface OrganizationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
840
|
+
}
|
|
841
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
842
|
+
export type OrganizationsListBySubscriptionNextResponse = InformaticaOrganizationResourceListResult;
|
|
843
|
+
/** Optional parameters. */
|
|
844
|
+
export interface OrganizationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
845
|
+
}
|
|
846
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
847
|
+
export type OrganizationsListByResourceGroupNextResponse = InformaticaOrganizationResourceListResult;
|
|
848
|
+
/** Optional parameters. */
|
|
849
|
+
export interface ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams extends coreClient.OperationOptions {
|
|
850
|
+
}
|
|
851
|
+
/** Contains response data for the listByInformaticaOrganizationResource operation. */
|
|
852
|
+
export type ServerlessRuntimesListByInformaticaOrganizationResourceResponse = InformaticaServerlessRuntimeResourceListResult;
|
|
853
|
+
/** Optional parameters. */
|
|
854
|
+
export interface ServerlessRuntimesGetOptionalParams extends coreClient.OperationOptions {
|
|
855
|
+
}
|
|
856
|
+
/** Contains response data for the get operation. */
|
|
857
|
+
export type ServerlessRuntimesGetResponse = InformaticaServerlessRuntimeResource;
|
|
858
|
+
/** Optional parameters. */
|
|
859
|
+
export interface ServerlessRuntimesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
860
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
861
|
+
updateIntervalInMs?: number;
|
|
862
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
863
|
+
resumeFrom?: string;
|
|
864
|
+
}
|
|
865
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
866
|
+
export type ServerlessRuntimesCreateOrUpdateResponse = InformaticaServerlessRuntimeResource;
|
|
867
|
+
/** Optional parameters. */
|
|
868
|
+
export interface ServerlessRuntimesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
869
|
+
}
|
|
870
|
+
/** Contains response data for the update operation. */
|
|
871
|
+
export type ServerlessRuntimesUpdateResponse = InformaticaServerlessRuntimeResource;
|
|
872
|
+
/** Optional parameters. */
|
|
873
|
+
export interface ServerlessRuntimesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
874
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
875
|
+
updateIntervalInMs?: number;
|
|
876
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
877
|
+
resumeFrom?: string;
|
|
878
|
+
}
|
|
879
|
+
/** Contains response data for the delete operation. */
|
|
880
|
+
export type ServerlessRuntimesDeleteResponse = ServerlessRuntimesDeleteHeaders;
|
|
881
|
+
/** Optional parameters. */
|
|
882
|
+
export interface ServerlessRuntimesCheckDependenciesOptionalParams extends coreClient.OperationOptions {
|
|
883
|
+
}
|
|
884
|
+
/** Contains response data for the checkDependencies operation. */
|
|
885
|
+
export type ServerlessRuntimesCheckDependenciesResponse = CheckDependenciesResponse;
|
|
886
|
+
/** Optional parameters. */
|
|
887
|
+
export interface ServerlessRuntimesServerlessResourceByIdOptionalParams extends coreClient.OperationOptions {
|
|
888
|
+
}
|
|
889
|
+
/** Contains response data for the serverlessResourceById operation. */
|
|
890
|
+
export type ServerlessRuntimesServerlessResourceByIdResponse = InformaticaServerlessRuntimeResource;
|
|
891
|
+
/** Optional parameters. */
|
|
892
|
+
export interface ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams extends coreClient.OperationOptions {
|
|
893
|
+
}
|
|
894
|
+
/** Optional parameters. */
|
|
895
|
+
export interface ServerlessRuntimesListByInformaticaOrganizationResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
896
|
+
}
|
|
897
|
+
/** Contains response data for the listByInformaticaOrganizationResourceNext operation. */
|
|
898
|
+
export type ServerlessRuntimesListByInformaticaOrganizationResourceNextResponse = InformaticaServerlessRuntimeResourceListResult;
|
|
899
|
+
/** Optional parameters. */
|
|
900
|
+
export interface InformaticaDataManagementOptionalParams extends coreClient.ServiceClientOptions {
|
|
901
|
+
/** server parameter */
|
|
902
|
+
$host?: string;
|
|
903
|
+
/** Api Version */
|
|
904
|
+
apiVersion?: string;
|
|
905
|
+
/** Overrides client endpoint. */
|
|
906
|
+
endpoint?: string;
|
|
907
|
+
}
|
|
908
|
+
//# sourceMappingURL=index.d.ts.map
|