@volcengine/iam20210801 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +155 -0
- package/dist/esm/api.d.ts +133 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +91 -0
- package/dist/esm/types/attach-policy-in-project-request.d.ts +62 -0
- package/dist/esm/types/attach-policy-in-project-request.d.ts.map +1 -0
- package/dist/esm/types/attach-policy-in-project-response.d.ts +20 -0
- package/dist/esm/types/attach-policy-in-project-response.d.ts.map +1 -0
- package/dist/esm/types/create-project-request.d.ts +40 -0
- package/dist/esm/types/create-project-request.d.ts.map +1 -0
- package/dist/esm/types/create-project-response.d.ts +65 -0
- package/dist/esm/types/create-project-response.d.ts.map +1 -0
- package/dist/esm/types/delete-project-request.d.ts +25 -0
- package/dist/esm/types/delete-project-request.d.ts.map +1 -0
- package/dist/esm/types/delete-project-response.d.ts +20 -0
- package/dist/esm/types/delete-project-response.d.ts.map +1 -0
- package/dist/esm/types/detach-policy-in-project-request.d.ts +62 -0
- package/dist/esm/types/detach-policy-in-project-request.d.ts.map +1 -0
- package/dist/esm/types/detach-policy-in-project-response.d.ts +20 -0
- package/dist/esm/types/detach-policy-in-project-response.d.ts.map +1 -0
- package/dist/esm/types/get-project-request.d.ts +25 -0
- package/dist/esm/types/get-project-request.d.ts.map +1 -0
- package/dist/esm/types/get-project-response.d.ts +65 -0
- package/dist/esm/types/get-project-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +27 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/list-project-identities-request.d.ts +54 -0
- package/dist/esm/types/list-project-identities-request.d.ts.map +1 -0
- package/dist/esm/types/list-project-identities-response.d.ts +53 -0
- package/dist/esm/types/list-project-identities-response.d.ts.map +1 -0
- package/dist/esm/types/list-project-resources-request.d.ts +78 -0
- package/dist/esm/types/list-project-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-project-resources-response.d.ts +41 -0
- package/dist/esm/types/list-project-resources-response.d.ts.map +1 -0
- package/dist/esm/types/list-projects-request.d.ts +40 -0
- package/dist/esm/types/list-projects-request.d.ts.map +1 -0
- package/dist/esm/types/list-projects-response.d.ts +41 -0
- package/dist/esm/types/list-projects-response.d.ts.map +1 -0
- package/dist/esm/types/move-project-resource-request.d.ts +30 -0
- package/dist/esm/types/move-project-resource-request.d.ts.map +1 -0
- package/dist/esm/types/move-project-resource-response.d.ts +20 -0
- package/dist/esm/types/move-project-resource-response.d.ts.map +1 -0
- package/dist/esm/types/policy-for-list-project-identities-output.d.ts +50 -0
- package/dist/esm/types/policy-for-list-project-identities-output.d.ts.map +1 -0
- package/dist/esm/types/project-for-list-projects-output.d.ts +70 -0
- package/dist/esm/types/project-for-list-projects-output.d.ts.map +1 -0
- package/dist/esm/types/project-resource-for-list-project-resources-output.d.ts +65 -0
- package/dist/esm/types/project-resource-for-list-project-resources-output.d.ts.map +1 -0
- package/dist/esm/types/project-role-for-list-project-identities-output.d.ts +46 -0
- package/dist/esm/types/project-role-for-list-project-identities-output.d.ts.map +1 -0
- package/dist/esm/types/project-user-for-list-project-identities-output.d.ts +46 -0
- package/dist/esm/types/project-user-for-list-project-identities-output.d.ts.map +1 -0
- package/dist/esm/types/project-user-group-for-list-project-identities-output.d.ts +46 -0
- package/dist/esm/types/project-user-group-for-list-project-identities-output.d.ts.map +1 -0
- package/dist/esm/types/update-project-request.d.ts +35 -0
- package/dist/esm/types/update-project-request.d.ts.map +1 -0
- package/dist/esm/types/update-project-response.d.ts +20 -0
- package/dist/esm/types/update-project-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +229 -0
- package/src/index.ts +14 -0
- package/src/types/attach-policy-in-project-request.ts +71 -0
- package/src/types/attach-policy-in-project-response.ts +22 -0
- package/src/types/create-project-request.ts +46 -0
- package/src/types/create-project-response.ts +76 -0
- package/src/types/delete-project-request.ts +28 -0
- package/src/types/delete-project-response.ts +22 -0
- package/src/types/detach-policy-in-project-request.ts +71 -0
- package/src/types/detach-policy-in-project-response.ts +22 -0
- package/src/types/get-project-request.ts +28 -0
- package/src/types/get-project-response.ts +76 -0
- package/src/types/index.ts +26 -0
- package/src/types/list-project-identities-request.ts +63 -0
- package/src/types/list-project-identities-response.ts +61 -0
- package/src/types/list-project-resources-request.ts +92 -0
- package/src/types/list-project-resources-response.ts +47 -0
- package/src/types/list-projects-request.ts +46 -0
- package/src/types/list-projects-response.ts +47 -0
- package/src/types/move-project-resource-request.ts +34 -0
- package/src/types/move-project-resource-response.ts +22 -0
- package/src/types/policy-for-list-project-identities-output.ts +58 -0
- package/src/types/project-for-list-projects-output.ts +82 -0
- package/src/types/project-resource-for-list-project-resources-output.ts +76 -0
- package/src/types/project-role-for-list-project-identities-output.ts +53 -0
- package/src/types/project-user-for-list-project-identities-output.ts +53 -0
- package/src/types/project-user-group-for-list-project-identities-output.ts +53 -0
- package/src/types/update-project-request.ts +40 -0
- package/src/types/update-project-response.ts +22 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AttachPolicyInProjectRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface AttachPolicyInProjectRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AttachPolicyInProjectRequest
|
|
22
|
+
*/
|
|
23
|
+
PolicyName: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AttachPolicyInProjectRequest
|
|
27
|
+
*/
|
|
28
|
+
PolicyType: AttachPolicyInProjectRequestPolicyTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof AttachPolicyInProjectRequest
|
|
32
|
+
*/
|
|
33
|
+
PrincipalName: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof AttachPolicyInProjectRequest
|
|
37
|
+
*/
|
|
38
|
+
PrincipalType: AttachPolicyInProjectRequestPrincipalTypeEnum;
|
|
39
|
+
/**
|
|
40
|
+
* @type {Array<string>}
|
|
41
|
+
* @memberof AttachPolicyInProjectRequest
|
|
42
|
+
*/
|
|
43
|
+
ProjectName?: Array<string>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
* @enum {string}
|
|
48
|
+
*/
|
|
49
|
+
export declare enum AttachPolicyInProjectRequestPolicyTypeEnum {
|
|
50
|
+
System = "System",
|
|
51
|
+
Custom = "Custom"
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* @export
|
|
55
|
+
* @enum {string}
|
|
56
|
+
*/
|
|
57
|
+
export declare enum AttachPolicyInProjectRequestPrincipalTypeEnum {
|
|
58
|
+
User = "User",
|
|
59
|
+
Role = "Role",
|
|
60
|
+
UserGroup = "UserGroup"
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=attach-policy-in-project-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attach-policy-in-project-request.d.ts","sourceRoot":"","sources":["../../../src/types/attach-policy-in-project-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,EAAE,0CAA0C,CAAC;IAEvD;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,aAAa,EAAE,6CAA6C,CAAC;IAE7D;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B;AAED;;;GAGG;AACH,oBAAY,0CAA0C;IAClD,MAAM,WAAW;IACjB,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,6CAA6C;IACrD,IAAI,SAAS;IACb,IAAI,SAAS;IACb,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AttachPolicyInProjectResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface AttachPolicyInProjectResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=attach-policy-in-project-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attach-policy-in-project-response.d.ts","sourceRoot":"","sources":["../../../src/types/attach-policy-in-project-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;CAC7C"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateProjectRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateProjectRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateProjectRequest
|
|
22
|
+
*/
|
|
23
|
+
Description?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CreateProjectRequest
|
|
27
|
+
*/
|
|
28
|
+
DisplayName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof CreateProjectRequest
|
|
32
|
+
*/
|
|
33
|
+
ParentProjectName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof CreateProjectRequest
|
|
37
|
+
*/
|
|
38
|
+
ProjectName: string;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=create-project-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-project-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateProjectResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateProjectResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof CreateProjectResponse
|
|
22
|
+
*/
|
|
23
|
+
AccountID?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CreateProjectResponse
|
|
27
|
+
*/
|
|
28
|
+
CreateDate?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof CreateProjectResponse
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof CreateProjectResponse
|
|
37
|
+
*/
|
|
38
|
+
DisplayName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof CreateProjectResponse
|
|
42
|
+
*/
|
|
43
|
+
ParentProjectName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof CreateProjectResponse
|
|
47
|
+
*/
|
|
48
|
+
Path?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CreateProjectResponse
|
|
52
|
+
*/
|
|
53
|
+
ProjectName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof CreateProjectResponse
|
|
57
|
+
*/
|
|
58
|
+
Status?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof CreateProjectResponse
|
|
62
|
+
*/
|
|
63
|
+
UpdateDate?: string;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=create-project-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project-response.d.ts","sourceRoot":"","sources":["../../../src/types/create-project-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DeleteProjectRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteProjectRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DeleteProjectRequest
|
|
22
|
+
*/
|
|
23
|
+
ProjectName: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=delete-project-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-project-request.d.ts","sourceRoot":"","sources":["../../../src/types/delete-project-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DeleteProjectResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteProjectResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=delete-project-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-project-response.d.ts","sourceRoot":"","sources":["../../../src/types/delete-project-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;CACrC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DetachPolicyInProjectRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DetachPolicyInProjectRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DetachPolicyInProjectRequest
|
|
22
|
+
*/
|
|
23
|
+
PolicyName: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DetachPolicyInProjectRequest
|
|
27
|
+
*/
|
|
28
|
+
PolicyType: DetachPolicyInProjectRequestPolicyTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DetachPolicyInProjectRequest
|
|
32
|
+
*/
|
|
33
|
+
PrincipalName: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof DetachPolicyInProjectRequest
|
|
37
|
+
*/
|
|
38
|
+
PrincipalType: DetachPolicyInProjectRequestPrincipalTypeEnum;
|
|
39
|
+
/**
|
|
40
|
+
* @type {Array<string>}
|
|
41
|
+
* @memberof DetachPolicyInProjectRequest
|
|
42
|
+
*/
|
|
43
|
+
ProjectName?: Array<string>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
* @enum {string}
|
|
48
|
+
*/
|
|
49
|
+
export declare enum DetachPolicyInProjectRequestPolicyTypeEnum {
|
|
50
|
+
System = "System",
|
|
51
|
+
Custom = "Custom"
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* @export
|
|
55
|
+
* @enum {string}
|
|
56
|
+
*/
|
|
57
|
+
export declare enum DetachPolicyInProjectRequestPrincipalTypeEnum {
|
|
58
|
+
User = "User",
|
|
59
|
+
Role = "Role",
|
|
60
|
+
UserGroup = "UserGroup"
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=detach-policy-in-project-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-policy-in-project-request.d.ts","sourceRoot":"","sources":["../../../src/types/detach-policy-in-project-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,EAAE,0CAA0C,CAAC;IAEvD;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,aAAa,EAAE,6CAA6C,CAAC;IAE7D;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B;AAED;;;GAGG;AACH,oBAAY,0CAA0C;IAClD,MAAM,WAAW;IACjB,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,6CAA6C;IACrD,IAAI,SAAS;IACb,IAAI,SAAS;IACb,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DetachPolicyInProjectResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface DetachPolicyInProjectResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=detach-policy-in-project-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-policy-in-project-response.d.ts","sourceRoot":"","sources":["../../../src/types/detach-policy-in-project-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;CAC7C"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetProjectRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GetProjectRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetProjectRequest
|
|
22
|
+
*/
|
|
23
|
+
ProjectName: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=get-project-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-project-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iBAAiB;IAE9B;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetProjectResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface GetProjectResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetProjectResponse
|
|
22
|
+
*/
|
|
23
|
+
AccountID?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GetProjectResponse
|
|
27
|
+
*/
|
|
28
|
+
CreateDate?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof GetProjectResponse
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof GetProjectResponse
|
|
37
|
+
*/
|
|
38
|
+
DisplayName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof GetProjectResponse
|
|
42
|
+
*/
|
|
43
|
+
ParentProjectName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof GetProjectResponse
|
|
47
|
+
*/
|
|
48
|
+
Path?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof GetProjectResponse
|
|
52
|
+
*/
|
|
53
|
+
ProjectName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GetProjectResponse
|
|
57
|
+
*/
|
|
58
|
+
Status?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof GetProjectResponse
|
|
62
|
+
*/
|
|
63
|
+
UpdateDate?: string;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=get-project-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-project-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kBAAkB;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from './attach-policy-in-project-request';
|
|
2
|
+
export * from './attach-policy-in-project-response';
|
|
3
|
+
export * from './create-project-request';
|
|
4
|
+
export * from './create-project-response';
|
|
5
|
+
export * from './delete-project-request';
|
|
6
|
+
export * from './delete-project-response';
|
|
7
|
+
export * from './detach-policy-in-project-request';
|
|
8
|
+
export * from './detach-policy-in-project-response';
|
|
9
|
+
export * from './get-project-request';
|
|
10
|
+
export * from './get-project-response';
|
|
11
|
+
export * from './list-project-identities-request';
|
|
12
|
+
export * from './list-project-identities-response';
|
|
13
|
+
export * from './list-project-resources-request';
|
|
14
|
+
export * from './list-project-resources-response';
|
|
15
|
+
export * from './list-projects-request';
|
|
16
|
+
export * from './list-projects-response';
|
|
17
|
+
export * from './move-project-resource-request';
|
|
18
|
+
export * from './move-project-resource-response';
|
|
19
|
+
export * from './policy-for-list-project-identities-output';
|
|
20
|
+
export * from './project-for-list-projects-output';
|
|
21
|
+
export * from './project-resource-for-list-project-resources-output';
|
|
22
|
+
export * from './project-role-for-list-project-identities-output';
|
|
23
|
+
export * from './project-user-for-list-project-identities-output';
|
|
24
|
+
export * from './project-user-group-for-list-project-identities-output';
|
|
25
|
+
export * from './update-project-request';
|
|
26
|
+
export * from './update-project-response';
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,oCAAoC,CAAC;AACnD,cAAc,sDAAsD,CAAC;AACrE,cAAc,mDAAmD,CAAC;AAClE,cAAc,mDAAmD,CAAC;AAClE,cAAc,yDAAyD,CAAC;AACxE,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListProjectIdentitiesRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListProjectIdentitiesRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ListProjectIdentitiesRequest
|
|
22
|
+
*/
|
|
23
|
+
IdentityType: ListProjectIdentitiesRequestIdentityTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ListProjectIdentitiesRequest
|
|
27
|
+
*/
|
|
28
|
+
Limit?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ListProjectIdentitiesRequest
|
|
32
|
+
*/
|
|
33
|
+
Offset?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ListProjectIdentitiesRequest
|
|
37
|
+
*/
|
|
38
|
+
ProjectName: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ListProjectIdentitiesRequest
|
|
42
|
+
*/
|
|
43
|
+
_Query?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
* @enum {string}
|
|
48
|
+
*/
|
|
49
|
+
export declare enum ListProjectIdentitiesRequestIdentityTypeEnum {
|
|
50
|
+
User = "User",
|
|
51
|
+
Role = "Role",
|
|
52
|
+
UserGroup = "UserGroup"
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=list-project-identities-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-project-identities-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-project-identities-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,YAAY,EAAE,4CAA4C,CAAC;IAE3D;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;GAGG;AACH,oBAAY,4CAA4C;IACpD,IAAI,SAAS;IACb,IAAI,SAAS;IACb,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ProjectRoleForListProjectIdentitiesOutput } from './project-role-for-list-project-identities-output';
|
|
13
|
+
import { ProjectUserForListProjectIdentitiesOutput } from './project-user-for-list-project-identities-output';
|
|
14
|
+
import { ProjectUserGroupForListProjectIdentitiesOutput } from './project-user-group-for-list-project-identities-output';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ListProjectIdentitiesResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface ListProjectIdentitiesResponse {
|
|
22
|
+
/**
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof ListProjectIdentitiesResponse
|
|
25
|
+
*/
|
|
26
|
+
Limit?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ListProjectIdentitiesResponse
|
|
30
|
+
*/
|
|
31
|
+
Offset?: number;
|
|
32
|
+
/**
|
|
33
|
+
* @type {Array<ProjectRoleForListProjectIdentitiesOutput>}
|
|
34
|
+
* @memberof ListProjectIdentitiesResponse
|
|
35
|
+
*/
|
|
36
|
+
ProjectRoles?: Array<ProjectRoleForListProjectIdentitiesOutput>;
|
|
37
|
+
/**
|
|
38
|
+
* @type {Array<ProjectUserGroupForListProjectIdentitiesOutput>}
|
|
39
|
+
* @memberof ListProjectIdentitiesResponse
|
|
40
|
+
*/
|
|
41
|
+
ProjectUserGroups?: Array<ProjectUserGroupForListProjectIdentitiesOutput>;
|
|
42
|
+
/**
|
|
43
|
+
* @type {Array<ProjectUserForListProjectIdentitiesOutput>}
|
|
44
|
+
* @memberof ListProjectIdentitiesResponse
|
|
45
|
+
*/
|
|
46
|
+
ProjectUsers?: Array<ProjectUserForListProjectIdentitiesOutput>;
|
|
47
|
+
/**
|
|
48
|
+
* @type {number}
|
|
49
|
+
* @memberof ListProjectIdentitiesResponse
|
|
50
|
+
*/
|
|
51
|
+
Total?: number;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=list-project-identities-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-project-identities-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-project-identities-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,mDAAmD,CAAC;AAC9G,OAAO,EAAE,yCAAyC,EAAE,MAAM,mDAAmD,CAAC;AAC9G,OAAO,EAAE,8CAA8C,EAAE,MAAM,yDAAyD,CAAC;AACxH;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,CAAC;IAEhE;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,8CAA8C,CAAC,CAAC;IAE1E;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,CAAC;IAEhE;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iam20210801
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListProjectResourcesRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListProjectResourcesRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ListProjectResourcesRequest
|
|
22
|
+
*/
|
|
23
|
+
Limit?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ListProjectResourcesRequest
|
|
27
|
+
*/
|
|
28
|
+
Offset?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ListProjectResourcesRequest
|
|
32
|
+
*/
|
|
33
|
+
OrderBy?: ListProjectResourcesRequestOrderByEnum;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ListProjectResourcesRequest
|
|
37
|
+
*/
|
|
38
|
+
ProjectName: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ListProjectResourcesRequest
|
|
42
|
+
*/
|
|
43
|
+
_Query?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ListProjectResourcesRequest
|
|
47
|
+
*/
|
|
48
|
+
ResourceRegion?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ListProjectResourcesRequest
|
|
52
|
+
*/
|
|
53
|
+
ResourceType?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ListProjectResourcesRequest
|
|
57
|
+
*/
|
|
58
|
+
ServiceName?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {number}
|
|
61
|
+
* @memberof ListProjectResourcesRequest
|
|
62
|
+
*/
|
|
63
|
+
Sort?: number;
|
|
64
|
+
/**
|
|
65
|
+
* @type {number}
|
|
66
|
+
* @memberof ListProjectResourcesRequest
|
|
67
|
+
*/
|
|
68
|
+
WithSubProjectResource?: number;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @export
|
|
72
|
+
* @enum {string}
|
|
73
|
+
*/
|
|
74
|
+
export declare enum ListProjectResourcesRequestOrderByEnum {
|
|
75
|
+
CreatedTime = "CreatedTime",
|
|
76
|
+
UpdatedTime = "UpdatedTime"
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=list-project-resources-request.d.ts.map
|