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 15, 2023
1 parent 629c8bf commit bad02d2
Show file tree
Hide file tree
Showing 35 changed files with 1,509 additions and 642 deletions.
32 changes: 32 additions & 0 deletions .changes/3.278.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "PI",
"description": "AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response"
},
{
"type": "api-change",
"category": "EC2",
"description": "Documentation updates for Elastic Compute Cloud (EC2)."
},
{
"type": "api-change",
"category": "ChimeSDKMeetings",
"description": "Updated API documentation to include additional exceptions."
},
{
"type": "api-change",
"category": "Glue",
"description": "AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, \"None\" can be selected for this purpose."
},
{
"type": "api-change",
"category": "Route53Domains",
"description": "Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information"
}
]
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\PI` - AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports.
* `Aws\SageMaker` - SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response
* `Aws\EC2` - Documentation updates for Elastic Compute Cloud (EC2).
* `Aws\ChimeSDKMeetings` - Updated API documentation to include additional exceptions.
* `Aws\Glue` - AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose.
* `Aws\Route53Domains` - Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information

## 3.278.2 - 2023-08-14

* `Aws\Omics` - This release provides support for annotation store versioning and cross account sharing for Omics Analytics
Expand Down
14 changes: 14 additions & 0 deletions src/PI/PIClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@

/**
* This client is used to interact with the **AWS Performance Insights** service.
* @method \Aws\Result createPerformanceAnalysisReport(array $args = [])
* @method \GuzzleHttp\Promise\Promise createPerformanceAnalysisReportAsync(array $args = [])
* @method \Aws\Result deletePerformanceAnalysisReport(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePerformanceAnalysisReportAsync(array $args = [])
* @method \Aws\Result describeDimensionKeys(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDimensionKeysAsync(array $args = [])
* @method \Aws\Result getDimensionKeyDetails(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDimensionKeyDetailsAsync(array $args = [])
* @method \Aws\Result getPerformanceAnalysisReport(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPerformanceAnalysisReportAsync(array $args = [])
* @method \Aws\Result getResourceMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourceMetadataAsync(array $args = [])
* @method \Aws\Result getResourceMetrics(array $args = [])
Expand All @@ -17,5 +23,13 @@
* @method \GuzzleHttp\Promise\Promise listAvailableResourceDimensionsAsync(array $args = [])
* @method \Aws\Result listAvailableResourceMetrics(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAvailableResourceMetricsAsync(array $args = [])
* @method \Aws\Result listPerformanceAnalysisReports(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPerformanceAnalysisReportsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
*/
class PIClient extends AwsClient {}
29 changes: 27 additions & 2 deletions src/data/chime-sdk-meetings/2021-07-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"CreateAttendee":{
Expand Down Expand Up @@ -78,6 +80,7 @@
"output":{"shape":"CreateMeetingResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ConflictException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ThrottlingException"},
Expand All @@ -96,6 +99,7 @@
"output":{"shape":"CreateMeetingWithAttendeesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ConflictException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ThrottlingException"},
Expand Down Expand Up @@ -205,6 +209,13 @@
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand Down Expand Up @@ -258,6 +269,12 @@
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"TooManyTagsException"}
]
Expand All @@ -273,6 +290,12 @@
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand All @@ -290,7 +313,9 @@
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/chime-sdk-meetings/2021-07-15/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit bad02d2

Please sign in to comment.