Skip to content

Commit

Permalink
Release v1.44.241 (2023-04-11) (#4794)
Browse files Browse the repository at this point in the history
Release v1.44.241 (2023-04-11)
===

### Service Client Updates
* `service/ecr-public`: Updates service API and documentation
* `service/emr-serverless`: Updates service API and documentation
* `service/eventbridge`: Updates service API and documentation
* `service/iot`: Adds new service
  * Re-release to remove unexpected API changes
* `service/iot-data`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Apr 11, 2023
1 parent f522e96 commit 41d339d
Show file tree
Hide file tree
Showing 30 changed files with 2,236 additions and 3,135 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.44.241 (2023-04-11)
===

### Service Client Updates
* `service/ecr-public`: Updates service API and documentation
* `service/emr-serverless`: Updates service API and documentation
* `service/eventbridge`: Updates service API and documentation
* `service/iot`: Adds new service
* Re-release to remove unexpected API changes
* `service/iot-data`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation

Release v1.44.240 (2023-04-10)
===

Expand Down
6 changes: 6 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.240"
const SDKVersion = "1.44.241"
2 changes: 1 addition & 1 deletion models/apis/ecr-public/2020-10-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"imageIds"
],
"members":{
"registryId":{"shape":"RegistryId"},
"registryId":{"shape":"RegistryIdOrAlias"},
"repositoryName":{"shape":"RepositoryName"},
"imageIds":{"shape":"ImageIdentifierList"}
}
Expand Down
2 changes: 1 addition & 1 deletion models/apis/ecr-public/2020-10-30/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@
"RegistryId": {
"base": null,
"refs": {
"BatchDeleteImageRequest$registryId": "<p>The Amazon Web Services account ID that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.</p>",
"CompleteLayerUploadResponse$registryId": "<p>The public registry ID that's associated with the request.</p>",
"DeleteRepositoryPolicyRequest$registryId": "<p>The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.</p>",
"DeleteRepositoryPolicyResponse$registryId": "<p>The registry ID that's associated with the request.</p>",
Expand All @@ -733,6 +732,7 @@
"base": null,
"refs": {
"BatchCheckLayerAvailabilityRequest$registryId": "<p>The Amazon Web Services account ID, or registry alias, associated with the public registry that contains the image layers to check. If you do not specify a registry, the default public registry is assumed.</p>",
"BatchDeleteImageRequest$registryId": "<p>The Amazon Web Services account ID, or registry alias, that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.</p>",
"CompleteLayerUploadRequest$registryId": "<p>The Amazon Web Services account ID, or registry alias, associated with the registry where layers are uploaded. If you do not specify a registry, the default public registry is assumed.</p>",
"Image$registryId": "<p>The Amazon Web Services account ID that's associated with the registry containing the image.</p>",
"InitiateLayerUploadRequest$registryId": "<p>The Amazon Web Services account ID, or registry alias, that's associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.</p>",
Expand Down
407 changes: 224 additions & 183 deletions models/apis/ecr-public/2020-10-30/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit 41d339d

Please sign in to comment.