oci-filestorage 2.96.0 → 2.97.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/lib/client.d.ts +126 -0
- package/lib/client.js +2238 -1284
- package/lib/client.js.map +1 -1
- package/lib/model/create-export-details.d.ts +4 -0
- package/lib/model/create-export-details.js +10 -0
- package/lib/model/create-export-details.js.map +1 -1
- package/lib/model/create-file-system-details.d.ts +5 -0
- package/lib/model/create-file-system-details.js +34 -2
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/create-filesystem-snapshot-policy-details.d.ts +4 -0
- package/lib/model/create-filesystem-snapshot-policy-details.js +10 -0
- package/lib/model/create-filesystem-snapshot-policy-details.js.map +1 -1
- package/lib/model/create-mount-target-details.d.ts +4 -0
- package/lib/model/create-mount-target-details.js +11 -1
- package/lib/model/create-mount-target-details.js.map +1 -1
- package/lib/model/create-outbound-connector-details.d.ts +5 -0
- package/lib/model/create-outbound-connector-details.js +14 -2
- package/lib/model/create-outbound-connector-details.js.map +1 -1
- package/lib/model/create-replication-details.d.ts +5 -0
- package/lib/model/create-replication-details.js +34 -2
- package/lib/model/create-replication-details.js.map +1 -1
- package/lib/model/create-snapshot-details.d.ts +5 -0
- package/lib/model/create-snapshot-details.js +34 -2
- package/lib/model/create-snapshot-details.js.map +1 -1
- package/lib/model/export-summary.d.ts +5 -0
- package/lib/model/export-summary.js +34 -2
- package/lib/model/export-summary.js.map +1 -1
- package/lib/model/export.d.ts +4 -0
- package/lib/model/export.js +10 -0
- package/lib/model/export.js.map +1 -1
- package/lib/model/file-system-summary.d.ts +4 -0
- package/lib/model/file-system-summary.js +10 -0
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +4 -0
- package/lib/model/file-system.js +10 -0
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/filesystem-snapshot-policy-summary.d.ts +5 -0
- package/lib/model/filesystem-snapshot-policy-summary.js +34 -2
- package/lib/model/filesystem-snapshot-policy-summary.js.map +1 -1
- package/lib/model/filesystem-snapshot-policy.d.ts +4 -0
- package/lib/model/filesystem-snapshot-policy.js +10 -0
- package/lib/model/filesystem-snapshot-policy.js.map +1 -1
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +4 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/mount-target-summary.d.ts +5 -0
- package/lib/model/mount-target-summary.js +34 -2
- package/lib/model/mount-target-summary.js.map +1 -1
- package/lib/model/mount-target.d.ts +4 -0
- package/lib/model/mount-target.js +12 -2
- package/lib/model/mount-target.js.map +1 -1
- package/lib/model/outbound-connector-summary.d.ts +5 -0
- package/lib/model/outbound-connector-summary.js +14 -2
- package/lib/model/outbound-connector-summary.js.map +1 -1
- package/lib/model/outbound-connector.d.ts +5 -0
- package/lib/model/outbound-connector.js +14 -2
- package/lib/model/outbound-connector.js.map +1 -1
- package/lib/model/replication-summary.d.ts +5 -0
- package/lib/model/replication-summary.js +34 -2
- package/lib/model/replication-summary.js.map +1 -1
- package/lib/model/replication.d.ts +5 -0
- package/lib/model/replication.js +34 -2
- package/lib/model/replication.js.map +1 -1
- package/lib/model/resource-lock.d.ts +54 -0
- package/lib/model/resource-lock.js +41 -0
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/model/snapshot-summary.d.ts +5 -0
- package/lib/model/snapshot-summary.js +34 -2
- package/lib/model/snapshot-summary.js.map +1 -1
- package/lib/model/snapshot.d.ts +5 -0
- package/lib/model/snapshot.js +34 -2
- package/lib/model/snapshot.js.map +1 -1
- package/lib/request/add-export-lock-request.d.ts +42 -0
- package/lib/request/add-export-lock-request.js +15 -0
- package/lib/request/add-export-lock-request.js.map +1 -0
- package/lib/request/add-file-system-lock-request.d.ts +42 -0
- package/lib/request/add-file-system-lock-request.js +15 -0
- package/lib/request/add-file-system-lock-request.js.map +1 -0
- package/lib/request/add-filesystem-snapshot-policy-lock-request.d.ts +42 -0
- package/lib/request/add-filesystem-snapshot-policy-lock-request.js +15 -0
- package/lib/request/add-filesystem-snapshot-policy-lock-request.js.map +1 -0
- package/lib/request/add-mount-target-lock-request.d.ts +42 -0
- package/lib/request/add-mount-target-lock-request.js +15 -0
- package/lib/request/add-mount-target-lock-request.js.map +1 -0
- package/lib/request/add-outbound-connector-lock-request.d.ts +42 -0
- package/lib/request/add-outbound-connector-lock-request.js +15 -0
- package/lib/request/add-outbound-connector-lock-request.js.map +1 -0
- package/lib/request/add-replication-lock-request.d.ts +42 -0
- package/lib/request/add-replication-lock-request.js +15 -0
- package/lib/request/add-replication-lock-request.js.map +1 -0
- package/lib/request/add-snapshot-lock-request.d.ts +42 -0
- package/lib/request/add-snapshot-lock-request.js +15 -0
- package/lib/request/add-snapshot-lock-request.js.map +1 -0
- package/lib/request/change-file-system-compartment-request.d.ts +4 -0
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +4 -0
- package/lib/request/change-mount-target-compartment-request.d.ts +4 -0
- package/lib/request/change-outbound-connector-compartment-request.d.ts +4 -0
- package/lib/request/change-replication-compartment-request.d.ts +4 -0
- package/lib/request/create-mount-target-request.d.ts +4 -0
- package/lib/request/delete-export-request.d.ts +4 -0
- package/lib/request/delete-file-system-request.d.ts +4 -0
- package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +4 -0
- package/lib/request/delete-mount-target-request.d.ts +4 -0
- package/lib/request/delete-outbound-connector-request.d.ts +4 -0
- package/lib/request/delete-replication-request.d.ts +4 -0
- package/lib/request/delete-replication-request.js.map +1 -1
- package/lib/request/delete-replication-target-request.d.ts +4 -0
- package/lib/request/delete-snapshot-request.d.ts +4 -0
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +4 -0
- package/lib/request/remove-export-lock-request.d.ts +42 -0
- package/lib/request/remove-export-lock-request.js +15 -0
- package/lib/request/remove-export-lock-request.js.map +1 -0
- package/lib/request/remove-file-system-lock-request.d.ts +42 -0
- package/lib/request/remove-file-system-lock-request.js +15 -0
- package/lib/request/remove-file-system-lock-request.js.map +1 -0
- package/lib/request/remove-filesystem-snapshot-policy-lock-request.d.ts +42 -0
- package/lib/request/remove-filesystem-snapshot-policy-lock-request.js +15 -0
- package/lib/request/remove-filesystem-snapshot-policy-lock-request.js.map +1 -0
- package/lib/request/remove-mount-target-lock-request.d.ts +42 -0
- package/lib/request/remove-mount-target-lock-request.js +15 -0
- package/lib/request/remove-mount-target-lock-request.js.map +1 -0
- package/lib/request/remove-outbound-connector-lock-request.d.ts +42 -0
- package/lib/request/remove-outbound-connector-lock-request.js +15 -0
- package/lib/request/remove-outbound-connector-lock-request.js.map +1 -0
- package/lib/request/remove-replication-lock-request.d.ts +42 -0
- package/lib/request/remove-replication-lock-request.js +15 -0
- package/lib/request/remove-replication-lock-request.js.map +1 -0
- package/lib/request/remove-snapshot-lock-request.d.ts +42 -0
- package/lib/request/remove-snapshot-lock-request.js +15 -0
- package/lib/request/remove-snapshot-lock-request.js.map +1 -0
- package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +4 -0
- package/lib/request/update-export-request.d.ts +4 -0
- package/lib/request/update-file-system-request.d.ts +4 -0
- package/lib/request/update-filesystem-snapshot-policy-request.d.ts +4 -0
- package/lib/request/update-mount-target-request.d.ts +4 -0
- package/lib/request/update-outbound-connector-request.d.ts +4 -0
- package/lib/request/update-replication-request.d.ts +4 -0
- package/lib/request/update-snapshot-request.d.ts +4 -0
- package/lib/response/add-export-lock-response.d.ts +30 -0
- package/lib/response/add-export-lock-response.js +15 -0
- package/lib/response/add-export-lock-response.js.map +1 -0
- package/lib/response/add-file-system-lock-response.d.ts +30 -0
- package/lib/response/add-file-system-lock-response.js +15 -0
- package/lib/response/add-file-system-lock-response.js.map +1 -0
- package/lib/response/add-filesystem-snapshot-policy-lock-response.d.ts +30 -0
- package/lib/response/add-filesystem-snapshot-policy-lock-response.js +15 -0
- package/lib/response/add-filesystem-snapshot-policy-lock-response.js.map +1 -0
- package/lib/response/add-mount-target-lock-response.d.ts +30 -0
- package/lib/response/add-mount-target-lock-response.js +15 -0
- package/lib/response/add-mount-target-lock-response.js.map +1 -0
- package/lib/response/add-outbound-connector-lock-response.d.ts +30 -0
- package/lib/response/add-outbound-connector-lock-response.js +15 -0
- package/lib/response/add-outbound-connector-lock-response.js.map +1 -0
- package/lib/response/add-replication-lock-response.d.ts +30 -0
- package/lib/response/add-replication-lock-response.js +15 -0
- package/lib/response/add-replication-lock-response.js.map +1 -0
- package/lib/response/add-snapshot-lock-response.d.ts +30 -0
- package/lib/response/add-snapshot-lock-response.js +15 -0
- package/lib/response/add-snapshot-lock-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/remove-export-lock-response.d.ts +30 -0
- package/lib/response/remove-export-lock-response.js +15 -0
- package/lib/response/remove-export-lock-response.js.map +1 -0
- package/lib/response/remove-file-system-lock-response.d.ts +30 -0
- package/lib/response/remove-file-system-lock-response.js +15 -0
- package/lib/response/remove-file-system-lock-response.js.map +1 -0
- package/lib/response/remove-filesystem-snapshot-policy-lock-response.d.ts +30 -0
- package/lib/response/remove-filesystem-snapshot-policy-lock-response.js +15 -0
- package/lib/response/remove-filesystem-snapshot-policy-lock-response.js.map +1 -0
- package/lib/response/remove-mount-target-lock-response.d.ts +30 -0
- package/lib/response/remove-mount-target-lock-response.js +15 -0
- package/lib/response/remove-mount-target-lock-response.js.map +1 -0
- package/lib/response/remove-outbound-connector-lock-response.d.ts +30 -0
- package/lib/response/remove-outbound-connector-lock-response.js +15 -0
- package/lib/response/remove-outbound-connector-lock-response.js.map +1 -0
- package/lib/response/remove-replication-lock-response.d.ts +30 -0
- package/lib/response/remove-replication-lock-response.js +15 -0
- package/lib/response/remove-replication-lock-response.js.map +1 -0
- package/lib/response/remove-snapshot-lock-response.d.ts +30 -0
- package/lib/response/remove-snapshot-lock-response.js +15 -0
- package/lib/response/remove-snapshot-lock-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -92,6 +92,69 @@ export declare class FileStorageClient {
|
|
|
92
92
|
* Close the client once it is no longer needed
|
|
93
93
|
*/
|
|
94
94
|
close(): void;
|
|
95
|
+
/**
|
|
96
|
+
* Adds a lock to a resource.
|
|
97
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
98
|
+
* @param AddExportLockRequest
|
|
99
|
+
* @return AddExportLockResponse
|
|
100
|
+
* @throws OciError when an error occurs
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddExportLock.ts.html |here} to see how to use AddExportLock API.
|
|
102
|
+
*/
|
|
103
|
+
addExportLock(addExportLockRequest: requests.AddExportLockRequest): Promise<responses.AddExportLockResponse>;
|
|
104
|
+
/**
|
|
105
|
+
* Adds a lock to a resource.
|
|
106
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
107
|
+
* @param AddFileSystemLockRequest
|
|
108
|
+
* @return AddFileSystemLockResponse
|
|
109
|
+
* @throws OciError when an error occurs
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddFileSystemLock.ts.html |here} to see how to use AddFileSystemLock API.
|
|
111
|
+
*/
|
|
112
|
+
addFileSystemLock(addFileSystemLockRequest: requests.AddFileSystemLockRequest): Promise<responses.AddFileSystemLockResponse>;
|
|
113
|
+
/**
|
|
114
|
+
* Adds a lock to a resource.
|
|
115
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
116
|
+
* @param AddFilesystemSnapshotPolicyLockRequest
|
|
117
|
+
* @return AddFilesystemSnapshotPolicyLockResponse
|
|
118
|
+
* @throws OciError when an error occurs
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddFilesystemSnapshotPolicyLock.ts.html |here} to see how to use AddFilesystemSnapshotPolicyLock API.
|
|
120
|
+
*/
|
|
121
|
+
addFilesystemSnapshotPolicyLock(addFilesystemSnapshotPolicyLockRequest: requests.AddFilesystemSnapshotPolicyLockRequest): Promise<responses.AddFilesystemSnapshotPolicyLockResponse>;
|
|
122
|
+
/**
|
|
123
|
+
* Adds a lock to a resource.
|
|
124
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
125
|
+
* @param AddMountTargetLockRequest
|
|
126
|
+
* @return AddMountTargetLockResponse
|
|
127
|
+
* @throws OciError when an error occurs
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddMountTargetLock.ts.html |here} to see how to use AddMountTargetLock API.
|
|
129
|
+
*/
|
|
130
|
+
addMountTargetLock(addMountTargetLockRequest: requests.AddMountTargetLockRequest): Promise<responses.AddMountTargetLockResponse>;
|
|
131
|
+
/**
|
|
132
|
+
* Adds a lock to a resource.
|
|
133
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
134
|
+
* @param AddOutboundConnectorLockRequest
|
|
135
|
+
* @return AddOutboundConnectorLockResponse
|
|
136
|
+
* @throws OciError when an error occurs
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddOutboundConnectorLock.ts.html |here} to see how to use AddOutboundConnectorLock API.
|
|
138
|
+
*/
|
|
139
|
+
addOutboundConnectorLock(addOutboundConnectorLockRequest: requests.AddOutboundConnectorLockRequest): Promise<responses.AddOutboundConnectorLockResponse>;
|
|
140
|
+
/**
|
|
141
|
+
* Adds a lock to a resource.
|
|
142
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
143
|
+
* @param AddReplicationLockRequest
|
|
144
|
+
* @return AddReplicationLockResponse
|
|
145
|
+
* @throws OciError when an error occurs
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddReplicationLock.ts.html |here} to see how to use AddReplicationLock API.
|
|
147
|
+
*/
|
|
148
|
+
addReplicationLock(addReplicationLockRequest: requests.AddReplicationLockRequest): Promise<responses.AddReplicationLockResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* Adds a lock to a resource.
|
|
151
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
152
|
+
* @param AddSnapshotLockRequest
|
|
153
|
+
* @return AddSnapshotLockResponse
|
|
154
|
+
* @throws OciError when an error occurs
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddSnapshotLock.ts.html |here} to see how to use AddSnapshotLock API.
|
|
156
|
+
*/
|
|
157
|
+
addSnapshotLock(addSnapshotLockRequest: requests.AddSnapshotLockRequest): Promise<responses.AddSnapshotLockResponse>;
|
|
95
158
|
/**
|
|
96
159
|
* Cancel scheduled downgrade shape request for mount target.
|
|
97
160
|
*
|
|
@@ -924,6 +987,69 @@ export declare class FileStorageClient {
|
|
|
924
987
|
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
925
988
|
*/
|
|
926
989
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
|
|
990
|
+
/**
|
|
991
|
+
* Removes a lock to a resource.
|
|
992
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
993
|
+
* @param RemoveExportLockRequest
|
|
994
|
+
* @return RemoveExportLockResponse
|
|
995
|
+
* @throws OciError when an error occurs
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveExportLock.ts.html |here} to see how to use RemoveExportLock API.
|
|
997
|
+
*/
|
|
998
|
+
removeExportLock(removeExportLockRequest: requests.RemoveExportLockRequest): Promise<responses.RemoveExportLockResponse>;
|
|
999
|
+
/**
|
|
1000
|
+
* Removes a lock to a resource.
|
|
1001
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1002
|
+
* @param RemoveFileSystemLockRequest
|
|
1003
|
+
* @return RemoveFileSystemLockResponse
|
|
1004
|
+
* @throws OciError when an error occurs
|
|
1005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveFileSystemLock.ts.html |here} to see how to use RemoveFileSystemLock API.
|
|
1006
|
+
*/
|
|
1007
|
+
removeFileSystemLock(removeFileSystemLockRequest: requests.RemoveFileSystemLockRequest): Promise<responses.RemoveFileSystemLockResponse>;
|
|
1008
|
+
/**
|
|
1009
|
+
* Removes a lock to a resource.
|
|
1010
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1011
|
+
* @param RemoveFilesystemSnapshotPolicyLockRequest
|
|
1012
|
+
* @return RemoveFilesystemSnapshotPolicyLockResponse
|
|
1013
|
+
* @throws OciError when an error occurs
|
|
1014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveFilesystemSnapshotPolicyLock.ts.html |here} to see how to use RemoveFilesystemSnapshotPolicyLock API.
|
|
1015
|
+
*/
|
|
1016
|
+
removeFilesystemSnapshotPolicyLock(removeFilesystemSnapshotPolicyLockRequest: requests.RemoveFilesystemSnapshotPolicyLockRequest): Promise<responses.RemoveFilesystemSnapshotPolicyLockResponse>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Removes a lock to a resource.
|
|
1019
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1020
|
+
* @param RemoveMountTargetLockRequest
|
|
1021
|
+
* @return RemoveMountTargetLockResponse
|
|
1022
|
+
* @throws OciError when an error occurs
|
|
1023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveMountTargetLock.ts.html |here} to see how to use RemoveMountTargetLock API.
|
|
1024
|
+
*/
|
|
1025
|
+
removeMountTargetLock(removeMountTargetLockRequest: requests.RemoveMountTargetLockRequest): Promise<responses.RemoveMountTargetLockResponse>;
|
|
1026
|
+
/**
|
|
1027
|
+
* Removes a lock to a resource.
|
|
1028
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1029
|
+
* @param RemoveOutboundConnectorLockRequest
|
|
1030
|
+
* @return RemoveOutboundConnectorLockResponse
|
|
1031
|
+
* @throws OciError when an error occurs
|
|
1032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveOutboundConnectorLock.ts.html |here} to see how to use RemoveOutboundConnectorLock API.
|
|
1033
|
+
*/
|
|
1034
|
+
removeOutboundConnectorLock(removeOutboundConnectorLockRequest: requests.RemoveOutboundConnectorLockRequest): Promise<responses.RemoveOutboundConnectorLockResponse>;
|
|
1035
|
+
/**
|
|
1036
|
+
* Removes a lock to a resource.
|
|
1037
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1038
|
+
* @param RemoveReplicationLockRequest
|
|
1039
|
+
* @return RemoveReplicationLockResponse
|
|
1040
|
+
* @throws OciError when an error occurs
|
|
1041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveReplicationLock.ts.html |here} to see how to use RemoveReplicationLock API.
|
|
1042
|
+
*/
|
|
1043
|
+
removeReplicationLock(removeReplicationLockRequest: requests.RemoveReplicationLockRequest): Promise<responses.RemoveReplicationLockResponse>;
|
|
1044
|
+
/**
|
|
1045
|
+
* Removes a lock to a resource.
|
|
1046
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1047
|
+
* @param RemoveSnapshotLockRequest
|
|
1048
|
+
* @return RemoveSnapshotLockResponse
|
|
1049
|
+
* @throws OciError when an error occurs
|
|
1050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveSnapshotLock.ts.html |here} to see how to use RemoveSnapshotLock API.
|
|
1051
|
+
*/
|
|
1052
|
+
removeSnapshotLock(removeSnapshotLockRequest: requests.RemoveSnapshotLockRequest): Promise<responses.RemoveSnapshotLockResponse>;
|
|
927
1053
|
/**
|
|
928
1054
|
* Schedule a downgrade shape of the mount target.
|
|
929
1055
|
*
|