Skip to content

Commit 2a90884

Browse files
Merge pull request #765 from aws/staging/c61e83da-b96e-47aa-bad0-27824c687baf
Pull request: release <- staging/c61e83da-b96e-47aa-bad0-27824c687baf
2 parents c98ba12 + 7987bd5 commit 2a90884

File tree

267 files changed

+470
-330
lines changed

Some content is hidden

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

267 files changed

+470
-330
lines changed

.changes/2.11.3.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": "2.11.3",
3+
"date": "2020-03-26",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon SageMaker Service",
8+
"description": "This release updates Amazon Augmented AI CreateFlowDefinition API and DescribeFlowDefinition response."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "AWS SDK for Java v2",
13+
"description": "Updated service endpoint metadata."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "AWS SecurityHub",
18+
"description": "Security Hub has now made it easier to opt out of default standards when you enable Security Hub. We added a new Boolean parameter to EnableSecurityHub called EnableDefaultStandards. If that parameter is true, Security Hub's default standards are enabled. A new Boolean parameter for standards, EnabledByDefault, indicates whether a standard is a default standard. Today, the only default standard is CIS AWS Foundations Benchmark v1.2. Additional default standards will be added in the future.To learn more, visit our documentation on the EnableSecurityHub API action."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon FSx",
23+
"description": "This release includes two changes: a new lower-cost, storage type called HDD (Hard Disk Drive), and a new generation of the Single-AZ deployment type called Single AZ 2. The HDD storage type can be selected on Multi AZ 1 and Single AZ 2 deployment types."
24+
}
25+
]
26+
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# __2.11.3__ __2020-03-26__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Updated service endpoint metadata.
5+
6+
## __AWS SecurityHub__
7+
- ### Features
8+
- Security Hub has now made it easier to opt out of default standards when you enable Security Hub. We added a new Boolean parameter to EnableSecurityHub called EnableDefaultStandards. If that parameter is true, Security Hub's default standards are enabled. A new Boolean parameter for standards, EnabledByDefault, indicates whether a standard is a default standard. Today, the only default standard is CIS AWS Foundations Benchmark v1.2. Additional default standards will be added in the future.To learn more, visit our documentation on the EnableSecurityHub API action.
9+
10+
## __Amazon FSx__
11+
- ### Features
12+
- This release includes two changes: a new lower-cost, storage type called HDD (Hard Disk Drive), and a new generation of the Single-AZ deployment type called Single AZ 2. The HDD storage type can be selected on Multi AZ 1 and Single AZ 2 deployment types.
13+
14+
## __Amazon SageMaker Service__
15+
- ### Features
16+
- This release updates Amazon Augmented AI CreateFlowDefinition API and DescribeFlowDefinition response.
17+
118
# __2.11.2__ __2020-03-25__
219
## __AWS Cost Explorer Service__
320
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To automatically manage module versions (currently all modules have the same ver
4848
<dependency>
4949
<groupId>software.amazon.awssdk</groupId>
5050
<artifactId>bom</artifactId>
51-
<version>2.11.2</version>
51+
<version>2.11.3</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>
@@ -82,12 +82,12 @@ Alternatively you can add dependencies for the specific services you use only:
8282
<dependency>
8383
<groupId>software.amazon.awssdk</groupId>
8484
<artifactId>ec2</artifactId>
85-
<version>2.11.2</version>
85+
<version>2.11.3</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>software.amazon.awssdk</groupId>
8989
<artifactId>s3</artifactId>
90-
<version>2.11.2</version>
90+
<version>2.11.3</version>
9191
</dependency>
9292
```
9393

@@ -99,7 +99,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
9999
<dependency>
100100
<groupId>software.amazon.awssdk</groupId>
101101
<artifactId>aws-sdk-java</artifactId>
102-
<version>2.11.2</version>
102+
<version>2.11.3</version>
103103
</dependency>
104104
```
105105

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>software.amazon.awssdk</groupId>
2121
<artifactId>aws-sdk-java-pom</artifactId>
22-
<version>2.11.2</version>
22+
<version>2.11.3</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<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.11.2</version>
23+
<version>2.11.3</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
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>software.amazon.awssdk</groupId>
2121
<artifactId>aws-sdk-java-pom</artifactId>
22-
<version>2.11.2</version>
22+
<version>2.11.3</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<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.11.2</version>
24+
<version>2.11.3</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.11.2</version>
25+
<version>2.11.3</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.11.2</version>
24+
<version>2.11.3</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.11.2</version>
25+
<version>2.11.3</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.11.2</version>
24+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
25+
<version>2.11.3</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.11.2</version>
25+
<version>2.11.3</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

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.11.2</version>
24+
<version>2.11.3</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.11.2</version>
25+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
23+
<version>2.11.3</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.11.2</version>
25+
<version>2.11.3</version>
2626
</parent>
2727

2828
<artifactId>regions</artifactId>

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

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,33 @@
741741
"me-south-1" : { },
742742
"sa-east-1" : { },
743743
"us-east-1" : { },
744+
"us-east-1-fips" : {
745+
"credentialScope" : {
746+
"region" : "us-east-1"
747+
},
748+
"hostname" : "cloudformation-fips.us-east-1.amazonaws.com"
749+
},
744750
"us-east-2" : { },
751+
"us-east-2-fips" : {
752+
"credentialScope" : {
753+
"region" : "us-east-2"
754+
},
755+
"hostname" : "cloudformation-fips.us-east-2.amazonaws.com"
756+
},
745757
"us-west-1" : { },
746-
"us-west-2" : { }
758+
"us-west-1-fips" : {
759+
"credentialScope" : {
760+
"region" : "us-west-1"
761+
},
762+
"hostname" : "cloudformation-fips.us-west-1.amazonaws.com"
763+
},
764+
"us-west-2" : { },
765+
"us-west-2-fips" : {
766+
"credentialScope" : {
767+
"region" : "us-west-2"
768+
},
769+
"hostname" : "cloudformation-fips.us-west-2.amazonaws.com"
770+
}
747771
}
748772
},
749773
"cloudfront" : {
@@ -3052,6 +3076,30 @@
30523076
"ap-southeast-2" : { },
30533077
"eu-central-1" : { },
30543078
"eu-west-1" : { },
3079+
"fips-us-east-1" : {
3080+
"credentialScope" : {
3081+
"region" : "us-east-1"
3082+
},
3083+
"hostname" : "opsworks-cm-fips.us-east-1.amazonaws.com"
3084+
},
3085+
"fips-us-east-2" : {
3086+
"credentialScope" : {
3087+
"region" : "us-east-2"
3088+
},
3089+
"hostname" : "opsworks-cm-fips.us-east-2.amazonaws.com"
3090+
},
3091+
"fips-us-west-1" : {
3092+
"credentialScope" : {
3093+
"region" : "us-west-1"
3094+
},
3095+
"hostname" : "opsworks-cm-fips.us-west-1.amazonaws.com"
3096+
},
3097+
"fips-us-west-2" : {
3098+
"credentialScope" : {
3099+
"region" : "us-west-2"
3100+
},
3101+
"hostname" : "opsworks-cm-fips.us-west-2.amazonaws.com"
3102+
},
30553103
"us-east-1" : { },
30563104
"us-east-2" : { },
30573105
"us-west-1" : { },
@@ -3406,6 +3454,8 @@
34063454
"eu-west-1" : { },
34073455
"eu-west-2" : { },
34083456
"eu-west-3" : { },
3457+
"me-south-1" : { },
3458+
"sa-east-1" : { },
34093459
"us-east-1" : { },
34103460
"us-east-2" : { },
34113461
"us-west-1" : { },
@@ -5432,6 +5482,12 @@
54325482
},
54335483
"codecommit" : {
54345484
"endpoints" : {
5485+
"fips" : {
5486+
"credentialScope" : {
5487+
"region" : "us-gov-west-1"
5488+
},
5489+
"hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com"
5490+
},
54355491
"us-gov-east-1" : { },
54365492
"us-gov-west-1" : { }
54375493
}
@@ -5797,6 +5853,12 @@
57975853
"isRegionalized" : false,
57985854
"partitionEndpoint" : "aws-us-gov-global"
57995855
},
5856+
"outposts" : {
5857+
"endpoints" : {
5858+
"us-gov-east-1" : { },
5859+
"us-gov-west-1" : { }
5860+
}
5861+
},
58005862
"polly" : {
58015863
"endpoints" : {
58025864
"us-gov-west-1" : { }
@@ -5956,6 +6018,13 @@
59566018
},
59576019
"servicecatalog" : {
59586020
"endpoints" : {
6021+
"us-gov-east-1" : { },
6022+
"us-gov-east-1-fips" : {
6023+
"credentialScope" : {
6024+
"region" : "us-gov-east-1"
6025+
},
6026+
"hostname" : "servicecatalog-fips.us-gov-east-1.amazonaws.com"
6027+
},
59596028
"us-gov-west-1" : { },
59606029
"us-gov-west-1-fips" : {
59616030
"credentialScope" : {

0 commit comments

Comments
 (0)