@aws-sdk/client-dlm 3.775.0 → 3.777.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.
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetLifecyclePoliciesCommand.d.ts +1 -0
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -273,6 +273,7 @@ declare const CreateLifecyclePolicyCommand_base: {
|
|
|
273
273
|
* @throws {@link DLMServiceException}
|
|
274
274
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
275
275
|
*
|
|
276
|
+
*
|
|
276
277
|
* @public
|
|
277
278
|
*/
|
|
278
279
|
export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteLifecyclePolicyCommand_base: {
|
|
|
64
64
|
* @throws {@link DLMServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const GetLifecyclePoliciesCommand_base: {
|
|
|
92
92
|
* @throws {@link DLMServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetLifecyclePoliciesCommand extends GetLifecyclePoliciesCommand_base {
|
|
@@ -238,6 +238,7 @@ declare const GetLifecyclePolicyCommand_base: {
|
|
|
238
238
|
* @throws {@link DLMServiceException}
|
|
239
239
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
240
240
|
*
|
|
241
|
+
*
|
|
241
242
|
* @public
|
|
242
243
|
*/
|
|
243
244
|
export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link DLMServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link DLMServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link DLMServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -250,6 +250,7 @@ declare const UpdateLifecyclePolicyCommand_base: {
|
|
|
250
250
|
* @throws {@link DLMServiceException}
|
|
251
251
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
252
252
|
*
|
|
253
|
+
*
|
|
253
254
|
* @public
|
|
254
255
|
*/
|
|
255
256
|
export declare class UpdateLifecyclePolicyCommand extends UpdateLifecyclePolicyCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dlm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dlm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.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-dlm",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|