10000 AWS SDK for Java 1.10.43 · sdatgit/aws-sdk-java@3c6b91f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c6b91f

Browse files
author
AWS
committed
AWS SDK for Java 1.10.43
1 parent b332832 commit 3c6b91f

File tree

241 files changed

+72609
-34514
lines changed
  • aws-java-sdk-ssm
  • aws-java-sdk-storagegateway
  • aws-java-sdk-sts
  • aws-java-sdk-support
  • aws-java-sdk-swf-libraries
  • aws-java-sdk-test-utils
  • aws-java-sdk-waf
  • aws-java-sdk-workspaces
  • Some content is hidden

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

    241 files changed

    +72609
    -34514
    lines changed

    README.md

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -26,7 +26,7 @@ The recommended way to use the AWS SDK for Java in your project is to consume it
    2626
    <dependency>
    2727
    <groupId>com.amazonaws</groupId>
    2828
    <artifactId>aws-java-sdk-bom</artifactId>
    29-
    <version>1.10.42</version>
    29+
    <version>1.10.43</version>
    3030
    <type>pom</type>
    3131
    <scope>import</scope>
    3232
    </dependency>

    aws-java-sdk-api-gateway/pom.xml

    Lines changed: 15 additions & 6 deletions
    Original file line numberDiff line numberDiff line change
    @@ -5,31 +5,40 @@
    55
    <parent>
    66
    <groupId>com.amazonaws</groupId>
    77
    <artifactId>aws-java-sdk-pom</artifactId>
    8-
    <version>1.10.43-SNAPSHOT</version>
    8+
    <version>1.10.43</version>
    99
    </parent>
    1010
    <groupId>com.amazonaws</groupId>
    1111
    <artifactId>aws-java-sdk-api-gateway</artifactId>
    1212
    <name>AWS Java SDK for Amazon API Gateway</name>
    1313
    <description>The AWS Java SDK for Amazon API Gateway module holds the client classes that are used for communicating with Amazon API Gateway</description>
    1414
    <url>https://aws.amazon.com/sdkforjava</url>
    15+
    16+
    <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
    1517
    <dependencies>
    1618
    <dependency>
    17-
    <groupId>com.amazonaws</groupId>
    18-
    <artifactId>aws-java-sdk-core</artifactId>
    19-
    <version>1.10.42</version>
    20-
    <optional>false</optional>
    19+
    <artifactId>aws-java-sdk-core</artifactId>
    20+
    <groupId>com.amazonaws</groupId>
    21+
    <optional>false</optional>
    22+
    <version>1.10.43</version>
    2123
    </dependency>
    22-
    </dependencies>
    24+
    </dependencies>
    25+
    2326
    <build>
    2427
    <plugins>
    2528
    <plugin>
    29+
    <groupId>org.apache.maven.plugins</groupId>
    2630
    <artifactId>maven-compiler-plugin</artifactId>
    2731
    </plugin>
    32+
    2833
    <plugin>
    34+
    <groupId>org.apache.maven.plugins</groupId>
    2935
    <artifactId>maven-javadoc-plugin</artifactId>
    3036
    </plugin>
    3137
    </plugins>
    3238
    </build>
    39+
    40+
    <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
    41+
    <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
    3342
    <profiles>
    3443
    <profile>
    3544
    <id>versiondiff</id>

    aws-java-sdk-api-gateway/src/main/resources/models/apigateway-2015-07-09-intermediate.json

    Lines changed: 10450 additions & 10450 deletions
    Large diffs are not rendered by default.

    aws-java-sdk-autoscaling/pom.xml

    Lines changed: 15 additions & 6 deletions
    Original file line numberDiff line numberDiff line change
    @@ -5,31 +5,40 @@
    55
    <parent>
    66
    <groupId>com.amazonaws</groupId>
    77
    <artifactId>aws-java-sdk-pom</artifactId>
    8-
    <version>1.10.43-SNAPSHOT</version>
    8+
    <version>1.10.43</version>
    99
    </parent>
    1010
    <groupId>com.amazonaws</groupId>
    1111
    <artifactId>aws-java-sdk-autoscaling</artifactId>
    1212
    <name>AWS Java SDK for Auto Scaling</name>
    1313
    <description>The AWS Java SDK for Auto Scaling module holds the client classes that are used for communicating with Auto Scaling Service</description>
    1414
    <url>https://aws.amazon.com/sdkforjava</url>
    15+
    16+
    <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
    1517
    <dependencies>
    1618
    <dependency>
    17-
    <groupId>com.amazonaws</groupId>
    18-
    <artifactId>aws-java-sdk-core</artifactId>
    19-
    <ver EA64 sion>1.10.42</version>
    20-
    <optional>false</optional>
    19+
    <artifactId>aws-java-sdk-core</artifactId>
    20+
    <groupId>com.amazonaws</groupId>
    21+
    <optional>false</optional>
    22+
    <version>1.10.43</version>
    2123
    </dependency>
    22-
    </dependencies>
    24+
    </dependencies>
    25+
    2326
    <build>
    2427
    <plugins>
    2528
    <plugin>
    29+
    <groupId>org.apache.maven.plugins</groupId>
    2630
    <artifactId>maven-compiler-plugin</artifactId>
    2731
    </plugin>
    32+
    2833
    <plugin>
    34+
    <groupId>org.apache.maven.plugins</groupId>
    2935
    <artifactId>maven-javadoc-plugin</artifactId>
    3036
    </plugin>
    3137
    </plugins>
    3238
    </build>
    39+
    40+
    <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
    41+
    <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
    3342
    <profiles>
    3443
    <profile>
    3544
    <id>versiondiff</id>

    aws-java-sdk-autoscaling/src/main/resources/models/autoscaling-2011-01-01-intermediate.json

    Lines changed: 147 additions & 147 deletions
    Large diffs are not rendered by default.

    0 commit comments

    Comments
     (0)
    0