Skip to content

Commit

Permalink
Merge pull request #1780 from aws/staging/84c00ad8-fde0-4b59-aec5-96d…
Browse files Browse the repository at this point in the history
…9701fba25

Pull request: release <- staging/84c00ad8-fde0-4b59-aec5-96d9701fba25
  • Loading branch information
aws-sdk-java-automation authored Oct 20, 2021
2 parents fd42fd0 + c37bd1e commit 0b1c917
Show file tree
Hide file tree
Showing 425 changed files with 4,846 additions and 464 deletions.
60 changes: 60 additions & 0 deletions .changes/2.17.64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"version": "2.17.64",
"date": "2021-10-20",
"entries": [
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Add missing @Override annotations"
},
{
"type": "feature",
"category": "AWS Elemental MediaPackage",
"contributor": "",
"description": "When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output."
},
{
"type": "feature",
"category": "AWS SecurityHub",
"contributor": "",
"description": "Added support for cross-Region finding aggregation, which replicates findings from linked Regions to a single aggregation Region. Added operations to view, enable, update, and delete the finding aggregation."
},
{
"type": "feature",
"category": "Amazon Appflow",
"contributor": "",
"description": "Feature to add support for JSON-L format for S3 as a source."
},
{
"type": "feature",
"category": "AWS Direct Connect",
"contributor": "",
"description": "This release adds 4 new APIS, which needs to be public able"
},
{
"type": "feature",
"category": "AWS Elemental MediaConvert",
"contributor": "",
"description": "AWS Elemental MediaConvert SDK has added support for specifying caption time delta in milliseconds and the ability to apply color range legalization to source content other than AVC video."
},
{
"type": "feature",
"category": "AWS Panorama",
"contributor": "",
"description": "General availability for AWS Panorama. AWS SDK for Panorama includes APIs to manage your devices and nodes, and deploy computer vision applications to the edge. For more information, see the AWS Panorama documentation at http://docs.aws.amazon.com/panorama"
},
{
"type": "feature",
"category": "AWS Elemental MediaPackage VOD",
"contributor": "",
"description": "MediaPackage passes through digital video broadcasting (DVB) subtitles into the output."
},
{
"type": "feature",
"category": "Amazon Transcribe Streaming Service",
"contributor": "",
"description": "This release adds custom language support for streaming transcription."
}
]
}
4 changes: 4 additions & 0 deletions .idea/inspectionProfiles/AWS_Java_SDK_2_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# __2.17.64__ __2021-10-20__
## __AWS Direct Connect__
- ### Features
- This release adds 4 new APIS, which needs to be public able

## __AWS Elemental MediaConvert__
- ### Features
- AWS Elemental MediaConvert SDK has added support for specifying caption time delta in milliseconds and the ability to apply color range legalization to source content other than AVC video.

## __AWS Elemental MediaPackage__
- ### Features
- When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.

## __AWS Elemental MediaPackage VOD__
- ### Features
- MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.

## __AWS Panorama__
- ### Features
- General availability for AWS Panorama. AWS SDK for Panorama includes APIs to manage your devices and nodes, and deploy computer vision applications to the edge. For more information, see the AWS Panorama documentation at http://docs.aws.amazon.com/panorama

## __AWS SDK for Java v2__
- ### Features
- Add missing @Override annotations

## __AWS SecurityHub__
- ### Features
- Added support for cross-Region finding aggregation, which replicates findings from linked Regions to a single aggregation Region. Added operations to view, enable, update, and delete the finding aggregation.

## __Amazon Appflow__
- ### Features
- Feature to add support for JSON-L format for S3 as a source.

## __Amazon Transcribe Streaming Service__
- ### Features
- This release adds custom language support for streaming transcription.

# __2.17.63__ __2021-10-19__
## __AWS Data Exchange__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
</dependency>
```

Expand All @@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1433,6 +1433,11 @@ Amazon AutoScaling, etc).</description>
<artifactId>grafana</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>panorama</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 6 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -1573,6 +1573,11 @@
<artifactId>grafana</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>panorama</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class RegionGenerationMojo extends AbstractMojo {
"${basedir}/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json")
private File endpoints;

@Override
public void execute() throws MojoExecutionException {
Path baseSourcesDirectory = Paths.get(outputDirectory).resolve("generated-sources").resolve("sdk");
Path testsDirectory = Paths.get(outputDirectory).resolve("generated-test-sources").resolve("sdk-tests");
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<artifactId>codegen-lite</artifactId>
<name>AWS Java SDK :: Code Generator Lite</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ static CodeTransformer chain(CodeTransformer... processors) {
.reduce(Function.identity(), Function::andThen).apply(input);
}

@Override
String apply(String input);
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public JavaCodeFormatter(final Map<String, Object> overrideOptions) {
ToolFactory.M_FORMAT_EXISTING);
}

@Override
public String apply(String contents) {
TextEdit edit = codeFormatter.format(
CodeFormatter.K_COMPILATION_UNIT
Expand Down
2 changes: 1 addition & 1 deletion codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public class GenerationMojo extends AbstractMojo {
private Path sourcesDirectory;
private Path testsDirectory;

@Override
public void execute() throws MojoExecutionException {
this.sourcesDirectory = Paths.get(outputDirectory).resolve("generated-sources").resolve("sdk");
this.testsDirectory = Paths.get(outputDirectory).resolve("generated-test-sources").resolve("sdk-tests");
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public Builder paginatorsModel(Paginators paginatorsModel) {
return this;
}

@Override
public C2jModels build() {
Waiters waiters = waitersModel != null ? waitersModel : Waiters.none();
Paginators paginators = paginatorsModel != null ? paginatorsModel : Paginators.none();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ static CodeTransformer chain(CodeTransformer... processors) {
.reduce(Function.identity(), Function::andThen).apply(input);
}

@Override
String apply(String input);
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public JavaCodeFormatter(final Map<String, Object> overrideOptions) {
ToolFactory.M_FORMAT_EXISTING);
}

@Override
public String apply(String contents) {
TextEdit edit = codeFormatter.format(
CodeFormatter.K_COMPILATION_UNIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class ListSetters extends AbstractMemberSetters {
this.poetExtensions = new PoetExtensions(intermediateModel);
}

@Override
public List<MethodSpec> fluentDeclarations(TypeName returnType) {
List<MethodSpec> fluentDeclarations = new ArrayList<>();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class MapSetters extends AbstractMemberSetters {
this.typeProvider = typeProvider;
}

@Override
public List<MethodSpec> fluentDeclarations(TypeName returnType) {
List<MethodSpec> fluentDeclarations = new ArrayList<>();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class NonCollectionSetters extends AbstractMemberSetters {
super(intermediateModel, shapeModel, memberModel, typeProvider);
}

@Override
public List<MethodSpec> fluentDeclarations(TypeName returnType) {
List<MethodSpec> fluentDeclarations = new ArrayList<>();
fluentDeclarations.add(fluentAbstractSetterDeclaration(memberAsParameter(), returnType)
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/arns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public interface Builder extends CopyableBuilder<Builder, Arn> {
/**
* @return an instance of {@link Arn} that is created from the builder
*/
@Override
Arn build();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public interface Builder extends CopyableBuilder<ArnResource.Builder, ArnResourc
/**
* @return an instance of {@link ArnResource} that is created from the builder
*/
@Override
ArnResource build();
}

Expand Down
2 changes: 1 addition & 1 deletion core/auth-crt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.17.63</version>
<version>2.17.64</version>
</parent>

<artifactId>auth-crt</artifactId>
Expand Down
Loading

0 comments on commit 0b1c917

Please sign in to comment.