Skip to content

Commit 600847f

Browse files
author
awstools
committed
Updates SDK to v2.1455.0
1 parent fea1998 commit 600847f

19 files changed

+1200
-453
lines changed

.changes/2.1455.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ECR",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MediaLive",
10+
"description": "AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "QuickSight",
15+
"description": "This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1454.0-->
2+
<!--LATEST=2.1455.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1455.0
6+
* 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.
7+
* feature: MediaLive: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
8+
* feature: QuickSight: This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
9+
510
## 2.1454.0
611
* bugfix: Paginator: Fix nextPage typing in requests
712
* feature: SSOAdmin: Content updates to IAM Identity Center API for China Regions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

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

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

apis/ecr-2015-09-21.examples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
"output": {
162162
"authorizationData": [
163163
{
164-
"authorizationToken": "QVdTOkN...",
165-
"expiresAt": "1470951892432",
164+
"authorizationToken": "QVdTOkNEXAMPLE",
165+
"expiresAt": "2022-05-17T06:56:13.652000+00:00",
166166
"proxyEndpoint": "https://012345678901.dkr.ecr.us-west-2.amazonaws.com"
167167
}
168168
]

apis/ecr-2015-09-21.min.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,10 @@
13981398
"type": "list",
13991399
"member": {
14001400
"type": "structure",
1401+
"required": [
1402+
"Key",
1403+
"Value"
1404+
],
14011405
"members": {
14021406
"Key": {},
14031407
"Value": {}

apis/ecr-2015-09-21.normal.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@
255255
},
256256
{
257257
"shape": "LifecyclePolicyNotFoundException"
258+
},
259+
{
260+
"shape": "ValidationException"
258261
}
259262
],
260263
"documentation": "<p>Deletes the lifecycle policy associated with the specified repository.</p>"
@@ -622,6 +625,9 @@
622625
},
623626
{
624627
"shape": "LifecyclePolicyNotFoundException"
628+
},
629+
{
630+
"shape": "ValidationException"
625631
}
626632
],
627633
"documentation": "<p>Retrieves the lifecycle policy for the specified repository.</p>"
@@ -650,6 +656,9 @@
650656
},
651657
{
652658
"shape": "LifecyclePolicyPreviewNotFoundException"
659+
},
660+
{
661+
"shape": "ValidationException"
653662
}
654663
],
655664
"documentation": "<p>Retrieves the results of the lifecycle policy preview request for the specified repository.</p>"
@@ -933,6 +942,9 @@
933942
},
934943
{
935944
"shape": "RepositoryNotFoundException"
945+
},
946+
{
947+
"shape": "ValidationException"
936948
}
937949
],
938950
"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>"
@@ -1101,6 +1113,9 @@
11011113
},
11021114
{
11031115
"shape": "LifecyclePolicyPreviewInProgressException"
1116+
},
1117+
{
1118+
"shape": "ValidationException"
11041119
}
11051120
],
11061121
"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>"
@@ -1565,7 +1580,7 @@
15651580
},
15661581
"repositoryName": {
15671582
"shape": "RepositoryName",
1568-
"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>"
1583+
"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>"
15691584
},
15701585
"tags": {
15711586
"shape": "TagList",
@@ -3449,7 +3464,7 @@
34493464
"members": {
34503465
"scanFrequency": {
34513466
"shape": "ScanFrequency",
3452-
"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>"
3467+
"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>"
34533468
},
34543469
"repositoryFilters": {
34553470
"shape": "ScanningRepositoryFilterList",
@@ -3568,7 +3583,7 @@
35683583
"members": {
35693584
"repositoryArn": {
35703585
"shape": "Arn",
3571-
"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>"
3586+
"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>"
35723587
},
35733588
"registryId": {
35743589
"shape": "RegistryId",
@@ -3616,7 +3631,7 @@
36163631
"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>"
36173632
}
36183633
},
3619-
"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>"
3634+
"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>"
36203635
},
36213636
"RepositoryFilterList": {
36223637
"type": "list",
@@ -4009,6 +4024,10 @@
40094024
},
40104025
"Tag": {
40114026
"type": "structure",
4027+
"required": [
4028+
"Key",
4029+
"Value"
4030+
],
40124031
"members": {
40134032
"Key": {
40144033
"shape": "TagKey",

0 commit comments

Comments
 (0)