Skip to content

Commit

Permalink
Updates SDK to v2.289.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 8, 2018
1 parent c208c65 commit 240bf4d
Show file tree
Hide file tree
Showing 15 changed files with 453 additions and 327 deletions.
12 changes: 12 additions & 0 deletions .changes/2.289.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "SSM",
"description": "AWS Systems Manager Automation is launching two new features for Automation Execution Rate Control based on tags and customized parameter maps. With the first feature, customer can target their resources by specifying a Tag with Key/Value. With the second feature, Parameter maps rate control, customers can benefit from customization of input parameters."
},
{
"type": "feature",
"category": "SecretsManager",
"description": "This release introduces a ForceDeleteWithoutRecovery parameter to the DeleteSecret API enabling customers to force the deletion of a secret without any recovery window"
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.288.0-->
<!--LATEST=2.289.0-->
<!--ENTRYINSERT-->

## 2.289.0
* feature: SSM: AWS Systems Manager Automation is launching two new features for Automation Execution Rate Control based on tags and customized parameter maps. With the first feature, customer can target their resources by specifying a Tag with Key/Value. With the second feature, Parameter maps rate control, customers can benefit from customization of input parameters.
* feature: SecretsManager: This release introduces a ForceDeleteWithoutRecovery parameter to the DeleteSecret API enabling customers to force the deletion of a secret without any recovery window

## 2.288.0
* feature: CloudWatchLogs: Documentation Update
* feature: CodeBuild: Release semantic versioning feature for CodeBuild
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.288.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.289.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
29 changes: 16 additions & 13 deletions apis/secretsmanager-2017-10-17.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
"SecretId": {},
"RecoveryWindowInDays": {
"type": "long"
},
"ForceDeleteWithoutRecovery": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -129,7 +132,7 @@
},
"RotationLambdaARN": {},
"RotationRules": {
"shape": "St"
"shape": "Su"
},
"LastRotatedDate": {
"type": "timestamp"
Expand All @@ -147,7 +150,7 @@
"shape": "Se"
},
"VersionIdsToStages": {
"shape": "Sz"
"shape": "S10"
}
}
}
Expand Down Expand Up @@ -231,7 +234,7 @@
"shape": "Sd"
},
"VersionStages": {
"shape": "S10"
"shape": "S11"
},
"CreatedDate": {
"type": "timestamp"
Expand Down Expand Up @@ -266,7 +269,7 @@
"members": {
"VersionId": {},
"VersionStages": {
"shape": "S10"
"shape": "S11"
},
"LastAccessedDate": {
"type": "timestamp"
Expand Down Expand Up @@ -310,7 +313,7 @@
},
"RotationLambdaARN": {},
"RotationRules": {
"shape": "St"
"shape": "Su"
},
"LastRotatedDate": {
"type": "timestamp"
Expand All @@ -328,7 +331,7 @@
"shape": "Se"
},
"SecretVersionsToStages": {
"shape": "Sz"
"shape": "S10"
}
}
}
Expand Down Expand Up @@ -375,7 +378,7 @@
"shape": "Sd"
},
"VersionStages": {
"shape": "S10"
"shape": "S11"
}
}
},
Expand All @@ -386,7 +389,7 @@
"Name": {},
"VersionId": {},
"VersionStages": {
"shape": "S10"
"shape": "S11"
}
}
}
Expand Down Expand Up @@ -422,7 +425,7 @@
},
"RotationLambdaARN": {},
"RotationRules": {
"shape": "St"
"shape": "Su"
}
}
},
Expand Down Expand Up @@ -538,22 +541,22 @@
}
}
},
"St": {
"Su": {
"type": "structure",
"members": {
"AutomaticallyAfterDays": {
"type": "long"
}
}
},
"Sz": {
"S10": {
"type": "map",
"key": {},
"value": {
"shape": "S10"
"shape": "S11"
}
},
"S10": {
"S11": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit 240bf4d

Please sign in to comment.