Skip to content

Commit

Permalink
Updates SDK to v2.1379.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 16, 2023
1 parent 5f8543c commit f98b4de
Show file tree
Hide file tree
Showing 21 changed files with 539 additions and 171 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1379.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Detective",
"description": "Added and updated API operations in Detective to support the integration of ASFF Security Hub findings."
},
{
"type": "feature",
"category": "Glue",
"description": "Add Support for Tags for Custom Entity Types"
},
{
"type": "feature",
"category": "WAFV2",
"description": "My AWS Service (placeholder) - You can now rate limit web requests based on aggregation keys other than IP addresses, and you can aggregate using combinations of keys. You can also rate limit all requests that match a scope-down statement, without further aggregation."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1378.0-->
<!--LATEST=2.1379.0-->
<!--ENTRYINSERT-->

## 2.1379.0
* feature: Detective: Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.
* feature: Glue: Add Support for Tags for Custom Entity Types
* feature: WAFV2: My AWS Service (placeholder) - You can now rate limit web requests based on aggregation keys other than IP addresses, and you can aggregate using combinations of keys. You can also rate limit all requests that match a scope-down statement, without further aggregation.

## 2.1378.0
* feature: Athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* feature: CodeCatalyst: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1378.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1379.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
3 changes: 2 additions & 1 deletion apis/detective-2018-10-26.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,8 @@
"type": "string",
"enum": [
"DETECTIVE_CORE",
"EKS_AUDIT"
"EKS_AUDIT",
"ASFF_SECURITYHUB_FINDING"
]
},
"DatasourcePackageIngestDetail": {
Expand Down
4 changes: 2 additions & 2 deletions apis/directconnect-2012-10-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3956,7 +3956,7 @@
},
"mtu": {
"shape": "MTU",
"documentation": "<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500. </p>"
"documentation": "<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500 </p>"
},
"authKey": {
"shape": "BGPAuthKey",
Expand Down Expand Up @@ -4497,7 +4497,7 @@
},
"mtu": {
"shape": "MTU",
"documentation": "<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>"
"documentation": "<p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500</p>"
},
"jumboFrameCapable": {
"shape": "JumboFrameCapable",
Expand Down
6 changes: 6 additions & 0 deletions apis/glue-2017-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,9 @@
"RegexString": {},
"ContextWords": {
"shape": "S3r"
},
"Tags": {
"shape": "Sbv"
}
}
},
Expand Down Expand Up @@ -3905,6 +3908,9 @@
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"Tags": {
"shape": "Sbv"
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions apis/glue-2017-03-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -9270,6 +9270,10 @@
"ContextWords": {
"shape": "ContextWords",
"documentation": "<p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p> <p>If no context words are passed only a regular expression is checked.</p>"
},
"Tags": {
"shape": "TagsMap",
"documentation": "<p>A list of tags applied to the custom entity type.</p>"
}
}
},
Expand Down Expand Up @@ -16646,6 +16650,10 @@
"MaxResults": {
"shape": "PageSize",
"documentation": "<p>The maximum number of results to return.</p>"
},
"Tags": {
"shape": "TagsMap",
"documentation": "<p>A list of key-value pair tags.</p>"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions apis/secretsmanager-2017-10-17.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
},
"ForceDeleteWithoutRecovery": {
"shape": "BooleanType",
"documentation": "<p>Specifies whether to delete the secret without any recovery window. You can't use both this parameter and <code>RecoveryWindowInDays</code> in the same call. If you don't use either, then by default Secrets Manager uses a 30 day recovery window.</p> <p>Secrets Manager performs the actual deletion with an asynchronous background process, so there might be a short delay before the secret is permanently deleted. If you delete a secret and then immediately create a secret with the same name, use appropriate back off and retry logic.</p> <important> <p>Use this parameter with caution. This parameter causes the operation to skip the normal recovery window before the permanent deletion that Secrets Manager would normally impose with the <code>RecoveryWindowInDays</code> parameter. If you delete a secret with the <code>ForceDeleteWithoutRecovery</code> parameter, then you have no opportunity to recover the secret. You lose the secret permanently.</p> </important>",
"documentation": "<p>Specifies whether to delete the secret without any recovery window. You can't use both this parameter and <code>RecoveryWindowInDays</code> in the same call. If you don't use either, then by default Secrets Manager uses a 30 day recovery window.</p> <p>Secrets Manager performs the actual deletion with an asynchronous background process, so there might be a short delay before the secret is permanently deleted. If you delete a secret and then immediately create a secret with the same name, use appropriate back off and retry logic.</p> <p>If you forcibly delete an already deleted or nonexistent secret, the operation does not return <code>ResourceNotFoundException</code>.</p> <important> <p>Use this parameter with caution. This parameter causes the operation to skip the normal recovery window before the permanent deletion that Secrets Manager would normally impose with the <code>RecoveryWindowInDays</code> parameter. If you delete a secret with the <code>ForceDeleteWithoutRecovery</code> parameter, then you have no opportunity to recover the secret. You lose the secret permanently.</p> </important>",
"box": true
}
}
Expand Down Expand Up @@ -934,7 +934,7 @@
},
"NextRotationDate": {
"shape": "NextRotationDateType",
"documentation": "<p>The next date and time that Secrets Manager will rotate the secret, rounded to the nearest hour. If the secret isn't configured for rotation, Secrets Manager returns null.</p>"
"documentation": "<p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation, Secrets Manager returns null.</p>"
},
"Tags": {
"shape": "TagListType",
Expand Down Expand Up @@ -1713,7 +1713,7 @@
},
"NextRotationDate": {
"shape": "NextRotationDateType",
"documentation": "<p>The next date and time that Secrets Manager will attempt to rotate the secret, rounded to the nearest hour. This value is null if the secret is not set up for rotation.</p>"
"documentation": "<p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation, Secrets Manager returns null.</p>"
},
"Tags": {
"shape": "TagListType",
Expand Down

0 comments on commit f98b4de

Please sign in to comment.