@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,254 @@
|
|
|
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 { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
|
|
13
|
+
import { AcceptResourceShareInvitationRequest } from './types/index';
|
|
14
|
+
import { AcceptResourceShareInvitationResponse } from './types/index';
|
|
15
|
+
import { AssociateResourceShareRequest } from './types/index';
|
|
16
|
+
import { AssociateResourceShareResponse } from './types/index';
|
|
17
|
+
import { CreateResourceShareRequest } from './types/index';
|
|
18
|
+
import { CreateResourceShareResponse } from './types/index';
|
|
19
|
+
import { DeleteResourceShareRequest } from './types/index';
|
|
20
|
+
import { DeleteResourceShareResponse } from './types/index';
|
|
21
|
+
import { DescribeResourceShareInvitationsRequest } from './types/index';
|
|
22
|
+
import { DescribeResourceShareInvitationsResponse } from './types/index';
|
|
23
|
+
import { DescribeResourceSharesRequest } from './types/index';
|
|
24
|
+
import { DescribeResourceSharesResponse } from './types/index';
|
|
25
|
+
import { DisableSharingWithOrganizationRequest } from './types/index';
|
|
26
|
+
import { DisableSharingWithOrganizationResponse } from './types/index';
|
|
27
|
+
import { DisassociateResourceShareRequest } from './types/index';
|
|
28
|
+
import { DisassociateResourceShareResponse } from './types/index';
|
|
29
|
+
import { EnableSharingWithOrganizationRequest } from './types/index';
|
|
30
|
+
import { EnableSharingWithOrganizationResponse } from './types/index';
|
|
31
|
+
import { GetPermissionRequest } from './types/index';
|
|
32
|
+
import { GetPermissionResponse } from './types/index';
|
|
33
|
+
import { ListPermissionsRequest } from './types/index';
|
|
34
|
+
import { ListPermissionsResponse } from './types/index';
|
|
35
|
+
import { ListPrincipalsRequest } from './types/index';
|
|
36
|
+
import { ListPrincipalsResponse } from './types/index';
|
|
37
|
+
import { ListResourceShareAssociationsRequest } from './types/index';
|
|
38
|
+
import { ListResourceShareAssociationsResponse } from './types/index';
|
|
39
|
+
import { ListResourceSharePermissionsRequest } from './types/index';
|
|
40
|
+
import { ListResourceSharePermissionsResponse } from './types/index';
|
|
41
|
+
import { ListResourceTypesRequest } from './types/index';
|
|
42
|
+
import { ListResourceTypesResponse } from './types/index';
|
|
43
|
+
import { ListResourcesRequest } from './types/index';
|
|
44
|
+
import { ListResourcesResponse } from './types/index';
|
|
45
|
+
import { ListTagsForResourcesRequest } from './types/index';
|
|
46
|
+
import { ListTagsForResourcesResponse } from './types/index';
|
|
47
|
+
import { RejectResourceShareInvitationRequest } from './types/index';
|
|
48
|
+
import { RejectResourceShareInvitationResponse } from './types/index';
|
|
49
|
+
import { TagResourcesRequest } from './types/index';
|
|
50
|
+
import { TagResourcesResponse } from './types/index';
|
|
51
|
+
import { UntagResourcesRequest } from './types/index';
|
|
52
|
+
import { UntagResourcesResponse } from './types/index';
|
|
53
|
+
import { UpdateResourceShareRequest } from './types/index';
|
|
54
|
+
import { UpdateResourceShareResponse } from './types/index';
|
|
55
|
+
export type AcceptResourceShareInvitationCommandOutput = CommandOutput<AcceptResourceShareInvitationResponse>;
|
|
56
|
+
export type AssociateResourceShareCommandOutput = CommandOutput<AssociateResourceShareResponse>;
|
|
57
|
+
export type CreateResourceShareCommandOutput = CommandOutput<CreateResourceShareResponse>;
|
|
58
|
+
export type DeleteResourceShareCommandOutput = CommandOutput<DeleteResourceShareResponse>;
|
|
59
|
+
export type DescribeResourceShareInvitationsCommandOutput = CommandOutput<DescribeResourceShareInvitationsResponse>;
|
|
60
|
+
export type DescribeResourceSharesCommandOutput = CommandOutput<DescribeResourceSharesResponse>;
|
|
61
|
+
export type DisableSharingWithOrganizationCommandOutput = CommandOutput<DisableSharingWithOrganizationResponse>;
|
|
62
|
+
export type DisassociateResourceShareCommandOutput = CommandOutput<DisassociateResourceShareResponse>;
|
|
63
|
+
export type EnableSharingWithOrganizationCommandOutput = CommandOutput<EnableSharingWithOrganizationResponse>;
|
|
64
|
+
export type GetPermissionCommandOutput = CommandOutput<GetPermissionResponse>;
|
|
65
|
+
export type ListPermissionsCommandOutput = CommandOutput<ListPermissionsResponse>;
|
|
66
|
+
export type ListPrincipalsCommandOutput = CommandOutput<ListPrincipalsResponse>;
|
|
67
|
+
export type ListResourceShareAssociationsCommandOutput = CommandOutput<ListResourceShareAssociationsResponse>;
|
|
68
|
+
export type ListResourceSharePermissionsCommandOutput = CommandOutput<ListResourceSharePermissionsResponse>;
|
|
69
|
+
export type ListResourceTypesCommandOutput = CommandOutput<ListResourceTypesResponse>;
|
|
70
|
+
export type ListResourcesCommandOutput = CommandOutput<ListResourcesResponse>;
|
|
71
|
+
export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
|
|
72
|
+
export type RejectResourceShareInvitationCommandOutput = CommandOutput<RejectResourceShareInvitationResponse>;
|
|
73
|
+
export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
|
|
74
|
+
export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
|
|
75
|
+
export type UpdateResourceShareCommandOutput = CommandOutput<UpdateResourceShareResponse>;
|
|
76
|
+
/**
|
|
77
|
+
* RESOURCESHAREClient Service Client
|
|
78
|
+
*/
|
|
79
|
+
export declare class RESOURCESHAREClient extends Client {
|
|
80
|
+
constructor(config?: ClientConfig);
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Command to AcceptResourceShareInvitation
|
|
84
|
+
*/
|
|
85
|
+
export declare class AcceptResourceShareInvitationCommand extends Command<AcceptResourceShareInvitationRequest, AcceptResourceShareInvitationCommandOutput, 'AcceptResourceShareInvitationCommand'> {
|
|
86
|
+
static readonly metaPath = "/AcceptResourceShareInvitation/2024-01-01/resource_share/get/text_plain/";
|
|
87
|
+
constructor(input: AcceptResourceShareInvitationRequest);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Command to AssociateResourceShare
|
|
91
|
+
*/
|
|
92
|
+
export declare class AssociateResourceShareCommand extends Command<AssociateResourceShareRequest, AssociateResourceShareCommandOutput, 'AssociateResourceShareCommand'> {
|
|
93
|
+
static readonly metaPath = "/AssociateResourceShare/2024-01-01/resource_share/get/text_plain/";
|
|
94
|
+
constructor(input: AssociateResourceShareRequest);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Command to CreateResourceShare
|
|
98
|
+
*/
|
|
99
|
+
export declare class CreateResourceShareCommand extends Command<CreateResourceShareRequest, CreateResourceShareCommandOutput, 'CreateResourceShareCommand'> {
|
|
100
|
+
static readonly metaPath = "/CreateResourceShare/2024-01-01/resource_share/get/text_plain/";
|
|
101
|
+
constructor(input: CreateResourceShareRequest);
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Command to DeleteResourceShare
|
|
105
|
+
*/
|
|
106
|
+
export declare class DeleteResourceShareCommand extends Command<DeleteResourceShareRequest, DeleteResourceShareCommandOutput, 'DeleteResourceShareCommand'> {
|
|
107
|
+
static readonly metaPath = "/DeleteResourceShare/2024-01-01/resource_share/get/text_plain/";
|
|
108
|
+
constructor(input: DeleteResourceShareRequest);
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Command to DescribeResourceShareInvitations
|
|
112
|
+
*/
|
|
113
|
+
export declare class DescribeResourceShareInvitationsCommand extends Command<DescribeResourceShareInvitationsRequest, DescribeResourceShareInvitationsCommandOutput, 'DescribeResourceShareInvitationsCommand'> {
|
|
114
|
+
static readonly metaPath = "/DescribeResourceShareInvitations/2024-01-01/resource_share/get/text_plain/";
|
|
115
|
+
constructor(input: DescribeResourceShareInvitationsRequest);
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Command to DescribeResourceShares
|
|
119
|
+
*/
|
|
120
|
+
export declare class DescribeResourceSharesCommand extends Command<DescribeResourceSharesRequest, DescribeResourceSharesCommandOutput, 'DescribeResourceSharesCommand'> {
|
|
121
|
+
static readonly metaPath = "/DescribeResourceShares/2024-01-01/resource_share/get/text_plain/";
|
|
122
|
+
constructor(input: DescribeResourceSharesRequest);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Command to DisableSharingWithOrganization
|
|
126
|
+
*/
|
|
127
|
+
export declare class DisableSharingWithOrganizationCommand extends Command<DisableSharingWithOrganizationRequest, DisableSharingWithOrganizationCommandOutput, 'DisableSharingWithOrganizationCommand'> {
|
|
128
|
+
static readonly metaPath = "/DisableSharingWithOrganization/2024-01-01/resource_share/get/text_plain/";
|
|
129
|
+
constructor(input: DisableSharingWithOrganizationRequest);
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Command to DisassociateResourceShare
|
|
133
|
+
*/
|
|
134
|
+
export declare class DisassociateResourceShareCommand extends Command<DisassociateResourceShareRequest, DisassociateResourceShareCommandOutput, 'DisassociateResourceShareCommand'> {
|
|
135
|
+
static readonly metaPath = "/DisassociateResourceShare/2024-01-01/resource_share/get/text_plain/";
|
|
136
|
+
constructor(input: DisassociateResourceShareRequest);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Command to EnableSharingWithOrganization
|
|
140
|
+
*/
|
|
141
|
+
export declare class EnableSharingWithOrganizationCommand extends Command<EnableSharingWithOrganizationRequest, EnableSharingWithOrganizationCommandOutput, 'EnableSharingWithOrganizationCommand'> {
|
|
142
|
+
static readonly metaPath = "/EnableSharingWithOrganization/2024-01-01/resource_share/get/text_plain/";
|
|
143
|
+
constructor(input: EnableSharingWithOrganizationRequest);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Command to GetPermission
|
|
147
|
+
*/
|
|
148
|
+
export declare class GetPermissionCommand extends Command<GetPermissionRequest, GetPermissionCommandOutput, 'GetPermissionCommand'> {
|
|
149
|
+
static readonly metaPath = "/GetPermission/2024-01-01/resource_share/get/text_plain/";
|
|
150
|
+
constructor(input: GetPermissionRequest);
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Command to ListPermissions
|
|
154
|
+
*/
|
|
155
|
+
export declare class ListPermissionsCommand extends Command<ListPermissionsRequest, ListPermissionsCommandOutput, 'ListPermissionsCommand'> {
|
|
156
|
+
static readonly metaPath = "/ListPermissions/2024-01-01/resource_share/get/text_plain/";
|
|
157
|
+
constructor(input: ListPermissionsRequest);
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Command to ListPrincipals
|
|
161
|
+
*/
|
|
162
|
+
export declare class ListPrincipalsCommand extends Command<ListPrincipalsRequest, ListPrincipalsCommandOutput, 'ListPrincipalsCommand'> {
|
|
163
|
+
static readonly metaPath = "/ListPrincipals/2024-01-01/resource_share/get/text_plain/";
|
|
164
|
+
constructor(input: ListPrincipalsRequest);
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Command to ListResourceShareAssociations
|
|
168
|
+
*/
|
|
169
|
+
export declare class ListResourceShareAssociationsCommand extends Command<ListResourceShareAssociationsRequest, ListResourceShareAssociationsCommandOutput, 'ListResourceShareAssociationsCommand'> {
|
|
170
|
+
static readonly metaPath = "/ListResourceShareAssociations/2024-01-01/resource_share/get/text_plain/";
|
|
171
|
+
constructor(input: ListResourceShareAssociationsRequest);
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Command to ListResourceSharePermissions
|
|
175
|
+
*/
|
|
176
|
+
export declare class ListResourceSharePermissionsCommand extends Command<ListResourceSharePermissionsRequest, ListResourceSharePermissionsCommandOutput, 'ListResourceSharePermissionsCommand'> {
|
|
177
|
+
static readonly metaPath = "/ListResourceSharePermissions/2024-01-01/resource_share/get/text_plain/";
|
|
178
|
+
constructor(input: ListResourceSharePermissionsRequest);
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Command to ListResourceTypes
|
|
182
|
+
*/
|
|
183
|
+
export declare class ListResourceTypesCommand extends Command<ListResourceTypesRequest, ListResourceTypesCommandOutput, 'ListResourceTypesCommand'> {
|
|
184
|
+
static readonly metaPath = "/ListResourceTypes/2024-01-01/resource_share/get/text_plain/";
|
|
185
|
+
constructor(input: ListResourceTypesRequest);
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* Command to ListResources
|
|
189
|
+
*/
|
|
190
|
+
export declare class ListResourcesCommand extends Command<ListResourcesRequest, ListResourcesCommandOutput, 'ListResourcesCommand'> {
|
|
191
|
+
static readonly metaPath = "/ListResources/2024-01-01/resource_share/get/text_plain/";
|
|
192
|
+
constructor(input: ListResourcesRequest);
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Command to ListTagsForResources
|
|
196
|
+
*/
|
|
197
|
+
export declare class ListTagsForResourcesCommand extends Command<ListTagsForResourcesRequest, ListTagsForResourcesCommandOutput, 'ListTagsForResourcesCommand'> {
|
|
198
|
+
static readonly metaPath = "/ListTagsForResources/2024-01-01/resource_share/get/text_plain/";
|
|
199
|
+
constructor(input: ListTagsForResourcesRequest);
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Command to RejectResourceShareInvitation
|
|
203
|
+
*/
|
|
204
|
+
export declare class RejectResourceShareInvitationCommand extends Command<RejectResourceShareInvitationRequest, RejectResourceShareInvitationCommandOutput, 'RejectResourceShareInvitationCommand'> {
|
|
205
|
+
static readonly metaPath = "/RejectResourceShareInvitation/2024-01-01/resource_share/get/text_plain/";
|
|
206
|
+
constructor(input: RejectResourceShareInvitationRequest);
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* Command to TagResources
|
|
210
|
+
*/
|
|
211
|
+
export declare class TagResourcesCommand extends Command<TagResourcesRequest, TagResourcesCommandOutput, 'TagResourcesCommand'> {
|
|
212
|
+
static readonly metaPath = "/TagResources/2024-01-01/resource_share/get/text_plain/";
|
|
213
|
+
constructor(input: TagResourcesRequest);
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* Command to UntagResources
|
|
217
|
+
*/
|
|
218
|
+
export declare class UntagResourcesCommand extends Command<UntagResourcesRequest, UntagResourcesCommandOutput, 'UntagResourcesCommand'> {
|
|
219
|
+
static readonly metaPath = "/UntagResources/2024-01-01/resource_share/get/text_plain/";
|
|
220
|
+
constructor(input: UntagResourcesRequest);
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* Command to UpdateResourceShare
|
|
224
|
+
*/
|
|
225
|
+
export declare class UpdateResourceShareCommand extends Command<UpdateResourceShareRequest, UpdateResourceShareCommandOutput, 'UpdateResourceShareCommand'> {
|
|
226
|
+
static readonly metaPath = "/UpdateResourceShare/2024-01-01/resource_share/get/text_plain/";
|
|
227
|
+
constructor(input: UpdateResourceShareRequest);
|
|
228
|
+
}
|
|
229
|
+
declare const _default: {
|
|
230
|
+
RESOURCESHAREClient: typeof RESOURCESHAREClient;
|
|
231
|
+
AcceptResourceShareInvitationCommand: typeof AcceptResourceShareInvitationCommand;
|
|
232
|
+
AssociateResourceShareCommand: typeof AssociateResourceShareCommand;
|
|
233
|
+
CreateResourceShareCommand: typeof CreateResourceShareCommand;
|
|
234
|
+
DeleteResourceShareCommand: typeof DeleteResourceShareCommand;
|
|
235
|
+
DescribeResourceShareInvitationsCommand: typeof DescribeResourceShareInvitationsCommand;
|
|
236
|
+
DescribeResourceSharesCommand: typeof DescribeResourceSharesCommand;
|
|
237
|
+
DisableSharingWithOrganizationCommand: typeof DisableSharingWithOrganizationCommand;
|
|
238
|
+
DisassociateResourceShareCommand: typeof DisassociateResourceShareCommand;
|
|
239
|
+
EnableSharingWithOrganizationCommand: typeof EnableSharingWithOrganizationCommand;
|
|
240
|
+
GetPermissionCommand: typeof GetPermissionCommand;
|
|
241
|
+
ListPermissionsCommand: typeof ListPermissionsCommand;
|
|
242
|
+
ListPrincipalsCommand: typeof ListPrincipalsCommand;
|
|
243
|
+
ListResourceShareAssociationsCommand: typeof ListResourceShareAssociationsCommand;
|
|
244
|
+
ListResourceSharePermissionsCommand: typeof ListResourceSharePermissionsCommand;
|
|
245
|
+
ListResourceTypesCommand: typeof ListResourceTypesCommand;
|
|
246
|
+
ListResourcesCommand: typeof ListResourcesCommand;
|
|
247
|
+
ListTagsForResourcesCommand: typeof ListTagsForResourcesCommand;
|
|
248
|
+
RejectResourceShareInvitationCommand: typeof RejectResourceShareInvitationCommand;
|
|
249
|
+
TagResourcesCommand: typeof TagResourcesCommand;
|
|
250
|
+
UntagResourcesCommand: typeof UntagResourcesCommand;
|
|
251
|
+
UpdateResourceShareCommand: typeof UpdateResourceShareCommand;
|
|
252
|
+
};
|
|
253
|
+
export default _default;
|
|
254
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
export * from "./api";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { Client, Command, buildRequestConfigFromMetaPath } from "@volcengine/sdk-core";
|
|
2
|
+
function _define_property(obj, key, value) {
|
|
3
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
else obj[key] = value;
|
|
10
|
+
return obj;
|
|
11
|
+
}
|
|
12
|
+
class RESOURCESHAREClient extends Client {
|
|
13
|
+
constructor(config = {}){
|
|
14
|
+
super({
|
|
15
|
+
protocol: 'https',
|
|
16
|
+
region: 'cn-beijing',
|
|
17
|
+
...config
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
class AcceptResourceShareInvitationCommand extends Command {
|
|
22
|
+
constructor(input){
|
|
23
|
+
super(input);
|
|
24
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AcceptResourceShareInvitationCommand.metaPath);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
_define_property(AcceptResourceShareInvitationCommand, "metaPath", '/AcceptResourceShareInvitation/2024-01-01/resource_share/get/text_plain/');
|
|
28
|
+
class AssociateResourceShareCommand extends Command {
|
|
29
|
+
constructor(input){
|
|
30
|
+
super(input);
|
|
31
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AssociateResourceShareCommand.metaPath);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
_define_property(AssociateResourceShareCommand, "metaPath", '/AssociateResourceShare/2024-01-01/resource_share/get/text_plain/');
|
|
35
|
+
class CreateResourceShareCommand extends Command {
|
|
36
|
+
constructor(input){
|
|
37
|
+
super(input);
|
|
38
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateResourceShareCommand.metaPath);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
_define_property(CreateResourceShareCommand, "metaPath", '/CreateResourceShare/2024-01-01/resource_share/get/text_plain/');
|
|
42
|
+
class DeleteResourceShareCommand extends Command {
|
|
43
|
+
constructor(input){
|
|
44
|
+
super(input);
|
|
45
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteResourceShareCommand.metaPath);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
_define_property(DeleteResourceShareCommand, "metaPath", '/DeleteResourceShare/2024-01-01/resource_share/get/text_plain/');
|
|
49
|
+
class DescribeResourceShareInvitationsCommand extends Command {
|
|
50
|
+
constructor(input){
|
|
51
|
+
super(input);
|
|
52
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeResourceShareInvitationsCommand.metaPath);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
_define_property(DescribeResourceShareInvitationsCommand, "metaPath", '/DescribeResourceShareInvitations/2024-01-01/resource_share/get/text_plain/');
|
|
56
|
+
class DescribeResourceSharesCommand extends Command {
|
|
57
|
+
constructor(input){
|
|
58
|
+
super(input);
|
|
59
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeResourceSharesCommand.metaPath);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
_define_property(DescribeResourceSharesCommand, "metaPath", '/DescribeResourceShares/2024-01-01/resource_share/get/text_plain/');
|
|
63
|
+
class DisableSharingWithOrganizationCommand extends Command {
|
|
64
|
+
constructor(input){
|
|
65
|
+
super(input);
|
|
66
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DisableSharingWithOrganizationCommand.metaPath);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
_define_property(DisableSharingWithOrganizationCommand, "metaPath", '/DisableSharingWithOrganization/2024-01-01/resource_share/get/text_plain/');
|
|
70
|
+
class DisassociateResourceShareCommand extends Command {
|
|
71
|
+
constructor(input){
|
|
72
|
+
super(input);
|
|
73
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DisassociateResourceShareCommand.metaPath);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
_define_property(DisassociateResourceShareCommand, "metaPath", '/DisassociateResourceShare/2024-01-01/resource_share/get/text_plain/');
|
|
77
|
+
class EnableSharingWithOrganizationCommand extends Command {
|
|
78
|
+
constructor(input){
|
|
79
|
+
super(input);
|
|
80
|
+
this.requestConfig = buildRequestConfigFromMetaPath(EnableSharingWithOrganizationCommand.metaPath);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
_define_property(EnableSharingWithOrganizationCommand, "metaPath", '/EnableSharingWithOrganization/2024-01-01/resource_share/get/text_plain/');
|
|
84
|
+
class GetPermissionCommand extends Command {
|
|
85
|
+
constructor(input){
|
|
86
|
+
super(input);
|
|
87
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetPermissionCommand.metaPath);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
_define_property(GetPermissionCommand, "metaPath", '/GetPermission/2024-01-01/resource_share/get/text_plain/');
|
|
91
|
+
class ListPermissionsCommand extends Command {
|
|
92
|
+
constructor(input){
|
|
93
|
+
super(input);
|
|
94
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListPermissionsCommand.metaPath);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
_define_property(ListPermissionsCommand, "metaPath", '/ListPermissions/2024-01-01/resource_share/get/text_plain/');
|
|
98
|
+
class ListPrincipalsCommand extends Command {
|
|
99
|
+
constructor(input){
|
|
100
|
+
super(input);
|
|
101
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListPrincipalsCommand.metaPath);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
_define_property(ListPrincipalsCommand, "metaPath", '/ListPrincipals/2024-01-01/resource_share/get/text_plain/');
|
|
105
|
+
class ListResourceShareAssociationsCommand extends Command {
|
|
106
|
+
constructor(input){
|
|
107
|
+
super(input);
|
|
108
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListResourceShareAssociationsCommand.metaPath);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
_define_property(ListResourceShareAssociationsCommand, "metaPath", '/ListResourceShareAssociations/2024-01-01/resource_share/get/text_plain/');
|
|
112
|
+
class ListResourceSharePermissionsCommand extends Command {
|
|
113
|
+
constructor(input){
|
|
114
|
+
super(input);
|
|
115
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListResourceSharePermissionsCommand.metaPath);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
_define_property(ListResourceSharePermissionsCommand, "metaPath", '/ListResourceSharePermissions/2024-01-01/resource_share/get/text_plain/');
|
|
119
|
+
class ListResourceTypesCommand extends Command {
|
|
120
|
+
constructor(input){
|
|
121
|
+
super(input);
|
|
122
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListResourceTypesCommand.metaPath);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
_define_property(ListResourceTypesCommand, "metaPath", '/ListResourceTypes/2024-01-01/resource_share/get/text_plain/');
|
|
126
|
+
class ListResourcesCommand extends Command {
|
|
127
|
+
constructor(input){
|
|
128
|
+
super(input);
|
|
129
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListResourcesCommand.metaPath);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
_define_property(ListResourcesCommand, "metaPath", '/ListResources/2024-01-01/resource_share/get/text_plain/');
|
|
133
|
+
class ListTagsForResourcesCommand extends Command {
|
|
134
|
+
constructor(input){
|
|
135
|
+
super(input);
|
|
136
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListTagsForResourcesCommand.metaPath);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
_define_property(ListTagsForResourcesCommand, "metaPath", '/ListTagsForResources/2024-01-01/resource_share/get/text_plain/');
|
|
140
|
+
class RejectResourceShareInvitationCommand extends Command {
|
|
141
|
+
constructor(input){
|
|
142
|
+
super(input);
|
|
143
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RejectResourceShareInvitationCommand.metaPath);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
_define_property(RejectResourceShareInvitationCommand, "metaPath", '/RejectResourceShareInvitation/2024-01-01/resource_share/get/text_plain/');
|
|
147
|
+
class TagResourcesCommand extends Command {
|
|
148
|
+
constructor(input){
|
|
149
|
+
super(input);
|
|
150
|
+
this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
_define_property(TagResourcesCommand, "metaPath", '/TagResources/2024-01-01/resource_share/get/text_plain/');
|
|
154
|
+
class UntagResourcesCommand extends Command {
|
|
155
|
+
constructor(input){
|
|
156
|
+
super(input);
|
|
157
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
_define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2024-01-01/resource_share/get/text_plain/');
|
|
161
|
+
class UpdateResourceShareCommand extends Command {
|
|
162
|
+
constructor(input){
|
|
163
|
+
super(input);
|
|
164
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateResourceShareCommand.metaPath);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
_define_property(UpdateResourceShareCommand, "metaPath", '/UpdateResourceShare/2024-01-01/resource_share/get/text_plain/');
|
|
168
|
+
export { AcceptResourceShareInvitationCommand, AssociateResourceShareCommand, CreateResourceShareCommand, DeleteResourceShareCommand, DescribeResourceShareInvitationsCommand, DescribeResourceSharesCommand, DisableSharingWithOrganizationCommand, DisassociateResourceShareCommand, EnableSharingWithOrganizationCommand, GetPermissionCommand, ListPermissionsCommand, ListPrincipalsCommand, ListResourceShareAssociationsCommand, ListResourceSharePermissionsCommand, ListResourceTypesCommand, ListResourcesCommand, ListTagsForResourcesCommand, RESOURCESHAREClient, RejectResourceShareInvitationCommand, TagResourcesCommand, UntagResourcesCommand, UpdateResourceShareCommand };
|
|
@@ -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 AcceptResourceShareInvitationRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface AcceptResourceShareInvitationRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AcceptResourceShareInvitationRequest
|
|
22
|
+
*/
|
|
23
|
+
ResourceShareInvitationTrn: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=accept-resource-share-invitation-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accept-resource-share-invitation-request.d.ts","sourceRoot":"","sources":["../../../src/types/accept-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 AcceptResourceShareInvitationResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface AcceptResourceShareInvitationResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=accept-resource-share-invitation-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accept-resource-share-invitation-response.d.ts","sourceRoot":"","sources":["../../../src/types/accept-resource-share-invitation-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;CACrD"}
|
|
@@ -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 AssociateResourceShareRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface AssociateResourceShareRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AssociateResourceShareRequest
|
|
22
|
+
*/
|
|
23
|
+
Principals?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AssociateResourceShareRequest
|
|
27
|
+
*/
|
|
28
|
+
ResourceShareTrn: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof AssociateResourceShareRequest
|
|
32
|
+
*/
|
|
33
|
+
ResourceTrns?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=associate-resource-share-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"associate-resource-share-request.d.ts","sourceRoot":"","sources":["../../../src/types/associate-resource-share-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;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 AssociateResourceShareResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface AssociateResourceShareResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=associate-resource-share-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"associate-resource-share-response.d.ts","sourceRoot":"","sources":["../../../src/types/associate-resource-share-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;CAC9C"}
|
|
@@ -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 AssociationForListResourceShareAssociationsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface AssociationForListResourceShareAssociationsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AssociationForListResourceShareAssociationsOutput
|
|
22
|
+
*/
|
|
23
|
+
AssociateTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AssociationForListResourceShareAssociationsOutput
|
|
27
|
+
*/
|
|
28
|
+
AssociationEntity?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof AssociationForListResourceShareAssociationsOutput
|
|
32
|
+
*/
|
|
33
|
+
AssociationType?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof AssociationForListResourceShareAssociationsOutput
|
|
37
|
+
*/
|
|
38
|
+
External?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AssociationForListResourceShareAssociationsOutput
|
|
42
|
+
*/
|
|
43
|
+
ResourceShareId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof AssociationForListResourceShareAssociationsOutput
|
|
47
|
+
*/
|
|
48
|
+
ResourceShareName?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AssociationForListResourceShareAssociationsOutput
|
|
52
|
+
*/
|
|
53
|
+
ResourceShareTrn?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AssociationForListResourceShareAssociationsOutput
|
|
57
|
+
*/
|
|
58
|
+
Status?: string;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=association-for-list-resource-share-associations-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"association-for-list-resource-share-associations-output.d.ts","sourceRoot":"","sources":["../../../src/types/association-for-list-resource-share-associations-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iDAAiD;IAE9D;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;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;CACnB"}
|