@azure/arm-confluent 3.1.1-alpha.20250107.1 → 3.1.1-alpha.20250110.1
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { MarketplaceAgreements, OrganizationOperations, Organization, Validations, Access } from "./operationsInterfaces";
|
|
4
|
-
import { ConfluentManagementClientOptionalParams } from "./models";
|
|
3
|
+
import { MarketplaceAgreements, OrganizationOperations, Organization, Validations, Access } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { ConfluentManagementClientOptionalParams } from "./models/index.js";
|
|
5
5
|
export declare class ConfluentManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
apiVersion: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confluentManagementClient.d.ts","sourceRoot":"","sources":["../../src/confluentManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAQ7C,OAAO,EACL,qBAAqB,EACrB,sBAAsB,EACtB,YAAY,EACZ,WAAW,EACX,MAAM,EACP,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,uCAAuC,EAAE,MAAM,mBAAmB,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,UAAU,CAAC,aAAa;IACrE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC;gBAGjD,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,OAAO,CAAC,EAAE,uCAAuC;IA2FnD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,YAAY,EAAE,YAAY,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
8
|
import * as coreClient from "@azure/core-client";
|
|
10
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { MarketplaceAgreementsImpl, OrganizationOperationsImpl, OrganizationImpl, ValidationsImpl, AccessImpl, } from "./operations";
|
|
10
|
+
import { MarketplaceAgreementsImpl, OrganizationOperationsImpl, OrganizationImpl, ValidationsImpl, AccessImpl, } from "./operations/index.js";
|
|
12
11
|
export class ConfluentManagementClient extends coreClient.ServiceClient {
|
|
13
12
|
constructor(credentials, subscriptionIdOrOptions, options) {
|
|
14
13
|
var _a, _b, _c;
|
|
@@ -78,22 +77,20 @@ export class ConfluentManagementClient extends coreClient.ServiceClient {
|
|
|
78
77
|
}
|
|
79
78
|
const apiVersionPolicy = {
|
|
80
79
|
name: "CustomApiVersionPolicy",
|
|
81
|
-
sendRequest(request, next) {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
return next(request);
|
|
96
|
-
});
|
|
80
|
+
async sendRequest(request, next) {
|
|
81
|
+
const param = request.url.split("?");
|
|
82
|
+
if (param.length > 1) {
|
|
83
|
+
const newParams = param[1].split("&").map((item) => {
|
|
84
|
+
if (item.indexOf("api-version") > -1) {
|
|
85
|
+
return "api-version=" + apiVersion;
|
|
86
|
+
}
|
|
87
|
+
else {
|
|
88
|
+
return item;
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
92
|
+
}
|
|
93
|
+
return next(request);
|
|
97
94
|
},
|
|
98
95
|
};
|
|
99
96
|
this.pipeline.addPolicy(apiVersionPolicy);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confluentManagementClient.js","sourceRoot":"","sources":["../../src/confluentManagementClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n MarketplaceAgreementsImpl,\n OrganizationOperationsImpl,\n OrganizationImpl,\n ValidationsImpl,\n AccessImpl,\n} from \"./operations/index.js\";\nimport {\n MarketplaceAgreements,\n OrganizationOperations,\n Organization,\n Validations,\n Access,\n} from \"./operationsInterfaces/index.js\";\nimport { ConfluentManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class ConfluentManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId?: string;\n\n /**\n * Initializes a new instance of the ConfluentManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Microsoft Azure subscription id\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: ConfluentManagementClientOptionalParams,\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n options?: ConfluentManagementClientOptionalParams,\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionIdOrOptions?: ConfluentManagementClientOptionalParams | string,\n options?: ConfluentManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: ConfluentManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-confluent/3.1.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-02-13\";\n this.marketplaceAgreements = new MarketplaceAgreementsImpl(this);\n this.organizationOperations = new OrganizationOperationsImpl(this);\n this.organization = new OrganizationImpl(this);\n this.validations = new ValidationsImpl(this);\n this.access = new AccessImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n marketplaceAgreements: MarketplaceAgreements;\n organizationOperations: OrganizationOperations;\n organization: Organization;\n validations: Validations;\n access: Access;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { ConfluentManagementClient } from "./confluentManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { ConfluentManagementClient } from "./confluentManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { ConfluentManagementClient } from \"./confluentManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAgzBH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAmBX;AAnBD,WAAY,mBAAmB;IAC7B,eAAe;IACf,4CAAqB,CAAA;IACrB,eAAe;IACf,4CAAqB,CAAA;IACrB,eAAe;IACf,4CAAqB,CAAA;IACrB,eAAe;IACf,4CAAqB,CAAA;IACrB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,aAAa;IACb,wCAAiB,CAAA;IACjB,eAAe;IACf,4CAAqB,CAAA;IACrB,cAAc;IACd,0CAAmB,CAAA;IACnB,mBAAmB;IACnB,oDAA6B,CAAA;AAC/B,CAAC,EAnBW,mBAAmB,KAAnB,mBAAmB,QAmB9B;AAmBD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAqBX;AArBD,WAAY,oBAAoB;IAC9B,cAAc;IACd,2CAAmB,CAAA;IACnB,8BAA8B;IAC9B,2EAAmD,CAAA;IACnD,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,aAAa;IACb,yCAAiB,CAAA;IACjB,mBAAmB;IACnB,qDAA6B,CAAA;IAC7B,eAAe;IACf,6CAAqB,CAAA;AACvB,CAAC,EArBW,oBAAoB,KAApB,oBAAoB,QAqB/B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Response of a list operation. */\nexport interface ConfluentAgreementResourceListResponse {\n /** Results of a list operation. */\n value?: ConfluentAgreementResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Agreement Terms definition */\nexport interface ConfluentAgreementResource {\n /**\n * The ARM id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the agreement.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the agreement.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Publisher identifier string. */\n publisher?: string;\n /** Product identifier string. */\n product?: string;\n /** Plan identifier string. */\n plan?: string;\n /** Link to HTML with Microsoft and Publisher terms. */\n licenseTextLink?: string;\n /** Link to the privacy policy of the publisher. */\n privacyPolicyLink?: string;\n /** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */\n retrieveDatetime?: Date;\n /** Terms signature. */\n signature?: string;\n /** If any version of the terms have been accepted, otherwise false. */\n accepted?: boolean;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Default error response for resource provider */\nexport interface ResourceProviderDefaultErrorResponse {\n /**\n * Response body of Error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorResponseBody;\n}\n\n/** Response body of Error */\nexport interface ErrorResponseBody {\n /**\n * Error code\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Error target\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Error detail\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorResponseBody[];\n}\n\n/** Result of GET request to list Confluent operations. */\nexport interface OperationListResult {\n /** List of Confluent operations supported by the Microsoft.Confluent provider. */\n value?: OperationResult[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** An Confluent REST API operation. */\nexport interface OperationResult {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Confluent */\n provider?: string;\n /** Type on which the operation is performed, e.g., 'clusters'. */\n resource?: string;\n /** Operation type, e.g., read, write, delete, etc. */\n operation?: string;\n /** Description of the operation, e.g., 'Write confluent'. */\n description?: string;\n}\n\n/** The response of a list operation. */\nexport interface OrganizationResourceListResult {\n /** Result of a list operation. */\n value?: OrganizationResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Organization resource. */\nexport interface OrganizationResource {\n /**\n * The ARM id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Organization resource tags */\n tags?: { [propertyName: string]: string };\n /** Location of Organization resource */\n location?: string;\n /**\n * The creation time of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Provision states for confluent RP\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisionState;\n /**\n * Id of the Confluent organization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly organizationId?: string;\n /**\n * SSO url for the Confluent organization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ssoUrl?: string;\n /** Confluent offer detail */\n offerDetail: OfferDetail;\n /** Subscriber detail */\n userDetail: UserDetail;\n /** Link an existing Confluent organization */\n linkOrganization?: LinkOrganization;\n}\n\n/** Confluent Offer detail */\nexport interface OfferDetail {\n /** Publisher Id */\n publisherId: string;\n /** Offer Id */\n id: string;\n /** Offer Plan Id */\n planId: string;\n /** Offer Plan Name */\n planName: string;\n /** Offer Plan Term unit */\n termUnit: string;\n /** Offer Plan Term Id */\n termId?: string;\n /** Private Offer Id */\n privateOfferId?: string;\n /** Array of Private Offer Ids */\n privateOfferIds?: string[];\n /** SaaS Offer Status */\n status?: SaaSOfferStatus;\n}\n\n/** Subscriber detail */\nexport interface UserDetail {\n /** First name */\n firstName?: string;\n /** Last name */\n lastName?: string;\n /** Email address */\n emailAddress: string;\n /** User principal name */\n userPrincipalName?: string;\n /** AAD email address */\n aadEmail?: string;\n}\n\n/** Link an existing Confluent organization */\nexport interface LinkOrganization {\n /** User auth token */\n token: string;\n}\n\n/** Organization Resource update */\nexport interface OrganizationResourceUpdate {\n /** ARM resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Validation response from the provider */\nexport interface ValidationResponse {\n /** Info from the response */\n info?: { [propertyName: string]: string };\n}\n\n/** List Access Request Model */\nexport interface ListAccessRequestModel {\n /** Search filters for the request */\n searchFilters?: { [propertyName: string]: string };\n}\n\n/** List users success response */\nexport interface AccessListUsersSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** Data of the users list */\n data?: UserRecord[];\n}\n\n/** Metadata of the list */\nexport interface ConfluentListMetadata {\n /** First page of the list */\n first?: string;\n /** Last page of the list */\n last?: string;\n /** Previous page of the list */\n prev?: string;\n /** Next page of the list */\n next?: string;\n /** Total size of the list */\n totalSize?: number;\n}\n\n/** Record of the user */\nexport interface UserRecord {\n /** Type of account */\n kind?: string;\n /** Id of the user */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Email of the user */\n email?: string;\n /** Name of the user */\n fullName?: string;\n /** Auth type of the user */\n authType?: string;\n}\n\n/** Metadata of the data record */\nexport interface MetadataEntity {\n /** Self lookup url */\n self?: string;\n /** Resource name of the record */\n resourceName?: string;\n /** Created Date Time */\n createdAt?: string;\n /** Updated Date time */\n updatedAt?: string;\n /** Deleted Date time */\n deletedAt?: string;\n}\n\n/** List service accounts success response */\nexport interface AccessListServiceAccountsSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** Data of the service accounts list */\n data?: ServiceAccountRecord[];\n}\n\n/** Record of the service account */\nexport interface ServiceAccountRecord {\n /** Type of account */\n kind?: string;\n /** Id of the service account */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Name of the service account */\n displayName?: string;\n /** Description of the service account */\n description?: string;\n}\n\n/** List invitations success response */\nexport interface AccessListInvitationsSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** Data of the invitations list */\n data?: InvitationRecord[];\n}\n\n/** Record of the invitation */\nexport interface InvitationRecord {\n /** Type of account */\n kind?: string;\n /** Id of the invitation */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Email of the user */\n email?: string;\n /** Auth type of the user */\n authType?: string;\n /** Status of the invitation */\n status?: string;\n /** Accepted date time of the invitation */\n acceptedAt?: string;\n /** Expiration date time of the invitation */\n expiresAt?: string;\n}\n\n/** Invite User Account model */\nexport interface AccessInviteUserAccountModel {\n /** Id of the organization */\n organizationId?: string;\n /** Email of the logged in user */\n email?: string;\n /** Upn of the logged in user */\n upn?: string;\n /** Details of the user who is being invited */\n invitedUserDetails?: AccessInvitedUserDetails;\n}\n\n/** Details of the user being invited */\nexport interface AccessInvitedUserDetails {\n /** UPN/Email of the user who is being invited */\n invitedEmail?: string;\n /** Auth type of the user */\n authType?: string;\n}\n\n/** Details of the environments returned on successful response */\nexport interface AccessListEnvironmentsSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the environment list */\n metadata?: ConfluentListMetadata;\n /** Environment list data */\n data?: EnvironmentRecord[];\n}\n\n/** Details about environment name, metadata and environment id of an environment */\nexport interface EnvironmentRecord {\n /** Type of environment */\n kind?: string;\n /** Id of the environment */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Display name of the user */\n displayName?: string;\n}\n\n/** Details of the clusters returned on successful response */\nexport interface AccessListClusterSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** List of clusters */\n data?: ClusterRecord[];\n}\n\n/** Details of cluster record */\nexport interface ClusterRecord {\n /** Type of cluster */\n kind?: string;\n /** Id of the cluster */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Display name of the cluster */\n displayName?: string;\n /** Specification of the cluster */\n spec?: ClusterSpecEntity;\n /** Specification of the cluster */\n status?: ClusterStatusEntity;\n}\n\n/** Spec of the cluster record */\nexport interface ClusterSpecEntity {\n /** The name of the cluster */\n displayName?: string;\n /** The availability zone configuration of the cluster */\n availability?: string;\n /** The cloud service provider */\n cloud?: string;\n /** type of zone availability */\n zone?: string;\n /** The cloud service provider region */\n region?: string;\n /** The bootstrap endpoint used by Kafka clients to connect to the cluster */\n kafkaBootstrapEndpoint?: string;\n /** The cluster HTTP request URL. */\n httpEndpoint?: string;\n /** The Kafka API cluster endpoint */\n apiEndpoint?: string;\n /** Specification of the cluster */\n config?: ClusterConfigEntity;\n /** Specification of the cluster */\n environment?: ClusterEnvironmentEntity;\n /** Specification of the cluster */\n network?: ClusterNetworkEntity;\n /** Specification of the cluster */\n byok?: ClusterByokEntity;\n}\n\n/** The configuration of the Kafka cluster */\nexport interface ClusterConfigEntity {\n /** The lifecycle phase of the cluster */\n kind?: string;\n}\n\n/** The environment to which cluster belongs */\nexport interface ClusterEnvironmentEntity {\n /** ID of the referred resource */\n id?: string;\n /** Environment of the referred resource */\n environment?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** The network associated with this object */\nexport interface ClusterNetworkEntity {\n /** ID of the referred resource */\n id?: string;\n /** Environment of the referred resource */\n environment?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** The network associated with this object */\nexport interface ClusterByokEntity {\n /** ID of the referred resource */\n id?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** Status of the cluster record */\nexport interface ClusterStatusEntity {\n /** The lifecycle phase of the cluster */\n phase?: string;\n /** The number of Confluent Kafka Units */\n cku?: number;\n}\n\n/** Details of the role bindings returned on successful response */\nexport interface AccessListRoleBindingsSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** List of role binding */\n data?: RoleBindingRecord[];\n}\n\n/** Details on principal, role name and crn pattern of a role binding */\nexport interface RoleBindingRecord {\n /** The type of the resource. */\n kind?: string;\n /** Id of the role binding */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** The principal User or Group to bind the role to */\n principal?: string;\n /** The name of the role to bind to the principal */\n roleName?: string;\n /** A CRN that specifies the scope and resource patterns necessary for the role to bind */\n crnPattern?: string;\n}\n\n/** Create role binding request model */\nexport interface AccessCreateRoleBindingRequestModel {\n /** The principal User or Group to bind the role to */\n principal?: string;\n /** The name of the role to bind to the principal */\n roleName?: string;\n /** A CRN that specifies the scope and resource patterns necessary for the role to bind */\n crnPattern?: string;\n}\n\n/** Details of the role binding names returned on successful response */\nexport interface AccessRoleBindingNameListSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** List of role binding names */\n data?: string[];\n}\n\n/** Result of GET request to list Confluent operations. */\nexport interface GetEnvironmentsResponse {\n /** List of environments in a confluent organization */\n value?: SCEnvironmentRecord[];\n /** URL to get the next set of environment records if there are any. */\n nextLink?: string;\n}\n\n/** Details about environment name, metadata and environment id of an environment */\nexport interface SCEnvironmentRecord {\n /** Type of environment */\n kind?: string;\n /** Id of the environment */\n id?: string;\n /** Display name of the environment */\n name?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n}\n\n/** Metadata of the data record */\nexport interface SCMetadataEntity {\n /** Self lookup url */\n self?: string;\n /** Resource name of the record */\n resourceName?: string;\n /** Created Date Time */\n createdTimestamp?: string;\n /** Updated Date time */\n updatedTimestamp?: string;\n /** Deleted Date time */\n deletedTimestamp?: string;\n}\n\n/** Result of GET request to list clusters in the environment of a confluent organization */\nexport interface ListClustersSuccessResponse {\n /** List of clusters in an environment of a confluent organization */\n value?: SCClusterRecord[];\n /** URL to get the next set of cluster records if there are any. */\n nextLink?: string;\n}\n\n/** Details of cluster record */\nexport interface SCClusterRecord {\n /** Type of cluster */\n kind?: string;\n /** Id of the cluster */\n id?: string;\n /** Display name of the cluster */\n name?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n /** Specification of the cluster */\n spec?: SCClusterSpecEntity;\n /** Specification of the cluster status */\n status?: ClusterStatusEntity;\n}\n\n/** Spec of the cluster record */\nexport interface SCClusterSpecEntity {\n /** The name of the cluster */\n name?: string;\n /** The availability zone configuration of the cluster */\n availability?: string;\n /** The cloud service provider */\n cloud?: string;\n /** type of zone availability */\n zone?: string;\n /** The cloud service provider region */\n region?: string;\n /** The bootstrap endpoint used by Kafka clients to connect to the cluster */\n kafkaBootstrapEndpoint?: string;\n /** The cluster HTTP request URL. */\n httpEndpoint?: string;\n /** The Kafka API cluster endpoint */\n apiEndpoint?: string;\n /** Specification of the cluster configuration */\n config?: ClusterConfigEntity;\n /** Specification of the cluster environment */\n environment?: SCClusterNetworkEnvironmentEntity;\n /** Specification of the cluster network */\n network?: SCClusterNetworkEnvironmentEntity;\n /** Specification of the cluster byok */\n byok?: SCClusterByokEntity;\n}\n\n/** The environment or the network to which cluster belongs */\nexport interface SCClusterNetworkEnvironmentEntity {\n /** ID of the referred resource */\n id?: string;\n /** Environment of the referred resource */\n environment?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** The network associated with this object */\nexport interface SCClusterByokEntity {\n /** ID of the referred resource */\n id?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** Result of GET request to list schema registry clusters in the environment of a confluent organization */\nexport interface ListSchemaRegistryClustersResponse {\n /** List of schema registry clusters in an environment of a confluent organization */\n value?: SchemaRegistryClusterRecord[];\n /** URL to get the next set of schema registry cluster records if there are any. */\n nextLink?: string;\n}\n\n/** Details of schema registry cluster record */\nexport interface SchemaRegistryClusterRecord {\n /** Kind of the cluster */\n kind?: string;\n /** Id of the cluster */\n id?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n /** Specification of the schema registry cluster */\n spec?: SchemaRegistryClusterSpecEntity;\n /** Specification of the cluster status */\n status?: SchemaRegistryClusterStatusEntity;\n}\n\n/** Details of schema registry cluster spec */\nexport interface SchemaRegistryClusterSpecEntity {\n /** Name of the schema registry cluster */\n name?: string;\n /** Http endpoint of the cluster */\n httpEndpoint?: string;\n /** Type of the cluster package Advanced, essentials */\n package?: string;\n /** Region details of the schema registry cluster */\n region?: SchemaRegistryClusterEnvironmentRegionEntity;\n /** Environment details of the schema registry cluster */\n environment?: SchemaRegistryClusterEnvironmentRegionEntity;\n /** The cloud service provider */\n cloud?: string;\n}\n\n/** The environment associated with this object */\nexport interface SchemaRegistryClusterEnvironmentRegionEntity {\n /** ID of the referred resource */\n id?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** Status of the schema registry cluster record */\nexport interface SchemaRegistryClusterStatusEntity {\n /** The lifecycle phase of the cluster */\n phase?: string;\n}\n\n/** Result of POST request to list regions supported by confluent */\nexport interface ListRegionsSuccessResponse {\n /** List of regions supported by confluent */\n data?: RegionRecord[];\n}\n\n/** Details of region record */\nexport interface RegionRecord {\n /** Kind of the cluster */\n kind?: string;\n /** Id of the cluster */\n id?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n /** Specification of the region */\n spec?: RegionSpecEntity;\n}\n\n/** Region spec details */\nexport interface RegionSpecEntity {\n /** Display Name of the region */\n name?: string;\n /** Cloud provider name */\n cloud?: string;\n /** Region name */\n regionName?: string;\n packages?: string[];\n}\n\n/** Create API Key model */\nexport interface CreateAPIKeyModel {\n /** Name of the API Key */\n name?: string;\n /** Description of the API Key */\n description?: string;\n}\n\n/** Details API key */\nexport interface APIKeyRecord {\n /** Type of api key */\n kind?: string;\n /** Id of the api key */\n id?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n /** Specification of the API Key */\n spec?: APIKeySpecEntity;\n}\n\n/** Spec of the API Key record */\nexport interface APIKeySpecEntity {\n /** The description of the API Key */\n description?: string;\n /** The name of the API Key */\n name?: string;\n /** API Key Secret */\n secret?: string;\n /** Specification of the cluster */\n resource?: APIKeyResourceEntity;\n /** Specification of the cluster */\n owner?: APIKeyOwnerEntity;\n}\n\n/** API Key Resource details which can be kafka cluster or schema registry cluster */\nexport interface APIKeyResourceEntity {\n /** Id of the resource */\n id?: string;\n /** The environment of the api key */\n environment?: string;\n /** API URL for accessing or modifying the api key resource object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n /** Type of the owner which can be service or user account */\n kind?: string;\n}\n\n/** API Key Owner details which can be a user or service account */\nexport interface APIKeyOwnerEntity {\n /** API Key owner id */\n id?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n /** Type of the owner service or user account */\n kind?: string;\n}\n\n/** Metadata of the list */\nexport interface SCConfluentListMetadata {\n /** First page of the list */\n first?: string;\n /** Last page of the list */\n last?: string;\n /** Previous page of the list */\n prev?: string;\n /** Next page of the list */\n next?: string;\n /** Total size of the list */\n totalSize?: number;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ProvisionState} that the service accepts. */\nexport enum KnownProvisionState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n}\n\n/**\n * Defines values for ProvisionState. \\\n * {@link KnownProvisionState} can be used interchangeably with ProvisionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleted** \\\n * **NotSpecified**\n */\nexport type ProvisionState = string;\n\n/** Known values of {@link SaaSOfferStatus} that the service accepts. */\nexport enum KnownSaaSOfferStatus {\n /** Started */\n Started = \"Started\",\n /** PendingFulfillmentStart */\n PendingFulfillmentStart = \"PendingFulfillmentStart\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Subscribed */\n Subscribed = \"Subscribed\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Reinstated */\n Reinstated = \"Reinstated\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Unsubscribed */\n Unsubscribed = \"Unsubscribed\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for SaaSOfferStatus. \\\n * {@link KnownSaaSOfferStatus} can be used interchangeably with SaaSOfferStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Started** \\\n * **PendingFulfillmentStart** \\\n * **InProgress** \\\n * **Subscribed** \\\n * **Suspended** \\\n * **Reinstated** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Unsubscribed** \\\n * **Updating**\n */\nexport type SaaSOfferStatus = string;\n\n/** Optional parameters. */\nexport interface MarketplaceAgreementsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MarketplaceAgreementsListResponse =\n ConfluentAgreementResourceListResponse;\n\n/** Optional parameters. */\nexport interface MarketplaceAgreementsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Confluent Marketplace Agreement resource */\n body?: ConfluentAgreementResource;\n}\n\n/** Contains response data for the create operation. */\nexport type MarketplaceAgreementsCreateResponse = ConfluentAgreementResource;\n\n/** Optional parameters. */\nexport interface MarketplaceAgreementsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MarketplaceAgreementsListNextResponse =\n ConfluentAgreementResourceListResponse;\n\n/** Optional parameters. */\nexport interface OrganizationOperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OrganizationOperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OrganizationOperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OrganizationOperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OrganizationListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type OrganizationListBySubscriptionResponse =\n OrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type OrganizationListByResourceGroupResponse =\n OrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OrganizationGetResponse = OrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Organization resource model */\n body?: OrganizationResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type OrganizationCreateResponse = OrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Updated Organization resource */\n body?: OrganizationResourceUpdate;\n}\n\n/** Contains response data for the update operation. */\nexport type OrganizationUpdateResponse = OrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OrganizationListEnvironmentsOptionalParams\n extends coreClient.OperationOptions {\n /** Pagination size */\n pageSize?: number;\n /** An opaque pagination token to fetch the next set of records */\n pageToken?: string;\n}\n\n/** Contains response data for the listEnvironments operation. */\nexport type OrganizationListEnvironmentsResponse = GetEnvironmentsResponse;\n\n/** Optional parameters. */\nexport interface OrganizationGetEnvironmentByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getEnvironmentById operation. */\nexport type OrganizationGetEnvironmentByIdResponse = SCEnvironmentRecord;\n\n/** Optional parameters. */\nexport interface OrganizationListClustersOptionalParams\n extends coreClient.OperationOptions {\n /** Pagination size */\n pageSize?: number;\n /** An opaque pagination token to fetch the next set of records */\n pageToken?: string;\n}\n\n/** Contains response data for the listClusters operation. */\nexport type OrganizationListClustersResponse = ListClustersSuccessResponse;\n\n/** Optional parameters. */\nexport interface OrganizationListSchemaRegistryClustersOptionalParams\n extends coreClient.OperationOptions {\n /** Pagination size */\n pageSize?: number;\n /** An opaque pagination token to fetch the next set of records */\n pageToken?: string;\n}\n\n/** Contains response data for the listSchemaRegistryClusters operation. */\nexport type OrganizationListSchemaRegistryClustersResponse =\n ListSchemaRegistryClustersResponse;\n\n/** Optional parameters. */\nexport interface OrganizationListRegionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegions operation. */\nexport type OrganizationListRegionsResponse = ListRegionsSuccessResponse;\n\n/** Optional parameters. */\nexport interface OrganizationCreateAPIKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createAPIKey operation. */\nexport type OrganizationCreateAPIKeyResponse = APIKeyRecord;\n\n/** Optional parameters. */\nexport interface OrganizationDeleteClusterAPIKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface OrganizationGetClusterAPIKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getClusterAPIKey operation. */\nexport type OrganizationGetClusterAPIKeyResponse = APIKeyRecord;\n\n/** Optional parameters. */\nexport interface OrganizationGetSchemaRegistryClusterByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSchemaRegistryClusterById operation. */\nexport type OrganizationGetSchemaRegistryClusterByIdResponse =\n SchemaRegistryClusterRecord;\n\n/** Optional parameters. */\nexport interface OrganizationGetClusterByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getClusterById operation. */\nexport type OrganizationGetClusterByIdResponse = SCClusterRecord;\n\n/** Optional parameters. */\nexport interface OrganizationListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type OrganizationListBySubscriptionNextResponse =\n OrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type OrganizationListByResourceGroupNextResponse =\n OrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationListEnvironmentsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEnvironmentsNext operation. */\nexport type OrganizationListEnvironmentsNextResponse = GetEnvironmentsResponse;\n\n/** Optional parameters. */\nexport interface OrganizationListClustersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listClustersNext operation. */\nexport type OrganizationListClustersNextResponse = ListClustersSuccessResponse;\n\n/** Optional parameters. */\nexport interface OrganizationListSchemaRegistryClustersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSchemaRegistryClustersNext operation. */\nexport type OrganizationListSchemaRegistryClustersNextResponse =\n ListSchemaRegistryClustersResponse;\n\n/** Optional parameters. */\nexport interface ValidationsValidateOrganizationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateOrganization operation. */\nexport type ValidationsValidateOrganizationResponse = OrganizationResource;\n\n/** Optional parameters. */\nexport interface ValidationsValidateOrganizationV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateOrganizationV2 operation. */\nexport type ValidationsValidateOrganizationV2Response = ValidationResponse;\n\n/** Optional parameters. */\nexport interface AccessListUsersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsers operation. */\nexport type AccessListUsersResponse = AccessListUsersSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessListServiceAccountsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listServiceAccounts operation. */\nexport type AccessListServiceAccountsResponse =\n AccessListServiceAccountsSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessListInvitationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInvitations operation. */\nexport type AccessListInvitationsResponse =\n AccessListInvitationsSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessInviteUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the inviteUser operation. */\nexport type AccessInviteUserResponse = InvitationRecord;\n\n/** Optional parameters. */\nexport interface AccessListEnvironmentsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEnvironments operation. */\nexport type AccessListEnvironmentsResponse =\n AccessListEnvironmentsSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessListClustersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listClusters operation. */\nexport type AccessListClustersResponse = AccessListClusterSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessListRoleBindingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRoleBindings operation. */\nexport type AccessListRoleBindingsResponse =\n AccessListRoleBindingsSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessCreateRoleBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createRoleBinding operation. */\nexport type AccessCreateRoleBindingResponse = RoleBindingRecord;\n\n/** Optional parameters. */\nexport interface AccessDeleteRoleBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessListRoleBindingNameListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRoleBindingNameList operation. */\nexport type AccessListRoleBindingNameListResponse =\n AccessRoleBindingNameListSuccessResponse;\n\n/** Optional parameters. */\nexport interface ConfluentManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ConfluentAgreementResourceListResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ConfluentAgreementResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n publisher: {\n serializedName: \"properties.publisher\",\n type: {\n name: \"String\",\n },\n },\n product: {\n serializedName: \"properties.product\",\n type: {\n name: \"String\",\n },\n },\n plan: {\n serializedName: \"properties.plan\",\n type: {\n name: \"String\",\n },\n },\n licenseTextLink: {\n serializedName: \"properties.licenseTextLink\",\n type: {\n name: \"String\",\n },\n },\n privacyPolicyLink: {\n serializedName: \"properties.privacyPolicyLink\",\n type: {\n name: \"String\",\n },\n },\n retrieveDatetime: {\n serializedName: \"properties.retrieveDatetime\",\n type: {\n name: \"DateTime\",\n },\n },\n signature: {\n serializedName: \"properties.signature\",\n type: {\n name: \"String\",\n },\n },\n accepted: {\n serializedName: \"properties.accepted\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ResourceProviderDefaultErrorResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderDefaultErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n },\n },\n },\n },\n };\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrganizationResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrganizationResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OrganizationResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrganizationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrganizationResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n createdTime: {\n serializedName: \"properties.createdTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n organizationId: {\n serializedName: \"properties.organizationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ssoUrl: {\n serializedName: \"properties.ssoUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n offerDetail: {\n serializedName: \"properties.offerDetail\",\n type: {\n name: \"Composite\",\n className: \"OfferDetail\",\n },\n },\n userDetail: {\n serializedName: \"properties.userDetail\",\n type: {\n name: \"Composite\",\n className: \"UserDetail\",\n },\n },\n linkOrganization: {\n serializedName: \"properties.linkOrganization\",\n type: {\n name: \"Composite\",\n className: \"LinkOrganization\",\n },\n },\n },\n },\n};\n\nexport const OfferDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfferDetail\",\n modelProperties: {\n publisherId: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"publisherId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n planId: {\n constraints: {\n MaxLength: 200,\n },\n serializedName: \"planId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n planName: {\n constraints: {\n MaxLength: 200,\n },\n serializedName: \"planName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n termUnit: {\n constraints: {\n MaxLength: 25,\n },\n serializedName: \"termUnit\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n termId: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"termId\",\n type: {\n name: \"String\",\n },\n },\n privateOfferId: {\n constraints: {\n MaxLength: 255,\n },\n serializedName: \"privateOfferId\",\n type: {\n name: \"String\",\n },\n },\n privateOfferIds: {\n serializedName: \"privateOfferIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserDetail\",\n modelProperties: {\n firstName: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"firstName\",\n type: {\n name: \"String\",\n },\n },\n lastName: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"lastName\",\n type: {\n name: \"String\",\n },\n },\n emailAddress: {\n constraints: {\n Pattern: new RegExp(\"^\\\\S+@\\\\S+\\\\.\\\\S+$\"),\n },\n serializedName: \"emailAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userPrincipalName: {\n serializedName: \"userPrincipalName\",\n type: {\n name: \"String\",\n },\n },\n aadEmail: {\n serializedName: \"aadEmail\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkOrganization: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkOrganization\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrganizationResourceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrganizationResourceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ValidationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationResponse\",\n modelProperties: {\n info: {\n serializedName: \"info\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ListAccessRequestModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListAccessRequestModel\",\n modelProperties: {\n searchFilters: {\n serializedName: \"searchFilters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const AccessListUsersSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessListUsersSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserRecord\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConfluentListMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n modelProperties: {\n first: {\n serializedName: \"first\",\n type: {\n name: \"String\",\n },\n },\n last: {\n serializedName: \"last\",\n type: {\n name: \"String\",\n },\n },\n prev: {\n serializedName: \"prev\",\n type: {\n name: \"String\",\n },\n },\n next: {\n serializedName: \"next\",\n type: {\n name: \"String\",\n },\n },\n totalSize: {\n serializedName: \"total_size\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const UserRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\",\n },\n },\n fullName: {\n serializedName: \"full_name\",\n type: {\n name: \"String\",\n },\n },\n authType: {\n serializedName: \"auth_type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetadataEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n modelProperties: {\n self: {\n serializedName: \"self\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resource_name\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"created_at\",\n type: {\n name: \"String\",\n },\n },\n updatedAt: {\n serializedName: \"updated_at\",\n type: {\n name: \"String\",\n },\n },\n deletedAt: {\n serializedName: \"deleted_at\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessListServiceAccountsSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessListServiceAccountsSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceAccountRecord\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ServiceAccountRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceAccountRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n displayName: {\n serializedName: \"display_name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessListInvitationsSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessListInvitationsSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InvitationRecord\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const InvitationRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InvitationRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\",\n },\n },\n authType: {\n serializedName: \"auth_type\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n acceptedAt: {\n serializedName: \"accepted_at\",\n type: {\n name: \"String\",\n },\n },\n expiresAt: {\n serializedName: \"expires_at\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessInviteUserAccountModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessInviteUserAccountModel\",\n modelProperties: {\n organizationId: {\n serializedName: \"organizationId\",\n type: {\n name: \"String\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\",\n },\n },\n upn: {\n serializedName: \"upn\",\n type: {\n name: \"String\",\n },\n },\n invitedUserDetails: {\n serializedName: \"invitedUserDetails\",\n type: {\n name: \"Composite\",\n className: \"AccessInvitedUserDetails\",\n },\n },\n },\n },\n};\n\nexport const AccessInvitedUserDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessInvitedUserDetails\",\n modelProperties: {\n invitedEmail: {\n serializedName: \"invitedEmail\",\n type: {\n name: \"String\",\n },\n },\n authType: {\n serializedName: \"auth_type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessListEnvironmentsSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessListEnvironmentsSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentRecord\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const EnvironmentRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n displayName: {\n serializedName: \"display_name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessListClusterSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessListClusterSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterRecord\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ClusterRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n displayName: {\n serializedName: \"display_name\",\n type: {\n name: \"String\",\n },\n },\n spec: {\n serializedName: \"spec\",\n type: {\n name: \"Composite\",\n className: \"ClusterSpecEntity\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"ClusterStatusEntity\",\n },\n },\n },\n },\n};\n\nexport const ClusterSpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterSpecEntity\",\n modelProperties: {\n displayName: {\n serializedName: \"display_name\",\n type: {\n name: \"String\",\n },\n },\n availability: {\n serializedName: \"availability\",\n type: {\n name: \"String\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n zone: {\n serializedName: \"zone\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n kafkaBootstrapEndpoint: {\n serializedName: \"kafka_bootstrap_endpoint\",\n type: {\n name: \"String\",\n },\n },\n httpEndpoint: {\n serializedName: \"http_endpoint\",\n type: {\n name: \"String\",\n },\n },\n apiEndpoint: {\n serializedName: \"api_endpoint\",\n type: {\n name: \"String\",\n },\n },\n config: {\n serializedName: \"config\",\n type: {\n name: \"Composite\",\n className: \"ClusterConfigEntity\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"Composite\",\n className: \"ClusterEnvironmentEntity\",\n },\n },\n network: {\n serializedName: \"network\",\n type: {\n name: \"Composite\",\n className: \"ClusterNetworkEntity\",\n },\n },\n byok: {\n serializedName: \"byok\",\n type: {\n name: \"Composite\",\n className: \"ClusterByokEntity\",\n },\n },\n },\n },\n};\n\nexport const ClusterConfigEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterConfigEntity\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterEnvironmentEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterEnvironmentEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resource_name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterNetworkEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterNetworkEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resource_name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterByokEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterByokEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resource_name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterStatusEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterStatusEntity\",\n modelProperties: {\n phase: {\n serializedName: \"phase\",\n type: {\n name: \"String\",\n },\n },\n cku: {\n serializedName: \"cku\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AccessListRoleBindingsSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessListRoleBindingsSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleBindingRecord\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RoleBindingRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleBindingRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n principal: {\n serializedName: \"principal\",\n type: {\n name: \"String\",\n },\n },\n roleName: {\n serializedName: \"role_name\",\n type: {\n name: \"String\",\n },\n },\n crnPattern: {\n serializedName: \"crn_pattern\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessCreateRoleBindingRequestModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessCreateRoleBindingRequestModel\",\n modelProperties: {\n principal: {\n serializedName: \"principal\",\n type: {\n name: \"String\",\n },\n },\n roleName: {\n serializedName: \"role_name\",\n type: {\n name: \"String\",\n },\n },\n crnPattern: {\n serializedName: \"crn_pattern\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessRoleBindingNameListSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessRoleBindingNameListSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetEnvironmentsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetEnvironmentsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SCEnvironmentRecord\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SCEnvironmentRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCEnvironmentRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n },\n },\n};\n\nexport const SCMetadataEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n modelProperties: {\n self: {\n serializedName: \"self\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n type: {\n name: \"String\",\n },\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n type: {\n name: \"String\",\n },\n },\n deletedTimestamp: {\n serializedName: \"deletedTimestamp\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListClustersSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListClustersSuccessResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SCClusterRecord\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SCClusterRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCClusterRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n spec: {\n serializedName: \"properties.spec\",\n type: {\n name: \"Composite\",\n className: \"SCClusterSpecEntity\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"ClusterStatusEntity\",\n },\n },\n },\n },\n};\n\nexport const SCClusterSpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCClusterSpecEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n availability: {\n serializedName: \"availability\",\n type: {\n name: \"String\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n zone: {\n serializedName: \"zone\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n kafkaBootstrapEndpoint: {\n serializedName: \"kafkaBootstrapEndpoint\",\n type: {\n name: \"String\",\n },\n },\n httpEndpoint: {\n serializedName: \"httpEndpoint\",\n type: {\n name: \"String\",\n },\n },\n apiEndpoint: {\n serializedName: \"apiEndpoint\",\n type: {\n name: \"String\",\n },\n },\n config: {\n serializedName: \"config\",\n type: {\n name: \"Composite\",\n className: \"ClusterConfigEntity\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"Composite\",\n className: \"SCClusterNetworkEnvironmentEntity\",\n },\n },\n network: {\n serializedName: \"network\",\n type: {\n name: \"Composite\",\n className: \"SCClusterNetworkEnvironmentEntity\",\n },\n },\n byok: {\n serializedName: \"byok\",\n type: {\n name: \"Composite\",\n className: \"SCClusterByokEntity\",\n },\n },\n },\n },\n};\n\nexport const SCClusterNetworkEnvironmentEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCClusterNetworkEnvironmentEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SCClusterByokEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCClusterByokEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListSchemaRegistryClustersResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListSchemaRegistryClustersResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterRecord\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SchemaRegistryClusterRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n spec: {\n serializedName: \"properties.spec\",\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterSpecEntity\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterStatusEntity\",\n },\n },\n },\n },\n};\n\nexport const SchemaRegistryClusterSpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterSpecEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n httpEndpoint: {\n serializedName: \"httpEndpoint\",\n type: {\n name: \"String\",\n },\n },\n package: {\n serializedName: \"package\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterEnvironmentRegionEntity\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterEnvironmentRegionEntity\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SchemaRegistryClusterEnvironmentRegionEntity: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterEnvironmentRegionEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SchemaRegistryClusterStatusEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterStatusEntity\",\n modelProperties: {\n phase: {\n serializedName: \"phase\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListRegionsSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListRegionsSuccessResponse\",\n modelProperties: {\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegionRecord\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RegionRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegionRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n spec: {\n serializedName: \"properties.spec\",\n type: {\n name: \"Composite\",\n className: \"RegionSpecEntity\",\n },\n },\n },\n },\n};\n\nexport const RegionSpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegionSpecEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n regionName: {\n serializedName: \"regionName\",\n type: {\n name: \"String\",\n },\n },\n packages: {\n serializedName: \"packages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CreateAPIKeyModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateAPIKeyModel\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const APIKeyRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeyRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n spec: {\n serializedName: \"properties.spec\",\n type: {\n name: \"Composite\",\n className: \"APIKeySpecEntity\",\n },\n },\n },\n },\n};\n\nexport const APIKeySpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeySpecEntity\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"Composite\",\n className: \"APIKeyResourceEntity\",\n },\n },\n owner: {\n serializedName: \"owner\",\n type: {\n name: \"Composite\",\n className: \"APIKeyOwnerEntity\",\n },\n },\n },\n },\n};\n\nexport const APIKeyResourceEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeyResourceEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const APIKeyOwnerEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeyOwnerEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SCConfluentListMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCConfluentListMetadata\",\n modelProperties: {\n first: {\n serializedName: \"first\",\n type: {\n name: \"String\",\n },\n },\n last: {\n serializedName: \"last\",\n type: {\n name: \"String\",\n },\n },\n prev: {\n serializedName: \"prev\",\n type: {\n name: \"String\",\n },\n },\n next: {\n serializedName: \"next\",\n type: {\n name: \"String\",\n },\n },\n totalSize: {\n serializedName: \"totalSize\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { ConfluentAgreementResource as ConfluentAgreementResourceMapper, OrganizationResource as OrganizationResourceMapper, OrganizationResourceUpdate as OrganizationResourceUpdateMapper, ListAccessRequestModel as ListAccessRequestModelMapper, CreateAPIKeyModel as CreateAPIKeyModelMapper, AccessInviteUserAccountModel as AccessInviteUserAccountModelMapper, AccessCreateRoleBindingRequestModel as AccessCreateRoleBindingRequestModelMapper, } from "../models/mappers";
|
|
8
|
+
import { ConfluentAgreementResource as ConfluentAgreementResourceMapper, OrganizationResource as OrganizationResourceMapper, OrganizationResourceUpdate as OrganizationResourceUpdateMapper, ListAccessRequestModel as ListAccessRequestModelMapper, CreateAPIKeyModel as CreateAPIKeyModelMapper, AccessInviteUserAccountModel as AccessInviteUserAccountModelMapper, AccessCreateRoleBindingRequestModel as AccessCreateRoleBindingRequestModelMapper, } from "../models/mappers.js";
|
|
9
9
|
export const accept = {
|
|
10
10
|
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n ConfluentAgreementResource as ConfluentAgreementResourceMapper,\n OrganizationResource as OrganizationResourceMapper,\n OrganizationResourceUpdate as OrganizationResourceUpdateMapper,\n ListAccessRequestModel as ListAccessRequestModelMapper,\n CreateAPIKeyModel as CreateAPIKeyModelMapper,\n AccessInviteUserAccountModel as AccessInviteUserAccountModelMapper,\n AccessCreateRoleBindingRequestModel as AccessCreateRoleBindingRequestModelMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-02-13\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ConfluentAgreementResourceMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const organizationName: OperationURLParameter = {\n parameterPath: \"organizationName\",\n mapper: {\n serializedName: \"organizationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body1: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: OrganizationResourceMapper,\n};\n\nexport const body2: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: OrganizationResourceUpdateMapper,\n};\n\nexport const resourceGroupName1: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const pageSize: OperationQueryParameter = {\n parameterPath: [\"options\", \"pageSize\"],\n mapper: {\n serializedName: \"pageSize\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const pageToken: OperationQueryParameter = {\n parameterPath: [\"options\", \"pageToken\"],\n mapper: {\n serializedName: \"pageToken\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const environmentId: OperationURLParameter = {\n parameterPath: \"environmentId\",\n mapper: {\n serializedName: \"environmentId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body3: OperationParameter = {\n parameterPath: \"body\",\n mapper: ListAccessRequestModelMapper,\n};\n\nexport const body4: OperationParameter = {\n parameterPath: \"body\",\n mapper: CreateAPIKeyModelMapper,\n};\n\nexport const clusterId: OperationURLParameter = {\n parameterPath: \"clusterId\",\n mapper: {\n serializedName: \"clusterId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiKeyId: OperationURLParameter = {\n parameterPath: \"apiKeyId\",\n mapper: {\n serializedName: \"apiKeyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body5: OperationParameter = {\n parameterPath: \"body\",\n mapper: OrganizationResourceMapper,\n};\n\nexport const body6: OperationParameter = {\n parameterPath: \"body\",\n mapper: AccessInviteUserAccountModelMapper,\n};\n\nexport const body7: OperationParameter = {\n parameterPath: \"body\",\n mapper: AccessCreateRoleBindingRequestModelMapper,\n};\n\nexport const roleBindingId: OperationURLParameter = {\n parameterPath: \"roleBindingId\",\n mapper: {\n serializedName: \"roleBindingId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Access } from "../operationsInterfaces";
|
|
2
|
-
import { ConfluentManagementClient } from "../confluentManagementClient";
|
|
3
|
-
import { ListAccessRequestModel, AccessListUsersOptionalParams, AccessListUsersResponse, AccessListServiceAccountsOptionalParams, AccessListServiceAccountsResponse, AccessListInvitationsOptionalParams, AccessListInvitationsResponse, AccessInviteUserAccountModel, AccessInviteUserOptionalParams, AccessInviteUserResponse, AccessListEnvironmentsOptionalParams, AccessListEnvironmentsResponse, AccessListClustersOptionalParams, AccessListClustersResponse, AccessListRoleBindingsOptionalParams, AccessListRoleBindingsResponse, AccessCreateRoleBindingRequestModel, AccessCreateRoleBindingOptionalParams, AccessCreateRoleBindingResponse, AccessDeleteRoleBindingOptionalParams, AccessListRoleBindingNameListOptionalParams, AccessListRoleBindingNameListResponse } from "../models";
|
|
1
|
+
import { Access } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { ConfluentManagementClient } from "../confluentManagementClient.js";
|
|
3
|
+
import { ListAccessRequestModel, AccessListUsersOptionalParams, AccessListUsersResponse, AccessListServiceAccountsOptionalParams, AccessListServiceAccountsResponse, AccessListInvitationsOptionalParams, AccessListInvitationsResponse, AccessInviteUserAccountModel, AccessInviteUserOptionalParams, AccessInviteUserResponse, AccessListEnvironmentsOptionalParams, AccessListEnvironmentsResponse, AccessListClustersOptionalParams, AccessListClustersResponse, AccessListRoleBindingsOptionalParams, AccessListRoleBindingsResponse, AccessCreateRoleBindingRequestModel, AccessCreateRoleBindingOptionalParams, AccessCreateRoleBindingResponse, AccessDeleteRoleBindingOptionalParams, AccessListRoleBindingNameListOptionalParams, AccessListRoleBindingNameListResponse } from "../models/index.js";
|
|
4
4
|
/** Class containing Access operations. */
|
|
5
5
|
export declare class AccessImpl implements Access {
|
|
6
6
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access.d.ts","sourceRoot":"","sources":["../../../src/operations/access.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers";
|
|
10
|
-
import * as Parameters from "../models/parameters";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
11
|
/** Class containing Access operations. */
|
|
12
12
|
export class AccessImpl {
|
|
13
13
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access.js","sourceRoot":"","sources":["../../../src/operations/access.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Access } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ConfluentManagementClient } from \"../confluentManagementClient.js\";\nimport {\n ListAccessRequestModel,\n AccessListUsersOptionalParams,\n AccessListUsersResponse,\n AccessListServiceAccountsOptionalParams,\n AccessListServiceAccountsResponse,\n AccessListInvitationsOptionalParams,\n AccessListInvitationsResponse,\n AccessInviteUserAccountModel,\n AccessInviteUserOptionalParams,\n AccessInviteUserResponse,\n AccessListEnvironmentsOptionalParams,\n AccessListEnvironmentsResponse,\n AccessListClustersOptionalParams,\n AccessListClustersResponse,\n AccessListRoleBindingsOptionalParams,\n AccessListRoleBindingsResponse,\n AccessCreateRoleBindingRequestModel,\n AccessCreateRoleBindingOptionalParams,\n AccessCreateRoleBindingResponse,\n AccessDeleteRoleBindingOptionalParams,\n AccessListRoleBindingNameListOptionalParams,\n AccessListRoleBindingNameListResponse,\n} from \"../models/index.js\";\n\n/** Class containing Access operations. */\nexport class AccessImpl implements Access {\n private readonly client: ConfluentManagementClient;\n\n /**\n * Initialize a new instance of the class Access class.\n * @param client Reference to the service client\n */\n constructor(client: ConfluentManagementClient) {\n this.client = client;\n }\n\n /**\n * Organization users details\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body List Access Request Model\n * @param options The options parameters.\n */\n listUsers(\n resourceGroupName: string,\n organizationName: string,\n body: ListAccessRequestModel,\n options?: AccessListUsersOptionalParams,\n ): Promise<AccessListUsersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n listUsersOperationSpec,\n );\n }\n\n /**\n * Organization service accounts details\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body List Access Request Model\n * @param options The options parameters.\n */\n listServiceAccounts(\n resourceGroupName: string,\n organizationName: string,\n body: ListAccessRequestModel,\n options?: AccessListServiceAccountsOptionalParams,\n ): Promise<AccessListServiceAccountsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n listServiceAccountsOperationSpec,\n );\n }\n\n /**\n * Organization accounts invitation details\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body List Access Request Model\n * @param options The options parameters.\n */\n listInvitations(\n resourceGroupName: string,\n organizationName: string,\n body: ListAccessRequestModel,\n options?: AccessListInvitationsOptionalParams,\n ): Promise<AccessListInvitationsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n listInvitationsOperationSpec,\n );\n }\n\n /**\n * Invite user to the organization\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body Invite user account model\n * @param options The options parameters.\n */\n inviteUser(\n resourceGroupName: string,\n organizationName: string,\n body: AccessInviteUserAccountModel,\n options?: AccessInviteUserOptionalParams,\n ): Promise<AccessInviteUserResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n inviteUserOperationSpec,\n );\n }\n\n /**\n * Environment list of an organization\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param body List Access Request Model\n * @param options The options parameters.\n */\n listEnvironments(\n resourceGroupName: string,\n organizationName: string,\n body: ListAccessRequestModel,\n options?: AccessListEnvironmentsOptionalParams,\n ): Promise<AccessListEnvironmentsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n listEnvironmentsOperationSpec,\n );\n }\n\n /**\n * Cluster details\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param body List Access Request Model\n * @param options The options parameters.\n */\n listClusters(\n resourceGroupName: string,\n organizationName: string,\n body: ListAccessRequestModel,\n options?: AccessListClustersOptionalParams,\n ): Promise<AccessListClustersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n listClustersOperationSpec,\n );\n }\n\n /**\n * Organization role bindings\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param body List Access Request Model\n * @param options The options parameters.\n */\n listRoleBindings(\n resourceGroupName: string,\n organizationName: string,\n body: ListAccessRequestModel,\n options?: AccessListRoleBindingsOptionalParams,\n ): Promise<AccessListRoleBindingsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n listRoleBindingsOperationSpec,\n );\n }\n\n /**\n * Organization role bindings\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param body Create role binding Request Model\n * @param options The options parameters.\n */\n createRoleBinding(\n resourceGroupName: string,\n organizationName: string,\n body: AccessCreateRoleBindingRequestModel,\n options?: AccessCreateRoleBindingOptionalParams,\n ): Promise<AccessCreateRoleBindingResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n createRoleBindingOperationSpec,\n );\n }\n\n /**\n * Organization role bindings\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param roleBindingId Confluent Role binding id\n * @param options The options parameters.\n */\n deleteRoleBinding(\n resourceGroupName: string,\n organizationName: string,\n roleBindingId: string,\n options?: AccessDeleteRoleBindingOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, roleBindingId, options },\n deleteRoleBindingOperationSpec,\n );\n }\n\n /**\n * Organization role bindings\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param body List Access Request Model\n * @param options The options parameters.\n */\n listRoleBindingNameList(\n resourceGroupName: string,\n organizationName: string,\n body: ListAccessRequestModel,\n options?: AccessListRoleBindingNameListOptionalParams,\n ): Promise<AccessListRoleBindingNameListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n listRoleBindingNameListOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listUsersOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listUsers\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessListUsersSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listServiceAccountsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listServiceAccounts\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessListServiceAccountsSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listInvitationsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listInvitations\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessListInvitationsSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst inviteUserOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/createInvitation\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.InvitationRecord,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body6,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listEnvironmentsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listEnvironments\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessListEnvironmentsSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listClustersOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listClusters\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessListClusterSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listRoleBindingsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listRoleBindings\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessListRoleBindingsSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst createRoleBindingOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/createRoleBinding\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleBindingRecord,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteRoleBindingOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/deleteRoleBinding/{roleBindingId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.roleBindingId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listRoleBindingNameListOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listRoleBindingNameList\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessRoleBindingNameListSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
|