Skip to content

Commit f2b2b73

Browse files
author
AWS
committed
AWS SDK for Java 1.10.55
1 parent 737333b commit f2b2b73

File tree

173 files changed

+27362
-33059
lines changed

Some content is hidden

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

173 files changed

+27362
-33059
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies.
3939
<dependency>
4040
<groupId>com.amazonaws</groupId>
4141
<artifactId>aws-java-sdk-bom</artifactId>
42-
<version>1.10.54</version>
42+
<version>1.10.55</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>

aws-java-sdk-acm/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.55-SNAPSHOT</version>
8+
<version>1.10.55</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>
1212
<name>AWS Java SDK for AWS Certificate Manager</name>
1313
<description>The AWS Java SDK for AWS Certificate Manager module holds the client classes that are used for communicating with AWS Certificate Manager 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-
<version>1.10.54</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.55</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-acm/src/main/resources/models/acm-2015-12-08-intermediate.json

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

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.55-SNAPSHOT</version>
8+
<version>1.10.55</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.54</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.55</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/java/com/amazonaws/services/apigateway/model/ApiKey.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ public class ApiKey implements Serializable, Cloneable {
6161
private java.util.List<String> stageKeys;
6262
/**
6363
* <p>
64-
* The date when the API Key was created, in <a target="_blank"
65-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
66-
* format</a>.
64+
* The date when the API Key was created, in <a
65+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
66+
* target="_blank">ISO 8601 format</a>.
6767
* </p>
6868
*/
6969
private java.util.Date createdDate;
@@ -316,46 +316,46 @@ public ApiKey withStageKeys(java.util.Collection<String> stageKeys) {
316316

317317
/**
318318
* <p>
319-
* The date when the API Key was created, in <a target="_blank"
320-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
321-
* format</a>.
319+
* The date when the API Key was created, in <a
320+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
321+
* target="_blank">ISO 8601 format</a>.
322322
* </p>
323323
*
324324
* @param createdDate
325-
* The date when the API Key was created, in <a target="_blank"
326-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
327-
* format</a>.
325+
* The date when the API Key was created, in <a
326+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
327+
* target="_blank">ISO 8601 format</a>.
328328
*/
329329
public void setCreatedDate(java.util.Date createdDate) {
330330
this.createdDate = createdDate;
331331
}
332332

333333
/**
334334
* <p>
335-
* The date when the API Key was created, in <a target="_blank"
336-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
337-
* format</a>.
335+
* The date when the API Key was created, in <a
336+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
337+
* target="_blank">ISO 8601 format</a>.
338338
* </p>
339339
*
340-
* @return The date when the API Key was created, in <a target="_blank"
341-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
342-
* format</a>.
340+
* @return The date when the API Key was created, in <a
341+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
342+
* target="_blank">ISO 8601 format</a>.
343343
*/
344344
public java.util.Date getCreatedDate() {
345345
return this.createdDate;
346346
}
347347

348348
/**
349349
* <p>
350-
* The date when the API Key was created, in <a target="_blank"
351-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
352-
* format</a>.
350+
* The date when the API Key was created, in <a
351+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
352+
* target="_blank">ISO 8601 format</a>.
353353
* </p>
354354
*
355355
* @param createdDate
356-
* The date when the API Key was created, in <a target="_blank"
357-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
358-
* format</a>.
356+
* The date when the API Key was created, in <a
357+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
358+
* target="_blank">ISO 8601 format</a>.
359359
* @return Returns a reference to this object so that method calls can be
360360
* chained together.
361361
*/

aws-java-sdk-api-gateway/src/main/java/com/amazonaws/services/apigateway/model/CreateApiKeyResult.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ public class CreateApiKeyResult implements Serializable, Cloneable {
6161
private java.util.List<String> stageKeys;
6262
/**
6363
* <p>
64-
* The date when the API Key was created, in <a target="_blank"
65-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
66-
* format</a>.
64+
* The date when the API Key was created, in <a
65+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
66+
* target="_blank">ISO 8601 format</a>.
6767
* </p>
6868
*/
6969
private java.util.Date createdDate;
@@ -317,46 +317,46 @@ public CreateApiKeyResult withStageKeys(
317317

318318
/**
319319
* <p>
320-
* The date when the API Key was created, in <a target="_blank"
321-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
322-
* format</a>.
320+
* The date when the API Key was created, in <a
321+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
322+
* target="_blank">ISO 8601 format</a>.
323323
* </p>
324324
*
325325
* @param createdDate
326-
* The date when the API Key was created, in <a target="_blank"
327-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
328-
* format</a>.
326+
* The date when the API Key was created, in <a
327+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
328+
* target="_blank">ISO 8601 format</a>.
329329
*/
330330
public void setCreatedDate(java.util.Date createdDate) {
331331
this.createdDate = createdDate;
332332
}
333333

334334
/**
335335
* <p>
336-
* The date when the API Key was created, in <a target="_blank"
337-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
338-
* format</a>.
336+
* The date when the API Key was created, in <a
337+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
338+
* target="_blank">ISO 8601 format</a>.
339339
* </p>
340340
*
341-
* @return The date when the API Key was created, in <a target="_blank"
342-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
343-
* format</a>.
341+
* @return The date when the API Key was created, in <a
342+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
343+
* target="_blank">ISO 8601 format</a>.
344344
*/
345345
public java.util.Date getCreatedDate() {
346346
return this.createdDate;
347347
}
348348

349349
/**
350350
* <p>
351-
* The date when the API Key was created, in <a target="_blank"
352-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
353-
* format</a>.
351+
* The date when the API Key was created, in <a
352+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
353+
* target="_blank">ISO 8601 format</a>.
354354
* </p>
355355
*
356356
* @param createdDate
357-
* The date when the API Key was created, in <a target="_blank"
358-
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
359-
* format</a>.
357+
* The date when the API Key was created, in <a
358+
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
359+
* target="_blank">ISO 8601 format</a>.
360360
* @return Returns a reference to this object so that method calls can be
361361
* chained together.
362362
*/

0 commit comments

Comments
 (0)