Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Apr 10, 2023
1 parent 92c6d3d commit b3c0b2c
Show file tree
Hide file tree
Showing 46 changed files with 1,659 additions and 1,183 deletions.
32 changes: 32 additions & 0 deletions .changes/3.263.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "MarketplaceCatalog",
"description": "Added three new APIs to support resource sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added new OwnershipType field to ListEntities request to let users filter on entities that are shared with them. Increased max page size of ListEntities response from 20 to 50 results."
},
{
"type": "api-change",
"category": "Connect",
"description": "This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs."
},
{
"type": "api-change",
"category": "ECS",
"description": "This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks"
},
{
"type": "api-change",
"category": "Rekognition",
"description": "This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation."
},
{
"type": "api-change",
"category": "Omics",
"description": "Remove unexpected API changes."
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources."
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\Connect` - This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs.
* `Aws\ECS` - This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
* `Aws\MarketplaceCatalog` - Added three new APIs to support resource sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added new OwnershipType field to ListEntities request to let users filter on entities that are shared with them. Increased max page size of ListEntities response from 20 to 50 results.
* `Aws\MediaConvert` - AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
* `Aws\Omics` - Remove unexpected API changes.
* `Aws\Rekognition` - This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation.

## 3.263.6 - 2023-04-07

* `Aws\DLM` - Updated timestamp format for GetLifecyclePolicy API
Expand Down
6 changes: 6 additions & 0 deletions src/MarketplaceCatalog/MarketplaceCatalogClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@
* This client is used to interact with the **AWS Marketplace Catalog Service** service.
* @method \Aws\Result cancelChangeSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelChangeSetAsync(array $args = [])
* @method \Aws\Result deleteResourcePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
* @method \Aws\Result describeChangeSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeChangeSetAsync(array $args = [])
* @method \Aws\Result describeEntity(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEntityAsync(array $args = [])
* @method \Aws\Result getResourcePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
* @method \Aws\Result listChangeSets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listChangeSetsAsync(array $args = [])
* @method \Aws\Result listEntities(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEntitiesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putResourcePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
* @method \Aws\Result startChangeSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise startChangeSetAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
Expand Down
4 changes: 4 additions & 0 deletions src/Rekognition/RekognitionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* @method \GuzzleHttp\Promise\Promise createCollectionAsync(array $args = [])
* @method \Aws\Result createDataset(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
* @method \Aws\Result createFaceLivenessSession(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFaceLivenessSessionAsync(array $args = [])
* @method \Aws\Result createProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
* @method \Aws\Result createProjectVersion(array $args = [])
Expand Down Expand Up @@ -65,6 +67,8 @@
* @method \GuzzleHttp\Promise\Promise getContentModerationAsync(array $args = [])
* @method \Aws\Result getFaceDetection(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFaceDetectionAsync(array $args = [])
* @method \Aws\Result getFaceLivenessSessionResults(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFaceLivenessSessionResultsAsync(array $args = [])
* @method \Aws\Result getFaceSearch(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFaceSearchAsync(array $args = [])
* @method \Aws\Result getLabelDetection(array $args = [])
Expand Down
17 changes: 16 additions & 1 deletion src/data/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3169,6 +3169,13 @@
"min":8,
"pattern":"[a-z]{2}(-[a-z]+){1,2}(-[0-9])?"
},
"BehaviorType":{
"type":"string",
"enum":[
"ROUTE_CURRENT_CHANNEL_ONLY",
"ROUTE_ANY_CHANNEL"
]
},
"Boolean":{"type":"boolean"},
"BotName":{
"type":"string",
Expand Down Expand Up @@ -4045,6 +4052,13 @@
"RefreshTokenExpiration":{"shape":"timestamp"}
}
},
"CrossChannelBehavior":{
"type":"structure",
"required":["BehaviorType"],
"members":{
"BehaviorType":{"shape":"BehaviorType"}
}
},
"CurrentMetric":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -7139,7 +7153,8 @@
],
"members":{
"Channel":{"shape":"Channel"},
"Concurrency":{"shape":"Concurrency"}
"Concurrency":{"shape":"Concurrency"},
"CrossChannelBehavior":{"shape":"CrossChannelBehavior"}
}
},
"Message":{"type":"string"},
Expand Down
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit b3c0b2c

Please sign in to comment.