@alicloud/eiam20211201 2.17.4 → 2.17.6
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/client.d.ts +6 -6
- package/dist/client.js +16 -6
- package/dist/client.js.map +1 -1
- package/dist/models/CheckInstanceModuleStatusRequest.d.ts +2 -0
- package/dist/models/CheckInstanceModuleStatusRequest.js +4 -0
- package/dist/models/CheckInstanceModuleStatusRequest.js.map +1 -1
- package/dist/models/CheckInstanceModuleStatusResponseBody.d.ts +1 -1
- package/dist/models/CreateCredentialProviderRequest.d.ts +43 -14
- package/dist/models/CreateCredentialProviderRequest.js +14 -0
- package/dist/models/CreateCredentialProviderRequest.js.map +1 -1
- package/dist/models/GetCredentialProviderResponseBody.d.ts +51 -15
- package/dist/models/GetCredentialProviderResponseBody.js +16 -0
- package/dist/models/GetCredentialProviderResponseBody.js.map +1 -1
- package/dist/models/GetNetworkAccessEndpointRequest.d.ts +1 -1
- package/dist/models/GetNetworkAccessEndpointResponseBody.d.ts +28 -9
- package/dist/models/GetNetworkAccessEndpointResponseBody.js +44 -1
- package/dist/models/GetNetworkAccessEndpointResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +23 -2
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/ListApplicationsResponseBody.d.ts +2 -2
- package/dist/models/ListCredentialProvidersRequest.d.ts +0 -3
- package/dist/models/ListCredentialProvidersRequest.js.map +1 -1
- package/dist/models/ListCredentialProvidersResponseBody.d.ts +51 -28
- package/dist/models/ListCredentialProvidersResponseBody.js +16 -0
- package/dist/models/ListCredentialProvidersResponseBody.js.map +1 -1
- package/dist/models/ListInstancesRequest.d.ts +1 -0
- package/dist/models/ListInstancesRequest.js +2 -0
- package/dist/models/ListInstancesRequest.js.map +1 -1
- package/dist/models/ListInstancesResponseBody.d.ts +4 -1
- package/dist/models/ListInstancesResponseBody.js.map +1 -1
- package/dist/models/ListNetworkAccessEndpointsRequest.d.ts +13 -17
- package/dist/models/ListNetworkAccessEndpointsRequest.js.map +1 -1
- package/dist/models/ListNetworkAccessEndpointsResponseBody.d.ts +38 -23
- package/dist/models/ListNetworkAccessEndpointsResponseBody.js +44 -1
- package/dist/models/ListNetworkAccessEndpointsResponseBody.js.map +1 -1
- package/dist/models/ListNetworkAccessPathsRequest.d.ts +1 -1
- package/dist/models/ListNetworkAccessPathsResponseBody.d.ts +16 -13
- package/dist/models/ListNetworkAccessPathsResponseBody.js +6 -0
- package/dist/models/ListNetworkAccessPathsResponseBody.js.map +1 -1
- package/dist/models/UpdateCredentialProviderRequest.d.ts +39 -6
- package/dist/models/UpdateCredentialProviderRequest.js +14 -0
- package/dist/models/UpdateCredentialProviderRequest.js.map +1 -1
- package/dist/models/model.d.ts +2 -0
- package/dist/models/model.js +38 -34
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +19 -6
- package/src/models/CheckInstanceModuleStatusRequest.ts +6 -0
- package/src/models/CheckInstanceModuleStatusResponseBody.ts +1 -1
- package/src/models/CreateCredentialProviderRequest.ts +57 -14
- package/src/models/GetCredentialProviderResponseBody.ts +67 -15
- package/src/models/GetNetworkAccessEndpointRequest.ts +1 -1
- package/src/models/GetNetworkAccessEndpointResponseBody.ts +62 -9
- package/src/models/ListApplicationsRequest.ts +23 -2
- package/src/models/ListApplicationsResponseBody.ts +2 -2
- package/src/models/ListCredentialProvidersRequest.ts +0 -3
- package/src/models/ListCredentialProvidersResponseBody.ts +67 -28
- package/src/models/ListInstancesRequest.ts +3 -0
- package/src/models/ListInstancesResponseBody.ts +4 -1
- package/src/models/ListNetworkAccessEndpointsRequest.ts +14 -18
- package/src/models/ListNetworkAccessEndpointsResponseBody.ts +73 -24
- package/src/models/ListNetworkAccessPathsRequest.ts +1 -1
- package/src/models/ListNetworkAccessPathsResponseBody.ts +22 -13
- package/src/models/UpdateCredentialProviderRequest.ts +53 -6
- package/src/models/model.ts +2 -0
|
@@ -3,7 +3,7 @@ export declare class ListApplicationsRequestCustomFields extends $dara.Model {
|
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
5
|
* The custom field identifier. Valid values:
|
|
6
|
-
* - agent_type:
|
|
6
|
+
* - agent_type: The agent type.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
* agent_type
|
|
@@ -61,6 +61,13 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
61
61
|
* Ram Account SSO
|
|
62
62
|
*/
|
|
63
63
|
applicationName?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* The application template ID.
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* apt_ramuser_xxxx
|
|
70
|
+
*/
|
|
64
71
|
applicationTemplateId?: string;
|
|
65
72
|
/**
|
|
66
73
|
* @remarks
|
|
@@ -95,6 +102,13 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
95
102
|
* enabled
|
|
96
103
|
*/
|
|
97
104
|
m2MClientStatus?: string;
|
|
105
|
+
/**
|
|
106
|
+
* @remarks
|
|
107
|
+
* The ServiceCode of the cloud service that manages the application template.
|
|
108
|
+
*
|
|
109
|
+
* @example
|
|
110
|
+
* waf
|
|
111
|
+
*/
|
|
98
112
|
managedServiceCode?: string;
|
|
99
113
|
/**
|
|
100
114
|
* @remarks
|
|
@@ -120,10 +134,17 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
120
134
|
* enabled
|
|
121
135
|
*/
|
|
122
136
|
resourceServerStatus?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @remarks
|
|
139
|
+
* Specifies whether the application template is managed by a cloud service.
|
|
140
|
+
*
|
|
141
|
+
* @example
|
|
142
|
+
* true
|
|
143
|
+
*/
|
|
123
144
|
serviceManaged?: boolean;
|
|
124
145
|
/**
|
|
125
146
|
* @remarks
|
|
126
|
-
* The SSO type filter condition. Multiple types can be separated by commas
|
|
147
|
+
* The SSO type filter condition. Multiple types can be separated by commas. Example: oauth2/m2m,oidc+oauth2/m2m.
|
|
127
148
|
*
|
|
128
149
|
* @example
|
|
129
150
|
* oauth2/m2m
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListApplicationsRequest.js","sourceRoot":"","sources":["../../src/models/ListApplicationsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAkBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,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;AAvCD,kFAuCC;AAED,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListApplicationsRequest.js","sourceRoot":"","sources":["../../src/models/ListApplicationsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAkBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,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;AAvCD,kFAuCC;AAED,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAoItD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,yBAAyB;YAClD,uBAAuB,EAAE,yBAAyB;YAClD,cAAc,EAAE,gBAAgB;YAChC,eAAe,EAAE,iBAAiB;YAClC,qBAAqB,EAAE,uBAAuB;YAC9C,iBAAiB,EAAE,mBAAmB;YACtC,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,oBAAoB,EAAE,sBAAsB;YAC5C,cAAc,EAAE,gBAAgB;YAChC,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,QAAQ;YACjC,uBAAuB,EAAE,QAAQ;YACjC,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACzD,eAAe,EAAE,QAAQ;YACzB,qBAAqB,EAAE,QAAQ;YAC/B,iBAAiB,EAAE,QAAQ;YAC3B,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,mCAAmC,EAAE;YAClF,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,kBAAkB,EAAE,QAAQ;YAC5B,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,oBAAoB,EAAE,QAAQ;YAC9B,cAAc,EAAE,SAAS;YACzB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3LD,0DA2LC"}
|
|
@@ -107,7 +107,7 @@ export declare class ListApplicationsResponseBodyApplications extends $dara.Mode
|
|
|
107
107
|
logoUrl?: string;
|
|
108
108
|
/**
|
|
109
109
|
* @remarks
|
|
110
|
-
* The ServiceCode of the
|
|
110
|
+
* The ServiceCode of the cloud service that manages the application template.
|
|
111
111
|
*
|
|
112
112
|
* @example
|
|
113
113
|
* rpa
|
|
@@ -139,7 +139,7 @@ export declare class ListApplicationsResponseBodyApplications extends $dara.Mode
|
|
|
139
139
|
resourceServerStatus?: string;
|
|
140
140
|
/**
|
|
141
141
|
* @remarks
|
|
142
|
-
*
|
|
142
|
+
* Specifies whether the application template is managed by a cloud service.
|
|
143
143
|
*
|
|
144
144
|
* @example
|
|
145
145
|
* true
|
|
@@ -4,9 +4,6 @@ export declare class ListCredentialProvidersRequestFilter extends $dara.Model {
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* The filter condition name. Valid values:
|
|
6
6
|
*
|
|
7
|
-
* - CredentialProviderName: the credential provider name.
|
|
8
|
-
* - CredentialProviderIdentifier: the credential provider identifier.
|
|
9
|
-
*
|
|
10
7
|
* @example
|
|
11
8
|
* CredentialProviderName
|
|
12
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListCredentialProvidersRequest.js","sourceRoot":"","sources":["../../src/models/ListCredentialProvidersRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListCredentialProvidersRequest.js","sourceRoot":"","sources":["../../src/models/ListCredentialProvidersRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAcnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACjD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YAC7B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,oFAsCC;AAED,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IA+C7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,uBAAuB;YAC9C,uBAAuB,EAAE,yBAAyB;YAClD,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAChE,uBAAuB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAClE,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,oCAAoC,EAAE;YAC7E,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACpD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,EAAE,CAAC;YAC7C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACxD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,CAAC,EAAE,CAAC;YAC/C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAC1D,CAAC;QACD,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,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YAChC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1FD,wEA0FC"}
|
|
@@ -7,7 +7,7 @@ export declare class ListCredentialProvidersResponseBodyCredentialProvidersCrede
|
|
|
7
7
|
allowedTokenIssuers?: string[];
|
|
8
8
|
/**
|
|
9
9
|
* @remarks
|
|
10
|
-
*
|
|
10
|
+
* Specifies whether to enable the JWT-derived short token capability.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* false
|
|
@@ -23,7 +23,7 @@ export declare class ListCredentialProvidersResponseBodyCredentialProvidersCrede
|
|
|
23
23
|
expiration?: number;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
*
|
|
26
|
+
* Specifies whether to enable JWT expiration cleanup.
|
|
27
27
|
*
|
|
28
28
|
* @example
|
|
29
29
|
* true
|
|
@@ -59,24 +59,58 @@ export declare class ListCredentialProvidersResponseBodyCredentialProvidersCrede
|
|
|
59
59
|
export declare class ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfigOAuthProviderConfig extends $dara.Model {
|
|
60
60
|
/**
|
|
61
61
|
* @remarks
|
|
62
|
-
* The
|
|
62
|
+
* The endpoint URL used to guide users through authorization. Conditionally required: this parameter is required when AuthorizationFlow is set to user_federation and ProviderVendor is set to custom. For preset vendors, this value can be automatically populated through DiscoveryUrl.
|
|
63
|
+
*/
|
|
64
|
+
authorizationEndpoint?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @remarks
|
|
67
|
+
* The OAuth authorization flow type. Valid values:
|
|
68
|
+
* - m2m: machine-to-machine (2LO, Client Credentials).
|
|
69
|
+
* - user_federation: user federation (3LO, Authorization Code).
|
|
70
|
+
*/
|
|
71
|
+
authorizationFlow?: string;
|
|
72
|
+
/**
|
|
73
|
+
* @remarks
|
|
74
|
+
* The client_id in the OAuth protocol.
|
|
63
75
|
*
|
|
64
76
|
* @example
|
|
65
77
|
* client_id_example_xxx
|
|
66
78
|
*/
|
|
67
79
|
clientId?: string;
|
|
80
|
+
/**
|
|
81
|
+
* @remarks
|
|
82
|
+
* The URL of the discovery document used to automatically obtain OAuth endpoint configurations. Conditionally optional: used when AuthorizationFlow is set to user_federation. If DiscoveryUrl is not provided, you must manually configure fields such as TokenEndpoint and AuthorizationEndpoint.
|
|
83
|
+
*/
|
|
84
|
+
discoveryUrl?: string;
|
|
85
|
+
issuer?: string;
|
|
86
|
+
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* The method used to generate the PKCE code_challenge. Default value: s256.
|
|
89
|
+
*/
|
|
90
|
+
pkceChallengeMethod?: string;
|
|
91
|
+
/**
|
|
92
|
+
* @remarks
|
|
93
|
+
* Specifies whether to use the PKCE extension to enhance security. We recommend that you always enable this feature.
|
|
94
|
+
*/
|
|
95
|
+
pkceEnabled?: boolean;
|
|
96
|
+
/**
|
|
97
|
+
* @remarks
|
|
98
|
+
* The preset vendor or custom configuration. Optional. Default value: custom.
|
|
99
|
+
*/
|
|
100
|
+
providerVendor?: string;
|
|
68
101
|
/**
|
|
69
102
|
* @remarks
|
|
70
103
|
* The scope in the OAuth protocol, which specifies the permission scope.
|
|
71
104
|
*
|
|
72
|
-
* > The Scope configuration of the OAuth credential provider serves as the default value. If the scope parameter is not specified when calling the DeveloperAPI to obtain an OAuth access token, the Scope configuration of the credential provider is used for token issuance.
|
|
73
|
-
*
|
|
74
|
-
* >Notice: Multiple Scope values are separated by spaces.
|
|
75
|
-
*
|
|
76
105
|
* @example
|
|
77
106
|
* example:test_01 example:test_02
|
|
78
107
|
*/
|
|
79
108
|
scope?: string;
|
|
109
|
+
/**
|
|
110
|
+
* @remarks
|
|
111
|
+
* The redirect URI automatically generated by the system when the credential provider is created. Configure this value as the redirect_uri in the OAuth provider.
|
|
112
|
+
*/
|
|
113
|
+
systemRedirectUri?: string;
|
|
80
114
|
/**
|
|
81
115
|
* @remarks
|
|
82
116
|
* The token endpoint of the OAuth protocol.
|
|
@@ -99,19 +133,17 @@ export declare class ListCredentialProvidersResponseBodyCredentialProvidersCrede
|
|
|
99
133
|
export declare class ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfig extends $dara.Model {
|
|
100
134
|
/**
|
|
101
135
|
* @remarks
|
|
102
|
-
* The configuration of the JWT credential provider.
|
|
136
|
+
* The configuration of the JWT-type credential provider.
|
|
103
137
|
*/
|
|
104
138
|
jwtProviderConfig?: ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfigJwtProviderConfig;
|
|
105
139
|
/**
|
|
106
140
|
* @remarks
|
|
107
|
-
* The configuration of the OAuth credential provider.
|
|
141
|
+
* The configuration of the OAuth-type credential provider.
|
|
108
142
|
*/
|
|
109
143
|
OAuthProviderConfig?: ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfigOAuthProviderConfig;
|
|
110
144
|
/**
|
|
111
145
|
* @remarks
|
|
112
|
-
* The list of credential IDs that correspond to the sensitive
|
|
113
|
-
*
|
|
114
|
-
* > The system securely stores the sensitive configuration of the credential provider as credentials.
|
|
146
|
+
* The list of credential IDs that correspond to the sensitive configurations of the credential provider.
|
|
115
147
|
*/
|
|
116
148
|
providerCredentialIds?: string[];
|
|
117
149
|
static names(): {
|
|
@@ -128,7 +160,7 @@ export declare class ListCredentialProvidersResponseBodyCredentialProvidersCrede
|
|
|
128
160
|
export declare class ListCredentialProvidersResponseBodyCredentialProviders extends $dara.Model {
|
|
129
161
|
/**
|
|
130
162
|
* @remarks
|
|
131
|
-
* The
|
|
163
|
+
* The time when the credential provider was created. The value is a UNIX timestamp in milliseconds.
|
|
132
164
|
*
|
|
133
165
|
* @example
|
|
134
166
|
* 1649830225000
|
|
@@ -136,16 +168,13 @@ export declare class ListCredentialProvidersResponseBodyCredentialProviders exte
|
|
|
136
168
|
createTime?: number;
|
|
137
169
|
/**
|
|
138
170
|
* @remarks
|
|
139
|
-
* The credential provider
|
|
171
|
+
* The configuration of the credential provider.
|
|
140
172
|
*/
|
|
141
173
|
credentialProviderConfig?: ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfig;
|
|
142
174
|
/**
|
|
143
175
|
* @remarks
|
|
144
176
|
* The creation type of the credential provider. Valid values:
|
|
145
177
|
*
|
|
146
|
-
* - system_init: Created by the system.
|
|
147
|
-
* - user_custom: Created by the user.
|
|
148
|
-
*
|
|
149
178
|
* @example
|
|
150
179
|
* user_custom
|
|
151
180
|
*/
|
|
@@ -160,7 +189,7 @@ export declare class ListCredentialProvidersResponseBodyCredentialProviders exte
|
|
|
160
189
|
credentialProviderId?: string;
|
|
161
190
|
/**
|
|
162
191
|
* @remarks
|
|
163
|
-
* The credential provider
|
|
192
|
+
* The business identifier of the credential provider.
|
|
164
193
|
*
|
|
165
194
|
* @example
|
|
166
195
|
* test_example_identifier
|
|
@@ -168,7 +197,7 @@ export declare class ListCredentialProvidersResponseBodyCredentialProviders exte
|
|
|
168
197
|
credentialProviderIdentifier?: string;
|
|
169
198
|
/**
|
|
170
199
|
* @remarks
|
|
171
|
-
* The credential provider
|
|
200
|
+
* The name of the credential provider.
|
|
172
201
|
*
|
|
173
202
|
* @example
|
|
174
203
|
* test_example_name
|
|
@@ -178,16 +207,13 @@ export declare class ListCredentialProvidersResponseBodyCredentialProviders exte
|
|
|
178
207
|
* @remarks
|
|
179
208
|
* The credential provider type. Valid values:
|
|
180
209
|
*
|
|
181
|
-
* - oauth: OAuth credential provider.
|
|
182
|
-
* - jwt: JWT credential provider.
|
|
183
|
-
*
|
|
184
210
|
* @example
|
|
185
211
|
* oauth
|
|
186
212
|
*/
|
|
187
213
|
credentialProviderType?: string;
|
|
188
214
|
/**
|
|
189
215
|
* @remarks
|
|
190
|
-
* The description.
|
|
216
|
+
* The description of the credential provider.
|
|
191
217
|
*
|
|
192
218
|
* @example
|
|
193
219
|
* This is an example description
|
|
@@ -205,16 +231,13 @@ export declare class ListCredentialProvidersResponseBodyCredentialProviders exte
|
|
|
205
231
|
* @remarks
|
|
206
232
|
* The credential provider status. Valid values:
|
|
207
233
|
*
|
|
208
|
-
* - enabled: Enabled.
|
|
209
|
-
* - disabled: Disabled.
|
|
210
|
-
*
|
|
211
234
|
* @example
|
|
212
235
|
* enabled
|
|
213
236
|
*/
|
|
214
237
|
status?: string;
|
|
215
238
|
/**
|
|
216
239
|
* @remarks
|
|
217
|
-
* The
|
|
240
|
+
* The time when the credential provider was last updated. The value is a UNIX timestamp in milliseconds.
|
|
218
241
|
*
|
|
219
242
|
* @example
|
|
220
243
|
* 1649830225000
|
|
@@ -247,7 +270,7 @@ export declare class ListCredentialProvidersResponseBody extends $dara.Model {
|
|
|
247
270
|
maxResults?: number;
|
|
248
271
|
/**
|
|
249
272
|
* @remarks
|
|
250
|
-
* The pagination token returned
|
|
273
|
+
* The pagination token returned in this call.
|
|
251
274
|
*
|
|
252
275
|
* @example
|
|
253
276
|
* NTxxxexample
|
|
@@ -71,15 +71,31 @@ exports.ListCredentialProvidersResponseBodyCredentialProvidersCredentialProvider
|
|
|
71
71
|
class ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfigOAuthProviderConfig extends $dara.Model {
|
|
72
72
|
static names() {
|
|
73
73
|
return {
|
|
74
|
+
authorizationEndpoint: 'AuthorizationEndpoint',
|
|
75
|
+
authorizationFlow: 'AuthorizationFlow',
|
|
74
76
|
clientId: 'ClientId',
|
|
77
|
+
discoveryUrl: 'DiscoveryUrl',
|
|
78
|
+
issuer: 'Issuer',
|
|
79
|
+
pkceChallengeMethod: 'PkceChallengeMethod',
|
|
80
|
+
pkceEnabled: 'PkceEnabled',
|
|
81
|
+
providerVendor: 'ProviderVendor',
|
|
75
82
|
scope: 'Scope',
|
|
83
|
+
systemRedirectUri: 'SystemRedirectUri',
|
|
76
84
|
tokenEndpoint: 'TokenEndpoint',
|
|
77
85
|
};
|
|
78
86
|
}
|
|
79
87
|
static types() {
|
|
80
88
|
return {
|
|
89
|
+
authorizationEndpoint: 'string',
|
|
90
|
+
authorizationFlow: 'string',
|
|
81
91
|
clientId: 'string',
|
|
92
|
+
discoveryUrl: 'string',
|
|
93
|
+
issuer: 'string',
|
|
94
|
+
pkceChallengeMethod: 'string',
|
|
95
|
+
pkceEnabled: 'boolean',
|
|
96
|
+
providerVendor: 'string',
|
|
82
97
|
scope: 'string',
|
|
98
|
+
systemRedirectUri: 'string',
|
|
83
99
|
tokenEndpoint: 'string',
|
|
84
100
|
};
|
|
85
101
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListCredentialProvidersResponseBody.js","sourceRoot":"","sources":["../../src/models/ListCredentialProvidersResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+FAAgG,SAAQ,KAAK,CAAC,KAAK;IA8C9H,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,qBAAqB;YAC1C,wBAAwB,EAAE,0BAA0B;YACpD,UAAU,EAAE,YAAY;YACxB,wBAAwB,EAAE,0BAA0B;YACpD,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAC9D,wBAAwB,EAAE,SAAS;YACnC,UAAU,EAAE,QAAQ;YACpB,wBAAwB,EAAE,SAAS;YACnC,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,EAAE,CAAC;YAC3C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACtD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9ED,0MA8EC;AAED,MAAa,iGAAkG,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListCredentialProvidersResponseBody.js","sourceRoot":"","sources":["../../src/models/ListCredentialProvidersResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -44,6 +44,7 @@ class ListInstancesRequest extends $dara.Model {
|
|
|
44
44
|
instanceIds: 'InstanceIds',
|
|
45
45
|
pageNumber: 'PageNumber',
|
|
46
46
|
pageSize: 'PageSize',
|
|
47
|
+
serviceManaged: 'ServiceManaged',
|
|
47
48
|
status: 'Status',
|
|
48
49
|
};
|
|
49
50
|
}
|
|
@@ -54,6 +55,7 @@ class ListInstancesRequest extends $dara.Model {
|
|
|
54
55
|
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
55
56
|
pageNumber: 'number',
|
|
56
57
|
pageSize: 'number',
|
|
58
|
+
serviceManaged: 'boolean',
|
|
57
59
|
status: 'string',
|
|
58
60
|
};
|
|
59
61
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListInstancesRequest.js","sourceRoot":"","sources":["../../src/models/ListInstancesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListInstancesRequest.js","sourceRoot":"","sources":["../../src/models/ListInstancesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IAsDnD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,wBAAwB;YAChD,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,QAAQ;YAChC,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACtD,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,cAAc,EAAE,SAAS;YACzB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxFD,oDAwFC"}
|
|
@@ -64,7 +64,7 @@ export declare class ListInstancesResponseBodyInstancesReplicationConfiguration
|
|
|
64
64
|
primaryInstanceRegionId?: string;
|
|
65
65
|
/**
|
|
66
66
|
* @remarks
|
|
67
|
-
* The time
|
|
67
|
+
* The creation time of the disaster recovery data replication, in UNIX timestamp format. Unit: milliseconds.
|
|
68
68
|
*
|
|
69
69
|
* @example
|
|
70
70
|
* 1778499337000
|
|
@@ -154,6 +154,9 @@ export declare class ListInstancesResponseBodyInstances extends $dara.Model {
|
|
|
154
154
|
*
|
|
155
155
|
* @example
|
|
156
156
|
* true
|
|
157
|
+
*
|
|
158
|
+
* **if can be null:**
|
|
159
|
+
* true
|
|
157
160
|
*/
|
|
158
161
|
serviceManaged?: boolean;
|
|
159
162
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListInstancesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListInstancesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;IAmBhF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,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;AAxCD,8GAwCC;AAED,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IAyCzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,kBAAkB;YACpC,sBAAsB,EAAE,wBAAwB;YAChD,iBAAiB,EAAE,mBAAmB;YACtC,uBAAuB,EAAE,yBAAyB;YAClD,qBAAqB,EAAE,uBAAuB;SAC/C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,QAAQ;YAC1B,sBAAsB,EAAE,QAAQ;YAChC,iBAAiB,EAAE,QAAQ;YAC3B,uBAAuB,EAAE,QAAQ;YACjC,qBAAqB,EAAE,QAAQ;SAChC,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,gIAoEC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListInstancesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListInstancesResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
12
12
|
instanceId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
* The number of entries
|
|
15
|
+
* The maximum number of entries per page for a paged query. Maximum value: 100.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 20
|
|
@@ -20,15 +20,12 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
20
20
|
maxResults?: number;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
* The status of the network endpoint. Valid values:
|
|
23
|
+
* The status of the network access endpoint. Valid values:
|
|
24
24
|
*
|
|
25
|
-
* - pending:
|
|
26
|
-
*
|
|
27
|
-
* -
|
|
28
|
-
*
|
|
29
|
-
* - running: The endpoint is running.
|
|
30
|
-
*
|
|
31
|
-
* - deleting: The endpoint is being deleted.
|
|
25
|
+
* - pending: Pending initialization.
|
|
26
|
+
* - creating: Being created.
|
|
27
|
+
* - running: Running.
|
|
28
|
+
* - deleting: Being deleted.
|
|
32
29
|
*
|
|
33
30
|
* This parameter does not take effect when NetworkAccessEndpointType is set to shared.
|
|
34
31
|
*
|
|
@@ -38,13 +35,12 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
38
35
|
networkAccessEndpointStatus?: string;
|
|
39
36
|
/**
|
|
40
37
|
* @remarks
|
|
41
|
-
* The type of the network endpoint. Valid values:
|
|
42
|
-
*
|
|
43
|
-
* - shared: a shared network endpoint.
|
|
38
|
+
* The type of the network access endpoint. Valid values:
|
|
44
39
|
*
|
|
45
|
-
* -
|
|
40
|
+
* - shared: shared network access endpoint.
|
|
41
|
+
* - private: dedicated network access endpoint.
|
|
46
42
|
*
|
|
47
|
-
*
|
|
43
|
+
* Default value: private.
|
|
48
44
|
*
|
|
49
45
|
* @example
|
|
50
46
|
* private
|
|
@@ -52,7 +48,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
52
48
|
networkAccessEndpointType?: string;
|
|
53
49
|
/**
|
|
54
50
|
* @remarks
|
|
55
|
-
* The token
|
|
51
|
+
* The pagination token. Set this parameter to the NextToken value returned in the previous API call. Leave this parameter empty for the first query.
|
|
56
52
|
*
|
|
57
53
|
* @example
|
|
58
54
|
* NTxxxxxexample
|
|
@@ -60,7 +56,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
60
56
|
nextToken?: string;
|
|
61
57
|
/**
|
|
62
58
|
* @remarks
|
|
63
|
-
* The ID of the
|
|
59
|
+
* The VPC ID of the dedicated network access endpoint. This parameter does not take effect when NetworkAccessEndpointType is set to shared.
|
|
64
60
|
*
|
|
65
61
|
* @example
|
|
66
62
|
* vpc-examplexxx
|
|
@@ -68,7 +64,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
68
64
|
vpcId?: string;
|
|
69
65
|
/**
|
|
70
66
|
* @remarks
|
|
71
|
-
* The region
|
|
67
|
+
* The region of the VPC for the dedicated network access endpoint. The region must be one of the regions returned by the ListNetworkAccessEndpointAvailableRegions operation. This parameter does not take effect when NetworkAccessEndpointType is set to shared.
|
|
72
68
|
*
|
|
73
69
|
* @example
|
|
74
70
|
* cn-hangzhou
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListNetworkAccessEndpointsRequest.js","sourceRoot":"","sources":["../../src/models/ListNetworkAccessEndpointsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListNetworkAccessEndpointsRequest.js","sourceRoot":"","sources":["../../src/models/ListNetworkAccessEndpointsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAuEhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,2BAA2B,EAAE,6BAA6B;YAC1D,yBAAyB,EAAE,2BAA2B;YACtD,SAAS,EAAE,WAAW;YACtB,KAAK,EAAE,OAAO;YACd,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,2BAA2B,EAAE,QAAQ;YACrC,yBAAyB,EAAE,QAAQ;YACnC,SAAS,EAAE,QAAQ;YACnB,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,QAAQ;SACtB,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;AAtGD,8EAsGC"}
|
|
@@ -1,8 +1,27 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpointsBackupVpcEndpoint extends $dara.Model {
|
|
3
|
+
backupEgressPrivateIpAddresses?: string[];
|
|
4
|
+
backupEgressPublicIpAddresses?: string[];
|
|
5
|
+
backupSecurityGroupId?: string;
|
|
6
|
+
backupVSwitchIds?: string[];
|
|
7
|
+
backupVpcId?: string;
|
|
8
|
+
backupVpcRegionId?: string;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
2
20
|
export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoints extends $dara.Model {
|
|
21
|
+
backupVpcEndpoint?: ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpointsBackupVpcEndpoint;
|
|
3
22
|
/**
|
|
4
23
|
* @remarks
|
|
5
|
-
* The time
|
|
24
|
+
* The creation time of the network access endpoint. The value is a UNIX timestamp in milliseconds.
|
|
6
25
|
*
|
|
7
26
|
* @example
|
|
8
27
|
* 1649830226000
|
|
@@ -18,7 +37,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
18
37
|
instanceId?: string;
|
|
19
38
|
/**
|
|
20
39
|
* @remarks
|
|
21
|
-
* The network endpoint ID.
|
|
40
|
+
* The network access endpoint ID.
|
|
22
41
|
*
|
|
23
42
|
* @example
|
|
24
43
|
* nae_examplexxx
|
|
@@ -26,7 +45,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
26
45
|
networkAccessEndpointId?: string;
|
|
27
46
|
/**
|
|
28
47
|
* @remarks
|
|
29
|
-
* The
|
|
48
|
+
* The network access endpoint name.
|
|
30
49
|
*
|
|
31
50
|
* @example
|
|
32
51
|
* VPC access endpoint for xx service
|
|
@@ -34,11 +53,10 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
34
53
|
networkAccessEndpointName?: string;
|
|
35
54
|
/**
|
|
36
55
|
* @remarks
|
|
37
|
-
* The type of the network endpoint. Valid values:
|
|
38
|
-
*
|
|
39
|
-
* - shared: a shared network endpoint.
|
|
56
|
+
* The type of the network access endpoint. Valid values:
|
|
40
57
|
*
|
|
41
|
-
* -
|
|
58
|
+
* - shared: Shared network access endpoint.
|
|
59
|
+
* - private: Dedicated network access endpoint.
|
|
42
60
|
*
|
|
43
61
|
* @example
|
|
44
62
|
* private
|
|
@@ -46,7 +64,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
46
64
|
networkAccessEndpointType?: string;
|
|
47
65
|
/**
|
|
48
66
|
* @remarks
|
|
49
|
-
* The
|
|
67
|
+
* The security group ID used by the dedicated network access endpoint.
|
|
50
68
|
*
|
|
51
69
|
* @example
|
|
52
70
|
* sg-examplexxx
|
|
@@ -54,15 +72,12 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
54
72
|
securityGroupId?: string;
|
|
55
73
|
/**
|
|
56
74
|
* @remarks
|
|
57
|
-
* The status of the network endpoint. Valid values:
|
|
58
|
-
*
|
|
59
|
-
* - pending: The endpoint is pending initialization.
|
|
60
|
-
*
|
|
61
|
-
* - creating: The endpoint is being created.
|
|
62
|
-
*
|
|
63
|
-
* - running: The endpoint is running.
|
|
75
|
+
* The status of the network access endpoint. Valid values:
|
|
64
76
|
*
|
|
65
|
-
* -
|
|
77
|
+
* - pending: Pending initialization.
|
|
78
|
+
* - creating: Being created.
|
|
79
|
+
* - running: Running.
|
|
80
|
+
* - deleting: Being deleted.
|
|
66
81
|
*
|
|
67
82
|
* @example
|
|
68
83
|
* running
|
|
@@ -70,7 +85,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
70
85
|
status?: string;
|
|
71
86
|
/**
|
|
72
87
|
* @remarks
|
|
73
|
-
* The time
|
|
88
|
+
* The last update time of the network access endpoint. The value is a UNIX timestamp in milliseconds.
|
|
74
89
|
*
|
|
75
90
|
* @example
|
|
76
91
|
* 1649830226000
|
|
@@ -78,7 +93,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
78
93
|
updateTime?: number;
|
|
79
94
|
/**
|
|
80
95
|
* @remarks
|
|
81
|
-
*
|
|
96
|
+
* The list of vSwitches for the dedicated network access endpoint.
|
|
82
97
|
*
|
|
83
98
|
* @example
|
|
84
99
|
* vsw-examplexxx
|
|
@@ -86,7 +101,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
86
101
|
vSwitchIds?: string[];
|
|
87
102
|
/**
|
|
88
103
|
* @remarks
|
|
89
|
-
* The ID of the
|
|
104
|
+
* The VPC ID of the dedicated network access endpoint.
|
|
90
105
|
*
|
|
91
106
|
* @example
|
|
92
107
|
* vpc-examplexxx
|
|
@@ -94,7 +109,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
94
109
|
vpcId?: string;
|
|
95
110
|
/**
|
|
96
111
|
* @remarks
|
|
97
|
-
* The region
|
|
112
|
+
* The region of the VPC for the dedicated network access endpoint.
|
|
98
113
|
*
|
|
99
114
|
* @example
|
|
100
115
|
* cn-hangzhou
|
|
@@ -114,12 +129,12 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
114
129
|
export declare class ListNetworkAccessEndpointsResponseBody extends $dara.Model {
|
|
115
130
|
/**
|
|
116
131
|
* @remarks
|
|
117
|
-
*
|
|
132
|
+
* The list of network access endpoints.
|
|
118
133
|
*/
|
|
119
134
|
networkAccessEndpoints?: ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoints[];
|
|
120
135
|
/**
|
|
121
136
|
* @remarks
|
|
122
|
-
* The token returned
|
|
137
|
+
* The pagination token returned by this call.
|
|
123
138
|
*
|
|
124
139
|
* @example
|
|
125
140
|
* NTxxxexample
|
|
@@ -135,7 +150,7 @@ export declare class ListNetworkAccessEndpointsResponseBody extends $dara.Model
|
|
|
135
150
|
requestId?: string;
|
|
136
151
|
/**
|
|
137
152
|
* @remarks
|
|
138
|
-
* The total number of entries.
|
|
153
|
+
* The total number of entries in the list.
|
|
139
154
|
*
|
|
140
155
|
* @example
|
|
141
156
|
* 100
|