Skip to content

Commit c667218

Browse files
Update documentation for new ListSecrets and DescribeSecret parameters
1 parent bf15de3 commit c667218

20 files changed

+663
-777
lines changed

docgenerator/AWSSDKDocSamples/SecretsManager/SecretsManager.GeneratedSamples.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public void SecretsManagerDescribeSecret()
9898
DateTime lastChangedDate = response.LastChangedDate;
9999
DateTime lastRotatedDate = response.LastRotatedDate;
100100
string name = response.Name;
101+
DateTime nextRotationDate = response.NextRotationDate;
101102
bool rotationEnabled = response.RotationEnabled;
102103
string rotationLambdaARN = response.RotationLambdaARN;
103104
RotationRulesType rotationRules = response.RotationRules;

generator/ServiceModels/secretsmanager/secretsmanager-2017-10-17.docs.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)