Skip to content

Commit

Permalink
Updates SDK to v2.1455.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 11, 2023
1 parent fea1998 commit 600847f
Show file tree
Hide file tree
Showing 19 changed files with 1,200 additions and 453 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1455.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ECR",
"description": "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."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow."
},
{
"type": "feature",
"category": "QuickSight",
"description": "This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1454.0-->
<!--LATEST=2.1455.0-->
<!--ENTRYINSERT-->

## 2.1455.0
* feature: ECR: 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.
* feature: MediaLive: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
* feature: QuickSight: This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.

## 2.1454.0
* bugfix: Paginator: Fix nextPage typing in requests
* feature: SSOAdmin: Content updates to IAM Identity Center API for China Regions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1454.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1455.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
4 changes: 2 additions & 2 deletions apis/ecr-2015-09-21.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
"output": {
"authorizationData": [
{
"authorizationToken": "QVdTOkN...",
"expiresAt": "1470951892432",
"authorizationToken": "QVdTOkNEXAMPLE",
"expiresAt": "2022-05-17T06:56:13.652000+00:00",
"proxyEndpoint": "https://012345678901.dkr.ecr.us-west-2.amazonaws.com"
}
]
Expand Down
4 changes: 4 additions & 0 deletions apis/ecr-2015-09-21.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,10 @@
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
Expand Down
27 changes: 23 additions & 4 deletions apis/ecr-2015-09-21.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
},
{
"shape": "LifecyclePolicyNotFoundException"
},
{
"shape": "ValidationException"
}
],
"documentation": "<p>Deletes the lifecycle policy associated with the specified repository.</p>"
Expand Down Expand Up @@ -622,6 +625,9 @@
},
{
"shape": "LifecyclePolicyNotFoundException"
},
{
"shape": "ValidationException"
}
],
"documentation": "<p>Retrieves the lifecycle policy for the specified repository.</p>"
Expand Down Expand Up @@ -650,6 +656,9 @@
},
{
"shape": "LifecyclePolicyPreviewNotFoundException"
},
{
"shape": "ValidationException"
}
],
"documentation": "<p>Retrieves the results of the lifecycle policy preview request for the specified repository.</p>"
Expand Down Expand Up @@ -933,6 +942,9 @@
},
{
"shape": "RepositoryNotFoundException"
},
{
"shape": "ValidationException"
}
],
"documentation": "<p>Creates or updates the lifecycle policy for the specified repository. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html\">Lifecycle policy template</a>.</p>"
Expand Down Expand Up @@ -1101,6 +1113,9 @@
},
{
"shape": "LifecyclePolicyPreviewInProgressException"
},
{
"shape": "ValidationException"
}
],
"documentation": "<p>Starts a preview of a lifecycle policy for the specified repository. This allows you to see the results before associating the lifecycle policy with the repository.</p>"
Expand Down Expand Up @@ -1565,7 +1580,7 @@
},
"repositoryName": {
"shape": "RepositoryName",
"documentation": "<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>"
"documentation": "<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>"
},
"tags": {
"shape": "TagList",
Expand Down Expand Up @@ -3449,7 +3464,7 @@
"members": {
"scanFrequency": {
"shape": "ScanFrequency",
"documentation": "<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>"
"documentation": "<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>"
},
"repositoryFilters": {
"shape": "ScanningRepositoryFilterList",
Expand Down Expand Up @@ -3568,7 +3583,7 @@
"members": {
"repositoryArn": {
"shape": "Arn",
"documentation": "<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>"
"documentation": "<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>"
},
"registryId": {
"shape": "RegistryId",
Expand Down Expand Up @@ -3616,7 +3631,7 @@
"documentation": "<p>The repository filter type. The only supported value is <code>PREFIX_MATCH</code>, which is a repository name prefix specified with the <code>filter</code> parameter.</p>"
}
},
"documentation": "<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>"
"documentation": "<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>"
},
"RepositoryFilterList": {
"type": "list",
Expand Down Expand Up @@ -4009,6 +4024,10 @@
},
"Tag": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {
"shape": "TagKey",
Expand Down
Loading

0 comments on commit 600847f

Please sign in to comment.