Skip to content

Commit cb74f6c

Browse files
Merge pull request #856 from aws/staging/ded8419e-b232-4779-9b6e-6acb9238122b
Pull request: release <- staging/ded8419e-b232-4779-9b6e-6acb9238122b
2 parents a7d51fb + 419ff67 commit cb74f6c

File tree

276 files changed

+536
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+536
-338
lines changed

Diff for: .changes/2.13.24.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"version": "2.13.24",
3+
"date": "2020-05-26",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Elastic Compute Cloud",
8+
"description": "ebsOptimizedInfo, efaSupported and supportedVirtualizationTypes added to DescribeInstanceTypes API"
9+
},
10+
{
11+
"type": "feature",
12+
"category": "Amazon Data Lifecycle Manager",
13+
"description": "Allowing cron expression in the DLM policy creation schedule."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "Amazon Macie",
18+
"description": "This is a documentation-only update to the Amazon Macie Classic API. This update corrects out-of-date references to the service name."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon ElastiCache",
23+
"description": "Amazon ElastiCache now allows you to use resource based policies to manage access to operations performed on ElastiCache resources. Also, Amazon ElastiCache now exposes ARN (Amazon Resource Names) for ElastiCache resources such as Cache Clusters and Parameter Groups. ARNs can be used to apply IAM policies to ElastiCache resources."
24+
},
25+
{
26+
"type": "feature",
27+
"category": "AWS SDK for Java v2",
28+
"description": "Updated service endpoint metadata."
29+
},
30+
{
31+
"type": "feature",
32+
"category": "Amazon QuickSight",
33+
"description": "Add DataSetArns to QuickSight DescribeDashboard API response."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Systems Manager (SSM)",
38+
"description": "The AWS Systems Manager GetOpsSummary API action now supports multiple OpsResultAttributes in the request. Currently, this feature only supports OpsResultAttributes with the following TypeNames: [AWS:EC2InstanceComputeOptimizer] or [AWS:EC2InstanceInformation, AWS:EC2InstanceComputeOptimizer]. These TypeNames can be used along with either or both of the following: [AWS:EC2InstanceRecommendation, AWS:RecommendationSource]"
39+
}
40+
]
41+
}

Diff for: CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __2.13.24__ __2020-05-26__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Updated service endpoint metadata.
5+
6+
## __Amazon Data Lifecycle Manager__
7+
- ### Features
8+
- Allowing cron expression in the DLM policy creation schedule.
9+
10+
## __Amazon ElastiCache__
11+
- ### Features
12+
- Amazon ElastiCache now allows you to use resource based policies to manage access to operations performed on ElastiCache resources. Also, Amazon ElastiCache now exposes ARN (Amazon Resource Names) for ElastiCache resources such as Cache Clusters and Parameter Groups. ARNs can be used to apply IAM policies to ElastiCache resources.
13+
14+
## __Amazon Elastic Compute Cloud__
15+
- ### Features
16+
- ebsOptimizedInfo, efaSupported and supportedVirtualizationTypes added to DescribeInstanceTypes API
17+
18+
## __Amazon Macie__
19+
- ### Features
20+
- This is a documentation-only update to the Amazon Macie Classic API. This update corrects out-of-date references to the service name.
21+
22+
## __Amazon QuickSight__
23+
- ### Features
24+
- Add DataSetArns to QuickSight DescribeDashboard API response.
25+
26+
## __Amazon Simple Systems Manager (SSM)__
27+
- ### Features
28+
- The AWS Systems Manager GetOpsSummary API action now supports multiple OpsResultAttributes in the request. Currently, this feature only supports OpsResultAttributes with the following TypeNames: [AWS:EC2InstanceComputeOptimizer] or [AWS:EC2InstanceInformation, AWS:EC2InstanceComputeOptimizer]. These TypeNames can be used along with either or both of the following: [AWS:EC2InstanceRecommendation, AWS:RecommendationSource]
29+
130
# __2.13.23__ __2020-05-22__
231
## __AWS IoT SiteWise__
332
- ### Features

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.13.23</version>
52+
<version>2.13.24</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.13.23</version>
86+
<version>2.13.24</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.13.23</version>
91+
<version>2.13.24</version>
9292
</dependency>
9393
```
9494

@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
100100
<dependency>
101101
<groupId>software.amazon.awssdk</groupId>
102102
<artifactId>aws-sdk-java</artifactId>
103-
<version>2.13.23</version>
103+
<version>2.13.24</version>
104104
</dependency>
105105
```
106106

Diff for: archetypes/archetype-lambda/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

Diff for: archetypes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

Diff for: aws-sdk-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.13.23</version>
20+
<version>2.13.24</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

Diff for: bom-internal/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.13.23</version>
20+
<version>2.13.24</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

Diff for: bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.13.23</version>
24+
<version>2.13.24</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

Diff for: codegen-lite-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.13.23</version>
25+
<version>2.13.24</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

Diff for: codegen-lite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.13.23</version>
24+
<version>2.13.24</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

Diff for: codegen-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.13.23</version>
25+
<version>2.13.24</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

Diff for: codegen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.13.23</version>
24+
<version>2.13.24</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

Diff for: core/annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/arns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/auth/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.13.23</version>
25+
<version>2.13.24</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

Diff for: core/aws-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.13.23</version>
25+
<version>2.13.24</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

Diff for: core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>aws-sdk-java-pom</artifactId>
2323
<groupId>software.amazon.awssdk</groupId>
24-
<version>2.13.23</version>
24+
<version>2.13.24</version>
2525
</parent>
2626

2727
<artifactId>core</artifactId>

Diff for: core/profiles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.13.23</version>
25+
<version>2.13.24</version>
2626
</parent>
2727

2828
<artifactId>profiles</artifactId>

Diff for: core/protocols/aws-cbor-protocol/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/protocols/aws-ion-protocol/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/protocols/aws-json-protocol/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/protocols/aws-query-protocol/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/protocols/aws-xml-protocol/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/protocols/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/protocols/protocol-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/regions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.13.23</version>
25+
<version>2.13.24</version>
2626
</parent>
2727

2828
<artifactId>regions</artifactId>

Diff for: core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -7704,7 +7704,19 @@
77047704
"sts" : {
77057705
"endpoints" : {
77067706
"us-gov-east-1" : { },
7707-
"us-gov-west-1" : { }
7707+
"us-gov-east-1-fips" : {
7708+
"credentialScope" : {
7709+
"region" : "us-gov-east-1"
7710+
},
7711+
"hostname" : "sts.us-gov-east-1.amazonaws.com"
7712+
},
7713+
"us-gov-west-1" : { },
7714+
"us-gov-west-1-fips" : {
7715+
"credentialScope" : {
7716+
"region" : "us-gov-west-1"
7717+
},
7718+
"hostname" : "sts.us-gov-west-1.amazonaws.com"
7719+
}
77087720
}
77097721
},
77107722
"support" : {
@@ -7714,6 +7726,12 @@
77147726
"region" : "us-gov-west-1"
77157727
},
77167728
"hostname" : "support.us-gov-west-1.amazonaws.com"
7729+
},
7730+
"fips-us-gov-west-1" : {
7731+
"credentialScope" : {
7732+
"region" : "us-gov-west-1"
7733+
},
7734+
"hostname" : "support.us-gov-west-1.amazonaws.com"
77177735
}
77187736
},
77197737
"partitionEndpoint" : "aws-us-gov-global"

Diff for: core/sdk-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>core</artifactId>
24-
<version>2.13.23</version>
24+
<version>2.13.24</version>
2525
</parent>
2626
<artifactId>sdk-core</artifactId>
2727
<name>AWS Java SDK :: SDK Core</name>

Diff for: http-client-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>aws-sdk-java-pom</artifactId>
2424
<groupId>software.amazon.awssdk</groupId>
25-
<version>2.13.23</version>
25+
<version>2.13.24</version>
2626
</parent>
2727
<artifactId>http-client-spi</artifactId>
2828
<name>AWS Java SDK :: HTTP Client Interface</name>

Diff for: http-clients/apache-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>http-clients</artifactId>
2323
<groupId>software.amazon.awssdk</groupId>
24-
<version>2.13.23</version>
24+
<version>2.13.24</version>
2525
</parent>
2626

2727
<artifactId>apache-client</artifactId>

Diff for: http-clients/netty-nio-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>http-clients</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.13.23</version>
23+
<version>2.13.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)