@azure/arm-confluent 3.1.1-alpha.20250106.1 → 3.1.1-alpha.20250109.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist-esm/src → dist/browser}/confluentManagementClient.d.ts +2 -2
- package/dist/browser/confluentManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/confluentManagementClient.js +15 -18
- package/dist/browser/confluentManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/access.d.ts +3 -3
- package/dist/browser/operations/access.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/access.js +2 -2
- package/dist/browser/operations/access.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.d.ts +3 -3
- package/dist/browser/operations/marketplaceAgreements.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.js +3 -3
- package/dist/browser/operations/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organization.d.ts +3 -3
- package/dist/browser/operations/organization.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organization.js +79 -87
- package/dist/browser/operations/organization.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organizationOperations.d.ts +3 -3
- package/dist/browser/operations/organizationOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organizationOperations.js +3 -3
- package/dist/browser/operations/organizationOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/validations.d.ts +3 -3
- package/dist/browser/operations/validations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/validations.js +2 -2
- package/dist/browser/operations/validations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/access.d.ts +1 -1
- package/dist/browser/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/access.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.d.ts +1 -1
- package/dist/browser/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/organization.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/organizationOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/validations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/confluentManagementClient.d.ts +25 -0
- package/dist/commonjs/confluentManagementClient.d.ts.map +1 -0
- package/dist/commonjs/confluentManagementClient.js +104 -0
- package/dist/commonjs/confluentManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-confluent.d.ts → dist/commonjs/models/index.d.ts} +1078 -1523
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +69 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +64 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2250 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +25 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +201 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/access.d.ts +93 -0
- package/dist/commonjs/operations/access.d.ts.map +1 -0
- package/dist/commonjs/operations/access.js +356 -0
- package/dist/commonjs/operations/access.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.js +166 -0
- package/dist/commonjs/operations/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operations/organization.d.ts +236 -0
- package/dist/commonjs/operations/organization.d.ts.map +1 -0
- package/dist/commonjs/operations/organization.js +1130 -0
- package/dist/commonjs/operations/organization.js.map +1 -0
- package/dist/commonjs/operations/organizationOperations.d.ts +32 -0
- package/dist/commonjs/operations/organizationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/organizationOperations.js +137 -0
- package/dist/commonjs/operations/organizationOperations.js.map +1 -0
- package/dist/commonjs/operations/validations.d.ts +29 -0
- package/dist/commonjs/operations/validations.d.ts.map +1 -0
- package/dist/commonjs/operations/validations.js +94 -0
- package/dist/commonjs/operations/validations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/access.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/access.js +10 -0
- package/dist/commonjs/operationsInterfaces/access.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js +10 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/organization.d.ts +144 -0
- package/dist/commonjs/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/organization.js +10 -0
- package/dist/commonjs/operationsInterfaces/organization.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/validations.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/validations.js +10 -0
- package/dist/commonjs/operationsInterfaces/validations.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/confluentManagementClient.d.ts +25 -0
- package/dist/esm/confluentManagementClient.d.ts.map +1 -0
- package/dist/esm/confluentManagementClient.js +99 -0
- package/dist/esm/confluentManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1078 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +66 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +64 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2246 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +25 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +198 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/access.d.ts +93 -0
- package/dist/esm/operations/access.d.ts.map +1 -0
- package/dist/esm/operations/access.js +351 -0
- package/dist/esm/operations/access.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.js +162 -0
- package/dist/esm/operations/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operations/organization.d.ts +236 -0
- package/dist/esm/operations/organization.d.ts.map +1 -0
- package/dist/esm/operations/organization.js +1126 -0
- package/dist/esm/operations/organization.js.map +1 -0
- package/dist/esm/operations/organizationOperations.d.ts +32 -0
- package/dist/esm/operations/organizationOperations.d.ts.map +1 -0
- package/dist/esm/operations/organizationOperations.js +133 -0
- package/dist/esm/operations/organizationOperations.js.map +1 -0
- package/dist/esm/operations/validations.d.ts +29 -0
- package/dist/esm/operations/validations.d.ts.map +1 -0
- package/dist/esm/operations/validations.js +89 -0
- package/dist/esm/operations/validations.js.map +1 -0
- package/dist/esm/operationsInterfaces/access.d.ts +85 -0
- package/dist/esm/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/access.js +9 -0
- package/dist/esm/operationsInterfaces/access.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operationsInterfaces/organization.d.ts +144 -0
- package/dist/esm/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/organization.js +9 -0
- package/dist/esm/operationsInterfaces/organization.js.map +1 -0
- package/dist/esm/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/organizationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/validations.d.ts +21 -0
- package/dist/esm/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/validations.js +9 -0
- package/dist/esm/operationsInterfaces/validations.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/confluentManagementClient.d.ts +25 -0
- package/dist/react-native/confluentManagementClient.d.ts.map +1 -0
- package/dist/react-native/confluentManagementClient.js +99 -0
- package/dist/react-native/confluentManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1078 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +66 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +64 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2246 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +25 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +198 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/access.d.ts +93 -0
- package/dist/react-native/operations/access.d.ts.map +1 -0
- package/dist/react-native/operations/access.js +351 -0
- package/dist/react-native/operations/access.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.js +162 -0
- package/dist/react-native/operations/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operations/organization.d.ts +236 -0
- package/dist/react-native/operations/organization.d.ts.map +1 -0
- package/dist/react-native/operations/organization.js +1126 -0
- package/dist/react-native/operations/organization.js.map +1 -0
- package/dist/react-native/operations/organizationOperations.d.ts +32 -0
- package/dist/react-native/operations/organizationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/organizationOperations.js +133 -0
- package/dist/react-native/operations/organizationOperations.js.map +1 -0
- package/dist/react-native/operations/validations.d.ts +29 -0
- package/dist/react-native/operations/validations.d.ts.map +1 -0
- package/dist/react-native/operations/validations.js +89 -0
- package/dist/react-native/operations/validations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/access.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/access.js +9 -0
- package/dist/react-native/operationsInterfaces/access.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operationsInterfaces/organization.d.ts +144 -0
- package/dist/react-native/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/organization.js +9 -0
- package/dist/react-native/operationsInterfaces/organization.js.map +1 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/validations.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/validations.js +9 -0
- package/dist/react-native/operationsInterfaces/validations.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 +59 -29
- package/dist/index.js +0 -4603
- 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/accessCreateRoleBindingSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.js +0 -44
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.js.map +0 -1
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js +0 -40
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js.map +0 -1
- package/dist-esm/samples-dev/accessInviteUserSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessInviteUserSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessInviteUserSample.js +0 -45
- package/dist-esm/samples-dev/accessInviteUserSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListClustersSample.js +0 -42
- package/dist-esm/samples-dev/accessListClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListEnvironmentsSample.js +0 -42
- package/dist-esm/samples-dev/accessListEnvironmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListInvitationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListInvitationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListInvitationsSample.js +0 -46
- package/dist-esm/samples-dev/accessListInvitationsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js +0 -45
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingsSample.js +0 -42
- package/dist-esm/samples-dev/accessListRoleBindingsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListServiceAccountsSample.js +0 -42
- package/dist-esm/samples-dev/accessListServiceAccountsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListUsersSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListUsersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListUsersSample.js +0 -42
- package/dist-esm/samples-dev/accessListUsersSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js +0 -37
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js +0 -53
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationCreateApiKeySample.js +0 -45
- package/dist-esm/samples-dev/organizationCreateApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationCreateSample.js +0 -61
- package/dist-esm/samples-dev/organizationCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js +0 -40
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteSample.js +0 -39
- package/dist-esm/samples-dev/organizationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js +0 -40
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.js +0 -41
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js +0 -40
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetSample.js +0 -39
- package/dist-esm/samples-dev/organizationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js +0 -41
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListClustersSample.js +0 -58
- package/dist-esm/samples-dev/organizationListClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.js +0 -57
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListRegionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListRegionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListRegionsSample.js +0 -46
- package/dist-esm/samples-dev/organizationListRegionsSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js +0 -56
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationOperationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationOperationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationOperationsListSample.js +0 -51
- package/dist-esm/samples-dev/organizationOperationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationUpdateSample.js +0 -43
- package/dist-esm/samples-dev/organizationUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts +0 -2
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.js +0 -59
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.js.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts +0 -2
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js +0 -59
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js.map +0 -1
- package/dist-esm/src/confluentManagementClient.d.ts.map +0 -1
- package/dist-esm/src/confluentManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/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/access.d.ts.map +0 -1
- package/dist-esm/src/operations/access.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operations/organization.d.ts.map +0 -1
- package/dist-esm/src/operations/organization.js.map +0 -1
- package/dist-esm/src/operations/organizationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/organizationOperations.js.map +0 -1
- package/dist-esm/src/operations/validations.d.ts.map +0 -1
- package/dist-esm/src/operations/validations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/access.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/access.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/organization.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/organization.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/validations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/validations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/confluent_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/confluent_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/confluent_operations_test.spec.js +0 -77
- package/dist-esm/test/confluent_operations_test.spec.js.map +0 -1
- package/src/confluentManagementClient.ts +0 -175
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1241
- package/src/models/mappers.ts +0 -2317
- package/src/models/parameters.ts +0 -234
- package/src/operations/access.ts +0 -471
- package/src/operations/index.ts +0 -13
- package/src/operations/marketplaceAgreements.ts +0 -183
- package/src/operations/organization.ts +0 -1497
- package/src/operations/organizationOperations.ts +0 -149
- package/src/operations/validations.ts +0 -120
- package/src/operationsInterfaces/access.ts +0 -166
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/marketplaceAgreements.ts +0 -34
- package/src/operationsInterfaces/organization.ts +0 -272
- package/src/operationsInterfaces/organizationOperations.ts +0 -25
- package/src/operationsInterfaces/validations.ts +0 -45
- 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/access.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,1078 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Response of a list operation. */
|
|
3
|
+
export interface ConfluentAgreementResourceListResponse {
|
|
4
|
+
/** Results of a list operation. */
|
|
5
|
+
value?: ConfluentAgreementResource[];
|
|
6
|
+
/** Link to the next set of results, if any. */
|
|
7
|
+
nextLink?: string;
|
|
8
|
+
}
|
|
9
|
+
/** Agreement Terms definition */
|
|
10
|
+
export interface ConfluentAgreementResource {
|
|
11
|
+
/**
|
|
12
|
+
* The ARM id of the resource.
|
|
13
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
14
|
+
*/
|
|
15
|
+
readonly id?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the agreement.
|
|
18
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
19
|
+
*/
|
|
20
|
+
readonly name?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The type of the agreement.
|
|
23
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
24
|
+
*/
|
|
25
|
+
readonly type?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Metadata pertaining to creation and last modification of the resource
|
|
28
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
29
|
+
*/
|
|
30
|
+
readonly systemData?: SystemData;
|
|
31
|
+
/** Publisher identifier string. */
|
|
32
|
+
publisher?: string;
|
|
33
|
+
/** Product identifier string. */
|
|
34
|
+
product?: string;
|
|
35
|
+
/** Plan identifier string. */
|
|
36
|
+
plan?: string;
|
|
37
|
+
/** Link to HTML with Microsoft and Publisher terms. */
|
|
38
|
+
licenseTextLink?: string;
|
|
39
|
+
/** Link to the privacy policy of the publisher. */
|
|
40
|
+
privacyPolicyLink?: string;
|
|
41
|
+
/** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */
|
|
42
|
+
retrieveDatetime?: Date;
|
|
43
|
+
/** Terms signature. */
|
|
44
|
+
signature?: string;
|
|
45
|
+
/** If any version of the terms have been accepted, otherwise false. */
|
|
46
|
+
accepted?: boolean;
|
|
47
|
+
}
|
|
48
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
49
|
+
export interface SystemData {
|
|
50
|
+
/** The identity that created the resource. */
|
|
51
|
+
createdBy?: string;
|
|
52
|
+
/** The type of identity that created the resource. */
|
|
53
|
+
createdByType?: CreatedByType;
|
|
54
|
+
/** The timestamp of resource creation (UTC). */
|
|
55
|
+
createdAt?: Date;
|
|
56
|
+
/** The identity that last modified the resource. */
|
|
57
|
+
lastModifiedBy?: string;
|
|
58
|
+
/** The type of identity that last modified the resource. */
|
|
59
|
+
lastModifiedByType?: CreatedByType;
|
|
60
|
+
/** The timestamp of resource last modification (UTC) */
|
|
61
|
+
lastModifiedAt?: Date;
|
|
62
|
+
}
|
|
63
|
+
/** Default error response for resource provider */
|
|
64
|
+
export interface ResourceProviderDefaultErrorResponse {
|
|
65
|
+
/**
|
|
66
|
+
* Response body of Error
|
|
67
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
+
*/
|
|
69
|
+
readonly error?: ErrorResponseBody;
|
|
70
|
+
}
|
|
71
|
+
/** Response body of Error */
|
|
72
|
+
export interface ErrorResponseBody {
|
|
73
|
+
/**
|
|
74
|
+
* Error code
|
|
75
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
+
*/
|
|
77
|
+
readonly code?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Error message
|
|
80
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
+
*/
|
|
82
|
+
readonly message?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Error target
|
|
85
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
+
*/
|
|
87
|
+
readonly target?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Error detail
|
|
90
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
+
*/
|
|
92
|
+
readonly details?: ErrorResponseBody[];
|
|
93
|
+
}
|
|
94
|
+
/** Result of GET request to list Confluent operations. */
|
|
95
|
+
export interface OperationListResult {
|
|
96
|
+
/** List of Confluent operations supported by the Microsoft.Confluent provider. */
|
|
97
|
+
value?: OperationResult[];
|
|
98
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
99
|
+
nextLink?: string;
|
|
100
|
+
}
|
|
101
|
+
/** An Confluent REST API operation. */
|
|
102
|
+
export interface OperationResult {
|
|
103
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
104
|
+
name?: string;
|
|
105
|
+
/** The object that represents the operation. */
|
|
106
|
+
display?: OperationDisplay;
|
|
107
|
+
/** Indicates whether the operation is a data action */
|
|
108
|
+
isDataAction?: boolean;
|
|
109
|
+
}
|
|
110
|
+
/** The object that represents the operation. */
|
|
111
|
+
export interface OperationDisplay {
|
|
112
|
+
/** Service provider: Microsoft.Confluent */
|
|
113
|
+
provider?: string;
|
|
114
|
+
/** Type on which the operation is performed, e.g., 'clusters'. */
|
|
115
|
+
resource?: string;
|
|
116
|
+
/** Operation type, e.g., read, write, delete, etc. */
|
|
117
|
+
operation?: string;
|
|
118
|
+
/** Description of the operation, e.g., 'Write confluent'. */
|
|
119
|
+
description?: string;
|
|
120
|
+
}
|
|
121
|
+
/** The response of a list operation. */
|
|
122
|
+
export interface OrganizationResourceListResult {
|
|
123
|
+
/** Result of a list operation. */
|
|
124
|
+
value?: OrganizationResource[];
|
|
125
|
+
/** Link to the next set of results, if any. */
|
|
126
|
+
nextLink?: string;
|
|
127
|
+
}
|
|
128
|
+
/** Organization resource. */
|
|
129
|
+
export interface OrganizationResource {
|
|
130
|
+
/**
|
|
131
|
+
* The ARM id of the resource.
|
|
132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
+
*/
|
|
134
|
+
readonly id?: string;
|
|
135
|
+
/**
|
|
136
|
+
* The name of the resource.
|
|
137
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
138
|
+
*/
|
|
139
|
+
readonly name?: string;
|
|
140
|
+
/**
|
|
141
|
+
* The type of the resource.
|
|
142
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
+
*/
|
|
144
|
+
readonly type?: string;
|
|
145
|
+
/**
|
|
146
|
+
* Metadata pertaining to creation and last modification of the resource
|
|
147
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
|
+
*/
|
|
149
|
+
readonly systemData?: SystemData;
|
|
150
|
+
/** Organization resource tags */
|
|
151
|
+
tags?: {
|
|
152
|
+
[propertyName: string]: string;
|
|
153
|
+
};
|
|
154
|
+
/** Location of Organization resource */
|
|
155
|
+
location?: string;
|
|
156
|
+
/**
|
|
157
|
+
* The creation time of the resource.
|
|
158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
159
|
+
*/
|
|
160
|
+
readonly createdTime?: Date;
|
|
161
|
+
/**
|
|
162
|
+
* Provision states for confluent RP
|
|
163
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
164
|
+
*/
|
|
165
|
+
readonly provisioningState?: ProvisionState;
|
|
166
|
+
/**
|
|
167
|
+
* Id of the Confluent organization.
|
|
168
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
169
|
+
*/
|
|
170
|
+
readonly organizationId?: string;
|
|
171
|
+
/**
|
|
172
|
+
* SSO url for the Confluent organization.
|
|
173
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
174
|
+
*/
|
|
175
|
+
readonly ssoUrl?: string;
|
|
176
|
+
/** Confluent offer detail */
|
|
177
|
+
offerDetail: OfferDetail;
|
|
178
|
+
/** Subscriber detail */
|
|
179
|
+
userDetail: UserDetail;
|
|
180
|
+
/** Link an existing Confluent organization */
|
|
181
|
+
linkOrganization?: LinkOrganization;
|
|
182
|
+
}
|
|
183
|
+
/** Confluent Offer detail */
|
|
184
|
+
export interface OfferDetail {
|
|
185
|
+
/** Publisher Id */
|
|
186
|
+
publisherId: string;
|
|
187
|
+
/** Offer Id */
|
|
188
|
+
id: string;
|
|
189
|
+
/** Offer Plan Id */
|
|
190
|
+
planId: string;
|
|
191
|
+
/** Offer Plan Name */
|
|
192
|
+
planName: string;
|
|
193
|
+
/** Offer Plan Term unit */
|
|
194
|
+
termUnit: string;
|
|
195
|
+
/** Offer Plan Term Id */
|
|
196
|
+
termId?: string;
|
|
197
|
+
/** Private Offer Id */
|
|
198
|
+
privateOfferId?: string;
|
|
199
|
+
/** Array of Private Offer Ids */
|
|
200
|
+
privateOfferIds?: string[];
|
|
201
|
+
/** SaaS Offer Status */
|
|
202
|
+
status?: SaaSOfferStatus;
|
|
203
|
+
}
|
|
204
|
+
/** Subscriber detail */
|
|
205
|
+
export interface UserDetail {
|
|
206
|
+
/** First name */
|
|
207
|
+
firstName?: string;
|
|
208
|
+
/** Last name */
|
|
209
|
+
lastName?: string;
|
|
210
|
+
/** Email address */
|
|
211
|
+
emailAddress: string;
|
|
212
|
+
/** User principal name */
|
|
213
|
+
userPrincipalName?: string;
|
|
214
|
+
/** AAD email address */
|
|
215
|
+
aadEmail?: string;
|
|
216
|
+
}
|
|
217
|
+
/** Link an existing Confluent organization */
|
|
218
|
+
export interface LinkOrganization {
|
|
219
|
+
/** User auth token */
|
|
220
|
+
token: string;
|
|
221
|
+
}
|
|
222
|
+
/** Organization Resource update */
|
|
223
|
+
export interface OrganizationResourceUpdate {
|
|
224
|
+
/** ARM resource tags */
|
|
225
|
+
tags?: {
|
|
226
|
+
[propertyName: string]: string;
|
|
227
|
+
};
|
|
228
|
+
}
|
|
229
|
+
/** Validation response from the provider */
|
|
230
|
+
export interface ValidationResponse {
|
|
231
|
+
/** Info from the response */
|
|
232
|
+
info?: {
|
|
233
|
+
[propertyName: string]: string;
|
|
234
|
+
};
|
|
235
|
+
}
|
|
236
|
+
/** List Access Request Model */
|
|
237
|
+
export interface ListAccessRequestModel {
|
|
238
|
+
/** Search filters for the request */
|
|
239
|
+
searchFilters?: {
|
|
240
|
+
[propertyName: string]: string;
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
/** List users success response */
|
|
244
|
+
export interface AccessListUsersSuccessResponse {
|
|
245
|
+
/** Type of response */
|
|
246
|
+
kind?: string;
|
|
247
|
+
/** Metadata of the list */
|
|
248
|
+
metadata?: ConfluentListMetadata;
|
|
249
|
+
/** Data of the users list */
|
|
250
|
+
data?: UserRecord[];
|
|
251
|
+
}
|
|
252
|
+
/** Metadata of the list */
|
|
253
|
+
export interface ConfluentListMetadata {
|
|
254
|
+
/** First page of the list */
|
|
255
|
+
first?: string;
|
|
256
|
+
/** Last page of the list */
|
|
257
|
+
last?: string;
|
|
258
|
+
/** Previous page of the list */
|
|
259
|
+
prev?: string;
|
|
260
|
+
/** Next page of the list */
|
|
261
|
+
next?: string;
|
|
262
|
+
/** Total size of the list */
|
|
263
|
+
totalSize?: number;
|
|
264
|
+
}
|
|
265
|
+
/** Record of the user */
|
|
266
|
+
export interface UserRecord {
|
|
267
|
+
/** Type of account */
|
|
268
|
+
kind?: string;
|
|
269
|
+
/** Id of the user */
|
|
270
|
+
id?: string;
|
|
271
|
+
/** Metadata of the record */
|
|
272
|
+
metadata?: MetadataEntity;
|
|
273
|
+
/** Email of the user */
|
|
274
|
+
email?: string;
|
|
275
|
+
/** Name of the user */
|
|
276
|
+
fullName?: string;
|
|
277
|
+
/** Auth type of the user */
|
|
278
|
+
authType?: string;
|
|
279
|
+
}
|
|
280
|
+
/** Metadata of the data record */
|
|
281
|
+
export interface MetadataEntity {
|
|
282
|
+
/** Self lookup url */
|
|
283
|
+
self?: string;
|
|
284
|
+
/** Resource name of the record */
|
|
285
|
+
resourceName?: string;
|
|
286
|
+
/** Created Date Time */
|
|
287
|
+
createdAt?: string;
|
|
288
|
+
/** Updated Date time */
|
|
289
|
+
updatedAt?: string;
|
|
290
|
+
/** Deleted Date time */
|
|
291
|
+
deletedAt?: string;
|
|
292
|
+
}
|
|
293
|
+
/** List service accounts success response */
|
|
294
|
+
export interface AccessListServiceAccountsSuccessResponse {
|
|
295
|
+
/** Type of response */
|
|
296
|
+
kind?: string;
|
|
297
|
+
/** Metadata of the list */
|
|
298
|
+
metadata?: ConfluentListMetadata;
|
|
299
|
+
/** Data of the service accounts list */
|
|
300
|
+
data?: ServiceAccountRecord[];
|
|
301
|
+
}
|
|
302
|
+
/** Record of the service account */
|
|
303
|
+
export interface ServiceAccountRecord {
|
|
304
|
+
/** Type of account */
|
|
305
|
+
kind?: string;
|
|
306
|
+
/** Id of the service account */
|
|
307
|
+
id?: string;
|
|
308
|
+
/** Metadata of the record */
|
|
309
|
+
metadata?: MetadataEntity;
|
|
310
|
+
/** Name of the service account */
|
|
311
|
+
displayName?: string;
|
|
312
|
+
/** Description of the service account */
|
|
313
|
+
description?: string;
|
|
314
|
+
}
|
|
315
|
+
/** List invitations success response */
|
|
316
|
+
export interface AccessListInvitationsSuccessResponse {
|
|
317
|
+
/** Type of response */
|
|
318
|
+
kind?: string;
|
|
319
|
+
/** Metadata of the list */
|
|
320
|
+
metadata?: ConfluentListMetadata;
|
|
321
|
+
/** Data of the invitations list */
|
|
322
|
+
data?: InvitationRecord[];
|
|
323
|
+
}
|
|
324
|
+
/** Record of the invitation */
|
|
325
|
+
export interface InvitationRecord {
|
|
326
|
+
/** Type of account */
|
|
327
|
+
kind?: string;
|
|
328
|
+
/** Id of the invitation */
|
|
329
|
+
id?: string;
|
|
330
|
+
/** Metadata of the record */
|
|
331
|
+
metadata?: MetadataEntity;
|
|
332
|
+
/** Email of the user */
|
|
333
|
+
email?: string;
|
|
334
|
+
/** Auth type of the user */
|
|
335
|
+
authType?: string;
|
|
336
|
+
/** Status of the invitation */
|
|
337
|
+
status?: string;
|
|
338
|
+
/** Accepted date time of the invitation */
|
|
339
|
+
acceptedAt?: string;
|
|
340
|
+
/** Expiration date time of the invitation */
|
|
341
|
+
expiresAt?: string;
|
|
342
|
+
}
|
|
343
|
+
/** Invite User Account model */
|
|
344
|
+
export interface AccessInviteUserAccountModel {
|
|
345
|
+
/** Id of the organization */
|
|
346
|
+
organizationId?: string;
|
|
347
|
+
/** Email of the logged in user */
|
|
348
|
+
email?: string;
|
|
349
|
+
/** Upn of the logged in user */
|
|
350
|
+
upn?: string;
|
|
351
|
+
/** Details of the user who is being invited */
|
|
352
|
+
invitedUserDetails?: AccessInvitedUserDetails;
|
|
353
|
+
}
|
|
354
|
+
/** Details of the user being invited */
|
|
355
|
+
export interface AccessInvitedUserDetails {
|
|
356
|
+
/** UPN/Email of the user who is being invited */
|
|
357
|
+
invitedEmail?: string;
|
|
358
|
+
/** Auth type of the user */
|
|
359
|
+
authType?: string;
|
|
360
|
+
}
|
|
361
|
+
/** Details of the environments returned on successful response */
|
|
362
|
+
export interface AccessListEnvironmentsSuccessResponse {
|
|
363
|
+
/** Type of response */
|
|
364
|
+
kind?: string;
|
|
365
|
+
/** Metadata of the environment list */
|
|
366
|
+
metadata?: ConfluentListMetadata;
|
|
367
|
+
/** Environment list data */
|
|
368
|
+
data?: EnvironmentRecord[];
|
|
369
|
+
}
|
|
370
|
+
/** Details about environment name, metadata and environment id of an environment */
|
|
371
|
+
export interface EnvironmentRecord {
|
|
372
|
+
/** Type of environment */
|
|
373
|
+
kind?: string;
|
|
374
|
+
/** Id of the environment */
|
|
375
|
+
id?: string;
|
|
376
|
+
/** Metadata of the record */
|
|
377
|
+
metadata?: MetadataEntity;
|
|
378
|
+
/** Display name of the user */
|
|
379
|
+
displayName?: string;
|
|
380
|
+
}
|
|
381
|
+
/** Details of the clusters returned on successful response */
|
|
382
|
+
export interface AccessListClusterSuccessResponse {
|
|
383
|
+
/** Type of response */
|
|
384
|
+
kind?: string;
|
|
385
|
+
/** Metadata of the list */
|
|
386
|
+
metadata?: ConfluentListMetadata;
|
|
387
|
+
/** List of clusters */
|
|
388
|
+
data?: ClusterRecord[];
|
|
389
|
+
}
|
|
390
|
+
/** Details of cluster record */
|
|
391
|
+
export interface ClusterRecord {
|
|
392
|
+
/** Type of cluster */
|
|
393
|
+
kind?: string;
|
|
394
|
+
/** Id of the cluster */
|
|
395
|
+
id?: string;
|
|
396
|
+
/** Metadata of the record */
|
|
397
|
+
metadata?: MetadataEntity;
|
|
398
|
+
/** Display name of the cluster */
|
|
399
|
+
displayName?: string;
|
|
400
|
+
/** Specification of the cluster */
|
|
401
|
+
spec?: ClusterSpecEntity;
|
|
402
|
+
/** Specification of the cluster */
|
|
403
|
+
status?: ClusterStatusEntity;
|
|
404
|
+
}
|
|
405
|
+
/** Spec of the cluster record */
|
|
406
|
+
export interface ClusterSpecEntity {
|
|
407
|
+
/** The name of the cluster */
|
|
408
|
+
displayName?: string;
|
|
409
|
+
/** The availability zone configuration of the cluster */
|
|
410
|
+
availability?: string;
|
|
411
|
+
/** The cloud service provider */
|
|
412
|
+
cloud?: string;
|
|
413
|
+
/** type of zone availability */
|
|
414
|
+
zone?: string;
|
|
415
|
+
/** The cloud service provider region */
|
|
416
|
+
region?: string;
|
|
417
|
+
/** The bootstrap endpoint used by Kafka clients to connect to the cluster */
|
|
418
|
+
kafkaBootstrapEndpoint?: string;
|
|
419
|
+
/** The cluster HTTP request URL. */
|
|
420
|
+
httpEndpoint?: string;
|
|
421
|
+
/** The Kafka API cluster endpoint */
|
|
422
|
+
apiEndpoint?: string;
|
|
423
|
+
/** Specification of the cluster */
|
|
424
|
+
config?: ClusterConfigEntity;
|
|
425
|
+
/** Specification of the cluster */
|
|
426
|
+
environment?: ClusterEnvironmentEntity;
|
|
427
|
+
/** Specification of the cluster */
|
|
428
|
+
network?: ClusterNetworkEntity;
|
|
429
|
+
/** Specification of the cluster */
|
|
430
|
+
byok?: ClusterByokEntity;
|
|
431
|
+
}
|
|
432
|
+
/** The configuration of the Kafka cluster */
|
|
433
|
+
export interface ClusterConfigEntity {
|
|
434
|
+
/** The lifecycle phase of the cluster */
|
|
435
|
+
kind?: string;
|
|
436
|
+
}
|
|
437
|
+
/** The environment to which cluster belongs */
|
|
438
|
+
export interface ClusterEnvironmentEntity {
|
|
439
|
+
/** ID of the referred resource */
|
|
440
|
+
id?: string;
|
|
441
|
+
/** Environment of the referred resource */
|
|
442
|
+
environment?: string;
|
|
443
|
+
/** API URL for accessing or modifying the referred object */
|
|
444
|
+
related?: string;
|
|
445
|
+
/** CRN reference to the referred resource */
|
|
446
|
+
resourceName?: string;
|
|
447
|
+
}
|
|
448
|
+
/** The network associated with this object */
|
|
449
|
+
export interface ClusterNetworkEntity {
|
|
450
|
+
/** ID of the referred resource */
|
|
451
|
+
id?: string;
|
|
452
|
+
/** Environment of the referred resource */
|
|
453
|
+
environment?: string;
|
|
454
|
+
/** API URL for accessing or modifying the referred object */
|
|
455
|
+
related?: string;
|
|
456
|
+
/** CRN reference to the referred resource */
|
|
457
|
+
resourceName?: string;
|
|
458
|
+
}
|
|
459
|
+
/** The network associated with this object */
|
|
460
|
+
export interface ClusterByokEntity {
|
|
461
|
+
/** ID of the referred resource */
|
|
462
|
+
id?: string;
|
|
463
|
+
/** API URL for accessing or modifying the referred object */
|
|
464
|
+
related?: string;
|
|
465
|
+
/** CRN reference to the referred resource */
|
|
466
|
+
resourceName?: string;
|
|
467
|
+
}
|
|
468
|
+
/** Status of the cluster record */
|
|
469
|
+
export interface ClusterStatusEntity {
|
|
470
|
+
/** The lifecycle phase of the cluster */
|
|
471
|
+
phase?: string;
|
|
472
|
+
/** The number of Confluent Kafka Units */
|
|
473
|
+
cku?: number;
|
|
474
|
+
}
|
|
475
|
+
/** Details of the role bindings returned on successful response */
|
|
476
|
+
export interface AccessListRoleBindingsSuccessResponse {
|
|
477
|
+
/** Type of response */
|
|
478
|
+
kind?: string;
|
|
479
|
+
/** Metadata of the list */
|
|
480
|
+
metadata?: ConfluentListMetadata;
|
|
481
|
+
/** List of role binding */
|
|
482
|
+
data?: RoleBindingRecord[];
|
|
483
|
+
}
|
|
484
|
+
/** Details on principal, role name and crn pattern of a role binding */
|
|
485
|
+
export interface RoleBindingRecord {
|
|
486
|
+
/** The type of the resource. */
|
|
487
|
+
kind?: string;
|
|
488
|
+
/** Id of the role binding */
|
|
489
|
+
id?: string;
|
|
490
|
+
/** Metadata of the record */
|
|
491
|
+
metadata?: MetadataEntity;
|
|
492
|
+
/** The principal User or Group to bind the role to */
|
|
493
|
+
principal?: string;
|
|
494
|
+
/** The name of the role to bind to the principal */
|
|
495
|
+
roleName?: string;
|
|
496
|
+
/** A CRN that specifies the scope and resource patterns necessary for the role to bind */
|
|
497
|
+
crnPattern?: string;
|
|
498
|
+
}
|
|
499
|
+
/** Create role binding request model */
|
|
500
|
+
export interface AccessCreateRoleBindingRequestModel {
|
|
501
|
+
/** The principal User or Group to bind the role to */
|
|
502
|
+
principal?: string;
|
|
503
|
+
/** The name of the role to bind to the principal */
|
|
504
|
+
roleName?: string;
|
|
505
|
+
/** A CRN that specifies the scope and resource patterns necessary for the role to bind */
|
|
506
|
+
crnPattern?: string;
|
|
507
|
+
}
|
|
508
|
+
/** Details of the role binding names returned on successful response */
|
|
509
|
+
export interface AccessRoleBindingNameListSuccessResponse {
|
|
510
|
+
/** Type of response */
|
|
511
|
+
kind?: string;
|
|
512
|
+
/** Metadata of the list */
|
|
513
|
+
metadata?: ConfluentListMetadata;
|
|
514
|
+
/** List of role binding names */
|
|
515
|
+
data?: string[];
|
|
516
|
+
}
|
|
517
|
+
/** Result of GET request to list Confluent operations. */
|
|
518
|
+
export interface GetEnvironmentsResponse {
|
|
519
|
+
/** List of environments in a confluent organization */
|
|
520
|
+
value?: SCEnvironmentRecord[];
|
|
521
|
+
/** URL to get the next set of environment records if there are any. */
|
|
522
|
+
nextLink?: string;
|
|
523
|
+
}
|
|
524
|
+
/** Details about environment name, metadata and environment id of an environment */
|
|
525
|
+
export interface SCEnvironmentRecord {
|
|
526
|
+
/** Type of environment */
|
|
527
|
+
kind?: string;
|
|
528
|
+
/** Id of the environment */
|
|
529
|
+
id?: string;
|
|
530
|
+
/** Display name of the environment */
|
|
531
|
+
name?: string;
|
|
532
|
+
/** Metadata of the record */
|
|
533
|
+
metadata?: SCMetadataEntity;
|
|
534
|
+
}
|
|
535
|
+
/** Metadata of the data record */
|
|
536
|
+
export interface SCMetadataEntity {
|
|
537
|
+
/** Self lookup url */
|
|
538
|
+
self?: string;
|
|
539
|
+
/** Resource name of the record */
|
|
540
|
+
resourceName?: string;
|
|
541
|
+
/** Created Date Time */
|
|
542
|
+
createdTimestamp?: string;
|
|
543
|
+
/** Updated Date time */
|
|
544
|
+
updatedTimestamp?: string;
|
|
545
|
+
/** Deleted Date time */
|
|
546
|
+
deletedTimestamp?: string;
|
|
547
|
+
}
|
|
548
|
+
/** Result of GET request to list clusters in the environment of a confluent organization */
|
|
549
|
+
export interface ListClustersSuccessResponse {
|
|
550
|
+
/** List of clusters in an environment of a confluent organization */
|
|
551
|
+
value?: SCClusterRecord[];
|
|
552
|
+
/** URL to get the next set of cluster records if there are any. */
|
|
553
|
+
nextLink?: string;
|
|
554
|
+
}
|
|
555
|
+
/** Details of cluster record */
|
|
556
|
+
export interface SCClusterRecord {
|
|
557
|
+
/** Type of cluster */
|
|
558
|
+
kind?: string;
|
|
559
|
+
/** Id of the cluster */
|
|
560
|
+
id?: string;
|
|
561
|
+
/** Display name of the cluster */
|
|
562
|
+
name?: string;
|
|
563
|
+
/** Metadata of the record */
|
|
564
|
+
metadata?: SCMetadataEntity;
|
|
565
|
+
/** Specification of the cluster */
|
|
566
|
+
spec?: SCClusterSpecEntity;
|
|
567
|
+
/** Specification of the cluster status */
|
|
568
|
+
status?: ClusterStatusEntity;
|
|
569
|
+
}
|
|
570
|
+
/** Spec of the cluster record */
|
|
571
|
+
export interface SCClusterSpecEntity {
|
|
572
|
+
/** The name of the cluster */
|
|
573
|
+
name?: string;
|
|
574
|
+
/** The availability zone configuration of the cluster */
|
|
575
|
+
availability?: string;
|
|
576
|
+
/** The cloud service provider */
|
|
577
|
+
cloud?: string;
|
|
578
|
+
/** type of zone availability */
|
|
579
|
+
zone?: string;
|
|
580
|
+
/** The cloud service provider region */
|
|
581
|
+
region?: string;
|
|
582
|
+
/** The bootstrap endpoint used by Kafka clients to connect to the cluster */
|
|
583
|
+
kafkaBootstrapEndpoint?: string;
|
|
584
|
+
/** The cluster HTTP request URL. */
|
|
585
|
+
httpEndpoint?: string;
|
|
586
|
+
/** The Kafka API cluster endpoint */
|
|
587
|
+
apiEndpoint?: string;
|
|
588
|
+
/** Specification of the cluster configuration */
|
|
589
|
+
config?: ClusterConfigEntity;
|
|
590
|
+
/** Specification of the cluster environment */
|
|
591
|
+
environment?: SCClusterNetworkEnvironmentEntity;
|
|
592
|
+
/** Specification of the cluster network */
|
|
593
|
+
network?: SCClusterNetworkEnvironmentEntity;
|
|
594
|
+
/** Specification of the cluster byok */
|
|
595
|
+
byok?: SCClusterByokEntity;
|
|
596
|
+
}
|
|
597
|
+
/** The environment or the network to which cluster belongs */
|
|
598
|
+
export interface SCClusterNetworkEnvironmentEntity {
|
|
599
|
+
/** ID of the referred resource */
|
|
600
|
+
id?: string;
|
|
601
|
+
/** Environment of the referred resource */
|
|
602
|
+
environment?: string;
|
|
603
|
+
/** API URL for accessing or modifying the referred object */
|
|
604
|
+
related?: string;
|
|
605
|
+
/** CRN reference to the referred resource */
|
|
606
|
+
resourceName?: string;
|
|
607
|
+
}
|
|
608
|
+
/** The network associated with this object */
|
|
609
|
+
export interface SCClusterByokEntity {
|
|
610
|
+
/** ID of the referred resource */
|
|
611
|
+
id?: string;
|
|
612
|
+
/** API URL for accessing or modifying the referred object */
|
|
613
|
+
related?: string;
|
|
614
|
+
/** CRN reference to the referred resource */
|
|
615
|
+
resourceName?: string;
|
|
616
|
+
}
|
|
617
|
+
/** Result of GET request to list schema registry clusters in the environment of a confluent organization */
|
|
618
|
+
export interface ListSchemaRegistryClustersResponse {
|
|
619
|
+
/** List of schema registry clusters in an environment of a confluent organization */
|
|
620
|
+
value?: SchemaRegistryClusterRecord[];
|
|
621
|
+
/** URL to get the next set of schema registry cluster records if there are any. */
|
|
622
|
+
nextLink?: string;
|
|
623
|
+
}
|
|
624
|
+
/** Details of schema registry cluster record */
|
|
625
|
+
export interface SchemaRegistryClusterRecord {
|
|
626
|
+
/** Kind of the cluster */
|
|
627
|
+
kind?: string;
|
|
628
|
+
/** Id of the cluster */
|
|
629
|
+
id?: string;
|
|
630
|
+
/** Metadata of the record */
|
|
631
|
+
metadata?: SCMetadataEntity;
|
|
632
|
+
/** Specification of the schema registry cluster */
|
|
633
|
+
spec?: SchemaRegistryClusterSpecEntity;
|
|
634
|
+
/** Specification of the cluster status */
|
|
635
|
+
status?: SchemaRegistryClusterStatusEntity;
|
|
636
|
+
}
|
|
637
|
+
/** Details of schema registry cluster spec */
|
|
638
|
+
export interface SchemaRegistryClusterSpecEntity {
|
|
639
|
+
/** Name of the schema registry cluster */
|
|
640
|
+
name?: string;
|
|
641
|
+
/** Http endpoint of the cluster */
|
|
642
|
+
httpEndpoint?: string;
|
|
643
|
+
/** Type of the cluster package Advanced, essentials */
|
|
644
|
+
package?: string;
|
|
645
|
+
/** Region details of the schema registry cluster */
|
|
646
|
+
region?: SchemaRegistryClusterEnvironmentRegionEntity;
|
|
647
|
+
/** Environment details of the schema registry cluster */
|
|
648
|
+
environment?: SchemaRegistryClusterEnvironmentRegionEntity;
|
|
649
|
+
/** The cloud service provider */
|
|
650
|
+
cloud?: string;
|
|
651
|
+
}
|
|
652
|
+
/** The environment associated with this object */
|
|
653
|
+
export interface SchemaRegistryClusterEnvironmentRegionEntity {
|
|
654
|
+
/** ID of the referred resource */
|
|
655
|
+
id?: string;
|
|
656
|
+
/** API URL for accessing or modifying the referred object */
|
|
657
|
+
related?: string;
|
|
658
|
+
/** CRN reference to the referred resource */
|
|
659
|
+
resourceName?: string;
|
|
660
|
+
}
|
|
661
|
+
/** Status of the schema registry cluster record */
|
|
662
|
+
export interface SchemaRegistryClusterStatusEntity {
|
|
663
|
+
/** The lifecycle phase of the cluster */
|
|
664
|
+
phase?: string;
|
|
665
|
+
}
|
|
666
|
+
/** Result of POST request to list regions supported by confluent */
|
|
667
|
+
export interface ListRegionsSuccessResponse {
|
|
668
|
+
/** List of regions supported by confluent */
|
|
669
|
+
data?: RegionRecord[];
|
|
670
|
+
}
|
|
671
|
+
/** Details of region record */
|
|
672
|
+
export interface RegionRecord {
|
|
673
|
+
/** Kind of the cluster */
|
|
674
|
+
kind?: string;
|
|
675
|
+
/** Id of the cluster */
|
|
676
|
+
id?: string;
|
|
677
|
+
/** Metadata of the record */
|
|
678
|
+
metadata?: SCMetadataEntity;
|
|
679
|
+
/** Specification of the region */
|
|
680
|
+
spec?: RegionSpecEntity;
|
|
681
|
+
}
|
|
682
|
+
/** Region spec details */
|
|
683
|
+
export interface RegionSpecEntity {
|
|
684
|
+
/** Display Name of the region */
|
|
685
|
+
name?: string;
|
|
686
|
+
/** Cloud provider name */
|
|
687
|
+
cloud?: string;
|
|
688
|
+
/** Region name */
|
|
689
|
+
regionName?: string;
|
|
690
|
+
packages?: string[];
|
|
691
|
+
}
|
|
692
|
+
/** Create API Key model */
|
|
693
|
+
export interface CreateAPIKeyModel {
|
|
694
|
+
/** Name of the API Key */
|
|
695
|
+
name?: string;
|
|
696
|
+
/** Description of the API Key */
|
|
697
|
+
description?: string;
|
|
698
|
+
}
|
|
699
|
+
/** Details API key */
|
|
700
|
+
export interface APIKeyRecord {
|
|
701
|
+
/** Type of api key */
|
|
702
|
+
kind?: string;
|
|
703
|
+
/** Id of the api key */
|
|
704
|
+
id?: string;
|
|
705
|
+
/** Metadata of the record */
|
|
706
|
+
metadata?: SCMetadataEntity;
|
|
707
|
+
/** Specification of the API Key */
|
|
708
|
+
spec?: APIKeySpecEntity;
|
|
709
|
+
}
|
|
710
|
+
/** Spec of the API Key record */
|
|
711
|
+
export interface APIKeySpecEntity {
|
|
712
|
+
/** The description of the API Key */
|
|
713
|
+
description?: string;
|
|
714
|
+
/** The name of the API Key */
|
|
715
|
+
name?: string;
|
|
716
|
+
/** API Key Secret */
|
|
717
|
+
secret?: string;
|
|
718
|
+
/** Specification of the cluster */
|
|
719
|
+
resource?: APIKeyResourceEntity;
|
|
720
|
+
/** Specification of the cluster */
|
|
721
|
+
owner?: APIKeyOwnerEntity;
|
|
722
|
+
}
|
|
723
|
+
/** API Key Resource details which can be kafka cluster or schema registry cluster */
|
|
724
|
+
export interface APIKeyResourceEntity {
|
|
725
|
+
/** Id of the resource */
|
|
726
|
+
id?: string;
|
|
727
|
+
/** The environment of the api key */
|
|
728
|
+
environment?: string;
|
|
729
|
+
/** API URL for accessing or modifying the api key resource object */
|
|
730
|
+
related?: string;
|
|
731
|
+
/** CRN reference to the referred resource */
|
|
732
|
+
resourceName?: string;
|
|
733
|
+
/** Type of the owner which can be service or user account */
|
|
734
|
+
kind?: string;
|
|
735
|
+
}
|
|
736
|
+
/** API Key Owner details which can be a user or service account */
|
|
737
|
+
export interface APIKeyOwnerEntity {
|
|
738
|
+
/** API Key owner id */
|
|
739
|
+
id?: string;
|
|
740
|
+
/** API URL for accessing or modifying the referred object */
|
|
741
|
+
related?: string;
|
|
742
|
+
/** CRN reference to the referred resource */
|
|
743
|
+
resourceName?: string;
|
|
744
|
+
/** Type of the owner service or user account */
|
|
745
|
+
kind?: string;
|
|
746
|
+
}
|
|
747
|
+
/** Metadata of the list */
|
|
748
|
+
export interface SCConfluentListMetadata {
|
|
749
|
+
/** First page of the list */
|
|
750
|
+
first?: string;
|
|
751
|
+
/** Last page of the list */
|
|
752
|
+
last?: string;
|
|
753
|
+
/** Previous page of the list */
|
|
754
|
+
prev?: string;
|
|
755
|
+
/** Next page of the list */
|
|
756
|
+
next?: string;
|
|
757
|
+
/** Total size of the list */
|
|
758
|
+
totalSize?: number;
|
|
759
|
+
}
|
|
760
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
761
|
+
export declare enum KnownCreatedByType {
|
|
762
|
+
/** User */
|
|
763
|
+
User = "User",
|
|
764
|
+
/** Application */
|
|
765
|
+
Application = "Application",
|
|
766
|
+
/** ManagedIdentity */
|
|
767
|
+
ManagedIdentity = "ManagedIdentity",
|
|
768
|
+
/** Key */
|
|
769
|
+
Key = "Key"
|
|
770
|
+
}
|
|
771
|
+
/**
|
|
772
|
+
* Defines values for CreatedByType. \
|
|
773
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
774
|
+
* this enum contains the known values that the service supports.
|
|
775
|
+
* ### Known values supported by the service
|
|
776
|
+
* **User** \
|
|
777
|
+
* **Application** \
|
|
778
|
+
* **ManagedIdentity** \
|
|
779
|
+
* **Key**
|
|
780
|
+
*/
|
|
781
|
+
export type CreatedByType = string;
|
|
782
|
+
/** Known values of {@link ProvisionState} that the service accepts. */
|
|
783
|
+
export declare enum KnownProvisionState {
|
|
784
|
+
/** Accepted */
|
|
785
|
+
Accepted = "Accepted",
|
|
786
|
+
/** Creating */
|
|
787
|
+
Creating = "Creating",
|
|
788
|
+
/** Updating */
|
|
789
|
+
Updating = "Updating",
|
|
790
|
+
/** Deleting */
|
|
791
|
+
Deleting = "Deleting",
|
|
792
|
+
/** Succeeded */
|
|
793
|
+
Succeeded = "Succeeded",
|
|
794
|
+
/** Failed */
|
|
795
|
+
Failed = "Failed",
|
|
796
|
+
/** Canceled */
|
|
797
|
+
Canceled = "Canceled",
|
|
798
|
+
/** Deleted */
|
|
799
|
+
Deleted = "Deleted",
|
|
800
|
+
/** NotSpecified */
|
|
801
|
+
NotSpecified = "NotSpecified"
|
|
802
|
+
}
|
|
803
|
+
/**
|
|
804
|
+
* Defines values for ProvisionState. \
|
|
805
|
+
* {@link KnownProvisionState} can be used interchangeably with ProvisionState,
|
|
806
|
+
* this enum contains the known values that the service supports.
|
|
807
|
+
* ### Known values supported by the service
|
|
808
|
+
* **Accepted** \
|
|
809
|
+
* **Creating** \
|
|
810
|
+
* **Updating** \
|
|
811
|
+
* **Deleting** \
|
|
812
|
+
* **Succeeded** \
|
|
813
|
+
* **Failed** \
|
|
814
|
+
* **Canceled** \
|
|
815
|
+
* **Deleted** \
|
|
816
|
+
* **NotSpecified**
|
|
817
|
+
*/
|
|
818
|
+
export type ProvisionState = string;
|
|
819
|
+
/** Known values of {@link SaaSOfferStatus} that the service accepts. */
|
|
820
|
+
export declare enum KnownSaaSOfferStatus {
|
|
821
|
+
/** Started */
|
|
822
|
+
Started = "Started",
|
|
823
|
+
/** PendingFulfillmentStart */
|
|
824
|
+
PendingFulfillmentStart = "PendingFulfillmentStart",
|
|
825
|
+
/** InProgress */
|
|
826
|
+
InProgress = "InProgress",
|
|
827
|
+
/** Subscribed */
|
|
828
|
+
Subscribed = "Subscribed",
|
|
829
|
+
/** Suspended */
|
|
830
|
+
Suspended = "Suspended",
|
|
831
|
+
/** Reinstated */
|
|
832
|
+
Reinstated = "Reinstated",
|
|
833
|
+
/** Succeeded */
|
|
834
|
+
Succeeded = "Succeeded",
|
|
835
|
+
/** Failed */
|
|
836
|
+
Failed = "Failed",
|
|
837
|
+
/** Unsubscribed */
|
|
838
|
+
Unsubscribed = "Unsubscribed",
|
|
839
|
+
/** Updating */
|
|
840
|
+
Updating = "Updating"
|
|
841
|
+
}
|
|
842
|
+
/**
|
|
843
|
+
* Defines values for SaaSOfferStatus. \
|
|
844
|
+
* {@link KnownSaaSOfferStatus} can be used interchangeably with SaaSOfferStatus,
|
|
845
|
+
* this enum contains the known values that the service supports.
|
|
846
|
+
* ### Known values supported by the service
|
|
847
|
+
* **Started** \
|
|
848
|
+
* **PendingFulfillmentStart** \
|
|
849
|
+
* **InProgress** \
|
|
850
|
+
* **Subscribed** \
|
|
851
|
+
* **Suspended** \
|
|
852
|
+
* **Reinstated** \
|
|
853
|
+
* **Succeeded** \
|
|
854
|
+
* **Failed** \
|
|
855
|
+
* **Unsubscribed** \
|
|
856
|
+
* **Updating**
|
|
857
|
+
*/
|
|
858
|
+
export type SaaSOfferStatus = string;
|
|
859
|
+
/** Optional parameters. */
|
|
860
|
+
export interface MarketplaceAgreementsListOptionalParams extends coreClient.OperationOptions {
|
|
861
|
+
}
|
|
862
|
+
/** Contains response data for the list operation. */
|
|
863
|
+
export type MarketplaceAgreementsListResponse = ConfluentAgreementResourceListResponse;
|
|
864
|
+
/** Optional parameters. */
|
|
865
|
+
export interface MarketplaceAgreementsCreateOptionalParams extends coreClient.OperationOptions {
|
|
866
|
+
/** Confluent Marketplace Agreement resource */
|
|
867
|
+
body?: ConfluentAgreementResource;
|
|
868
|
+
}
|
|
869
|
+
/** Contains response data for the create operation. */
|
|
870
|
+
export type MarketplaceAgreementsCreateResponse = ConfluentAgreementResource;
|
|
871
|
+
/** Optional parameters. */
|
|
872
|
+
export interface MarketplaceAgreementsListNextOptionalParams extends coreClient.OperationOptions {
|
|
873
|
+
}
|
|
874
|
+
/** Contains response data for the listNext operation. */
|
|
875
|
+
export type MarketplaceAgreementsListNextResponse = ConfluentAgreementResourceListResponse;
|
|
876
|
+
/** Optional parameters. */
|
|
877
|
+
export interface OrganizationOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
878
|
+
}
|
|
879
|
+
/** Contains response data for the list operation. */
|
|
880
|
+
export type OrganizationOperationsListResponse = OperationListResult;
|
|
881
|
+
/** Optional parameters. */
|
|
882
|
+
export interface OrganizationOperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
883
|
+
}
|
|
884
|
+
/** Contains response data for the listNext operation. */
|
|
885
|
+
export type OrganizationOperationsListNextResponse = OperationListResult;
|
|
886
|
+
/** Optional parameters. */
|
|
887
|
+
export interface OrganizationListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
888
|
+
}
|
|
889
|
+
/** Contains response data for the listBySubscription operation. */
|
|
890
|
+
export type OrganizationListBySubscriptionResponse = OrganizationResourceListResult;
|
|
891
|
+
/** Optional parameters. */
|
|
892
|
+
export interface OrganizationListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
893
|
+
}
|
|
894
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
895
|
+
export type OrganizationListByResourceGroupResponse = OrganizationResourceListResult;
|
|
896
|
+
/** Optional parameters. */
|
|
897
|
+
export interface OrganizationGetOptionalParams extends coreClient.OperationOptions {
|
|
898
|
+
}
|
|
899
|
+
/** Contains response data for the get operation. */
|
|
900
|
+
export type OrganizationGetResponse = OrganizationResource;
|
|
901
|
+
/** Optional parameters. */
|
|
902
|
+
export interface OrganizationCreateOptionalParams extends coreClient.OperationOptions {
|
|
903
|
+
/** Organization resource model */
|
|
904
|
+
body?: OrganizationResource;
|
|
905
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
906
|
+
updateIntervalInMs?: number;
|
|
907
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
908
|
+
resumeFrom?: string;
|
|
909
|
+
}
|
|
910
|
+
/** Contains response data for the create operation. */
|
|
911
|
+
export type OrganizationCreateResponse = OrganizationResource;
|
|
912
|
+
/** Optional parameters. */
|
|
913
|
+
export interface OrganizationUpdateOptionalParams extends coreClient.OperationOptions {
|
|
914
|
+
/** Updated Organization resource */
|
|
915
|
+
body?: OrganizationResourceUpdate;
|
|
916
|
+
}
|
|
917
|
+
/** Contains response data for the update operation. */
|
|
918
|
+
export type OrganizationUpdateResponse = OrganizationResource;
|
|
919
|
+
/** Optional parameters. */
|
|
920
|
+
export interface OrganizationDeleteOptionalParams extends coreClient.OperationOptions {
|
|
921
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
922
|
+
updateIntervalInMs?: number;
|
|
923
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
924
|
+
resumeFrom?: string;
|
|
925
|
+
}
|
|
926
|
+
/** Optional parameters. */
|
|
927
|
+
export interface OrganizationListEnvironmentsOptionalParams extends coreClient.OperationOptions {
|
|
928
|
+
/** Pagination size */
|
|
929
|
+
pageSize?: number;
|
|
930
|
+
/** An opaque pagination token to fetch the next set of records */
|
|
931
|
+
pageToken?: string;
|
|
932
|
+
}
|
|
933
|
+
/** Contains response data for the listEnvironments operation. */
|
|
934
|
+
export type OrganizationListEnvironmentsResponse = GetEnvironmentsResponse;
|
|
935
|
+
/** Optional parameters. */
|
|
936
|
+
export interface OrganizationGetEnvironmentByIdOptionalParams extends coreClient.OperationOptions {
|
|
937
|
+
}
|
|
938
|
+
/** Contains response data for the getEnvironmentById operation. */
|
|
939
|
+
export type OrganizationGetEnvironmentByIdResponse = SCEnvironmentRecord;
|
|
940
|
+
/** Optional parameters. */
|
|
941
|
+
export interface OrganizationListClustersOptionalParams extends coreClient.OperationOptions {
|
|
942
|
+
/** Pagination size */
|
|
943
|
+
pageSize?: number;
|
|
944
|
+
/** An opaque pagination token to fetch the next set of records */
|
|
945
|
+
pageToken?: string;
|
|
946
|
+
}
|
|
947
|
+
/** Contains response data for the listClusters operation. */
|
|
948
|
+
export type OrganizationListClustersResponse = ListClustersSuccessResponse;
|
|
949
|
+
/** Optional parameters. */
|
|
950
|
+
export interface OrganizationListSchemaRegistryClustersOptionalParams extends coreClient.OperationOptions {
|
|
951
|
+
/** Pagination size */
|
|
952
|
+
pageSize?: number;
|
|
953
|
+
/** An opaque pagination token to fetch the next set of records */
|
|
954
|
+
pageToken?: string;
|
|
955
|
+
}
|
|
956
|
+
/** Contains response data for the listSchemaRegistryClusters operation. */
|
|
957
|
+
export type OrganizationListSchemaRegistryClustersResponse = ListSchemaRegistryClustersResponse;
|
|
958
|
+
/** Optional parameters. */
|
|
959
|
+
export interface OrganizationListRegionsOptionalParams extends coreClient.OperationOptions {
|
|
960
|
+
}
|
|
961
|
+
/** Contains response data for the listRegions operation. */
|
|
962
|
+
export type OrganizationListRegionsResponse = ListRegionsSuccessResponse;
|
|
963
|
+
/** Optional parameters. */
|
|
964
|
+
export interface OrganizationCreateAPIKeyOptionalParams extends coreClient.OperationOptions {
|
|
965
|
+
}
|
|
966
|
+
/** Contains response data for the createAPIKey operation. */
|
|
967
|
+
export type OrganizationCreateAPIKeyResponse = APIKeyRecord;
|
|
968
|
+
/** Optional parameters. */
|
|
969
|
+
export interface OrganizationDeleteClusterAPIKeyOptionalParams extends coreClient.OperationOptions {
|
|
970
|
+
}
|
|
971
|
+
/** Optional parameters. */
|
|
972
|
+
export interface OrganizationGetClusterAPIKeyOptionalParams extends coreClient.OperationOptions {
|
|
973
|
+
}
|
|
974
|
+
/** Contains response data for the getClusterAPIKey operation. */
|
|
975
|
+
export type OrganizationGetClusterAPIKeyResponse = APIKeyRecord;
|
|
976
|
+
/** Optional parameters. */
|
|
977
|
+
export interface OrganizationGetSchemaRegistryClusterByIdOptionalParams extends coreClient.OperationOptions {
|
|
978
|
+
}
|
|
979
|
+
/** Contains response data for the getSchemaRegistryClusterById operation. */
|
|
980
|
+
export type OrganizationGetSchemaRegistryClusterByIdResponse = SchemaRegistryClusterRecord;
|
|
981
|
+
/** Optional parameters. */
|
|
982
|
+
export interface OrganizationGetClusterByIdOptionalParams extends coreClient.OperationOptions {
|
|
983
|
+
}
|
|
984
|
+
/** Contains response data for the getClusterById operation. */
|
|
985
|
+
export type OrganizationGetClusterByIdResponse = SCClusterRecord;
|
|
986
|
+
/** Optional parameters. */
|
|
987
|
+
export interface OrganizationListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
988
|
+
}
|
|
989
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
990
|
+
export type OrganizationListBySubscriptionNextResponse = OrganizationResourceListResult;
|
|
991
|
+
/** Optional parameters. */
|
|
992
|
+
export interface OrganizationListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
993
|
+
}
|
|
994
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
995
|
+
export type OrganizationListByResourceGroupNextResponse = OrganizationResourceListResult;
|
|
996
|
+
/** Optional parameters. */
|
|
997
|
+
export interface OrganizationListEnvironmentsNextOptionalParams extends coreClient.OperationOptions {
|
|
998
|
+
}
|
|
999
|
+
/** Contains response data for the listEnvironmentsNext operation. */
|
|
1000
|
+
export type OrganizationListEnvironmentsNextResponse = GetEnvironmentsResponse;
|
|
1001
|
+
/** Optional parameters. */
|
|
1002
|
+
export interface OrganizationListClustersNextOptionalParams extends coreClient.OperationOptions {
|
|
1003
|
+
}
|
|
1004
|
+
/** Contains response data for the listClustersNext operation. */
|
|
1005
|
+
export type OrganizationListClustersNextResponse = ListClustersSuccessResponse;
|
|
1006
|
+
/** Optional parameters. */
|
|
1007
|
+
export interface OrganizationListSchemaRegistryClustersNextOptionalParams extends coreClient.OperationOptions {
|
|
1008
|
+
}
|
|
1009
|
+
/** Contains response data for the listSchemaRegistryClustersNext operation. */
|
|
1010
|
+
export type OrganizationListSchemaRegistryClustersNextResponse = ListSchemaRegistryClustersResponse;
|
|
1011
|
+
/** Optional parameters. */
|
|
1012
|
+
export interface ValidationsValidateOrganizationOptionalParams extends coreClient.OperationOptions {
|
|
1013
|
+
}
|
|
1014
|
+
/** Contains response data for the validateOrganization operation. */
|
|
1015
|
+
export type ValidationsValidateOrganizationResponse = OrganizationResource;
|
|
1016
|
+
/** Optional parameters. */
|
|
1017
|
+
export interface ValidationsValidateOrganizationV2OptionalParams extends coreClient.OperationOptions {
|
|
1018
|
+
}
|
|
1019
|
+
/** Contains response data for the validateOrganizationV2 operation. */
|
|
1020
|
+
export type ValidationsValidateOrganizationV2Response = ValidationResponse;
|
|
1021
|
+
/** Optional parameters. */
|
|
1022
|
+
export interface AccessListUsersOptionalParams extends coreClient.OperationOptions {
|
|
1023
|
+
}
|
|
1024
|
+
/** Contains response data for the listUsers operation. */
|
|
1025
|
+
export type AccessListUsersResponse = AccessListUsersSuccessResponse;
|
|
1026
|
+
/** Optional parameters. */
|
|
1027
|
+
export interface AccessListServiceAccountsOptionalParams extends coreClient.OperationOptions {
|
|
1028
|
+
}
|
|
1029
|
+
/** Contains response data for the listServiceAccounts operation. */
|
|
1030
|
+
export type AccessListServiceAccountsResponse = AccessListServiceAccountsSuccessResponse;
|
|
1031
|
+
/** Optional parameters. */
|
|
1032
|
+
export interface AccessListInvitationsOptionalParams extends coreClient.OperationOptions {
|
|
1033
|
+
}
|
|
1034
|
+
/** Contains response data for the listInvitations operation. */
|
|
1035
|
+
export type AccessListInvitationsResponse = AccessListInvitationsSuccessResponse;
|
|
1036
|
+
/** Optional parameters. */
|
|
1037
|
+
export interface AccessInviteUserOptionalParams extends coreClient.OperationOptions {
|
|
1038
|
+
}
|
|
1039
|
+
/** Contains response data for the inviteUser operation. */
|
|
1040
|
+
export type AccessInviteUserResponse = InvitationRecord;
|
|
1041
|
+
/** Optional parameters. */
|
|
1042
|
+
export interface AccessListEnvironmentsOptionalParams extends coreClient.OperationOptions {
|
|
1043
|
+
}
|
|
1044
|
+
/** Contains response data for the listEnvironments operation. */
|
|
1045
|
+
export type AccessListEnvironmentsResponse = AccessListEnvironmentsSuccessResponse;
|
|
1046
|
+
/** Optional parameters. */
|
|
1047
|
+
export interface AccessListClustersOptionalParams extends coreClient.OperationOptions {
|
|
1048
|
+
}
|
|
1049
|
+
/** Contains response data for the listClusters operation. */
|
|
1050
|
+
export type AccessListClustersResponse = AccessListClusterSuccessResponse;
|
|
1051
|
+
/** Optional parameters. */
|
|
1052
|
+
export interface AccessListRoleBindingsOptionalParams extends coreClient.OperationOptions {
|
|
1053
|
+
}
|
|
1054
|
+
/** Contains response data for the listRoleBindings operation. */
|
|
1055
|
+
export type AccessListRoleBindingsResponse = AccessListRoleBindingsSuccessResponse;
|
|
1056
|
+
/** Optional parameters. */
|
|
1057
|
+
export interface AccessCreateRoleBindingOptionalParams extends coreClient.OperationOptions {
|
|
1058
|
+
}
|
|
1059
|
+
/** Contains response data for the createRoleBinding operation. */
|
|
1060
|
+
export type AccessCreateRoleBindingResponse = RoleBindingRecord;
|
|
1061
|
+
/** Optional parameters. */
|
|
1062
|
+
export interface AccessDeleteRoleBindingOptionalParams extends coreClient.OperationOptions {
|
|
1063
|
+
}
|
|
1064
|
+
/** Optional parameters. */
|
|
1065
|
+
export interface AccessListRoleBindingNameListOptionalParams extends coreClient.OperationOptions {
|
|
1066
|
+
}
|
|
1067
|
+
/** Contains response data for the listRoleBindingNameList operation. */
|
|
1068
|
+
export type AccessListRoleBindingNameListResponse = AccessRoleBindingNameListSuccessResponse;
|
|
1069
|
+
/** Optional parameters. */
|
|
1070
|
+
export interface ConfluentManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1071
|
+
/** server parameter */
|
|
1072
|
+
$host?: string;
|
|
1073
|
+
/** Api Version */
|
|
1074
|
+
apiVersion?: string;
|
|
1075
|
+
/** Overrides client endpoint. */
|
|
1076
|
+
endpoint?: string;
|
|
1077
|
+
}
|
|
1078
|
+
//# sourceMappingURL=index.d.ts.map
|