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 19, 2023
1 parent 56e6fdb commit ed1383a
Show file tree
Hide file tree
Showing 50 changed files with 3,847 additions and 940 deletions.
47 changes: 47 additions & 0 deletions .changes/3.263.13
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "bugfix",
"category": "S3",
"description": "Removes ACL from bucket creation in S3 Streamwrapper."
},
{
"type": "api-change",
"category": "RAM",
"description": "This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM."
},
{
"type": "enhancement",
"category": "SecurityHub",
"description": "Update that adds SDK code examples for Security Hub"
},
{
"type": "enhancement",
"category": "SecretsManager",
"description": "Documentation updates for Secrets Manager"
},
{
"type": "api-change",
"category": "ECS",
"description": "This release supports the Account Setting \"TagResourceAuthorization\" that allows for enhanced Tagging security controls."
},
{
"type": "api-change",
"category": "S3Control",
"description": "Provides support for overriding endpoint when region is \"snow\". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices."
},
{
"type": "api-change",
"category": "Comprehend",
"description": "This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format."
},
{
"type": "api-change",
"category": "S3",
"description": "Provides support for \"Snow\" Storage class."
},
{
"type": "enhancement",
"category": "RDS",
"description": "Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle"
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/streamwrapper-acl.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## next release

* `Aws\Comprehend` - This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
* `Aws\ECS` - This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
* `Aws\RAM` - This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
* `Aws\RDS` - Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
* `Aws\S3` - Provides support for "Snow" Storage class.
* `Aws\S3` - Removes ACL from bucket creation in S3 Streamwrapper.
* `Aws\S3Control` - Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.
* `Aws\SecretsManager` - Documentation updates for Secrets Manager
* `Aws\SecurityHub` - Update that adds SDK code examples for Security Hub

## 3.263.12 - 2023-04-17

* `Aws\Appflow` - This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
Expand Down
18 changes: 18 additions & 0 deletions src/RAM/RAMClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@
* @method \GuzzleHttp\Promise\Promise associateResourceShareAsync(array $args = [])
* @method \Aws\Result associateResourceSharePermission(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateResourceSharePermissionAsync(array $args = [])
* @method \Aws\Result createPermission(array $args = [])
* @method \GuzzleHttp\Promise\Promise createPermissionAsync(array $args = [])
* @method \Aws\Result createPermissionVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createPermissionVersionAsync(array $args = [])
* @method \Aws\Result createResourceShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResourceShareAsync(array $args = [])
* @method \Aws\Result deletePermission(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePermissionAsync(array $args = [])
* @method \Aws\Result deletePermissionVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePermissionVersionAsync(array $args = [])
* @method \Aws\Result deleteResourceShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResourceShareAsync(array $args = [])
* @method \Aws\Result disassociateResourceShare(array $args = [])
Expand All @@ -33,22 +41,32 @@
* @method \GuzzleHttp\Promise\Promise getResourceSharesAsync(array $args = [])
* @method \Aws\Result listPendingInvitationResources(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPendingInvitationResourcesAsync(array $args = [])
* @method \Aws\Result listPermissionAssociations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPermissionAssociationsAsync(array $args = [])
* @method \Aws\Result listPermissionVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPermissionVersionsAsync(array $args = [])
* @method \Aws\Result listPermissions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPermissionsAsync(array $args = [])
* @method \Aws\Result listPrincipals(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPrincipalsAsync(array $args = [])
* @method \Aws\Result listReplacePermissionAssociationsWork(array $args = [])
* @method \GuzzleHttp\Promise\Promise listReplacePermissionAssociationsWorkAsync(array $args = [])
* @method \Aws\Result listResourceSharePermissions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourceSharePermissionsAsync(array $args = [])
* @method \Aws\Result listResourceTypes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourceTypesAsync(array $args = [])
* @method \Aws\Result listResources(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = [])
* @method \Aws\Result promotePermissionCreatedFromPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise promotePermissionCreatedFromPolicyAsync(array $args = [])
* @method \Aws\Result promoteResourceShareCreatedFromPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise promoteResourceShareCreatedFromPolicyAsync(array $args = [])
* @method \Aws\Result rejectResourceShareInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise rejectResourceShareInvitationAsync(array $args = [])
* @method \Aws\Result replacePermissionAssociations(array $args = [])
* @method \GuzzleHttp\Promise\Promise replacePermissionAssociationsAsync(array $args = [])
* @method \Aws\Result setDefaultPermissionVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise setDefaultPermissionVersionAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
Expand Down
51 changes: 49 additions & 2 deletions src/data/comprehend/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@
{"shape":"ResourceUnavailableException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -992,6 +993,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1010,6 +1012,7 @@
{"shape":"ResourceUnavailableException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1026,6 +1029,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand Down Expand Up @@ -1058,6 +1062,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1074,6 +1079,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1090,6 +1096,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1106,6 +1113,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1122,6 +1130,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand Down Expand Up @@ -1634,7 +1643,8 @@
"Labels":{"shape":"ListOfLabels"},
"DocumentMetadata":{"shape":"DocumentMetadata"},
"DocumentType":{"shape":"ListOfDocumentType"},
"Errors":{"shape":"ListOfErrors"}
"Errors":{"shape":"ListOfErrors"},
"Warnings":{"shape":"ListOfWarnings"}
},
"sensitive":true
},
Expand Down Expand Up @@ -2454,6 +2464,21 @@
"AUGMENTED_MANIFEST"
]
},
"DocumentClassifierDocumentTypeFormat":{
"type":"string",
"enum":[
"PLAIN_TEXT_DOCUMENT",
"SEMI_STRUCTURED_DOCUMENT"
]
},
"DocumentClassifierDocuments":{
"type":"structure",
"required":["S3Uri"],
"members":{
"S3Uri":{"shape":"S3Uri"},
"TestS3Uri":{"shape":"S3Uri"}
}
},
"DocumentClassifierEndpointArn":{
"type":"string",
"max":256,
Expand All @@ -2475,7 +2500,10 @@
"S3Uri":{"shape":"S3Uri"},
"TestS3Uri":{"shape":"S3Uri"},
"LabelDelimiter":{"shape":"LabelDelimiter"},
"AugmentedManifests":{"shape":"DocumentClassifierAugmentedManifestsList"}
"AugmentedManifests":{"shape":"DocumentClassifierAugmentedManifestsList"},
"DocumentType":{"shape":"DocumentClassifierDocumentTypeFormat"},
"Documents":{"shape":"DocumentClassifierDocuments"},
"DocumentReaderConfig":{"shape":"DocumentReaderConfig"}
}
},
"DocumentClassifierMode":{
Expand Down Expand Up @@ -3590,6 +3618,10 @@
"type":"list",
"member":{"shape":"TargetedSentimentEntity"}
},
"ListOfWarnings":{
"type":"list",
"member":{"shape":"WarningsListItem"}
},
"ListPiiEntitiesDetectionJobsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3726,6 +3758,13 @@
"INTERNAL_SERVER_ERROR"
]
},
"PageBasedWarningCode":{
"type":"string",
"enum":[
"INFERENCING_PLAINTEXT_WITH_NATIVE_TRAINED_MODEL",
"INFERENCING_NATIVE_DOCUMENT_WITH_PLAINTEXT_TRAINED_MODEL"
]
},
"PartOfSpeechTag":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4750,6 +4789,14 @@
"SecurityGroupIds":{"shape":"SecurityGroupIds"},
"Subnets":{"shape":"Subnets"}
}
},
"WarningsListItem":{
"type":"structure",
"members":{
"Page":{"shape":"Integer"},
"WarnCode":{"shape":"PageBasedWarningCode"},
"WarnMessage":{"shape":"String"}
}
}
}
}
2 changes: 1 addition & 1 deletion src/data/comprehend/2017-11-27/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit ed1383a

Please sign in to comment.