@alicloud/eiam20211201 2.19.0 → 2.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist/client.d.ts +40 -36
  2. package/dist/client.js +40 -45
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CheckInstanceModuleStatusRequest.d.ts +17 -3
  5. package/dist/models/CheckInstanceModuleStatusRequest.js.map +1 -1
  6. package/dist/models/CreateApplicationFederatedCredentialRequest.d.ts +61 -12
  7. package/dist/models/CreateApplicationFederatedCredentialRequest.js.map +1 -1
  8. package/dist/models/CreateApplicationFederatedCredentialResponseBody.d.ts +1 -1
  9. package/dist/models/CreateCloudAccountRequest.d.ts +1 -1
  10. package/dist/models/CreateIdentityProviderRequest.d.ts +165 -142
  11. package/dist/models/CreateIdentityProviderRequest.js.map +1 -1
  12. package/dist/models/CreateIdentityProviderResponseBody.d.ts +2 -2
  13. package/dist/models/CreateTrustedOriginRequest.d.ts +1 -1
  14. package/dist/models/GetApplicationFederatedCredentialResponseBody.d.ts +79 -12
  15. package/dist/models/GetApplicationFederatedCredentialResponseBody.js.map +1 -1
  16. package/dist/models/GetApplicationSsoConfigResponseBody.d.ts +85 -65
  17. package/dist/models/GetApplicationSsoConfigResponseBody.js +11 -0
  18. package/dist/models/GetApplicationSsoConfigResponseBody.js.map +1 -1
  19. package/dist/models/GetAuthorizationResourceResponseBody.d.ts +2 -2
  20. package/dist/models/GetAuthorizationRuleResponseBody.d.ts +8 -3
  21. package/dist/models/GetAuthorizationRuleResponseBody.js.map +1 -1
  22. package/dist/models/GetBrandRequest.d.ts +2 -2
  23. package/dist/models/GetBrandResponseBody.d.ts +23 -7
  24. package/dist/models/GetBrandResponseBody.js +4 -0
  25. package/dist/models/GetBrandResponseBody.js.map +1 -1
  26. package/dist/models/GetCloudAccountResponseBody.d.ts +38 -6
  27. package/dist/models/GetCloudAccountResponseBody.js.map +1 -1
  28. package/dist/models/GetCloudAccountRoleResponseBody.d.ts +9 -0
  29. package/dist/models/GetCloudAccountRoleResponseBody.js.map +1 -1
  30. package/dist/models/GetIdentityProviderResponseBody.d.ts +54 -65
  31. package/dist/models/GetIdentityProviderResponseBody.js.map +1 -1
  32. package/dist/models/ListApplicationFederatedCredentialsForProviderRequest.d.ts +3 -3
  33. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.d.ts +85 -15
  34. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js.map +1 -1
  35. package/dist/models/ListApplicationFederatedCredentialsRequest.d.ts +3 -3
  36. package/dist/models/ListApplicationFederatedCredentialsResponseBody.d.ts +89 -19
  37. package/dist/models/ListApplicationFederatedCredentialsResponseBody.js.map +1 -1
  38. package/dist/models/ListAuthorizationResourcesRequest.d.ts +5 -5
  39. package/dist/models/ListAuthorizationResourcesResponseBody.d.ts +9 -9
  40. package/dist/models/ListAuthorizationRulesRequest.d.ts +2 -2
  41. package/dist/models/ListAuthorizationRulesResponseBody.d.ts +17 -12
  42. package/dist/models/ListAuthorizationRulesResponseBody.js.map +1 -1
  43. package/dist/models/ListBrandsRequest.d.ts +1 -1
  44. package/dist/models/ListBrandsResponseBody.d.ts +16 -0
  45. package/dist/models/ListBrandsResponseBody.js +4 -0
  46. package/dist/models/ListBrandsResponseBody.js.map +1 -1
  47. package/dist/models/ListCloudAccountRolesRequest.d.ts +5 -5
  48. package/dist/models/ListCloudAccountRolesResponseBody.d.ts +28 -19
  49. package/dist/models/ListCloudAccountRolesResponseBody.js.map +1 -1
  50. package/dist/models/ListCloudAccountsRequest.d.ts +1 -1
  51. package/dist/models/ListCloudAccountsResponseBody.d.ts +36 -11
  52. package/dist/models/ListCloudAccountsResponseBody.js.map +1 -1
  53. package/dist/models/ListEiamInstancesRequest.d.ts +1 -1
  54. package/dist/models/ListNetworkAccessEndpointsRequest.d.ts +6 -6
  55. package/dist/models/ListNetworkAccessEndpointsResponseBody.d.ts +44 -7
  56. package/dist/models/ListNetworkAccessEndpointsResponseBody.js.map +1 -1
  57. package/dist/models/SetApplicationSsoConfigRequest.d.ts +55 -31
  58. package/dist/models/SetApplicationSsoConfigRequest.js +9 -0
  59. package/dist/models/SetApplicationSsoConfigRequest.js.map +1 -1
  60. package/dist/models/UpdateApplicationFederatedCredentialRequest.d.ts +61 -6
  61. package/dist/models/UpdateApplicationFederatedCredentialRequest.js.map +1 -1
  62. package/dist/models/UpdateIdentityProviderRequest.d.ts +85 -51
  63. package/dist/models/UpdateIdentityProviderRequest.js.map +1 -1
  64. package/dist/models/UpdateIdentityProviderResponseBody.d.ts +1 -1
  65. package/package.json +1 -1
  66. package/src/client.ts +40 -45
  67. package/src/models/CheckInstanceModuleStatusRequest.ts +17 -3
  68. package/src/models/CreateApplicationFederatedCredentialRequest.ts +61 -12
  69. package/src/models/CreateApplicationFederatedCredentialResponseBody.ts +1 -1
  70. package/src/models/CreateCloudAccountRequest.ts +1 -1
  71. package/src/models/CreateIdentityProviderRequest.ts +165 -142
  72. package/src/models/CreateIdentityProviderResponseBody.ts +2 -2
  73. package/src/models/CreateTrustedOriginRequest.ts +1 -1
  74. package/src/models/GetApplicationFederatedCredentialResponseBody.ts +79 -12
  75. package/src/models/GetApplicationSsoConfigResponseBody.ts +96 -65
  76. package/src/models/GetAuthorizationResourceResponseBody.ts +2 -2
  77. package/src/models/GetAuthorizationRuleResponseBody.ts +8 -3
  78. package/src/models/GetBrandRequest.ts +2 -2
  79. package/src/models/GetBrandResponseBody.ts +27 -7
  80. package/src/models/GetCloudAccountResponseBody.ts +38 -6
  81. package/src/models/GetCloudAccountRoleResponseBody.ts +9 -0
  82. package/src/models/GetIdentityProviderResponseBody.ts +54 -65
  83. package/src/models/ListApplicationFederatedCredentialsForProviderRequest.ts +3 -3
  84. package/src/models/ListApplicationFederatedCredentialsForProviderResponseBody.ts +85 -15
  85. package/src/models/ListApplicationFederatedCredentialsRequest.ts +3 -3
  86. package/src/models/ListApplicationFederatedCredentialsResponseBody.ts +89 -19
  87. package/src/models/ListAuthorizationResourcesRequest.ts +5 -5
  88. package/src/models/ListAuthorizationResourcesResponseBody.ts +9 -9
  89. package/src/models/ListAuthorizationRulesRequest.ts +2 -2
  90. package/src/models/ListAuthorizationRulesResponseBody.ts +17 -12
  91. package/src/models/ListBrandsRequest.ts +1 -1
  92. package/src/models/ListBrandsResponseBody.ts +20 -0
  93. package/src/models/ListCloudAccountRolesRequest.ts +5 -5
  94. package/src/models/ListCloudAccountRolesResponseBody.ts +28 -19
  95. package/src/models/ListCloudAccountsRequest.ts +1 -1
  96. package/src/models/ListCloudAccountsResponseBody.ts +36 -11
  97. package/src/models/ListEiamInstancesRequest.ts +1 -1
  98. package/src/models/ListNetworkAccessEndpointsRequest.ts +6 -6
  99. package/src/models/ListNetworkAccessEndpointsResponseBody.ts +44 -7
  100. package/src/models/SetApplicationSsoConfigRequest.ts +64 -31
  101. package/src/models/UpdateApplicationFederatedCredentialRequest.ts +61 -6
  102. package/src/models/UpdateIdentityProviderRequest.ts +85 -51
  103. package/src/models/UpdateIdentityProviderResponseBody.ts +1 -1
@@ -2,11 +2,11 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class ListAuthorizationResourcesRequestFilter extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The filter field name. Valid values:
5
+ * The name of the filter field. Valid values:
6
6
  *
7
- * - AuthorizationResourceEntityType: the resource entity type associated with the authorization resource
7
+ * - AuthorizationResourceEntityType: the type of the resource entity associated with the authorized resource.
8
8
  *
9
- * - AuthorizationResourceEntityId: the resource entity ID associated with the authorization resource
9
+ * - AuthorizationResourceEntityId: the ID of the resource entity associated with the authorized resource.
10
10
  *
11
11
  * @example
12
12
  * AuthorizationResourceEntityId
@@ -58,7 +58,7 @@ export declare class ListAuthorizationResourcesRequest extends $dara.Model {
58
58
  * @remarks
59
59
  * The maximum number of records per page.
60
60
  *
61
- * - If this parameter is not specified, the default value is 20.
61
+ * - If you do not specify this parameter, the default value is 20.
62
62
  *
63
63
  * - The maximum value is 100.
64
64
  *
@@ -70,7 +70,7 @@ export declare class ListAuthorizationResourcesRequest extends $dara.Model {
70
70
  * @remarks
71
71
  * The pagination token that marks the starting position of the next page.
72
72
  *
73
- * - If this parameter is not specified, the query starts from the first page.
73
+ * - If you do not specify this parameter, the query starts from the first page.
74
74
  *
75
75
  * @example
76
76
  * NTxxxxxexample
@@ -39,7 +39,7 @@ export declare class ListAuthorizationResourcesResponseBodyAuthorizationResource
39
39
  export declare class ListAuthorizationResourcesResponseBodyAuthorizationResources extends $dara.Model {
40
40
  /**
41
41
  * @remarks
42
- * The resource entity ID associated with the authorization resource.
42
+ * The ID of the resource entity associated with the authorized resource.
43
43
  *
44
44
  * @example
45
45
  * carole_01kmek49aqxxxx
@@ -47,8 +47,8 @@ export declare class ListAuthorizationResourcesResponseBodyAuthorizationResource
47
47
  authorizationResourceEntityId?: string;
48
48
  /**
49
49
  * @remarks
50
- * The resource entity type associated with the authorization resource. Valid values:
51
- * - cloud_account_role: cloud role
50
+ * The type of the resource entity associated with the authorized resource. Valid values:
51
+ * - cloud_account_role: cloud role.
52
52
  *
53
53
  * @example
54
54
  * cloud_account_role
@@ -72,7 +72,7 @@ export declare class ListAuthorizationResourcesResponseBodyAuthorizationResource
72
72
  authorizationRuleId?: string;
73
73
  /**
74
74
  * @remarks
75
- * The cloud account ID to which the resource entity associated with the authorization resource belongs.
75
+ * The ID of the cloud account to which the resource entity associated with the authorized resource belongs.
76
76
  *
77
77
  * @example
78
78
  * ca_01kmegjc11qa1txxxxx
@@ -85,7 +85,7 @@ export declare class ListAuthorizationResourcesResponseBodyAuthorizationResource
85
85
  condition?: ListAuthorizationResourcesResponseBodyAuthorizationResourcesCondition;
86
86
  /**
87
87
  * @remarks
88
- * The creation time.
88
+ * The creation time, in UNIX timestamp format. Unit: milliseconds.
89
89
  *
90
90
  * @example
91
91
  * 1768789292000
@@ -101,7 +101,7 @@ export declare class ListAuthorizationResourcesResponseBodyAuthorizationResource
101
101
  instanceId?: string;
102
102
  /**
103
103
  * @remarks
104
- * The update time.
104
+ * The update time, in UNIX timestamp format. Unit: milliseconds.
105
105
  *
106
106
  * @example
107
107
  * 1768789292000
@@ -121,7 +121,7 @@ export declare class ListAuthorizationResourcesResponseBodyAuthorizationResource
121
121
  export declare class ListAuthorizationResourcesResponseBody extends $dara.Model {
122
122
  /**
123
123
  * @remarks
124
- * The list of authorization resources.
124
+ * The list of authorized resources.
125
125
  */
126
126
  authorizationResources?: ListAuthorizationResourcesResponseBodyAuthorizationResources[];
127
127
  /**
@@ -134,7 +134,7 @@ export declare class ListAuthorizationResourcesResponseBody extends $dara.Model
134
134
  maxResults?: number;
135
135
  /**
136
136
  * @remarks
137
- * The pagination token returned by this call, used for the next page query.
137
+ * The pagination token returned in this call, which is used for the next paged query.
138
138
  *
139
139
  * @example
140
140
  * NTxxxexample
@@ -150,7 +150,7 @@ export declare class ListAuthorizationResourcesResponseBody extends $dara.Model
150
150
  requestId?: string;
151
151
  /**
152
152
  * @remarks
153
- * The total number of entries in the list.
153
+ * The total number of entries returned.
154
154
  *
155
155
  * @example
156
156
  * 100
@@ -5,7 +5,7 @@ export declare class ListAuthorizationRulesRequestFilter extends $dara.Model {
5
5
  * The name of the filter field. Valid values:
6
6
  *
7
7
  * - AuthorizationRuleId: the authorization rule ID.
8
- * - AuthorizationRuleNameStartWith: the prefix of the authorization rule name for fuzzy match.
8
+ * - AuthorizationRuleNameStartWith: the left-match value of the authorization rule name.
9
9
  *
10
10
  * @example
11
11
  * AuthorizationRuleId
@@ -57,7 +57,7 @@ export declare class ListAuthorizationRulesRequest extends $dara.Model {
57
57
  maxResults?: number;
58
58
  /**
59
59
  * @remarks
60
- * The token that marks the starting position of the next page.
60
+ * The token that identifies the start position of the next page.
61
61
  *
62
62
  * - If this parameter is not specified, the query starts from the first page.
63
63
  *
@@ -3,8 +3,8 @@ export declare class ListAuthorizationRulesResponseBodyAuthorizationRules extend
3
3
  /**
4
4
  * @remarks
5
5
  * The authorization resource scope. Valid values:
6
- * - global: all resources under the project
7
- * - custom: specified resources under the project
6
+ * - global: all resources under the project.
7
+ * - custom: specified resources under the project.
8
8
  *
9
9
  * @example
10
10
  * global
@@ -13,8 +13,8 @@ export declare class ListAuthorizationRulesResponseBodyAuthorizationRules extend
13
13
  /**
14
14
  * @remarks
15
15
  * The creation type of the authorization rule. Valid values:
16
- * - system_init: created by the system
17
- * - user_custom: created by the user
16
+ * - system_init: created by the system.
17
+ * - user_custom: created by the user.
18
18
  *
19
19
  * @example
20
20
  * user_custom
@@ -38,7 +38,12 @@ export declare class ListAuthorizationRulesResponseBodyAuthorizationRules extend
38
38
  authorizationRuleName?: string;
39
39
  /**
40
40
  * @remarks
41
- * The scenario label of the authorization rule.
41
+ * The scenario label of the authorization rule. Valid values:
42
+ * - privileged_cloud_account: privileged cloud account scenario.
43
+ * - asset: asset scenario.
44
+ *
45
+ * @example
46
+ * Asset
42
47
  */
43
48
  authorizationRuleScenarioLabel?: string;
44
49
  /**
@@ -52,8 +57,8 @@ export declare class ListAuthorizationRulesResponseBodyAuthorizationRules extend
52
57
  /**
53
58
  * @remarks
54
59
  * The subject scope of the authorization rule. Valid values:
55
- * - shared: supports all subjects, including accounts and applications
56
- * - exclusive: exclusive type
60
+ * - shared: supports all subjects, including accounts and applications.
61
+ * - exclusive: exclusive type.
57
62
  *
58
63
  * @example
59
64
  * shared
@@ -62,8 +67,8 @@ export declare class ListAuthorizationRulesResponseBodyAuthorizationRules extend
62
67
  /**
63
68
  * @remarks
64
69
  * The subject type associated with the authorization rule. This parameter takes effect only when the subject scope is exclusive. Valid values:
65
- * - application: application
66
- * - user: account
70
+ * - application: application.
71
+ * - user: account.
67
72
  *
68
73
  * @example
69
74
  * user
@@ -104,8 +109,8 @@ export declare class ListAuthorizationRulesResponseBodyAuthorizationRules extend
104
109
  /**
105
110
  * @remarks
106
111
  * The authorization rule status. Valid values:
107
- * - enabled: enabled
108
- * - disabled: disabled
112
+ * - enabled: Enabled.
113
+ * - disabled: Disabled.
109
114
  *
110
115
  * @example
111
116
  * enabled
@@ -138,7 +143,7 @@ export declare class ListAuthorizationRulesResponseBody extends $dara.Model {
138
143
  authorizationRules?: ListAuthorizationRulesResponseBodyAuthorizationRules[];
139
144
  /**
140
145
  * @remarks
141
- * The number of entries per page in the paging query.
146
+ * The number of entries per page in a paging query.
142
147
  *
143
148
  * @example
144
149
  * 20
@@ -1 +1 @@
1
- {"version":3,"file":"ListAuthorizationRulesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListAuthorizationRulesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oDAAqD,SAAQ,KAAK,CAAC,KAAK;IAwHnF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,0BAA0B,EAAE,4BAA4B;YACxD,6BAA6B,EAAE,+BAA+B;YAC9D,mBAAmB,EAAE,qBAAqB;YAC1C,qBAAqB,EAAE,uBAAuB;YAC9C,8BAA8B,EAAE,gCAAgC;YAChE,0BAA0B,EAAE,4BAA4B;YACxD,6BAA6B,EAAE,+BAA+B;YAC9D,4BAA4B,EAAE,8BAA8B;YAC5D,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,0BAA0B,EAAE,QAAQ;YACpC,6BAA6B,EAAE,QAAQ;YACvC,mBAAmB,EAAE,QAAQ;YAC7B,qBAAqB,EAAE,QAAQ;YAC/B,8BAA8B,EAAE,QAAQ;YACxC,0BAA0B,EAAE,QAAQ;YACpC,6BAA6B,EAAE,QAAQ;YACvC,4BAA4B,EAAE,QAAQ;YACtC,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AArKD,oHAqKC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAsCjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,oDAAoD,EAAE;YACzG,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,CAAC,EAAE,CAAC;YAC1C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACrD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApED,gFAoEC"}
1
+ {"version":3,"file":"ListAuthorizationRulesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListAuthorizationRulesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oDAAqD,SAAQ,KAAK,CAAC,KAAK;IA6HnF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,0BAA0B,EAAE,4BAA4B;YACxD,6BAA6B,EAAE,+BAA+B;YAC9D,mBAAmB,EAAE,qBAAqB;YAC1C,qBAAqB,EAAE,uBAAuB;YAC9C,8BAA8B,EAAE,gCAAgC;YAChE,0BAA0B,EAAE,4BAA4B;YACxD,6BAA6B,EAAE,+BAA+B;YAC9D,4BAA4B,EAAE,8BAA8B;YAC5D,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,0BAA0B,EAAE,QAAQ;YACpC,6BAA6B,EAAE,QAAQ;YACvC,mBAAmB,EAAE,QAAQ;YAC7B,qBAAqB,EAAE,QAAQ;YAC/B,8BAA8B,EAAE,QAAQ;YACxC,0BAA0B,EAAE,QAAQ;YACpC,6BAA6B,EAAE,QAAQ;YACvC,4BAA4B,EAAE,QAAQ;YACtC,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1KD,oHA0KC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAsCjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,oDAAoD,EAAE;YACzG,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,CAAC,EAAE,CAAC;YAC1C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACrD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApED,gFAoEC"}
@@ -28,7 +28,7 @@ export declare class ListBrandsRequest extends $dara.Model {
28
28
  nextToken?: string;
29
29
  /**
30
30
  * @remarks
31
- * The pagination token for the previous page.
31
+ * The token used to query the previous page.
32
32
  *
33
33
  * @example
34
34
  * PTxxxxxexample
@@ -32,6 +32,14 @@ export declare class ListBrandsResponseBodyBrands extends $dara.Model {
32
32
  * idaas_ue2jvisn35ea5lmthk267xxxxx
33
33
  */
34
34
  instanceId?: string;
35
+ /**
36
+ * @remarks
37
+ * The SMS gateway ID.
38
+ *
39
+ * @example
40
+ * smsgw_01l9f0kunrrjhxxx
41
+ */
42
+ smsGatewayId?: string;
35
43
  /**
36
44
  * @remarks
37
45
  * The brand status.
@@ -40,6 +48,14 @@ export declare class ListBrandsResponseBodyBrands extends $dara.Model {
40
48
  * enabled
41
49
  */
42
50
  status?: string;
51
+ /**
52
+ * @remarks
53
+ * The enabling status of system notifications.
54
+ *
55
+ * @example
56
+ * enabled
57
+ */
58
+ systemNotificationStatus?: string;
43
59
  static names(): {
44
60
  [key: string]: string;
45
61
  };
@@ -43,7 +43,9 @@ class ListBrandsResponseBodyBrands extends $dara.Model {
43
43
  brandName: 'BrandName',
44
44
  brandType: 'BrandType',
45
45
  instanceId: 'InstanceId',
46
+ smsGatewayId: 'SmsGatewayId',
46
47
  status: 'Status',
48
+ systemNotificationStatus: 'SystemNotificationStatus',
47
49
  };
48
50
  }
49
51
  static types() {
@@ -52,7 +54,9 @@ class ListBrandsResponseBodyBrands extends $dara.Model {
52
54
  brandName: 'string',
53
55
  brandType: 'string',
54
56
  instanceId: 'string',
57
+ smsGatewayId: 'string',
55
58
  status: 'string',
59
+ systemNotificationStatus: 'string',
56
60
  };
57
61
  }
58
62
  validate() {
@@ -1 +1 @@
1
- {"version":3,"file":"ListBrandsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListBrandsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAyC3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApED,oEAoEC;AAED,MAAa,sBAAuB,SAAQ,KAAK,CAAC,KAAK;IA8CrD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,4BAA4B,EAAE;YACrE,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9ED,wDA8EC"}
1
+ {"version":3,"file":"ListBrandsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListBrandsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAyD3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,MAAM,EAAE,QAAQ;YAChB,wBAAwB,EAAE,0BAA0B;SACrD,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,MAAM,EAAE,QAAQ;YAChB,wBAAwB,EAAE,QAAQ;SACnC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxFD,oEAwFC;AAED,MAAa,sBAAuB,SAAQ,KAAK,CAAC,KAAK;IA8CrD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,4BAA4B,EAAE;YACrE,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9ED,wDA8EC"}
@@ -2,11 +2,11 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class ListCloudAccountRolesRequestFilter extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The name of the filter field. Valid values:
5
+ * The filter field name. Valid values:
6
6
  * - CloudAccountRoleId: the cloud role ID.
7
7
  * - CloudAccountRoleName: the cloud role name.
8
- * - CloudAccountRoleExternalId: the external identifier of the cloud role.
9
- * - CloudAccountRoleUsageType: the usage type of the cloud role.
8
+ * - CloudAccountRoleExternalId: the cloud role external identifier.
9
+ * - CloudAccountRoleUsageType: the cloud role usage type.
10
10
  *
11
11
  * @example
12
12
  * CloudAccountRoleId
@@ -14,7 +14,7 @@ export declare class ListCloudAccountRolesRequestFilter extends $dara.Model {
14
14
  name?: string;
15
15
  /**
16
16
  * @remarks
17
- * The values of the filter field.
17
+ * The list of filter field values.
18
18
  */
19
19
  value?: string[];
20
20
  static names(): {
@@ -68,7 +68,7 @@ export declare class ListCloudAccountRolesRequest extends $dara.Model {
68
68
  maxResults?: number;
69
69
  /**
70
70
  * @remarks
71
- * The token that identifies the start position of the next page.
71
+ * The token that specifies the start position of the next page.
72
72
  *
73
73
  * - If this parameter is not specified, the query starts from the first page.
74
74
  *
@@ -35,7 +35,7 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRolesCloudAcco
35
35
  errorReason?: ListCloudAccountRolesResponseBodyCloudAccountRolesCloudAccountRoleHealthCheckResultErrorReason;
36
36
  /**
37
37
  * @remarks
38
- * The time of the last health check. The value is a UNIX timestamp in milliseconds.
38
+ * The last check time, in UNIX timestamp format, measured in milliseconds.
39
39
  *
40
40
  * @example
41
41
  * 1649830226000
@@ -43,9 +43,9 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRolesCloudAcco
43
43
  lastCheckTime?: number;
44
44
  /**
45
45
  * @remarks
46
- * The health check result of the cloud role. Valid values:
47
- * - success: Success.
48
- * - failed: Failed.
46
+ * The cloud role health check result. Valid values:
47
+ * - success: succeeded.
48
+ * - failed: failed.
49
49
  *
50
50
  * @example
51
51
  * success
@@ -71,6 +71,15 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRoles extends
71
71
  * ca_01kmegjc11qa1txxxxx
72
72
  */
73
73
  cloudAccountId?: string;
74
+ /**
75
+ * @remarks
76
+ * The creation source. Valid values:
77
+ * - system_init: created by the system. The role is automatically generated by the platform as a preset and typically cannot be modified or deleted.
78
+ * - user_custom: created by the user. The role is manually created by the user and can be edited and managed throughout its lifecycle.
79
+ *
80
+ * @example
81
+ * user_custom
82
+ */
74
83
  cloudAccountRoleCreationType?: string;
75
84
  /**
76
85
  * @remarks
@@ -82,10 +91,10 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRoles extends
82
91
  cloudAccountRoleExternalId?: string;
83
92
  /**
84
93
  * @remarks
85
- * The health status of the cloud role. Valid values:
86
- * - healthy: Healthy.
87
- * - unhealthy: Unhealthy.
88
- * - unknown: Unknown.
94
+ * The cloud role health status. Valid values:
95
+ * - healthy: healthy.
96
+ * - unhealthy: unhealthy.
97
+ * - unknown: unknown.
89
98
  *
90
99
  * @example
91
100
  * healthy
@@ -93,7 +102,7 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRoles extends
93
102
  cloudAccountRoleHealth?: string;
94
103
  /**
95
104
  * @remarks
96
- * The health check result of the cloud role.
105
+ * The cloud role health check result.
97
106
  */
98
107
  cloudAccountRoleHealthCheckResult?: ListCloudAccountRolesResponseBodyCloudAccountRolesCloudAccountRoleHealthCheckResult;
99
108
  /**
@@ -124,7 +133,7 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRoles extends
124
133
  cloudAccountRoleType?: string;
125
134
  /**
126
135
  * @remarks
127
- * The usage type of the cloud role. Valid values:
136
+ * The cloud role usage type. Valid values:
128
137
  * - system: system.
129
138
  * - user: user.
130
139
  *
@@ -134,7 +143,7 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRoles extends
134
143
  cloudAccountRoleUsageType?: string;
135
144
  /**
136
145
  * @remarks
137
- * The time when the cloud role was created. The value is a UNIX timestamp in milliseconds.
146
+ * The creation time, in UNIX timestamp format, measured in milliseconds.
138
147
  *
139
148
  * @example
140
149
  * 1719320115000
@@ -142,7 +151,7 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRoles extends
142
151
  createTime?: number;
143
152
  /**
144
153
  * @remarks
145
- * The description of the cloud role.
154
+ * The cloud role description.
146
155
  *
147
156
  * @example
148
157
  * cloud_account_role_description
@@ -158,9 +167,9 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRoles extends
158
167
  instanceId?: string;
159
168
  /**
160
169
  * @remarks
161
- * The status of the cloud role. Valid values:
162
- * - enabled: Enabled.
163
- * - disable: Disabled.
170
+ * The cloud role status. Valid values:
171
+ * - enabled: enabled.
172
+ * - disable: disabled.
164
173
  *
165
174
  * @example
166
175
  * enabled
@@ -168,7 +177,7 @@ export declare class ListCloudAccountRolesResponseBodyCloudAccountRoles extends
168
177
  status?: string;
169
178
  /**
170
179
  * @remarks
171
- * The time when the cloud role was last updated. The value is a UNIX timestamp in milliseconds.
180
+ * The last update time, in UNIX timestamp format, measured in milliseconds.
172
181
  *
173
182
  * @example
174
183
  * 1719320117000
@@ -193,7 +202,7 @@ export declare class ListCloudAccountRolesResponseBody extends $dara.Model {
193
202
  cloudAccountRoles?: ListCloudAccountRolesResponseBodyCloudAccountRoles[];
194
203
  /**
195
204
  * @remarks
196
- * The maximum number of rows per page in a paging query.
205
+ * The number of rows per page in the paging query.
197
206
  *
198
207
  * @example
199
208
  * 20
@@ -201,7 +210,7 @@ export declare class ListCloudAccountRolesResponseBody extends $dara.Model {
201
210
  maxResults?: number;
202
211
  /**
203
212
  * @remarks
204
- * The token returned for the current request.
213
+ * The token returned for this request, which is used for the next query.
205
214
  *
206
215
  * @example
207
216
  * NTxxxexample
@@ -217,7 +226,7 @@ export declare class ListCloudAccountRolesResponseBody extends $dara.Model {
217
226
  requestId?: string;
218
227
  /**
219
228
  * @remarks
220
- * The total number of entries returned.
229
+ * The total number of records.
221
230
  *
222
231
  * @example
223
232
  * 100
@@ -1 +1 @@
1
- {"version":3,"file":"ListCloudAccountRolesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListCloudAccountRolesResponseBody.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ListCloudAccountRolesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListCloudAccountRolesResponseBody.ts"],"names":[],"mappings":"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"}
@@ -46,7 +46,7 @@ export declare class ListCloudAccountsRequest extends $dara.Model {
46
46
  instanceId?: string;
47
47
  /**
48
48
  * @remarks
49
- * The maximum number of entries per page.
49
+ * The maximum number of records per page.
50
50
  *
51
51
  * - If this parameter is not specified, the default value is 20.
52
52
  *
@@ -35,7 +35,7 @@ export declare class ListCloudAccountsResponseBodyCloudAccountsCloudAccountHealt
35
35
  errorReason?: ListCloudAccountsResponseBodyCloudAccountsCloudAccountHealthCheckResultErrorReason;
36
36
  /**
37
37
  * @remarks
38
- * The last check time, in UNIX timestamp format. Unit: milliseconds.
38
+ * The last check time, in UNIX timestamp format, measured in milliseconds.
39
39
  *
40
40
  * @example
41
41
  * 1649830226000
@@ -65,12 +65,18 @@ export declare class ListCloudAccountsResponseBodyCloudAccountsCloudAccountHealt
65
65
  export declare class ListCloudAccountsResponseBodyCloudAccountsPrivilegeHostingError extends $dara.Model {
66
66
  /**
67
67
  * @remarks
68
- * The failure error code.
68
+ * The error code.
69
+ *
70
+ * @example
71
+ * Error
69
72
  */
70
73
  errorCode?: string;
71
74
  /**
72
75
  * @remarks
73
- * The failure message.
76
+ * The error message.
77
+ *
78
+ * @example
79
+ * test message
74
80
  */
75
81
  errorMessage?: string;
76
82
  static names(): {
@@ -135,7 +141,12 @@ export declare class ListCloudAccountsResponseBodyCloudAccounts extends $dara.Mo
135
141
  cloudAccountProviderName?: string;
136
142
  /**
137
143
  * @remarks
138
- * The cloud account site.
144
+ * The cloud account site. Valid values:
145
+ * - china_mainland: The Chinese mainland.
146
+ * - global: Global.
147
+ *
148
+ * @example
149
+ * china_mainland
139
150
  */
140
151
  cloudAccountSite?: string;
141
152
  /**
@@ -150,7 +161,7 @@ export declare class ListCloudAccountsResponseBodyCloudAccounts extends $dara.Mo
150
161
  cloudAccountVendorType?: string;
151
162
  /**
152
163
  * @remarks
153
- * The creation time, in UNIX timestamp format. Unit: milliseconds.
164
+ * The creation time, in UNIX timestamp format, measured in milliseconds.
154
165
  *
155
166
  * @example
156
167
  * 1649830225000
@@ -174,7 +185,7 @@ export declare class ListCloudAccountsResponseBodyCloudAccounts extends $dara.Mo
174
185
  instanceId?: string;
175
186
  /**
176
187
  * @remarks
177
- * The list of associated privileged access application IDs.
188
+ * The list of associated privilege application IDs.
178
189
  */
179
190
  privilegeApplicationIds?: string[];
180
191
  /**
@@ -184,17 +195,31 @@ export declare class ListCloudAccountsResponseBodyCloudAccounts extends $dara.Mo
184
195
  privilegeHostingError?: ListCloudAccountsResponseBodyCloudAccountsPrivilegeHostingError;
185
196
  /**
186
197
  * @remarks
187
- * The privilege hosting state, which indicates whether the account has privileged access capabilities.
198
+ * The hosting state of the cloud account. The default value is unmanaged. Valid values:
199
+ * - hosting_unmanaged: Unmanaged. The cloud account has not initiated hosting and is in the initial state.
200
+ * - hosting_pending: Hosting in progress. The hosting task has been submitted and is being executed asynchronously. Wait for the hosting process to complete before the final state is reached.
201
+ * - hosting_completed: Hosting completed. The cloud account hosting process was executed successfully, and the related permission templates and hosting bindings have taken effect.
202
+ * - hosting_failed: Hosting failed. The hosting process encountered an exception. View the failure reason and re-initiate hosting.
203
+ * - hosting_removing: Removal in progress. The removal task has been submitted and is being executed asynchronously. Wait for the removal process to complete before the final state is reached.
204
+ * - hosting_remove_failed: Removal failed. The removal process encountered an exception. View the failure reason and re-initiate removal.
205
+ *
206
+ * @example
207
+ * hosting_unmanaged
188
208
  */
189
209
  privilegeHostingState?: string;
190
210
  /**
191
211
  * @remarks
192
- * The privilege switch status, which indicates whether the privileged access capability is available.
212
+ * The privilege switch status. Valid values:
213
+ * - enabled: Enabled. The resource is active and can be used normally.
214
+ * - disabled: Disabled. The resource is deactivated and no longer takes effect. You can re-enable it to restore functionality.
215
+ *
216
+ * @example
217
+ * enabled
193
218
  */
194
219
  privilegeStatus?: string;
195
220
  /**
196
221
  * @remarks
197
- * The last update time, in UNIX timestamp format. Unit: milliseconds.
222
+ * The last update time, in UNIX timestamp format, measured in milliseconds.
198
223
  *
199
224
  * @example
200
225
  * 1649830227000
@@ -219,7 +244,7 @@ export declare class ListCloudAccountsResponseBody extends $dara.Model {
219
244
  cloudAccounts?: ListCloudAccountsResponseBodyCloudAccounts[];
220
245
  /**
221
246
  * @remarks
222
- * The maximum number of entries per page for paging.
247
+ * The number of rows per page for paging.
223
248
  *
224
249
  * @example
225
250
  * 20
@@ -227,7 +252,7 @@ export declare class ListCloudAccountsResponseBody extends $dara.Model {
227
252
  maxResults?: number;
228
253
  /**
229
254
  * @remarks
230
- * The token returned for the current call.
255
+ * The token returned for this request.
231
256
  *
232
257
  * @example
233
258
  * NTxxxexample
@@ -1 +1 @@
1
- {"version":3,"file":"ListCloudAccountsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListCloudAccountsResponseBody.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ListCloudAccountsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListCloudAccountsResponseBody.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@ export declare class ListEiamInstancesRequest extends $dara.Model {
7
7
  instanceIds?: string[];
8
8
  /**
9
9
  * @remarks
10
- * The region to which the instances belong.
10
+ * The region to which the instance belongs.
11
11
  *
12
12
  * @example
13
13
  * cn-hangzhou
@@ -12,7 +12,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
12
12
  instanceId?: string;
13
13
  /**
14
14
  * @remarks
15
- * The maximum number of entries per page for a paged query. Maximum value: 100.
15
+ * The number of rows per page in a paged query. Maximum value: 100.
16
16
  *
17
17
  * @example
18
18
  * 20
@@ -22,12 +22,12 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
22
22
  * @remarks
23
23
  * The status of the network access endpoint. Valid values:
24
24
  *
25
- * - pending: Pending initialization.
26
- * - creating: Being created.
27
- * - running: Running.
28
- * - deleting: Being deleted.
25
+ * - pending: pending initialization.
26
+ * - creating: being created.
27
+ * - running: running.
28
+ * - deleting: being deleted.
29
29
  *
30
- * This parameter does not take effect when NetworkAccessEndpointType is set to shared.
30
+ * This filter parameter does not take effect when NetworkAccessEndpointType is set to shared.
31
31
  *
32
32
  * @example
33
33
  * running