Skip to content

Commit bd90490

Browse files
author
awstools
committed
docs(client-memorydb): Doc only update for changes to deletion API.
1 parent 71f373d commit bd90490

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

clients/client-memorydb/src/commands/DeleteClusterCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
2929

3030
/**
3131
* <p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p>
32+
* <note>
33+
* <p>
34+
* <code>CreateSnapshot</code> permission is required to create a final snapshot.
35+
* Without this permission, the API call will fail with an <code>Access Denied</code> exception.</p>
36+
* </note>
3237
* @example
3338
* Use a bare-bones client and the command you need to make an API call.
3439
* ```javascript

codegen/sdk-codegen/aws-models/memorydb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@
25932593
}
25942594
],
25952595
"traits": {
2596-
"smithy.api#documentation": "<p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p>"
2596+
"smithy.api#documentation": "<p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p>\n <note>\n <p>\n <code>CreateSnapshot</code> permission is required to create a final snapshot. \n Without this permission, the API call will fail with an <code>Access Denied</code> exception.</p>\n </note>"
25972597
}
25982598
},
25992599
"com.amazonaws.memorydb#DeleteClusterRequest": {

0 commit comments

Comments
 (0)