@aws-sdk/client-drs 3.535.0 → 3.536.0
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.
|
@@ -29,6 +29,8 @@ declare const RetryDataReplicationCommand_base: {
|
|
|
29
29
|
* <p>WARNING: RetryDataReplication is deprecated.
|
|
30
30
|
* Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.
|
|
31
31
|
* </p>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated WARNING: RetryDataReplication is deprecated
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -172,7 +174,6 @@ declare const RetryDataReplicationCommand_base: {
|
|
|
172
174
|
* <p>Base exception class for all service exceptions from Drs service.</p>
|
|
173
175
|
*
|
|
174
176
|
* @public
|
|
175
|
-
* @deprecated WARNING: RetryDataReplication is deprecated
|
|
176
177
|
*/
|
|
177
178
|
export declare class RetryDataReplicationCommand extends RetryDataReplicationCommand_base {
|
|
178
179
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-drs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.536.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-drs",
|