@volcengine/resourceshare 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 +265 -0
- package/dist/esm/api.d.ts +254 -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 +168 -0
- package/dist/esm/types/accept-resource-share-invitation-request.d.ts +25 -0
- package/dist/esm/types/accept-resource-share-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/accept-resource-share-invitation-response.d.ts +20 -0
- package/dist/esm/types/accept-resource-share-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/associate-resource-share-request.d.ts +35 -0
- package/dist/esm/types/associate-resource-share-request.d.ts.map +1 -0
- package/dist/esm/types/associate-resource-share-response.d.ts +20 -0
- package/dist/esm/types/associate-resource-share-response.d.ts.map +1 -0
- package/dist/esm/types/association-for-list-resource-share-associations-output.d.ts +60 -0
- package/dist/esm/types/association-for-list-resource-share-associations-output.d.ts.map +1 -0
- package/dist/esm/types/create-resource-share-request.d.ts +46 -0
- package/dist/esm/types/create-resource-share-request.d.ts.map +1 -0
- package/dist/esm/types/create-resource-share-response.d.ts +25 -0
- package/dist/esm/types/create-resource-share-response.d.ts.map +1 -0
- package/dist/esm/types/delete-resource-share-request.d.ts +25 -0
- package/dist/esm/types/delete-resource-share-request.d.ts.map +1 -0
- package/dist/esm/types/delete-resource-share-response.d.ts +20 -0
- package/dist/esm/types/delete-resource-share-response.d.ts.map +1 -0
- package/dist/esm/types/describe-resource-share-invitations-request.d.ts +45 -0
- package/dist/esm/types/describe-resource-share-invitations-request.d.ts.map +1 -0
- package/dist/esm/types/describe-resource-share-invitations-response.d.ts +31 -0
- package/dist/esm/types/describe-resource-share-invitations-response.d.ts.map +1 -0
- package/dist/esm/types/describe-resource-shares-request.d.ts +61 -0
- package/dist/esm/types/describe-resource-shares-request.d.ts.map +1 -0
- package/dist/esm/types/describe-resource-shares-response.d.ts +31 -0
- package/dist/esm/types/describe-resource-shares-response.d.ts.map +1 -0
- package/dist/esm/types/disable-sharing-with-organization-request.d.ts +20 -0
- package/dist/esm/types/disable-sharing-with-organization-request.d.ts.map +1 -0
- package/dist/esm/types/disable-sharing-with-organization-response.d.ts +20 -0
- package/dist/esm/types/disable-sharing-with-organization-response.d.ts.map +1 -0
- package/dist/esm/types/disassociate-resource-share-request.d.ts +35 -0
- package/dist/esm/types/disassociate-resource-share-request.d.ts.map +1 -0
- package/dist/esm/types/disassociate-resource-share-response.d.ts +20 -0
- package/dist/esm/types/disassociate-resource-share-response.d.ts.map +1 -0
- package/dist/esm/types/enable-sharing-with-organization-request.d.ts +20 -0
- package/dist/esm/types/enable-sharing-with-organization-request.d.ts.map +1 -0
- package/dist/esm/types/enable-sharing-with-organization-response.d.ts +20 -0
- package/dist/esm/types/enable-sharing-with-organization-response.d.ts.map +1 -0
- package/dist/esm/types/get-permission-request.d.ts +25 -0
- package/dist/esm/types/get-permission-request.d.ts.map +1 -0
- package/dist/esm/types/get-permission-response.d.ts +50 -0
- package/dist/esm/types/get-permission-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +59 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/list-permissions-request.d.ts +35 -0
- package/dist/esm/types/list-permissions-request.d.ts.map +1 -0
- package/dist/esm/types/list-permissions-response.d.ts +31 -0
- package/dist/esm/types/list-permissions-response.d.ts.map +1 -0
- package/dist/esm/types/list-principals-request.d.ts +50 -0
- package/dist/esm/types/list-principals-request.d.ts.map +1 -0
- package/dist/esm/types/list-principals-response.d.ts +31 -0
- package/dist/esm/types/list-principals-response.d.ts.map +1 -0
- package/dist/esm/types/list-resource-share-associations-request.d.ts +50 -0
- package/dist/esm/types/list-resource-share-associations-request.d.ts.map +1 -0
- package/dist/esm/types/list-resource-share-associations-response.d.ts +36 -0
- package/dist/esm/types/list-resource-share-associations-response.d.ts.map +1 -0
- package/dist/esm/types/list-resource-share-permissions-request.d.ts +35 -0
- package/dist/esm/types/list-resource-share-permissions-request.d.ts.map +1 -0
- package/dist/esm/types/list-resource-share-permissions-response.d.ts +36 -0
- package/dist/esm/types/list-resource-share-permissions-response.d.ts.map +1 -0
- package/dist/esm/types/list-resource-types-request.d.ts +20 -0
- package/dist/esm/types/list-resource-types-request.d.ts.map +1 -0
- package/dist/esm/types/list-resource-types-response.d.ts +26 -0
- package/dist/esm/types/list-resource-types-response.d.ts.map +1 -0
- package/dist/esm/types/list-resources-request.d.ts +50 -0
- package/dist/esm/types/list-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-resources-response.d.ts +31 -0
- package/dist/esm/types/list-resources-response.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts +36 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
- package/dist/esm/types/permission-for-list-permissions-output.d.ts +55 -0
- package/dist/esm/types/permission-for-list-permissions-output.d.ts.map +1 -0
- package/dist/esm/types/permission-for-list-resource-share-permissions-output.d.ts +55 -0
- package/dist/esm/types/permission-for-list-resource-share-permissions-output.d.ts.map +1 -0
- package/dist/esm/types/principal-for-list-principals-output.d.ts +36 -0
- package/dist/esm/types/principal-for-list-principals-output.d.ts.map +1 -0
- package/dist/esm/types/reject-resource-share-invitation-request.d.ts +25 -0
- package/dist/esm/types/reject-resource-share-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/reject-resource-share-invitation-response.d.ts +20 -0
- package/dist/esm/types/reject-resource-share-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/resource-for-list-resources-output.d.ts +46 -0
- package/dist/esm/types/resource-for-list-resources-output.d.ts.map +1 -0
- package/dist/esm/types/resource-share-for-describe-resource-shares-output.d.ts +66 -0
- package/dist/esm/types/resource-share-for-describe-resource-shares-output.d.ts.map +1 -0
- package/dist/esm/types/resource-share-for-list-principals-output.d.ts +35 -0
- package/dist/esm/types/resource-share-for-list-principals-output.d.ts.map +1 -0
- package/dist/esm/types/resource-share-for-list-resources-output.d.ts +35 -0
- package/dist/esm/types/resource-share-for-list-resources-output.d.ts.map +1 -0
- package/dist/esm/types/resource-share-invitation-for-describe-resource-share-invitations-output.d.ts +60 -0
- package/dist/esm/types/resource-share-invitation-for-describe-resource-share-invitations-output.d.ts.map +1 -0
- package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts +40 -0
- package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts.map +1 -0
- package/dist/esm/types/resource-type-for-list-resource-types-output.d.ts +45 -0
- package/dist/esm/types/resource-type-for-list-resource-types-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-resource-shares-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-describe-resource-shares-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-resource-share-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-resource-share-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-resource-shares-output.d.ts +30 -0
- package/dist/esm/types/tag-for-describe-resource-shares-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +36 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +20 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +35 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +20 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/update-resource-share-request.d.ts +35 -0
- package/dist/esm/types/update-resource-share-request.d.ts.map +1 -0
- package/dist/esm/types/update-resource-share-response.d.ts +20 -0
- package/dist/esm/types/update-resource-share-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 +438 -0
- package/src/index.ts +14 -0
- package/src/types/accept-resource-share-invitation-request.ts +28 -0
- package/src/types/accept-resource-share-invitation-response.ts +22 -0
- package/src/types/associate-resource-share-request.ts +40 -0
- package/src/types/associate-resource-share-response.ts +22 -0
- package/src/types/association-for-list-resource-share-associations-output.ts +70 -0
- package/src/types/create-resource-share-request.ts +53 -0
- package/src/types/create-resource-share-response.ts +28 -0
- package/src/types/delete-resource-share-request.ts +28 -0
- package/src/types/delete-resource-share-response.ts +22 -0
- package/src/types/describe-resource-share-invitations-request.ts +52 -0
- package/src/types/describe-resource-share-invitations-response.ts +35 -0
- package/src/types/describe-resource-shares-request.ts +71 -0
- package/src/types/describe-resource-shares-response.ts +35 -0
- package/src/types/disable-sharing-with-organization-request.ts +22 -0
- package/src/types/disable-sharing-with-organization-response.ts +22 -0
- package/src/types/disassociate-resource-share-request.ts +40 -0
- package/src/types/disassociate-resource-share-response.ts +22 -0
- package/src/types/enable-sharing-with-organization-request.ts +22 -0
- package/src/types/enable-sharing-with-organization-response.ts +22 -0
- package/src/types/get-permission-request.ts +28 -0
- package/src/types/get-permission-response.ts +58 -0
- package/src/types/index.ts +58 -0
- package/src/types/list-permissions-request.ts +40 -0
- package/src/types/list-permissions-response.ts +35 -0
- package/src/types/list-principals-request.ts +58 -0
- package/src/types/list-principals-response.ts +35 -0
- package/src/types/list-resource-share-associations-request.ts +58 -0
- package/src/types/list-resource-share-associations-response.ts +41 -0
- package/src/types/list-resource-share-permissions-request.ts +40 -0
- package/src/types/list-resource-share-permissions-response.ts +41 -0
- package/src/types/list-resource-types-request.ts +22 -0
- package/src/types/list-resource-types-response.ts +29 -0
- package/src/types/list-resources-request.ts +58 -0
- package/src/types/list-resources-response.ts +35 -0
- package/src/types/list-tags-for-resources-request.ts +53 -0
- package/src/types/list-tags-for-resources-response.ts +41 -0
- package/src/types/permission-for-list-permissions-output.ts +64 -0
- package/src/types/permission-for-list-resource-share-permissions-output.ts +64 -0
- package/src/types/principal-for-list-principals-output.ts +41 -0
- package/src/types/reject-resource-share-invitation-request.ts +28 -0
- package/src/types/reject-resource-share-invitation-response.ts +22 -0
- package/src/types/resource-for-list-resources-output.ts +53 -0
- package/src/types/resource-share-for-describe-resource-shares-output.ts +77 -0
- package/src/types/resource-share-for-list-principals-output.ts +40 -0
- package/src/types/resource-share-for-list-resources-output.ts +40 -0
- package/src/types/resource-share-invitation-for-describe-resource-share-invitations-output.ts +70 -0
- package/src/types/resource-tag-for-list-tags-for-resources-output.ts +46 -0
- package/src/types/resource-type-for-list-resource-types-output.ts +52 -0
- package/src/types/tag-filter-for-describe-resource-shares-input.ts +34 -0
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +34 -0
- package/src/types/tag-for-create-resource-share-input.ts +34 -0
- package/src/types/tag-for-describe-resource-shares-output.ts +34 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-resources-request.ts +41 -0
- package/src/types/tag-resources-response.ts +22 -0
- package/src/types/untag-resources-request.ts +40 -0
- package/src/types/untag-resources-response.ts +22 -0
- package/src/types/update-resource-share-request.ts +40 -0
- package/src/types/update-resource-share-response.ts +22 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ListPrincipalsRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ListPrincipalsRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ListPrincipalsRequest
|
|
26
|
+
*/
|
|
27
|
+
MaxResults?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ListPrincipalsRequest
|
|
32
|
+
*/
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListPrincipalsRequest
|
|
38
|
+
*/
|
|
39
|
+
Principals?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof ListPrincipalsRequest
|
|
44
|
+
*/
|
|
45
|
+
ResourceShareTrns?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof ListPrincipalsRequest
|
|
50
|
+
*/
|
|
51
|
+
ResourceTrn?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof ListPrincipalsRequest
|
|
56
|
+
*/
|
|
57
|
+
ResourceType?: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { PrincipalForListPrincipalsOutput } from './principal-for-list-principals-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListPrincipalsResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface ListPrincipalsResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListPrincipalsResponse
|
|
27
|
+
*/
|
|
28
|
+
NextToken?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<PrincipalForListPrincipalsOutput>}
|
|
32
|
+
* @memberof ListPrincipalsResponse
|
|
33
|
+
*/
|
|
34
|
+
Principals?: Array<PrincipalForListPrincipalsOutput>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ListResourceShareAssociationsRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ListResourceShareAssociationsRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ListResourceShareAssociationsRequest
|
|
26
|
+
*/
|
|
27
|
+
AssociationType: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ListResourceShareAssociationsRequest
|
|
32
|
+
*/
|
|
33
|
+
MaxResults?: number;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListResourceShareAssociationsRequest
|
|
38
|
+
*/
|
|
39
|
+
NextToken?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof ListResourceShareAssociationsRequest
|
|
44
|
+
*/
|
|
45
|
+
Principal: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof ListResourceShareAssociationsRequest
|
|
50
|
+
*/
|
|
51
|
+
ResourceShareTrn: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof ListResourceShareAssociationsRequest
|
|
56
|
+
*/
|
|
57
|
+
ResourceTrn: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { AssociationForListResourceShareAssociationsOutput } from './association-for-list-resource-share-associations-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListResourceShareAssociationsResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface ListResourceShareAssociationsResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<AssociationForListResourceShareAssociationsOutput>}
|
|
26
|
+
* @memberof ListResourceShareAssociationsResponse
|
|
27
|
+
*/
|
|
28
|
+
Associations?: Array<AssociationForListResourceShareAssociationsOutput>;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListResourceShareAssociationsResponse
|
|
33
|
+
*/
|
|
34
|
+
NextToken?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ListResourceShareAssociationsResponse
|
|
39
|
+
*/
|
|
40
|
+
TotalPage?: number;
|
|
41
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ListResourceSharePermissionsRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ListResourceSharePermissionsRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ListResourceSharePermissionsRequest
|
|
26
|
+
*/
|
|
27
|
+
MaxResults?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ListResourceSharePermissionsRequest
|
|
32
|
+
*/
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListResourceSharePermissionsRequest
|
|
38
|
+
*/
|
|
39
|
+
ResourceShareTrn: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { PermissionForListResourceSharePermissionsOutput } from './permission-for-list-resource-share-permissions-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListResourceSharePermissionsResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface ListResourceSharePermissionsResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListResourceSharePermissionsResponse
|
|
27
|
+
*/
|
|
28
|
+
NextToken?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<PermissionForListResourceSharePermissionsOutput>}
|
|
32
|
+
* @memberof ListResourceSharePermissionsResponse
|
|
33
|
+
*/
|
|
34
|
+
Permissions?: Array<PermissionForListResourceSharePermissionsOutput>;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ListResourceSharePermissionsResponse
|
|
39
|
+
*/
|
|
40
|
+
ResourceShareTrn?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ListResourceTypesRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ListResourceTypesRequest {
|
|
22
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { ResourceTypeForListResourceTypesOutput } from './resource-type-for-list-resource-types-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListResourceTypesResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface ListResourceTypesResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<ResourceTypeForListResourceTypesOutput>}
|
|
26
|
+
* @memberof ListResourceTypesResponse
|
|
27
|
+
*/
|
|
28
|
+
ResourceTypes?: Array<ResourceTypeForListResourceTypesOutput>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ListResourcesRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ListResourcesRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ListResourcesRequest
|
|
26
|
+
*/
|
|
27
|
+
MaxResults?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ListResourcesRequest
|
|
32
|
+
*/
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListResourcesRequest
|
|
38
|
+
*/
|
|
39
|
+
Principal?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof ListResourcesRequest
|
|
44
|
+
*/
|
|
45
|
+
ResourceShareTrns?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof ListResourcesRequest
|
|
50
|
+
*/
|
|
51
|
+
ResourceTrns?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof ListResourcesRequest
|
|
56
|
+
*/
|
|
57
|
+
ResourceType?: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { ResourceForListResourcesOutput } from './resource-for-list-resources-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListResourcesResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface ListResourcesResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListResourcesResponse
|
|
27
|
+
*/
|
|
28
|
+
NextToken?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<ResourceForListResourcesOutput>}
|
|
32
|
+
* @memberof ListResourcesResponse
|
|
33
|
+
*/
|
|
34
|
+
Resources?: Array<ResourceForListResourcesOutput>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { TagFilterForListTagsForResourcesInput } from './tag-filter-for-list-tags-for-resources-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListTagsForResourcesRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface ListTagsForResourcesRequest {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListTagsForResourcesRequest
|
|
27
|
+
*/
|
|
28
|
+
MaxResults?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListTagsForResourcesRequest
|
|
33
|
+
*/
|
|
34
|
+
NextToken?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<string>}
|
|
38
|
+
* @memberof ListTagsForResourcesRequest
|
|
39
|
+
*/
|
|
40
|
+
ResourceIds?: Array<string>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ListTagsForResourcesRequest
|
|
45
|
+
*/
|
|
46
|
+
ResourceType: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {Array<TagFilterForListTagsForResourcesInput>}
|
|
50
|
+
* @memberof ListTagsForResourcesRequest
|
|
51
|
+
*/
|
|
52
|
+
TagFilters?: Array<TagFilterForListTagsForResourcesInput>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { ResourceTagForListTagsForResourcesOutput } from './resource-tag-for-list-tags-for-resources-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListTagsForResourcesResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface ListTagsForResourcesResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListTagsForResourcesResponse
|
|
27
|
+
*/
|
|
28
|
+
NextToken?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<ResourceTagForListTagsForResourcesOutput>}
|
|
32
|
+
* @memberof ListTagsForResourcesResponse
|
|
33
|
+
*/
|
|
34
|
+
ResourceTags?: Array<ResourceTagForListTagsForResourcesOutput>;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ListTagsForResourcesResponse
|
|
39
|
+
*/
|
|
40
|
+
Total?: number;
|
|
41
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PermissionForListPermissionsOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface PermissionForListPermissionsOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof PermissionForListPermissionsOutput
|
|
26
|
+
*/
|
|
27
|
+
CreateTime?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PermissionForListPermissionsOutput
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof PermissionForListPermissionsOutput
|
|
38
|
+
*/
|
|
39
|
+
Name?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof PermissionForListPermissionsOutput
|
|
44
|
+
*/
|
|
45
|
+
Permission?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof PermissionForListPermissionsOutput
|
|
50
|
+
*/
|
|
51
|
+
PermissionType?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof PermissionForListPermissionsOutput
|
|
56
|
+
*/
|
|
57
|
+
ResourceType?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof PermissionForListPermissionsOutput
|
|
62
|
+
*/
|
|
63
|
+
Trn?: string;
|
|
64
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PermissionForListResourceSharePermissionsOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface PermissionForListResourceSharePermissionsOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
26
|
+
*/
|
|
27
|
+
CreateTime?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
38
|
+
*/
|
|
39
|
+
Name?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
44
|
+
*/
|
|
45
|
+
Permission?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
50
|
+
*/
|
|
51
|
+
PermissionType?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
56
|
+
*/
|
|
57
|
+
ResourceType?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
62
|
+
*/
|
|
63
|
+
Trn?: string;
|
|
64
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* resource_share
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { ResourceShareForListPrincipalsOutput } from './resource-share-for-list-principals-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface PrincipalForListPrincipalsOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface PrincipalForListPrincipalsOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof PrincipalForListPrincipalsOutput
|
|
27
|
+
*/
|
|
28
|
+
External?: boolean;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof PrincipalForListPrincipalsOutput
|
|
33
|
+
*/
|
|
34
|
+
Id?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<ResourceShareForListPrincipalsOutput>}
|
|
38
|
+
* @memberof PrincipalForListPrincipalsOutput
|
|
39
|
+
*/
|
|
40
|
+
ResourceShares?: Array<ResourceShareForListPrincipalsOutput>;
|
|
41
|
+
}
|