Skip to content

Commit

Permalink
docs(client-memorydb): Doc only update for changes to deletion API.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 1, 2024
1 parent 71f373d commit bd90490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions clients/client-memorydb/src/commands/DeleteClusterCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met

/**
* <p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p>
* <note>
* <p>
* <code>CreateSnapshot</code> permission is required to create a final snapshot.
* Without this permission, the API call will fail with an <code>Access Denied</code> exception.</p>
* </note>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/memorydb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2593,7 +2593,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p>"
"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>"
}
},
"com.amazonaws.memorydb#DeleteClusterRequest": {
Expand Down

0 comments on commit bd90490

Please sign in to comment.