@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,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 { TagForCreateResourceShareInput } from './tag-for-create-resource-share-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CreateResourceShareRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateResourceShareRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CreateResourceShareRequest
|
|
23
|
+
*/
|
|
24
|
+
AllowShareType?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateResourceShareRequest
|
|
28
|
+
*/
|
|
29
|
+
Name: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CreateResourceShareRequest
|
|
33
|
+
*/
|
|
34
|
+
Principals?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof CreateResourceShareRequest
|
|
38
|
+
*/
|
|
39
|
+
ResourceTrns?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {Array<TagForCreateResourceShareInput>}
|
|
42
|
+
* @memberof CreateResourceShareRequest
|
|
43
|
+
*/
|
|
44
|
+
Tags?: Array<TagForCreateResourceShareInput>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=create-resource-share-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-resource-share-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-resource-share-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AACtF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;CAChD"}
|
|
@@ -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 CreateResourceShareResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateResourceShareResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateResourceShareResponse
|
|
22
|
+
*/
|
|
23
|
+
ResourceShareTrn?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=create-resource-share-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-resource-share-response.d.ts","sourceRoot":"","sources":["../../../src/types/create-resource-share-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -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 DeleteResourceShareRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteResourceShareRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DeleteResourceShareRequest
|
|
22
|
+
*/
|
|
23
|
+
ResourceShareTrn: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=delete-resource-share-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-resource-share-request.d.ts","sourceRoot":"","sources":["../../../src/types/delete-resource-share-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC5B"}
|
|
@@ -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 DeleteResourceShareResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteResourceShareResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=delete-resource-share-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-resource-share-response.d.ts","sourceRoot":"","sources":["../../../src/types/delete-resource-share-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;CAC3C"}
|
|
@@ -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 DescribeResourceShareInvitationsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeResourceShareInvitationsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DescribeResourceShareInvitationsRequest
|
|
22
|
+
*/
|
|
23
|
+
MaxResults?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DescribeResourceShareInvitationsRequest
|
|
27
|
+
*/
|
|
28
|
+
NextToken?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DescribeResourceShareInvitationsRequest
|
|
32
|
+
*/
|
|
33
|
+
ResourceShareInvitationTrns?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof DescribeResourceShareInvitationsRequest
|
|
37
|
+
*/
|
|
38
|
+
ResourceShareTrns: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof DescribeResourceShareInvitationsRequest
|
|
42
|
+
*/
|
|
43
|
+
Status?: string;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=describe-resource-share-invitations-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-resource-share-invitations-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-resource-share-invitations-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;IAErC;;;OAGG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { ResourceShareInvitationForDescribeResourceShareInvitationsOutput } from './resource-share-invitation-for-describe-resource-share-invitations-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeResourceShareInvitationsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeResourceShareInvitationsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DescribeResourceShareInvitationsResponse
|
|
23
|
+
*/
|
|
24
|
+
NextToken?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<ResourceShareInvitationForDescribeResourceShareInvitationsOutput>}
|
|
27
|
+
* @memberof DescribeResourceShareInvitationsResponse
|
|
28
|
+
*/
|
|
29
|
+
ResourceShareInvitations?: Array<ResourceShareInvitationForDescribeResourceShareInvitationsOutput>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=describe-resource-share-invitations-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-resource-share-invitations-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-resource-share-invitations-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gEAAgE,EAAE,MAAM,4EAA4E,CAAC;AAC7J;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,wBAAwB,CAAC,EAAE,KAAK,CAAC,gEAAgE,CAAC,CAAC;CACtG"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 { TagFilterForDescribeResourceSharesInput } from './tag-filter-for-describe-resource-shares-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeResourceSharesRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeResourceSharesRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DescribeResourceSharesRequest
|
|
23
|
+
*/
|
|
24
|
+
MaxResults?: number;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DescribeResourceSharesRequest
|
|
28
|
+
*/
|
|
29
|
+
Name?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DescribeResourceSharesRequest
|
|
33
|
+
*/
|
|
34
|
+
NextToken?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof DescribeResourceSharesRequest
|
|
38
|
+
*/
|
|
39
|
+
PermissionTrn?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof DescribeResourceSharesRequest
|
|
43
|
+
*/
|
|
44
|
+
ResourceOwner?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof DescribeResourceSharesRequest
|
|
48
|
+
*/
|
|
49
|
+
ResourceShareStatus?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof DescribeResourceSharesRequest
|
|
53
|
+
*/
|
|
54
|
+
ResourceShareTrns?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @type {Array<TagFilterForDescribeResourceSharesInput>}
|
|
57
|
+
* @memberof DescribeResourceSharesRequest
|
|
58
|
+
*/
|
|
59
|
+
TagFilters?: Array<TagFilterForDescribeResourceSharesInput>;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=describe-resource-shares-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-resource-shares-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-resource-shares-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,uCAAuC,EAAE,MAAM,iDAAiD,CAAC;AACzG;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;CAC/D"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { ResourceShareForDescribeResourceSharesOutput } from './resource-share-for-describe-resource-shares-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeResourceSharesResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeResourceSharesResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DescribeResourceSharesResponse
|
|
23
|
+
*/
|
|
24
|
+
NextToken?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<ResourceShareForDescribeResourceSharesOutput>}
|
|
27
|
+
* @memberof DescribeResourceSharesResponse
|
|
28
|
+
*/
|
|
29
|
+
ResourceShares?: Array<ResourceShareForDescribeResourceSharesOutput>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=describe-resource-shares-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-resource-shares-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-resource-shares-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,4CAA4C,EAAE,MAAM,sDAAsD,CAAC;AACnH;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,CAAC;CACxE"}
|
|
@@ -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 DisableSharingWithOrganizationRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DisableSharingWithOrganizationRequest {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=disable-sharing-with-organization-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-sharing-with-organization-request.d.ts","sourceRoot":"","sources":["../../../src/types/disable-sharing-with-organization-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;CACrD"}
|
|
@@ -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 DisableSharingWithOrganizationResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface DisableSharingWithOrganizationResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=disable-sharing-with-organization-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-sharing-with-organization-response.d.ts","sourceRoot":"","sources":["../../../src/types/disable-sharing-with-organization-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;CACtD"}
|
|
@@ -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 DisassociateResourceShareRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DisassociateResourceShareRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DisassociateResourceShareRequest
|
|
22
|
+
*/
|
|
23
|
+
Principals?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DisassociateResourceShareRequest
|
|
27
|
+
*/
|
|
28
|
+
ResourceShareTrn: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DisassociateResourceShareRequest
|
|
32
|
+
*/
|
|
33
|
+
ResourceTrns?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=disassociate-resource-share-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disassociate-resource-share-request.d.ts","sourceRoot":"","sources":["../../../src/types/disassociate-resource-share-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -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 DisassociateResourceShareResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface DisassociateResourceShareResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=disassociate-resource-share-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disassociate-resource-share-response.d.ts","sourceRoot":"","sources":["../../../src/types/disassociate-resource-share-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;CACjD"}
|
|
@@ -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 EnableSharingWithOrganizationRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface EnableSharingWithOrganizationRequest {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=enable-sharing-with-organization-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-sharing-with-organization-request.d.ts","sourceRoot":"","sources":["../../../src/types/enable-sharing-with-organization-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;CACpD"}
|
|
@@ -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 EnableSharingWithOrganizationResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface EnableSharingWithOrganizationResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=enable-sharing-with-organization-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-sharing-with-organization-response.d.ts","sourceRoot":"","sources":["../../../src/types/enable-sharing-with-organization-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;CACrD"}
|
|
@@ -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 GetPermissionRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GetPermissionRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetPermissionRequest
|
|
22
|
+
*/
|
|
23
|
+
PermissionTrn: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=get-permission-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-permission-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-permission-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 GetPermissionResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface GetPermissionResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetPermissionResponse
|
|
22
|
+
*/
|
|
23
|
+
Description?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GetPermissionResponse
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof GetPermissionResponse
|
|
32
|
+
*/
|
|
33
|
+
Permission?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof GetPermissionResponse
|
|
37
|
+
*/
|
|
38
|
+
PermissionType?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof GetPermissionResponse
|
|
42
|
+
*/
|
|
43
|
+
ResourceType?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof GetPermissionResponse
|
|
47
|
+
*/
|
|
48
|
+
Trn?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=get-permission-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-permission-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-permission-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;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,59 @@
|
|
|
1
|
+
export * from './accept-resource-share-invitation-request';
|
|
2
|
+
export * from './accept-resource-share-invitation-response';
|
|
3
|
+
export * from './associate-resource-share-request';
|
|
4
|
+
export * from './associate-resource-share-response';
|
|
5
|
+
export * from './association-for-list-resource-share-associations-output';
|
|
6
|
+
export * from './create-resource-share-request';
|
|
7
|
+
export * from './create-resource-share-response';
|
|
8
|
+
export * from './delete-resource-share-request';
|
|
9
|
+
export * from './delete-resource-share-response';
|
|
10
|
+
export * from './describe-resource-share-invitations-request';
|
|
11
|
+
export * from './describe-resource-share-invitations-response';
|
|
12
|
+
export * from './describe-resource-shares-request';
|
|
13
|
+
export * from './describe-resource-shares-response';
|
|
14
|
+
export * from './disable-sharing-with-organization-request';
|
|
15
|
+
export * from './disable-sharing-with-organization-response';
|
|
16
|
+
export * from './disassociate-resource-share-request';
|
|
17
|
+
export * from './disassociate-resource-share-response';
|
|
18
|
+
export * from './enable-sharing-with-organization-request';
|
|
19
|
+
export * from './enable-sharing-with-organization-response';
|
|
20
|
+
export * from './get-permission-request';
|
|
21
|
+
export * from './get-permission-response';
|
|
22
|
+
export * from './list-permissions-request';
|
|
23
|
+
export * from './list-permissions-response';
|
|
24
|
+
export * from './list-principals-request';
|
|
25
|
+
export * from './list-principals-response';
|
|
26
|
+
export * from './list-resource-share-associations-request';
|
|
27
|
+
export * from './list-resource-share-associations-response';
|
|
28
|
+
export * from './list-resource-share-permissions-request';
|
|
29
|
+
export * from './list-resource-share-permissions-response';
|
|
30
|
+
export * from './list-resource-types-request';
|
|
31
|
+
export * from './list-resource-types-response';
|
|
32
|
+
export * from './list-resources-request';
|
|
33
|
+
export * from './list-resources-response';
|
|
34
|
+
export * from './list-tags-for-resources-request';
|
|
35
|
+
export * from './list-tags-for-resources-response';
|
|
36
|
+
export * from './permission-for-list-permissions-output';
|
|
37
|
+
export * from './permission-for-list-resource-share-permissions-output';
|
|
38
|
+
export * from './principal-for-list-principals-output';
|
|
39
|
+
export * from './reject-resource-share-invitation-request';
|
|
40
|
+
export * from './reject-resource-share-invitation-response';
|
|
41
|
+
export * from './resource-for-list-resources-output';
|
|
42
|
+
export * from './resource-share-for-describe-resource-shares-output';
|
|
43
|
+
export * from './resource-share-for-list-principals-output';
|
|
44
|
+
export * from './resource-share-for-list-resources-output';
|
|
45
|
+
export * from './resource-share-invitation-for-describe-resource-share-invitations-output';
|
|
46
|
+
export * from './resource-tag-for-list-tags-for-resources-output';
|
|
47
|
+
export * from './resource-type-for-list-resource-types-output';
|
|
48
|
+
export * from './tag-filter-for-describe-resource-shares-input';
|
|
49
|
+
export * from './tag-filter-for-list-tags-for-resources-input';
|
|
50
|
+
export * from './tag-for-create-resource-share-input';
|
|
51
|
+
export * from './tag-for-describe-resource-shares-output';
|
|
52
|
+
export * from './tag-for-tag-resources-input';
|
|
53
|
+
export * from './tag-resources-request';
|
|
54
|
+
export * from './tag-resources-response';
|
|
55
|
+
export * from './untag-resources-request';
|
|
56
|
+
export * from './untag-resources-response';
|
|
57
|
+
export * from './update-resource-share-request';
|
|
58
|
+
export * from './update-resource-share-response';
|
|
59
|
+
//# 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,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yDAAyD,CAAC;AACxE,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,sDAAsD,CAAC;AACrE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,4EAA4E,CAAC;AAC3F,cAAc,mDAAmD,CAAC;AAClE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,uCAAuC,CAAC;AACtD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC"}
|