Skip to content

Commit

Permalink
AWS SDK for Java 1.11.908
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Nov 24, 2020
1 parent a23c826 commit 2bb86d6
Show file tree
Hide file tree
Showing 730 changed files with 89,969 additions and 7,248 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
# __1.11.908__ __2020-11-24__
## __AWS Batch__
- ### Features
- Add Ec2Configuration in ComputeEnvironment.ComputeResources. Use in CreateComputeEnvironment API to enable AmazonLinux2 support.

## __AWS CloudFormation__
- ### Features
- Adds support for the new Modules feature for CloudFormation. A module encapsulates one or more resources and their respective configurations for reuse across your organization.

## __AWS CloudTrail__
- ### Features
- CloudTrail now includes advanced event selectors, which give you finer-grained control over the events that are logged to your trail.

## __AWS CodeBuild__
- ### Features
- Adding GetReportGroupTrend API for Test Reports.

## __AWS Elastic Beanstalk__
- ### Features
- Updates the Integer constraint of DescribeEnvironmentManagedActionHistory's MaxItems parameter to [1, 100].

## __AWS Elemental MediaConvert__
- ### Features
- AWS Elemental MediaConvert SDK has added support for Vorbis and Opus audio in OGG/OGA containers.

## __AWS IoT SiteWise__
- ### Features
- This release adds support for customer managed customer master key (CMK) based encryption in IoT SiteWise.

## __AWS Step Functions__
- ### Features
- This release of the AWS Step Functions SDK introduces support for Synchronous Express Workflows

## __Amazon Appflow__
- ### Features
- Upsolver as a destination connector and documentation update.

## __Amazon Cognito Identity Provider__
- ### Features
- This release adds ability to configure Cognito User Pools with third party sms and email providers for sending notifications to users.

## __Amazon Comprehend__
- ### Features
- Support Comprehend events detection APIs

## __Amazon FSx__
- ### Features
- This release adds the capability to increase storage capacity of Amazon FSx for Lustre file systems, providing the flexibility to meet evolving storage needs over time.

## __Amazon GameLift__
- ### Features
- GameLift FlexMatch is now available as a standalone matchmaking solution. FlexMatch now provides customizable matchmaking for games hosted peer-to-peer, on-premises, or on cloud compute primitives.

## __Amazon Lex Model Building Service__
- ### Features
- Lex now supports es-419, de-DE locales

## __Amazon QuickSight__
- ### Features
- Support for embedding without user registration. New enum EmbeddingIdentityType. A potential breaking change. Affects code that refers IdentityType enum type directly instead of literal string value.

## __Amazon Timestream Write__
- ### Features
- Adds support of upserts for idempotent updates to Timestream.

## __Amazon Transcribe Streaming Service__
- ### Features
- Amazon Transcribe Medical streaming added medical specialties and HTTP/2 support. Amazon Transcribe streaming supports additional languages. Both support OGG/OPUS and FLAC codecs for streaming.

## __AmazonMWAA__
- ### Features
- (New Service) Amazon MWAA is a managed service for Apache Airflow that makes it easy for data engineers and data scientists to execute data processing workflows in the cloud.

# __1.11.907__ __2020-11-23__
## __AWS CodeStar connections__
- ### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-accessanalyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-accessanalyzer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-acm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-acmpca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acmpca</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-alexaforbusiness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-amplify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-amplify</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-apigatewaymanagementapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-apigatewaymanagementapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-apigatewayv2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-apigatewayv2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appconfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.907</version>
<version>1.11.908</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appflow</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ public class ConnectorMetadata implements Serializable, Cloneable, StructuredPoj
* </p>
*/
private EventBridgeMetadata eventBridge;
/**
* <p>
* The connector metadata specific to Upsolver.
* </p>
*/
private UpsolverMetadata upsolver;

/**
* <p>
Expand Down Expand Up @@ -812,6 +818,46 @@ public ConnectorMetadata withEventBridge(EventBridgeMetadata eventBridge) {
return this;
}

/**
* <p>
* The connector metadata specific to Upsolver.
* </p>
*
* @param upsolver
* The connector metadata specific to Upsolver.
*/

public void setUpsolver(UpsolverMetadata upsolver) {
this.upsolver = upsolver;
}

/**
* <p>
* The connector metadata specific to Upsolver.
* </p>
*
* @return The connector metadata specific to Upsolver.
*/

public UpsolverMetadata getUpsolver() {
return this.upsolver;
}

/**
* <p>
* The connector metadata specific to Upsolver.
* </p>
*
* @param upsolver
* The connector metadata specific to Upsolver.
* @return Returns a reference to this object so that method calls can be chained together.
*/

public ConnectorMetadata withUpsolver(UpsolverMetadata upsolver) {
setUpsolver(upsolver);
return this;
}

/**
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
* redacted from this string using a placeholder value.
Expand Down Expand Up @@ -857,7 +903,9 @@ public String toString() {
if (getZendesk() != null)
sb.append("Zendesk: ").append(getZendesk()).append(",");
if (getEventBridge() != null)
sb.append("EventBridge: ").append(getEventBridge());
sb.append("EventBridge: ").append(getEventBridge()).append(",");
if (getUpsolver() != null)
sb.append("Upsolver: ").append(getUpsolver());
sb.append("}");
return sb.toString();
}
Expand Down Expand Up @@ -940,6 +988,10 @@ public boolean equals(Object obj) {
return false;
if (other.getEventBridge() != null && other.getEventBridge().equals(this.getEventBridge()) == false)
return false;
if (other.getUpsolver() == null ^ this.getUpsolver() == null)
return false;
if (other.getUpsolver() != null && other.getUpsolver().equals(this.getUpsolver()) == false)
return false;
return true;
}

Expand All @@ -965,6 +1017,7 @@ public int hashCode() {
hashCode = prime * hashCode + ((getVeeva() == null) ? 0 : getVeeva().hashCode());
hashCode = prime * hashCode + ((getZendesk() == null) ? 0 : getZendesk().hashCode());
hashCode = prime * hashCode + ((getEventBridge() == null) ? 0 : getEventBridge().hashCode());
hashCode = prime * hashCode + ((getUpsolver() == null) ? 0 : getUpsolver().hashCode());
return hashCode;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public enum ConnectorType {
Infornexus("Infornexus"),
Amplitude("Amplitude"),
Veeva("Veeva"),
EventBridge("EventBridge");
EventBridge("EventBridge"),
Upsolver("Upsolver");

private String value;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ public class DestinationConnectorProperties implements Serializable, Cloneable,
* </p>
*/
private EventBridgeDestinationProperties eventBridge;
/**
* <p>
* The properties required to query Upsolver.
* </p>
*/
private UpsolverDestinationProperties upsolver;

/**
* <p>
Expand Down Expand Up @@ -259,6 +265,46 @@ public DestinationConnectorProperties withEventBridge(EventBridgeDestinationProp
return this;
}

/**
* <p>
* The properties required to query Upsolver.
* </p>
*
* @param upsolver
* The properties required to query Upsolver.
*/

public void setUpsolver(UpsolverDestinationProperties upsolver) {
this.upsolver = upsolver;
}

/**
* <p>
* The properties required to query Upsolver.
* </p>
*
* @return The properties required to query Upsolver.
*/

public UpsolverDestinationProperties getUpsolver() {
return this.upsolver;
}

/**
* <p>
* The properties required to query Upsolver.
* </p>
*
* @param upsolver
* The properties required to query Upsolver.
* @return Returns a reference to this object so that method calls can be chained together.
*/

public DestinationConnectorProperties withUpsolver(UpsolverDestinationProperties upsolver) {
setUpsolver(upsolver);
return this;
}

/**
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
* redacted from this string using a placeholder value.
Expand All @@ -280,7 +326,9 @@ public String toString() {
if (getSnowflake() != null)
sb.append("Snowflake: ").append(getSnowflake()).append(",");
if (getEventBridge() != null)
sb.append("EventBridge: ").append(getEventBridge());
sb.append("EventBridge: ").append(getEventBridge()).append(",");
if (getUpsolver() != null)
sb.append("Upsolver: ").append(getUpsolver());
sb.append("}");
return sb.toString();
}
Expand Down Expand Up @@ -315,6 +363,10 @@ public boolean equals(Object obj) {
return false;
if (other.getEventBridge() != null && other.getEventBridge().equals(this.getEventBridge()) == false)
return false;
if (other.getUpsolver() == null ^ this.getUpsolver() == null)
return false;
if (other.getUpsolver() != null && other.getUpsolver().equals(this.getUpsolver()) == false)
return false;
return true;
}

Expand All @@ -328,6 +380,7 @@ public int hashCode() {
hashCode = prime * hashCode + ((getSalesforce() == null) ? 0 : getSalesforce().hashCode());
hashCode = prime * hashCode + ((getSnowflake() == null) ? 0 : getSnowflake().hashCode());
hashCode = prime * hashCode + ((getEventBridge() == null) ? 0 : getEventBridge().hashCode());
hashCode = prime * hashCode + ((getUpsolver() == null) ? 0 : getUpsolver().hashCode());
return hashCode;
}

Expand Down
Loading

0 comments on commit 2bb86d6

Please sign in to comment.