Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.45.7 #4982

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.45.7 (2023-09-11)
===

### Service Client Updates
* `service/ecr`: Updates service API, documentation, and examples
* This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.
* `service/medialive`: Updates service API and documentation
* AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
* `service/quicksight`: Updates service API and documentation
* This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.

Release v1.45.6 (2023-09-08)
===

Expand Down
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.45.6"
const SDKVersion = "1.45.7"
19 changes: 14 additions & 5 deletions models/apis/ecr/2015-09-21/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"LifecyclePolicyNotFoundException"}
{"shape":"LifecyclePolicyNotFoundException"},
{"shape":"ValidationException"}
]
},
"DeletePullThroughCacheRule":{
Expand Down Expand Up @@ -334,7 +335,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"LifecyclePolicyNotFoundException"}
{"shape":"LifecyclePolicyNotFoundException"},
{"shape":"ValidationException"}
]
},
"GetLifecyclePolicyPreview":{
Expand All @@ -349,7 +351,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"LifecyclePolicyPreviewNotFoundException"}
{"shape":"LifecyclePolicyPreviewNotFoundException"},
{"shape":"ValidationException"}
]
},
"GetRegistryPolicy":{
Expand Down Expand Up @@ -500,7 +503,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"ValidationException"}
]
},
"PutRegistryPolicy":{
Expand Down Expand Up @@ -590,7 +594,8 @@
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"LifecyclePolicyNotFoundException"},
{"shape":"LifecyclePolicyPreviewInProgressException"}
{"shape":"LifecyclePolicyPreviewInProgressException"},
{"shape":"ValidationException"}
]
},
"TagResource":{
Expand Down Expand Up @@ -2345,6 +2350,10 @@
"Status":{"type":"string"},
"Tag":{
"type":"structure",
"required":[
"Key",
"Value"
],
"members":{
"Key":{"shape":"TagKey"},
"Value":{"shape":"TagValue"}
Expand Down
8 changes: 4 additions & 4 deletions models/apis/ecr/2015-09-21/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"base": null,
"refs": {
"ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.</p>",
"Repository$repositoryArn": "<p>The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the <code>arn:aws:ecr</code> namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, <code>arn:aws:ecr:region:012345678910:repository/test</code>.</p>",
"Repository$repositoryArn": "<p>The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the <code>arn:aws:ecr</code> namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, <code>arn:aws:ecr:region:012345678910:repository-namespace/repository-name</code>.</p>",
"RepositoryScanningConfiguration$repositoryArn": "<p>The ARN of the repository.</p>",
"TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.</p>",
"UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.</p>"
Expand Down Expand Up @@ -1461,7 +1461,7 @@
}
},
"RepositoryFilter": {
"base": "<p>The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no repository filter is specified, all images in the repository are replicated.</p>",
"base": "<p>The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.</p>",
"refs": {
"RepositoryFilterList$member": null
}
Expand Down Expand Up @@ -1499,7 +1499,7 @@
"BatchGetImageRequest$repositoryName": "<p>The repository that contains the images to describe.</p>",
"CompleteLayerUploadRequest$repositoryName": "<p>The name of the repository to associate with the image layer.</p>",
"CompleteLayerUploadResponse$repositoryName": "<p>The repository name associated with the request.</p>",
"CreateRepositoryRequest$repositoryName": "<p>The name to use for the repository. The repository name may be specified on its own (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group the repository into a category (such as <code>project-a/nginx-web-app</code>).</p>",
"CreateRepositoryRequest$repositoryName": "<p>The name to use for the repository. The repository name may be specified on its own (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group the repository into a category (such as <code>project-a/nginx-web-app</code>).</p> <p>The repository name must start with a letter and can only contain lowercase letters, numbers, hyphens, underscores, and forward slashes.</p>",
"DeleteLifecyclePolicyRequest$repositoryName": "<p>The name of the repository.</p>",
"DeleteLifecyclePolicyResponse$repositoryName": "<p>The repository name associated with the request.</p>",
"DeleteRepositoryPolicyRequest$repositoryName": "<p>The name of the repository that is associated with the repository policy to delete.</p>",
Expand Down Expand Up @@ -1625,7 +1625,7 @@
"ScanFrequency": {
"base": null,
"refs": {
"RegistryScanningRule$scanFrequency": "<p>The frequency that scans are performed at for a private registry. When the <code>ENHANCED</code> scan type is specified, the supported scan frequencies are <code>CONTINUOUS_SCAN</code> and <code>SCAN_ON_PUSH</code>. When the <code>BASIC</code> scan type is specified, the <code>SCAN_ON_PUSH</code> and <code>MANUAL</code> scan frequencies are supported.</p>",
"RegistryScanningRule$scanFrequency": "<p>The frequency that scans are performed at for a private registry. When the <code>ENHANCED</code> scan type is specified, the supported scan frequencies are <code>CONTINUOUS_SCAN</code> and <code>SCAN_ON_PUSH</code>. When the <code>BASIC</code> scan type is specified, the <code>SCAN_ON_PUSH</code> scan frequency is supported. If scan on push is not specified, then the <code>MANUAL</code> scan frequency is set by default.</p>",
"RepositoryScanningConfiguration$scanFrequency": "<p>The scan frequency for the repository.</p>"
}
},
Expand Down
Loading