Skip to content

Commit

Permalink
AWS SDK for Java 1.11.849
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Aug 27, 2020
1 parent e7ae5ea commit 6ce1e9c
Show file tree
Hide file tree
Showing 847 changed files with 165,773 additions and 13,327 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# __1.11.849__ __2020-08-26__
## __Amazon Appflow__
- ### Features
- Amazon AppFlow is a fully managed integration service that securely transfers data between AWS services and SaaS applications. This update releases the first version of Amazon AppFlow APIs and SDK.

## __Amazon Route 53 Resolver__
- ### Features
- Route 53 Resolver adds support for resolver query logs

# __1.11.848__ __2020-08-24__
## __AWS Database Migration Service__
- ### 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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</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.848</version>
<version>1.11.849</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appconfig</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions aws-java-sdk-appflow/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source.. = src/main/java,\
src/main/resources
output.. = bin/

bin.includes = LICENSE.txt,\
NOTICE.txt,\
META-INF/,\
.

jre.compilation.profile = JavaSE-1.7
97 changes: 97 additions & 0 deletions aws-java-sdk-appflow/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.849</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appflow</artifactId>
<name>AWS Java SDK for Amazon Appflow</name>
<description>The AWS Java SDK for Amazon Appflow module holds the client classes that are used for communicating with Amazon Appflow Service</description>
<url>https://aws.amazon.com/sdkforjava</url>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies>
<dependency>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<artifactId>aws-java-sdk-test-utils</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<scope>test</scope>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<artifactId>jmespath-java</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>

<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
<profiles>
<profile>
<id>versiondiff</id>
<build>
<plugins>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.5.0</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>cmp</goal>
</goals>
</execution>
</executions>
<configuration>
<oldVersion>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appflow</artifactId>
<version>RELEASE</version>
</dependency>
</oldVersion>
<newVersion>
<file>
<path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
</file>
</newVersion>
<parameter>
<onlyModified>true</onlyModified>
<accessModifier>public</accessModifier>
<breakBuildOnModifications>false</breakBuildOnModifications>
<breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
<onlyBinaryIncompatible>false</onlyBinaryIncompatible>
</parameter>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.appflow;

import javax.annotation.Generated;

import com.amazonaws.services.appflow.model.*;
import com.amazonaws.*;

/**
* Abstract implementation of {@code AmazonAppflow}. Convenient method forms pass through to the corresponding overload
* that takes a request object, which throws an {@code UnsupportedOperationException}.
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class AbstractAmazonAppflow implements AmazonAppflow {

protected AbstractAmazonAppflow() {
}

@Override
public CreateConnectorProfileResult createConnectorProfile(CreateConnectorProfileRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public CreateFlowResult createFlow(CreateFlowRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DeleteConnectorProfileResult deleteConnectorProfile(DeleteConnectorProfileRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DeleteFlowResult deleteFlow(DeleteFlowRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DescribeConnectorEntityResult describeConnectorEntity(DescribeConnectorEntityRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DescribeConnectorProfilesResult describeConnectorProfiles(DescribeConnectorProfilesRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DescribeConnectorsResult describeConnectors(DescribeConnectorsRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DescribeFlowResult describeFlow(DescribeFlowRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DescribeFlowExecutionRecordsResult describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public ListConnectorEntitiesResult listConnectorEntities(ListConnectorEntitiesRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public ListFlowsResult listFlows(ListFlowsRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public StartFlowResult startFlow(StartFlowRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public StopFlowResult stopFlow(StopFlowRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public TagResourceResult tagResource(TagResourceRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public UntagResourceResult untagResource(UntagResourceRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public UpdateConnectorProfileResult updateConnectorProfile(UpdateConnectorProfileRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public UpdateFlowResult updateFlow(UpdateFlowRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public void shutdown() {
throw new java.lang.UnsupportedOperationException();
}

@Override
public com.amazonaws.ResponseMetadata getCachedResponseMetadata(com.amazonaws.AmazonWebServiceRequest request) {
throw new java.lang.UnsupportedOperationException();
}

}
Loading

0 comments on commit 6ce1e9c

Please sign in to comment.