Skip to content

Commit 6acb04a

Browse files
Update models for release
1 parent 7942ab2 commit 6acb04a

22 files changed

+738
-80
lines changed

.changes/3.231.7

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "S3",
5+
"description": "Fixed possible issue in TransferManager's downloadDirectory operation where files could be downloaded to some sibling directories of the destination directory if the key contained specially-crafted relative paths."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "drs",
10+
"description": "Changed existing APIs to allow choosing a dynamic volume type for replicating volumes, to reduce costs for customers."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "WAFV2",
15+
"description": "This SDK release provide customers ability to add sensitivity level for WAF SQLI Match Statements."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "CloudWatchEvidently",
20+
"description": "This release adds support for the new segmentation feature."
21+
},
22+
{
23+
"type": "enhancement",
24+
"category": "DataSync",
25+
"description": "Documentation updates for AWS DataSync regarding configuring Amazon FSx for ONTAP location security groups and SMB user permissions."
26+
}
27+
]

.changes/nextrelease/update-transfer-manager.json

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\CloudWatchEvidently` - This release adds support for the new segmentation feature.
6+
* `Aws\DataSync` - Documentation updates for AWS DataSync regarding configuring Amazon FSx for ONTAP location security groups and SMB user permissions.
7+
* `Aws\S3` - Fixed possible issue in TransferManager's downloadDirectory operation where files could be downloaded to some sibling directories of the destination directory if the key contained specially-crafted relative paths.
8+
* `Aws\WAFV2` - This SDK release provide customers ability to add sensitivity level for WAF SQLI Match Statements.
9+
* `Aws\drs` - Changed existing APIs to allow choosing a dynamic volume type for replicating volumes, to reduce costs for customers.
10+
311
## 3.231.6 - 2022-07-14
412

513
* `Aws\Athena` - This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.

src/CloudWatchEvidently/CloudWatchEvidentlyClient.php

+12
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* @method \GuzzleHttp\Promise\Promise createLaunchAsync(array $args = [])
1616
* @method \Aws\Result createProject(array $args = [])
1717
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
18+
* @method \Aws\Result createSegment(array $args = [])
19+
* @method \GuzzleHttp\Promise\Promise createSegmentAsync(array $args = [])
1820
* @method \Aws\Result deleteExperiment(array $args = [])
1921
* @method \GuzzleHttp\Promise\Promise deleteExperimentAsync(array $args = [])
2022
* @method \Aws\Result deleteFeature(array $args = [])
@@ -23,6 +25,8 @@
2325
* @method \GuzzleHttp\Promise\Promise deleteLaunchAsync(array $args = [])
2426
* @method \Aws\Result deleteProject(array $args = [])
2527
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
28+
* @method \Aws\Result deleteSegment(array $args = [])
29+
* @method \GuzzleHttp\Promise\Promise deleteSegmentAsync(array $args = [])
2630
* @method \Aws\Result evaluateFeature(array $args = [])
2731
* @method \GuzzleHttp\Promise\Promise evaluateFeatureAsync(array $args = [])
2832
* @method \Aws\Result getExperiment(array $args = [])
@@ -35,6 +39,8 @@
3539
* @method \GuzzleHttp\Promise\Promise getLaunchAsync(array $args = [])
3640
* @method \Aws\Result getProject(array $args = [])
3741
* @method \GuzzleHttp\Promise\Promise getProjectAsync(array $args = [])
42+
* @method \Aws\Result getSegment(array $args = [])
43+
* @method \GuzzleHttp\Promise\Promise getSegmentAsync(array $args = [])
3844
* @method \Aws\Result listExperiments(array $args = [])
3945
* @method \GuzzleHttp\Promise\Promise listExperimentsAsync(array $args = [])
4046
* @method \Aws\Result listFeatures(array $args = [])
@@ -43,6 +49,10 @@
4349
* @method \GuzzleHttp\Promise\Promise listLaunchesAsync(array $args = [])
4450
* @method \Aws\Result listProjects(array $args = [])
4551
* @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
52+
* @method \Aws\Result listSegmentReferences(array $args = [])
53+
* @method \GuzzleHttp\Promise\Promise listSegmentReferencesAsync(array $args = [])
54+
* @method \Aws\Result listSegments(array $args = [])
55+
* @method \GuzzleHttp\Promise\Promise listSegmentsAsync(array $args = [])
4656
* @method \Aws\Result listTagsForResource(array $args = [])
4757
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
4858
* @method \Aws\Result putProjectEvents(array $args = [])
@@ -57,6 +67,8 @@
5767
* @method \GuzzleHttp\Promise\Promise stopLaunchAsync(array $args = [])
5868
* @method \Aws\Result tagResource(array $args = [])
5969
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
70+
* @method \Aws\Result testSegmentPattern(array $args = [])
71+
* @method \GuzzleHttp\Promise\Promise testSegmentPatternAsync(array $args = [])
6072
* @method \Aws\Result untagResource(array $args = [])
6173
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
6274
* @method \Aws\Result updateExperiment(array $args = [])

0 commit comments

Comments
 (0)