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 Aug 2, 2023
1 parent 2bcc32d commit 29f08da
Show file tree
Hide file tree
Showing 36 changed files with 2,009 additions and 1,257 deletions.
27 changes: 27 additions & 0 deletions .changes/3.277.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "api-change",
"category": "Glue",
"description": "This release includes additional Glue Streaming KAKFA SASL property types."
},
{
"type": "api-change",
"category": "CognitoIdentityProvider",
"description": "New feature that logs Cognito user pool error messages to CloudWatch logs."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs."
},
{
"type": "api-change",
"category": "Budgets",
"description": "As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using \"\/action\/\" in their budget names."
},
{
"type": "api-change",
"category": "ResilienceHub",
"description": "Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/endpoints-tests.json

This file was deleted.

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

## next release

* `Aws\Budgets` - As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names.
* `Aws\CognitoIdentityProvider` - New feature that logs Cognito user pool error messages to CloudWatch logs.
* `Aws\Glue` - This release includes additional Glue Streaming KAKFA SASL property types.
* `Aws\ResilienceHub` - Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role.
* `Aws\SageMaker` - SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs.

## 3.277.6 - 2023-08-01

* `Aws\Batch` - This release adds support for price capacity optimized allocation strategy for Spot Instances.
Expand Down
4 changes: 4 additions & 0 deletions src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
* @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
* @method \Aws\Result getIdentityProviderByIdentifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIdentityProviderByIdentifierAsync(array $args = [])
* @method \Aws\Result getLogDeliveryConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLogDeliveryConfigurationAsync(array $args = [])
* @method \Aws\Result getSigningCertificate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSigningCertificateAsync(array $args = [])
* @method \Aws\Result getUICustomization(array $args = [])
Expand Down Expand Up @@ -166,6 +168,8 @@
* @method \GuzzleHttp\Promise\Promise respondToAuthChallengeAsync(array $args = [])
* @method \Aws\Result revokeToken(array $args = [])
* @method \GuzzleHttp\Promise\Promise revokeTokenAsync(array $args = [])
* @method \Aws\Result setLogDeliveryConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise setLogDeliveryConfigurationAsync(array $args = [])
* @method \Aws\Result setRiskConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise setRiskConfigurationAsync(array $args = [])
* @method \Aws\Result setUICustomization(array $args = [])
Expand Down
4 changes: 4 additions & 0 deletions src/ResilienceHub/ResilienceHubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* This client is used to interact with the **AWS Resilience Hub** service.
* @method \Aws\Result addDraftAppVersionResourceMappings(array $args = [])
* @method \GuzzleHttp\Promise\Promise addDraftAppVersionResourceMappingsAsync(array $args = [])
* @method \Aws\Result batchUpdateRecommendationStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchUpdateRecommendationStatusAsync(array $args = [])
* @method \Aws\Result createApp(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
* @method \Aws\Result createAppVersionAppComponent(array $args = [])
Expand Down Expand Up @@ -53,6 +55,8 @@
* @method \GuzzleHttp\Promise\Promise importResourcesToDraftAppVersionAsync(array $args = [])
* @method \Aws\Result listAlarmRecommendations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAlarmRecommendationsAsync(array $args = [])
* @method \Aws\Result listAppAssessmentComplianceDrifts(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAppAssessmentComplianceDriftsAsync(array $args = [])
* @method \Aws\Result listAppAssessments(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAppAssessmentsAsync(array $args = [])
* @method \Aws\Result listAppComponentCompliances(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/SageMaker/SageMakerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@
* @method \GuzzleHttp\Promise\Promise getModelPackageGroupPolicyAsync(array $args = [])
* @method \Aws\Result getSagemakerServicecatalogPortfolioStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSagemakerServicecatalogPortfolioStatusAsync(array $args = [])
* @method \Aws\Result getScalingConfigurationRecommendation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getScalingConfigurationRecommendationAsync(array $args = [])
* @method \Aws\Result getSearchSuggestions(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSearchSuggestionsAsync(array $args = [])
* @method \Aws\Result importHubContent(array $args = [])
Expand Down
2 changes: 1 addition & 1 deletion src/data/budgets/2016-10-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
"type":"string",
"max":100,
"min":1,
"pattern":"[^:\\\\]+"
"pattern":"^(?![^:\\\\]*/action/)[^:\\\\]+$"
},
"BudgetNotificationsForAccount":{
"type":"structure",
Expand Down
2 changes: 1 addition & 1 deletion src/data/budgets/2016-10-20/api-2.json.php

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/data/budgets/2016-10-20/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@
}
},
"BudgetName": {
"base": "<p> A string that represents the budget name. The \":\" and \"\\\" characters aren't allowed.</p>",
"base": "<p> A string that represents the budget name. The \":\" and \"\\\" characters, and the \"/action/\" substring, aren't allowed.</p>",
"refs": {
"Action$BudgetName": null,
"Budget$BudgetName": "<p>The name of a budget. The name must be unique within an account. The <code>:</code> and <code>\\</code> characters aren't allowed in <code>BudgetName</code>.</p>",
"Budget$BudgetName": "<p>The name of a budget. The name must be unique within an account. The <code>:</code> and <code>\\</code> characters, and the \"/action/\" substring, aren't allowed in <code>BudgetName</code>.</p>",
"BudgetNotificationsForAccount$BudgetName": null,
"BudgetPerformanceHistory$BudgetName": null,
"CreateBudgetActionRequest$BudgetName": null,
Expand Down Expand Up @@ -828,7 +828,7 @@
}
},
"ThrottlingException": {
"base": "<p> The number of API requests has exceeded the maximum allowed API request throttling limit for the account. </p>",
"base": "<p>The number of API requests has exceeded the maximum allowed API request throttling limit for the account.</p>",
"refs": {
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/budgets/2016-10-20/docs-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 29f08da

Please sign in to comment.