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 Nov 6, 2024
1 parent 9e354a5 commit cb55ce0
Show file tree
Hide file tree
Showing 35 changed files with 1,196 additions and 109 deletions.
32 changes: 32 additions & 0 deletions .changes/3.325.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "GuardDuty",
"description": "GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases."
},
{
"type": "api-change",
"category": "S3Control",
"description": "Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs."
},
{
"type": "api-change",
"category": "LakeFormation",
"description": "API changes for new named tag expressions feature."
},
{
"type": "api-change",
"category": "CodeBuild",
"description": "AWS CodeBuild now adds additional compute types for reserved capacity fleet."
},
{
"type": "api-change",
"category": "VerifiedPermissions",
"description": "Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request."
},
{
"type": "api-change",
"category": "QApps",
"description": "Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items."
}
]
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\GuardDuty` - GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.
* `Aws\S3Control` - Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.
* `Aws\LakeFormation` - API changes for new named tag expressions feature.
* `Aws\CodeBuild` - AWS CodeBuild now adds additional compute types for reserved capacity fleet.
* `Aws\VerifiedPermissions` - Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.
* `Aws\QApps` - Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.

## 3.325.2 - 2024-11-01

* `Aws\DocDBElastic` - Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction
Expand Down
10 changes: 10 additions & 0 deletions src/LakeFormation/LakeFormationClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* @method \GuzzleHttp\Promise\Promise createDataCellsFilterAsync(array $args = [])
* @method \Aws\Result createLFTag(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLFTagAsync(array $args = [])
* @method \Aws\Result createLFTagExpression(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLFTagExpressionAsync(array $args = [])
* @method \Aws\Result createLakeFormationIdentityCenterConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLakeFormationIdentityCenterConfigurationAsync(array $args = [])
* @method \Aws\Result createLakeFormationOptIn(array $args = [])
Expand All @@ -29,6 +31,8 @@
* @method \GuzzleHttp\Promise\Promise deleteDataCellsFilterAsync(array $args = [])
* @method \Aws\Result deleteLFTag(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteLFTagAsync(array $args = [])
* @method \Aws\Result deleteLFTagExpression(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteLFTagExpressionAsync(array $args = [])
* @method \Aws\Result deleteLakeFormationIdentityCenterConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteLakeFormationIdentityCenterConfigurationAsync(array $args = [])
* @method \Aws\Result deleteLakeFormationOptIn(array $args = [])
Expand All @@ -55,6 +59,8 @@
* @method \GuzzleHttp\Promise\Promise getEffectivePermissionsForPathAsync(array $args = [])
* @method \Aws\Result getLFTag(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLFTagAsync(array $args = [])
* @method \Aws\Result getLFTagExpression(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLFTagExpressionAsync(array $args = [])
* @method \Aws\Result getQueryState(array $args = [])
* @method \GuzzleHttp\Promise\Promise getQueryStateAsync(array $args = [])
* @method \Aws\Result getQueryStatistics(array $args = [])
Expand All @@ -75,6 +81,8 @@
* @method \GuzzleHttp\Promise\Promise grantPermissionsAsync(array $args = [])
* @method \Aws\Result listDataCellsFilter(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDataCellsFilterAsync(array $args = [])
* @method \Aws\Result listLFTagExpressions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLFTagExpressionsAsync(array $args = [])
* @method \Aws\Result listLFTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLFTagsAsync(array $args = [])
* @method \Aws\Result listLakeFormationOptIns(array $args = [])
Expand Down Expand Up @@ -107,6 +115,8 @@
* @method \GuzzleHttp\Promise\Promise updateDataCellsFilterAsync(array $args = [])
* @method \Aws\Result updateLFTag(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLFTagAsync(array $args = [])
* @method \Aws\Result updateLFTagExpression(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLFTagExpressionAsync(array $args = [])
* @method \Aws\Result updateLakeFormationIdentityCenterConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLakeFormationIdentityCenterConfigurationAsync(array $args = [])
* @method \Aws\Result updateResource(array $args = [])
Expand Down
8 changes: 8 additions & 0 deletions src/QApps/QAppsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
* @method \GuzzleHttp\Promise\Promise associateLibraryItemReviewAsync(array $args = [])
* @method \Aws\Result associateQAppWithUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateQAppWithUserAsync(array $args = [])
* @method \Aws\Result batchCreateCategory(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchCreateCategoryAsync(array $args = [])
* @method \Aws\Result batchDeleteCategory(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeleteCategoryAsync(array $args = [])
* @method \Aws\Result batchUpdateCategory(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchUpdateCategoryAsync(array $args = [])
* @method \Aws\Result createLibraryItem(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLibraryItemAsync(array $args = [])
* @method \Aws\Result createQApp(array $args = [])
Expand All @@ -29,6 +35,8 @@
* @method \GuzzleHttp\Promise\Promise getQAppSessionAsync(array $args = [])
* @method \Aws\Result importDocument(array $args = [])
* @method \GuzzleHttp\Promise\Promise importDocumentAsync(array $args = [])
* @method \Aws\Result listCategories(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCategoriesAsync(array $args = [])
* @method \Aws\Result listLibraryItems(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLibraryItemsAsync(array $args = [])
* @method \Aws\Result listQApps(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/VerifiedPermissions/VerifiedPermissionsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

/**
* This client is used to interact with the **Amazon Verified Permissions** service.
* @method \Aws\Result batchGetPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetPolicyAsync(array $args = [])
* @method \Aws\Result batchIsAuthorized(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchIsAuthorizedAsync(array $args = [])
* @method \Aws\Result batchIsAuthorizedWithToken(array $args = [])
Expand Down
23 changes: 22 additions & 1 deletion src/data/codebuild/2016-10-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,15 @@
"type":"list",
"member":{"shape":"CodeCoverage"}
},
"ComputeConfiguration":{
"type":"structure",
"members":{
"vCpu":{"shape":"WrapperLong"},
"memory":{"shape":"WrapperLong"},
"disk":{"shape":"WrapperLong"},
"machineType":{"shape":"MachineType"}
}
},
"ComputeType":{
"type":"string",
"enum":[
Expand All @@ -1117,7 +1126,8 @@
"BUILD_LAMBDA_2GB",
"BUILD_LAMBDA_4GB",
"BUILD_LAMBDA_8GB",
"BUILD_LAMBDA_10GB"
"BUILD_LAMBDA_10GB",
"ATTRIBUTE_BASED_COMPUTE"
]
},
"ComputeTypesAllowed":{
Expand All @@ -1137,6 +1147,7 @@
"baseCapacity":{"shape":"FleetCapacity"},
"environmentType":{"shape":"EnvironmentType"},
"computeType":{"shape":"ComputeType"},
"computeConfiguration":{"shape":"ComputeConfiguration"},
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"vpcConfig":{"shape":"VpcConfig"},
Expand Down Expand Up @@ -1485,6 +1496,7 @@
"baseCapacity":{"shape":"FleetCapacity"},
"environmentType":{"shape":"EnvironmentType"},
"computeType":{"shape":"ComputeType"},
"computeConfiguration":{"shape":"ComputeConfiguration"},
"scalingConfiguration":{"shape":"ScalingConfigurationOutput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"vpcConfig":{"shape":"VpcConfig"},
Expand Down Expand Up @@ -1964,6 +1976,13 @@
"s3Logs":{"shape":"S3LogsConfig"}
}
},
"MachineType":{
"type":"string",
"enum":[
"GENERAL",
"NVME"
]
},
"NetworkInterface":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2123,6 +2142,7 @@
"type":{"shape":"EnvironmentType"},
"image":{"shape":"NonEmptyString"},
"computeType":{"shape":"ComputeType"},
"computeConfiguration":{"shape":"ComputeConfiguration"},
"fleet":{"shape":"ProjectFleet"},
"environmentVariables":{"shape":"EnvironmentVariables"},
"privilegedMode":{"shape":"WrapperBoolean"},
Expand Down Expand Up @@ -2814,6 +2834,7 @@
"baseCapacity":{"shape":"FleetCapacity"},
"environmentType":{"shape":"EnvironmentType"},
"computeType":{"shape":"ComputeType"},
"computeConfiguration":{"shape":"ComputeConfiguration"},
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"vpcConfig":{"shape":"VpcConfig"},
Expand Down
2 changes: 1 addition & 1 deletion src/data/codebuild/2016-10-06/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit cb55ce0

Please sign in to comment.