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 Mar 9, 2023
1 parent 7254925 commit 748c55e
Show file tree
Hide file tree
Showing 69 changed files with 3,794 additions and 3,333 deletions.
52 changes: 52 additions & 0 deletions .changes/3.261.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "bugfix",
"category": "Signature",
"description": "Adds support for sigV4a presigned urls."
},
{
"type": "api-change",
"category": "SESv2",
"description": "This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities."
},
{
"type": "enhancement",
"category": "NetworkManager",
"description": "This update provides example usage for TransitGatewayRouteTableArn."
},
{
"type": "api-change",
"category": "CloudWatchEvidently",
"description": "Updated entity override documentation"
},
{
"type": "api-change",
"category": "CodeArtifact",
"description": "This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages."
},
{
"type": "api-change",
"category": "QuickSight",
"description": "This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Amazon SageMaker Inference now allows SSM access to customer's model container by setting the \"EnableSSMAccess\" parameter for a ProductionVariant in CreateEndpointConfig API."
},
{
"type": "api-change",
"category": "RedshiftDataAPIService",
"description": "Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available."
},
{
"type": "api-change",
"category": "ServiceDiscovery",
"description": "Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)"
},
{
"type": "api-change",
"category": "Connect",
"description": "This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/mrap-presigner.json

This file was deleted.

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

## next release

* `Aws\CloudWatchEvidently` - Updated entity override documentation
* `Aws\CodeArtifact` - This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.
* `Aws\Connect` - This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.
* `Aws\NetworkManager` - This update provides example usage for TransitGatewayRouteTableArn.
* `Aws\QuickSight` - This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.
* `Aws\RedshiftDataAPIService` - Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.
* `Aws\SESv2` - This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.
* `Aws\SageMaker` - Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.
* `Aws\ServiceDiscovery` - Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)
* `Aws\Signature` - Adds support for sigV4a presigned urls.

## 3.261.7 - 2023-03-08

* `Aws\Athena` - A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
Expand Down
2 changes: 2 additions & 0 deletions src/CodeArtifact/CodeArtifactClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
* @method \GuzzleHttp\Promise\Promise listRepositoriesInDomainAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result publishPackageVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise publishPackageVersionAsync(array $args = [])
* @method \Aws\Result putDomainPermissionsPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putDomainPermissionsPolicyAsync(array $args = [])
* @method \Aws\Result putPackageOriginConfiguration(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/Connect/ConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@
* @method \GuzzleHttp\Promise\Promise getFederationTokenAsync(array $args = [])
* @method \Aws\Result getMetricData(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMetricDataAsync(array $args = [])
* @method \Aws\Result getMetricDataV2(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMetricDataV2Async(array $args = [])
* @method \Aws\Result getTaskTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTaskTemplateAsync(array $args = [])
* @method \Aws\Result getTrafficDistribution(array $args = [])
Expand Down
106 changes: 105 additions & 1 deletion src/data/codeartifact/2018-09-22/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,24 @@
{"shape":"ValidationException"}
]
},
"PublishPackageVersion":{
"name":"PublishPackageVersion",
"http":{
"method":"POST",
"requestUri":"/v1/package/version/publish"
},
"input":{"shape":"PublishPackageVersionRequest"},
"output":{"shape":"PublishPackageVersionResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"PutDomainPermissionsPolicy":{
"name":"PutDomainPermissionsPolicy",
"http":{
Expand Down Expand Up @@ -2100,7 +2118,8 @@
"npm",
"pypi",
"maven",
"nuget"
"nuget",
"generic"
]
},
"PackageName":{
Expand Down Expand Up @@ -2273,6 +2292,85 @@
"min":1,
"pattern":"\\S+"
},
"PublishPackageVersionRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"packageVersion",
"assetContent",
"assetName",
"assetSHA256"
],
"members":{
"domain":{
"shape":"DomainName",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"location":"querystring",
"locationName":"package"
},
"packageVersion":{
"shape":"PackageVersion",
"location":"querystring",
"locationName":"version"
},
"assetContent":{"shape":"Asset"},
"assetName":{
"shape":"AssetName",
"location":"querystring",
"locationName":"asset"
},
"assetSHA256":{
"shape":"SHA256",
"location":"header",
"locationName":"x-amz-content-sha256"
},
"unfinished":{
"shape":"BooleanOptional",
"location":"querystring",
"locationName":"unfinished"
}
},
"payload":"assetContent"
},
"PublishPackageVersionResult":{
"type":"structure",
"members":{
"format":{"shape":"PackageFormat"},
"namespace":{"shape":"PackageNamespace"},
"package":{"shape":"PackageName"},
"version":{"shape":"PackageVersion"},
"versionRevision":{"shape":"PackageVersionRevision"},
"status":{"shape":"PackageVersionStatus"},
"asset":{"shape":"AssetSummary"}
}
},
"PutDomainPermissionsPolicyRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2450,6 +2548,12 @@
]
},
"RetryAfterSeconds":{"type":"integer"},
"SHA256":{
"type":"string",
"max":64,
"min":64,
"pattern":"[0-9a-f]+"
},
"ServiceQuotaExceededException":{
"type":"structure",
"required":["message"],
Expand Down
2 changes: 1 addition & 1 deletion src/data/codeartifact/2018-09-22/api-2.json.php

Large diffs are not rendered by default.

84 changes: 59 additions & 25 deletions src/data/codeartifact/2018-09-22/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/codeartifact/2018-09-22/docs-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 748c55e

Please sign in to comment.