@alicloud/eiam20211201 2.19.0 → 2.19.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.
Files changed (71) hide show
  1. package/dist/client.d.ts +24 -20
  2. package/dist/client.js +24 -29
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateApplicationFederatedCredentialRequest.d.ts +61 -12
  5. package/dist/models/CreateApplicationFederatedCredentialRequest.js.map +1 -1
  6. package/dist/models/CreateApplicationFederatedCredentialResponseBody.d.ts +1 -1
  7. package/dist/models/CreateCloudAccountRequest.d.ts +1 -1
  8. package/dist/models/CreateTrustedOriginRequest.d.ts +1 -1
  9. package/dist/models/GetApplicationFederatedCredentialResponseBody.d.ts +79 -12
  10. package/dist/models/GetApplicationFederatedCredentialResponseBody.js.map +1 -1
  11. package/dist/models/GetAuthorizationRuleResponseBody.d.ts +8 -3
  12. package/dist/models/GetAuthorizationRuleResponseBody.js.map +1 -1
  13. package/dist/models/GetBrandRequest.d.ts +2 -2
  14. package/dist/models/GetBrandResponseBody.d.ts +23 -7
  15. package/dist/models/GetBrandResponseBody.js +4 -0
  16. package/dist/models/GetBrandResponseBody.js.map +1 -1
  17. package/dist/models/GetCloudAccountResponseBody.d.ts +38 -6
  18. package/dist/models/GetCloudAccountResponseBody.js.map +1 -1
  19. package/dist/models/GetCloudAccountRoleResponseBody.d.ts +9 -0
  20. package/dist/models/GetCloudAccountRoleResponseBody.js.map +1 -1
  21. package/dist/models/ListApplicationFederatedCredentialsForProviderRequest.d.ts +3 -3
  22. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.d.ts +85 -15
  23. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js.map +1 -1
  24. package/dist/models/ListApplicationFederatedCredentialsRequest.d.ts +3 -3
  25. package/dist/models/ListApplicationFederatedCredentialsResponseBody.d.ts +89 -19
  26. package/dist/models/ListApplicationFederatedCredentialsResponseBody.js.map +1 -1
  27. package/dist/models/ListAuthorizationRulesRequest.d.ts +2 -2
  28. package/dist/models/ListAuthorizationRulesResponseBody.d.ts +17 -12
  29. package/dist/models/ListAuthorizationRulesResponseBody.js.map +1 -1
  30. package/dist/models/ListBrandsRequest.d.ts +1 -1
  31. package/dist/models/ListBrandsResponseBody.d.ts +16 -0
  32. package/dist/models/ListBrandsResponseBody.js +4 -0
  33. package/dist/models/ListBrandsResponseBody.js.map +1 -1
  34. package/dist/models/ListCloudAccountRolesRequest.d.ts +5 -5
  35. package/dist/models/ListCloudAccountRolesResponseBody.d.ts +28 -19
  36. package/dist/models/ListCloudAccountRolesResponseBody.js.map +1 -1
  37. package/dist/models/ListCloudAccountsRequest.d.ts +1 -1
  38. package/dist/models/ListCloudAccountsResponseBody.d.ts +36 -11
  39. package/dist/models/ListCloudAccountsResponseBody.js.map +1 -1
  40. package/dist/models/ListNetworkAccessEndpointsRequest.d.ts +6 -6
  41. package/dist/models/ListNetworkAccessEndpointsResponseBody.d.ts +44 -7
  42. package/dist/models/ListNetworkAccessEndpointsResponseBody.js.map +1 -1
  43. package/dist/models/UpdateApplicationFederatedCredentialRequest.d.ts +61 -6
  44. package/dist/models/UpdateApplicationFederatedCredentialRequest.js.map +1 -1
  45. package/package.json +1 -1
  46. package/src/client.ts +24 -29
  47. package/src/models/CreateApplicationFederatedCredentialRequest.ts +61 -12
  48. package/src/models/CreateApplicationFederatedCredentialResponseBody.ts +1 -1
  49. package/src/models/CreateCloudAccountRequest.ts +1 -1
  50. package/src/models/CreateTrustedOriginRequest.ts +1 -1
  51. package/src/models/GetApplicationFederatedCredentialResponseBody.ts +79 -12
  52. package/src/models/GetAuthorizationRuleResponseBody.ts +8 -3
  53. package/src/models/GetBrandRequest.ts +2 -2
  54. package/src/models/GetBrandResponseBody.ts +27 -7
  55. package/src/models/GetCloudAccountResponseBody.ts +38 -6
  56. package/src/models/GetCloudAccountRoleResponseBody.ts +9 -0
  57. package/src/models/ListApplicationFederatedCredentialsForProviderRequest.ts +3 -3
  58. package/src/models/ListApplicationFederatedCredentialsForProviderResponseBody.ts +85 -15
  59. package/src/models/ListApplicationFederatedCredentialsRequest.ts +3 -3
  60. package/src/models/ListApplicationFederatedCredentialsResponseBody.ts +89 -19
  61. package/src/models/ListAuthorizationRulesRequest.ts +2 -2
  62. package/src/models/ListAuthorizationRulesResponseBody.ts +17 -12
  63. package/src/models/ListBrandsRequest.ts +1 -1
  64. package/src/models/ListBrandsResponseBody.ts +20 -0
  65. package/src/models/ListCloudAccountRolesRequest.ts +5 -5
  66. package/src/models/ListCloudAccountRolesResponseBody.ts +28 -19
  67. package/src/models/ListCloudAccountsRequest.ts +1 -1
  68. package/src/models/ListCloudAccountsResponseBody.ts +36 -11
  69. package/src/models/ListNetworkAccessEndpointsRequest.ts +6 -6
  70. package/src/models/ListNetworkAccessEndpointsResponseBody.ts +44 -7
  71. package/src/models/UpdateApplicationFederatedCredentialRequest.ts +61 -6
package/dist/client.d.ts CHANGED
@@ -330,7 +330,7 @@ export default class Client extends OpenApi {
330
330
  */
331
331
  createApplicationClientSecret(request: $_model.CreateApplicationClientSecretRequest): Promise<$_model.CreateApplicationClientSecretResponse>;
332
332
  /**
333
- * Creates an application federated identity credential.
333
+ * Creates an application federated credential.
334
334
  *
335
335
  * @param request - CreateApplicationFederatedCredentialRequest
336
336
  * @param runtime - runtime options for this request RuntimeOptions
@@ -338,7 +338,7 @@ export default class Client extends OpenApi {
338
338
  */
339
339
  createApplicationFederatedCredentialWithOptions(request: $_model.CreateApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApplicationFederatedCredentialResponse>;
340
340
  /**
341
- * Creates an application federated identity credential.
341
+ * Creates an application federated credential.
342
342
  *
343
343
  * @param request - CreateApplicationFederatedCredentialRequest
344
344
  * @returns CreateApplicationFederatedCredentialResponse
@@ -435,10 +435,11 @@ export default class Client extends OpenApi {
435
435
  */
436
436
  createClientPublicKey(request: $_model.CreateClientPublicKeyRequest): Promise<$_model.CreateClientPublicKeyResponse>;
437
437
  /**
438
- * Creates a cloud account resource in a specified EIAM instance.
438
+ * Creates a cloud account resource under a specified EIAM instance.
439
439
  *
440
440
  * @remarks
441
- * *Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
441
+ * <props="china">**Before you call this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
442
+ * <props="intl">**Before you call this operation, make sure that you fully understand the billing method of IDaaS EIAM.**
442
443
  *
443
444
  * @param request - CreateCloudAccountRequest
444
445
  * @param runtime - runtime options for this request RuntimeOptions
@@ -446,10 +447,11 @@ export default class Client extends OpenApi {
446
447
  */
447
448
  createCloudAccountWithOptions(request: $_model.CreateCloudAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCloudAccountResponse>;
448
449
  /**
449
- * Creates a cloud account resource in a specified EIAM instance.
450
+ * Creates a cloud account resource under a specified EIAM instance.
450
451
  *
451
452
  * @remarks
452
- * *Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
453
+ * <props="china">**Before you call this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
454
+ * <props="intl">**Before you call this operation, make sure that you fully understand the billing method of IDaaS EIAM.**
453
455
  *
454
456
  * @param request - CreateCloudAccountRequest
455
457
  * @returns CreateCloudAccountResponse
@@ -1944,7 +1946,8 @@ export default class Client extends OpenApi {
1944
1946
  * Enables a field.
1945
1947
  *
1946
1948
  * @remarks
1947
- * *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**.
1949
+ * <props="china">**Before using this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
1950
+ * <props="intl">**Before using this operation, make sure that you fully understand the billing methods of IDaaS EIAM.**
1948
1951
  *
1949
1952
  * @param request - EnableCustomFieldRequest
1950
1953
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1955,7 +1958,8 @@ export default class Client extends OpenApi {
1955
1958
  * Enables a field.
1956
1959
  *
1957
1960
  * @remarks
1958
- * *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**.
1961
+ * <props="china">**Before using this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
1962
+ * <props="intl">**Before using this operation, make sure that you fully understand the billing methods of IDaaS EIAM.**
1959
1963
  *
1960
1964
  * @param request - EnableCustomFieldRequest
1961
1965
  * @returns EnableCustomFieldResponse
@@ -2268,7 +2272,7 @@ export default class Client extends OpenApi {
2268
2272
  */
2269
2273
  getApplicationAdvancedConfig(request: $_model.GetApplicationAdvancedConfigRequest): Promise<$_model.GetApplicationAdvancedConfigResponse>;
2270
2274
  /**
2271
- * Retrieves the federated identity credential of an application.
2275
+ * Retrieves an application federated identity credential.
2272
2276
  *
2273
2277
  * @param request - GetApplicationFederatedCredentialRequest
2274
2278
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2276,7 +2280,7 @@ export default class Client extends OpenApi {
2276
2280
  */
2277
2281
  getApplicationFederatedCredentialWithOptions(request: $_model.GetApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationFederatedCredentialResponse>;
2278
2282
  /**
2279
- * Retrieves the federated identity credential of an application.
2283
+ * Retrieves an application federated identity credential.
2280
2284
  *
2281
2285
  * @param request - GetApplicationFederatedCredentialRequest
2282
2286
  * @returns GetApplicationFederatedCredentialResponse
@@ -2433,7 +2437,7 @@ export default class Client extends OpenApi {
2433
2437
  */
2434
2438
  getAuthorizationServer(request: $_model.GetAuthorizationServerRequest): Promise<$_model.GetAuthorizationServerResponse>;
2435
2439
  /**
2436
- * Get Brand Details
2440
+ * Retrieves the details of a brand.
2437
2441
  *
2438
2442
  * @param request - GetBrandRequest
2439
2443
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2441,7 +2445,7 @@ export default class Client extends OpenApi {
2441
2445
  */
2442
2446
  getBrandWithOptions(request: $_model.GetBrandRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetBrandResponse>;
2443
2447
  /**
2444
- * Get Brand Details
2448
+ * Retrieves the details of a brand.
2445
2449
  *
2446
2450
  * @param request - GetBrandRequest
2447
2451
  * @returns GetBrandResponse
@@ -3111,7 +3115,7 @@ export default class Client extends OpenApi {
3111
3115
  */
3112
3116
  listApplicationClientSecrets(request: $_model.ListApplicationClientSecretsRequest): Promise<$_model.ListApplicationClientSecretsResponse>;
3113
3117
  /**
3114
- * Queries a list of application federated credentials.
3118
+ * Queries the list of application federated identity credentials.
3115
3119
  *
3116
3120
  * @param request - ListApplicationFederatedCredentialsRequest
3117
3121
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3119,7 +3123,7 @@ export default class Client extends OpenApi {
3119
3123
  */
3120
3124
  listApplicationFederatedCredentialsWithOptions(request: $_model.ListApplicationFederatedCredentialsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationFederatedCredentialsResponse>;
3121
3125
  /**
3122
- * Queries a list of application federated credentials.
3126
+ * Queries the list of application federated identity credentials.
3123
3127
  *
3124
3128
  * @param request - ListApplicationFederatedCredentialsRequest
3125
3129
  * @returns ListApplicationFederatedCredentialsResponse
@@ -3423,7 +3427,7 @@ export default class Client extends OpenApi {
3423
3427
  */
3424
3428
  listClientPublicKeys(request: $_model.ListClientPublicKeysRequest): Promise<$_model.ListClientPublicKeysResponse>;
3425
3429
  /**
3426
- * Queries the information about one or more cloud roles by using paging.
3430
+ * Queries information about one or more cloud roles by using paging.
3427
3431
  *
3428
3432
  * @param request - ListCloudAccountRolesRequest
3429
3433
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3431,14 +3435,14 @@ export default class Client extends OpenApi {
3431
3435
  */
3432
3436
  listCloudAccountRolesWithOptions(request: $_model.ListCloudAccountRolesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudAccountRolesResponse>;
3433
3437
  /**
3434
- * Queries the information about one or more cloud roles by using paging.
3438
+ * Queries information about one or more cloud roles by using paging.
3435
3439
  *
3436
3440
  * @param request - ListCloudAccountRolesRequest
3437
3441
  * @returns ListCloudAccountRolesResponse
3438
3442
  */
3439
3443
  listCloudAccountRoles(request: $_model.ListCloudAccountRolesRequest): Promise<$_model.ListCloudAccountRolesResponse>;
3440
3444
  /**
3441
- * Queries one or more cloud accounts by using paging.
3445
+ * Queries information about one or more cloud accounts by using paging.
3442
3446
  *
3443
3447
  * @param request - ListCloudAccountsRequest
3444
3448
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3446,7 +3450,7 @@ export default class Client extends OpenApi {
3446
3450
  */
3447
3451
  listCloudAccountsWithOptions(request: $_model.ListCloudAccountsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudAccountsResponse>;
3448
3452
  /**
3449
- * Queries one or more cloud accounts by using paging.
3453
+ * Queries information about one or more cloud accounts by using paging.
3450
3454
  *
3451
3455
  * @param request - ListCloudAccountsRequest
3452
3456
  * @returns ListCloudAccountsResponse
@@ -4863,7 +4867,7 @@ export default class Client extends OpenApi {
4863
4867
  */
4864
4868
  updateApplicationDescription(request: $_model.UpdateApplicationDescriptionRequest): Promise<$_model.UpdateApplicationDescriptionResponse>;
4865
4869
  /**
4866
- * Updates a federated credential for an application.
4870
+ * Updates an application federated identity credential.
4867
4871
  *
4868
4872
  * @param request - UpdateApplicationFederatedCredentialRequest
4869
4873
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4871,7 +4875,7 @@ export default class Client extends OpenApi {
4871
4875
  */
4872
4876
  updateApplicationFederatedCredentialWithOptions(request: $_model.UpdateApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateApplicationFederatedCredentialResponse>;
4873
4877
  /**
4874
- * Updates a federated credential for an application.
4878
+ * Updates an application federated identity credential.
4875
4879
  *
4876
4880
  * @param request - UpdateApplicationFederatedCredentialRequest
4877
4881
  * @returns UpdateApplicationFederatedCredentialResponse
package/dist/client.js CHANGED
@@ -49,15 +49,6 @@ class Client extends openapi_core_1.default {
49
49
  constructor(config) {
50
50
  super(config);
51
51
  this._endpointRule = "regional";
52
- this._endpointMap = {
53
- 'cn-hongkong': "eiam.cn-hongkong.aliyuncs.com",
54
- 'ap-northeast-2': "eiam.ap-northeast-2.aliyuncs.com",
55
- 'ap-southeast-1': "eiam.ap-southeast-1.aliyuncs.com",
56
- 'ap-southeast-5': "eiam.ap-southeast-5.aliyuncs.com",
57
- 'cn-hangzhou': "eiam.cn-hangzhou.aliyuncs.com",
58
- 'cn-beijing': "eiam.cn-beijing.aliyuncs.com",
59
- 'eu-central-1': "eiam.eu-central-1.aliyuncs.com",
60
- };
61
52
  this.checkConfig(config);
62
53
  this._endpoint = this.getEndpoint("eiam", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
63
54
  }
@@ -1115,7 +1106,7 @@ class Client extends openapi_core_1.default {
1115
1106
  return await this.createApplicationClientSecretWithOptions(request, runtime);
1116
1107
  }
1117
1108
  /**
1118
- * Creates an application federated identity credential.
1109
+ * Creates an application federated credential.
1119
1110
  *
1120
1111
  * @param request - CreateApplicationFederatedCredentialRequest
1121
1112
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1174,7 +1165,7 @@ class Client extends openapi_core_1.default {
1174
1165
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApplicationFederatedCredentialResponse({}));
1175
1166
  }
1176
1167
  /**
1177
- * Creates an application federated identity credential.
1168
+ * Creates an application federated credential.
1178
1169
  *
1179
1170
  * @param request - CreateApplicationFederatedCredentialRequest
1180
1171
  * @returns CreateApplicationFederatedCredentialResponse
@@ -1491,10 +1482,11 @@ class Client extends openapi_core_1.default {
1491
1482
  return await this.createClientPublicKeyWithOptions(request, runtime);
1492
1483
  }
1493
1484
  /**
1494
- * Creates a cloud account resource in a specified EIAM instance.
1485
+ * Creates a cloud account resource under a specified EIAM instance.
1495
1486
  *
1496
1487
  * @remarks
1497
- * *Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
1488
+ * <props="china">**Before you call this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
1489
+ * <props="intl">**Before you call this operation, make sure that you fully understand the billing method of IDaaS EIAM.**
1498
1490
  *
1499
1491
  * @param request - CreateCloudAccountRequest
1500
1492
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1544,10 +1536,11 @@ class Client extends openapi_core_1.default {
1544
1536
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCloudAccountResponse({}));
1545
1537
  }
1546
1538
  /**
1547
- * Creates a cloud account resource in a specified EIAM instance.
1539
+ * Creates a cloud account resource under a specified EIAM instance.
1548
1540
  *
1549
1541
  * @remarks
1550
- * *Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
1542
+ * <props="china">**Before you call this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
1543
+ * <props="intl">**Before you call this operation, make sure that you fully understand the billing method of IDaaS EIAM.**
1551
1544
  *
1552
1545
  * @param request - CreateCloudAccountRequest
1553
1546
  * @returns CreateCloudAccountResponse
@@ -6007,7 +6000,8 @@ class Client extends openapi_core_1.default {
6007
6000
  * Enables a field.
6008
6001
  *
6009
6002
  * @remarks
6010
- * *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**.
6003
+ * <props="china">**Before using this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
6004
+ * <props="intl">**Before using this operation, make sure that you fully understand the billing methods of IDaaS EIAM.**
6011
6005
  *
6012
6006
  * @param request - EnableCustomFieldRequest
6013
6007
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6042,7 +6036,8 @@ class Client extends openapi_core_1.default {
6042
6036
  * Enables a field.
6043
6037
  *
6044
6038
  * @remarks
6045
- * *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**.
6039
+ * <props="china">**Before using this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
6040
+ * <props="intl">**Before using this operation, make sure that you fully understand the billing methods of IDaaS EIAM.**
6046
6041
  *
6047
6042
  * @param request - EnableCustomFieldRequest
6048
6043
  * @returns EnableCustomFieldResponse
@@ -6931,7 +6926,7 @@ class Client extends openapi_core_1.default {
6931
6926
  return await this.getApplicationAdvancedConfigWithOptions(request, runtime);
6932
6927
  }
6933
6928
  /**
6934
- * Retrieves the federated identity credential of an application.
6929
+ * Retrieves an application federated identity credential.
6935
6930
  *
6936
6931
  * @param request - GetApplicationFederatedCredentialRequest
6937
6932
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6966,7 +6961,7 @@ class Client extends openapi_core_1.default {
6966
6961
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationFederatedCredentialResponse({}));
6967
6962
  }
6968
6963
  /**
6969
- * Retrieves the federated identity credential of an application.
6964
+ * Retrieves an application federated identity credential.
6970
6965
  *
6971
6966
  * @param request - GetApplicationFederatedCredentialRequest
6972
6967
  * @returns GetApplicationFederatedCredentialResponse
@@ -7399,7 +7394,7 @@ class Client extends openapi_core_1.default {
7399
7394
  return await this.getAuthorizationServerWithOptions(request, runtime);
7400
7395
  }
7401
7396
  /**
7402
- * Get Brand Details
7397
+ * Retrieves the details of a brand.
7403
7398
  *
7404
7399
  * @param request - GetBrandRequest
7405
7400
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7431,7 +7426,7 @@ class Client extends openapi_core_1.default {
7431
7426
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetBrandResponse({}));
7432
7427
  }
7433
7428
  /**
7434
- * Get Brand Details
7429
+ * Retrieves the details of a brand.
7435
7430
  *
7436
7431
  * @param request - GetBrandRequest
7437
7432
  * @returns GetBrandResponse
@@ -9259,7 +9254,7 @@ class Client extends openapi_core_1.default {
9259
9254
  return await this.listApplicationClientSecretsWithOptions(request, runtime);
9260
9255
  }
9261
9256
  /**
9262
- * Queries a list of application federated credentials.
9257
+ * Queries the list of application federated identity credentials.
9263
9258
  *
9264
9259
  * @param request - ListApplicationFederatedCredentialsRequest
9265
9260
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9303,7 +9298,7 @@ class Client extends openapi_core_1.default {
9303
9298
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationFederatedCredentialsResponse({}));
9304
9299
  }
9305
9300
  /**
9306
- * Queries a list of application federated credentials.
9301
+ * Queries the list of application federated identity credentials.
9307
9302
  *
9308
9303
  * @param request - ListApplicationFederatedCredentialsRequest
9309
9304
  * @returns ListApplicationFederatedCredentialsResponse
@@ -10288,7 +10283,7 @@ class Client extends openapi_core_1.default {
10288
10283
  return await this.listClientPublicKeysWithOptions(request, runtime);
10289
10284
  }
10290
10285
  /**
10291
- * Queries the information about one or more cloud roles by using paging.
10286
+ * Queries information about one or more cloud roles by using paging.
10292
10287
  *
10293
10288
  * @param request - ListCloudAccountRolesRequest
10294
10289
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10329,7 +10324,7 @@ class Client extends openapi_core_1.default {
10329
10324
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudAccountRolesResponse({}));
10330
10325
  }
10331
10326
  /**
10332
- * Queries the information about one or more cloud roles by using paging.
10327
+ * Queries information about one or more cloud roles by using paging.
10333
10328
  *
10334
10329
  * @param request - ListCloudAccountRolesRequest
10335
10330
  * @returns ListCloudAccountRolesResponse
@@ -10339,7 +10334,7 @@ class Client extends openapi_core_1.default {
10339
10334
  return await this.listCloudAccountRolesWithOptions(request, runtime);
10340
10335
  }
10341
10336
  /**
10342
- * Queries one or more cloud accounts by using paging.
10337
+ * Queries information about one or more cloud accounts by using paging.
10343
10338
  *
10344
10339
  * @param request - ListCloudAccountsRequest
10345
10340
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10377,7 +10372,7 @@ class Client extends openapi_core_1.default {
10377
10372
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudAccountsResponse({}));
10378
10373
  }
10379
10374
  /**
10380
- * Queries one or more cloud accounts by using paging.
10375
+ * Queries information about one or more cloud accounts by using paging.
10381
10376
  *
10382
10377
  * @param request - ListCloudAccountsRequest
10383
10378
  * @returns ListCloudAccountsResponse
@@ -14890,7 +14885,7 @@ class Client extends openapi_core_1.default {
14890
14885
  return await this.updateApplicationDescriptionWithOptions(request, runtime);
14891
14886
  }
14892
14887
  /**
14893
- * Updates a federated credential for an application.
14888
+ * Updates an application federated identity credential.
14894
14889
  *
14895
14890
  * @param request - UpdateApplicationFederatedCredentialRequest
14896
14891
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14937,7 +14932,7 @@ class Client extends openapi_core_1.default {
14937
14932
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationFederatedCredentialResponse({}));
14938
14933
  }
14939
14934
  /**
14940
- * Updates a federated credential for an application.
14935
+ * Updates an application federated identity credential.
14941
14936
  *
14942
14937
  * @param request - UpdateApplicationFederatedCredentialRequest
14943
14938
  * @returns UpdateApplicationFederatedCredentialResponse