Skip to content

Commit 36ae61d

Browse files
Merge pull request #918 from aws/staging/51e3aa7e-f559-4ce5-b095-b852e3a142d7
Pull request: release <- staging/51e3aa7e-f559-4ce5-b095-b852e3a142d7
2 parents fc9f709 + f4432b5 commit 36ae61d

File tree

276 files changed

+415
-317
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

+415
-317
lines changed

.changes/2.13.68.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.13.68",
3+
"date": "2020-08-04",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Health APIs and Notifications",
8+
"description": "Documentation updates for health"
9+
},
10+
{
11+
"type": "feature",
12+
"category": "AWS SDK for Java v2",
13+
"description": "Updated service endpoint metadata."
14+
}
15+
]
16+
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# __2.13.68__ __2020-08-04__
2+
## __AWS Health APIs and Notifications__
3+
- ### Features
4+
- Documentation updates for health
5+
6+
## __AWS SDK for Java v2__
7+
- ### Features
8+
- Updated service endpoint metadata.
9+
110
# __2.13.67__ __2020-08-03__
211
## __AWS SDK for Java v2__
312
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
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.67</version>
52+
<version>2.13.68</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.67</version>
86+
<version>2.13.68</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.13.67</version>
91+
<version>2.13.68</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.67</version>
103+
<version>2.13.68</version>
104104
</dependency>
105105
```
106106

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
20+
<version>2.13.68</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
20+
<version>2.13.68</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
24+
<version>2.13.68</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
25+
<version>2.13.68</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
24+
<version>2.13.68</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
25+
<version>2.13.68</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
24+
<version>2.13.68</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
25+
<version>2.13.68</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
25+
<version>2.13.68</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

core/metrics-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>core</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.13.67</version>
8+
<version>2.13.68</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
24+
<version>2.13.68</version>
2525
</parent>
2626

2727
<artifactId>core</artifactId>

core/profiles/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
25+
<version>2.13.68</version>
2626
</parent>
2727

2828
<artifactId>profiles</artifactId>

core/protocols/aws-cbor-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-ion-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-json-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-query-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-xml-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/protocol-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
23+
<version>2.13.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/regions/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</version>
25+
<version>2.13.68</version>
2626
</parent>
2727

2828
<artifactId>regions</artifactId>

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

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,36 @@
9393
"eu-west-1" : { },
9494
"eu-west-2" : { },
9595
"eu-west-3" : { },
96+
"fips-ca-central-1" : {
97+
"credentialScope" : {
98+
"region" : "ca-central-1"
99+
},
100+
"hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com"
101+
},
102+
"fips-us-east-1" : {
103+
"credentialScope" : {
104+
"region" : "us-east-1"
105+
},
106+
"hostname" : "access-analyzer-fips.us-east-1.amazonaws.com"
107+
},
108+
"fips-us-east-2" : {
109+
"credentialScope" : {
110+
"region" : "us-east-2"
111+
},
112+
"hostname" : "access-analyzer-fips.us-east-2.amazonaws.com"
113+
},
114+
"fips-us-west-1" : {
115+
"credentialScope" : {
116+
"region" : "us-west-1"
117+
},
118+
"hostname" : "access-analyzer-fips.us-west-1.amazonaws.com"
119+
},
120+
"fips-us-west-2" : {
121+
"credentialScope" : {
122+
"region" : "us-west-2"
123+
},
124+
"hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
125+
},
96126
"me-south-1" : { },
97127
"sa-east-1" : { },
98128
"us-east-1" : { },
@@ -2761,6 +2791,18 @@
27612791
"ap-southeast-2" : { },
27622792
"eu-north-1" : { },
27632793
"eu-west-1" : { },
2794+
"fips-us-east-2" : {
2795+
"credentialScope" : {
2796+
"region" : "us-east-2"
2797+
},
2798+
"hostname" : "groundstation-fips.us-east-2.amazonaws.com"
2799+
},
2800+
"fips-us-west-2" : {
2801+
"credentialScope" : {
2802+
"region" : "us-west-2"
2803+
},
2804+
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
2805+
},
27642806
"me-south-1" : { },
27652807
"us-east-2" : { },
27662808
"us-west-2" : { }
@@ -3862,6 +3904,12 @@
38623904
},
38633905
"hostname" : "oidc.eu-central-1.amazonaws.com"
38643906
},
3907+
"eu-north-1" : {
3908+
"credentialScope" : {
3909+
"region" : "eu-north-1"
3910+
},
3911+
"hostname" : "oidc.eu-north-1.amazonaws.com"
3912+
},
38653913
"eu-west-1" : {
38663914
"credentialScope" : {
38673915
"region" : "eu-west-1"
@@ -5456,6 +5504,12 @@
54565504
"eu-west-1" : { },
54575505
"eu-west-2" : { },
54585506
"eu-west-3" : { },
5507+
"fips" : {
5508+
"credentialScope" : {
5509+
"region" : "ca-central-1"
5510+
},
5511+
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
5512+
},
54595513
"me-south-1" : { },
54605514
"sa-east-1" : { },
54615515
"us-east-1" : { },
@@ -6814,8 +6868,18 @@
68146868
"services" : {
68156869
"access-analyzer" : {
68166870
"endpoints" : {
6817-
"us-gov-east-1" : { },
6818-
"us-gov-west-1" : { }
6871+
"us-gov-east-1" : {
6872+
"credentialScope" : {
6873+
"region" : "us-gov-east-1"
6874+
},
6875+
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
6876+
},
6877+
"us-gov-west-1" : {
6878+
"credentialScope" : {
6879+
"region" : "us-gov-west-1"
6880+
},
6881+
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
6882+
}
68196883
}
68206884
},
68216885
"acm" : {

0 commit comments

Comments
 (0)