@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,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 PermissionForListResourceSharePermissionsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface PermissionForListResourceSharePermissionsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
22
|
+
*/
|
|
23
|
+
CreateTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
27
|
+
*/
|
|
28
|
+
Description?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
32
|
+
*/
|
|
33
|
+
Name?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
37
|
+
*/
|
|
38
|
+
Permission?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
42
|
+
*/
|
|
43
|
+
PermissionType?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
47
|
+
*/
|
|
48
|
+
ResourceType?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof PermissionForListResourceSharePermissionsOutput
|
|
52
|
+
*/
|
|
53
|
+
Trn?: string;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=permission-for-list-resource-share-permissions-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permission-for-list-resource-share-permissions-output.d.ts","sourceRoot":"","sources":["../../../src/types/permission-for-list-resource-share-permissions-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+CAA+C;IAE5D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 { ResourceShareForListPrincipalsOutput } from './resource-share-for-list-principals-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PrincipalForListPrincipalsOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface PrincipalForListPrincipalsOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof PrincipalForListPrincipalsOutput
|
|
23
|
+
*/
|
|
24
|
+
External?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PrincipalForListPrincipalsOutput
|
|
28
|
+
*/
|
|
29
|
+
Id?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<ResourceShareForListPrincipalsOutput>}
|
|
32
|
+
* @memberof PrincipalForListPrincipalsOutput
|
|
33
|
+
*/
|
|
34
|
+
ResourceShares?: Array<ResourceShareForListPrincipalsOutput>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=principal-for-list-principals-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"principal-for-list-principals-output.d.ts","sourceRoot":"","sources":["../../../src/types/principal-for-list-principals-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AAClG;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,CAAC;CAChE"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 RejectResourceShareInvitationRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface RejectResourceShareInvitationRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RejectResourceShareInvitationRequest
|
|
22
|
+
*/
|
|
23
|
+
ResourceShareInvitationTrn: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=reject-resource-share-invitation-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reject-resource-share-invitation-request.d.ts","sourceRoot":"","sources":["../../../src/types/reject-resource-share-invitation-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,0BAA0B,EAAE,MAAM,CAAC;CACtC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 RejectResourceShareInvitationResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface RejectResourceShareInvitationResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=reject-resource-share-invitation-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reject-resource-share-invitation-response.d.ts","sourceRoot":"","sources":["../../../src/types/reject-resource-share-invitation-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;CACrD"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 { ResourceShareForListResourcesOutput } from './resource-share-for-list-resources-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ResourceForListResourcesOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface ResourceForListResourcesOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ResourceForListResourcesOutput
|
|
23
|
+
*/
|
|
24
|
+
RegionScope?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<ResourceShareForListResourcesOutput>}
|
|
27
|
+
* @memberof ResourceForListResourcesOutput
|
|
28
|
+
*/
|
|
29
|
+
ResourceShares?: Array<ResourceShareForListResourcesOutput>;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ResourceForListResourcesOutput
|
|
33
|
+
*/
|
|
34
|
+
ResourceType?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ResourceForListResourcesOutput
|
|
38
|
+
*/
|
|
39
|
+
Status?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ResourceForListResourcesOutput
|
|
43
|
+
*/
|
|
44
|
+
Trn?: string;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=resource-for-list-resources-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-for-list-resources-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-for-list-resources-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAChG;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,mCAAmC,CAAC,CAAC;IAE5D;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 { TagForDescribeResourceSharesOutput } from './tag-for-describe-resource-shares-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ResourceShareForDescribeResourceSharesOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface ResourceShareForDescribeResourceSharesOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
23
|
+
*/
|
|
24
|
+
AllowShareType?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
28
|
+
*/
|
|
29
|
+
CreateTime?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
33
|
+
*/
|
|
34
|
+
OwningAccountId?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
38
|
+
*/
|
|
39
|
+
ResourceShareId?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
43
|
+
*/
|
|
44
|
+
ResourceShareName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
48
|
+
*/
|
|
49
|
+
ResourceShareTrn?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
53
|
+
*/
|
|
54
|
+
Status?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @type {Array<TagForDescribeResourceSharesOutput>}
|
|
57
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
58
|
+
*/
|
|
59
|
+
Tags?: Array<TagForDescribeResourceSharesOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ResourceShareForDescribeResourceSharesOutput
|
|
63
|
+
*/
|
|
64
|
+
UpdateTime?: string;
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=resource-share-for-describe-resource-shares-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-share-for-describe-resource-shares-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-share-for-describe-resource-shares-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,2CAA2C,CAAC;AAC9F;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;IAEjD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 ResourceShareForListPrincipalsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceShareForListPrincipalsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceShareForListPrincipalsOutput
|
|
22
|
+
*/
|
|
23
|
+
ResourceShareName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ResourceShareForListPrincipalsOutput
|
|
27
|
+
*/
|
|
28
|
+
ResourceShareTrn?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ResourceShareForListPrincipalsOutput
|
|
32
|
+
*/
|
|
33
|
+
ShareTime?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=resource-share-for-list-principals-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-share-for-list-principals-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-share-for-list-principals-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 ResourceShareForListResourcesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceShareForListResourcesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceShareForListResourcesOutput
|
|
22
|
+
*/
|
|
23
|
+
ResourceShareName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ResourceShareForListResourcesOutput
|
|
27
|
+
*/
|
|
28
|
+
ResourceShareTrn?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ResourceShareForListResourcesOutput
|
|
32
|
+
*/
|
|
33
|
+
ShareTime?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=resource-share-for-list-resources-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-share-for-list-resources-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-share-for-list-resources-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
package/dist/esm/types/resource-share-invitation-for-describe-resource-share-invitations-output.d.ts
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceShareInvitationForDescribeResourceShareInvitationsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
22
|
+
*/
|
|
23
|
+
InvitatedTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
27
|
+
*/
|
|
28
|
+
OwningAccountId?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
32
|
+
*/
|
|
33
|
+
ReceiverAccountId?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
37
|
+
*/
|
|
38
|
+
ResourceShareId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
42
|
+
*/
|
|
43
|
+
ResourceShareInvitationTrn?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
47
|
+
*/
|
|
48
|
+
ResourceShareName?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
52
|
+
*/
|
|
53
|
+
ResourceShareTrn?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ResourceShareInvitationForDescribeResourceShareInvitationsOutput
|
|
57
|
+
*/
|
|
58
|
+
Status?: string;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=resource-share-invitation-for-describe-resource-share-invitations-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-share-invitation-for-describe-resource-share-invitations-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-share-invitation-for-describe-resource-share-invitations-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gEAAgE;IAE7E;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 ResourceTagForListTagsForResourcesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceTagForListTagsForResourcesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceTagForListTagsForResourcesOutput
|
|
22
|
+
*/
|
|
23
|
+
ResourceId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ResourceTagForListTagsForResourcesOutput
|
|
27
|
+
*/
|
|
28
|
+
ResourceType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ResourceTagForListTagsForResourcesOutput
|
|
32
|
+
*/
|
|
33
|
+
TagKey?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ResourceTagForListTagsForResourcesOutput
|
|
37
|
+
*/
|
|
38
|
+
TagValue?: string;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=resource-tag-for-list-tags-for-resources-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-tag-for-list-tags-for-resources-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-tag-for-list-tags-for-resources-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 ResourceTypeForListResourceTypesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceTypeForListResourceTypesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceTypeForListResourceTypesOutput
|
|
22
|
+
*/
|
|
23
|
+
RegionScope?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ResourceTypeForListResourceTypesOutput
|
|
27
|
+
*/
|
|
28
|
+
ResourceType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ResourceTypeForListResourceTypesOutput
|
|
32
|
+
*/
|
|
33
|
+
ResourceTypeName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ResourceTypeForListResourceTypesOutput
|
|
37
|
+
*/
|
|
38
|
+
Service?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ResourceTypeForListResourceTypesOutput
|
|
42
|
+
*/
|
|
43
|
+
ServiceName?: string;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=resource-type-for-list-resource-types-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-type-for-list-resource-types-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-type-for-list-resource-types-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 TagFilterForDescribeResourceSharesInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagFilterForDescribeResourceSharesInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagFilterForDescribeResourceSharesInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof TagFilterForDescribeResourceSharesInput
|
|
27
|
+
*/
|
|
28
|
+
Values?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-filter-for-describe-resource-shares-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-filter-for-describe-resource-shares-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-filter-for-describe-resource-shares-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 TagFilterForListTagsForResourcesInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagFilterForListTagsForResourcesInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagFilterForListTagsForResourcesInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof TagFilterForListTagsForResourcesInput
|
|
27
|
+
*/
|
|
28
|
+
Values?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-filter-for-list-tags-for-resources-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-filter-for-list-tags-for-resources-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-filter-for-list-tags-for-resources-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 TagForCreateResourceShareInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForCreateResourceShareInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForCreateResourceShareInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForCreateResourceShareInput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-create-resource-share-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-create-resource-share-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-create-resource-share-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* resource_share
|
|
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 TagForDescribeResourceSharesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForDescribeResourceSharesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForDescribeResourceSharesOutput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForDescribeResourceSharesOutput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-describe-resource-shares-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-describe-resource-shares-output.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-describe-resource-shares-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|