Skip to content

Commit d34bb79

Browse files
author
AWS
committed
AWS SDK for Java 1.10.41
1 parent a0294bd commit d34bb79

File tree

291 files changed

+35175
-33615
lines changed

Some content is hidden

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

291 files changed

+35175
-33615
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.40</version>
29+
<version>1.10.41</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.41-SNAPSHOT</version>
8+
<version>1.10.41</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.40</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.41</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/AbstractAmazonApiGateway.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
package com.amazonaws.services.apigateway;
1616

1717
import com.amazonaws.services.apigateway.model.*;
18+
import com.amazonaws.*;
1819

1920
/**
2021
* Abstract implementation of {@code AmazonApiGateway}. Convenient method forms

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public Request<DeleteApiKeyRequest> marshall(
7070

7171
request.setContent(new ByteArrayInputStream(new byte[0]));
7272
if (!request.getHeaders().containsKey("Content-Type")) {
73-
request.addHeader("Content-Type", "binary/octet-stream");
73+
request.addHeader("Content-Type", DEFAULT_CONTENT_TYPE);
7474
}
7575

7676
return request;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public Request<DeleteBasePathMappingRequest> marshall(
7777

7878
request.setContent(new ByteArrayInputStream(new byte[0]));
7979
if (!request.getHeaders().containsKey("Content-Type")) {
80-
request.addHeader("Content-Type", "binary/octet-stream");
80+
request.addHeader("Content-Type", DEFAULT_CONTENT_TYPE);
8181
}
8282

8383
return request;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Request<DeleteClientCertificateRequest> marshall(
7575

7676
request.setContent(new ByteArrayInputStream(new byte[0]));
7777
if (!request.getHeaders().containsKey("Content-Type")) {
78-
request.addHeader("Content-Type", "binary/octet-stream");
78+
request.addHeader("Content-Type", DEFAULT_CONTENT_TYPE);
7979
}
8080

8181
return request;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public Request<DeleteDeploymentRequest> marshall(
7676

7777
request.setContent(new ByteArrayInputStream(new byte[0]));
7878
if (!request.getHeaders().containsKey("Content-Type")) {
79-
request.addHeader("Content-Type", "binary/octet-stream");
79+
request.addHeader("Content-Type", DEFAULT_CONTENT_TYPE);
8080
}
8181

8282
return request;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public Request<DeleteDomainNameRequest> marshall(
7171

7272
request.setContent(new ByteArrayInputStream(new byte[0]));
7373
if (!request.getHeaders().containsKey("Content-Type")) {
74-
request.addHeader("Content-Type", "binary/octet-stream");
74+
request.addHeader("Content-Type", DEFAULT_CONTENT_TYPE);
7575
}
7676

7777
return request;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public Request<DeleteIntegrationRequest> marshall(
8181

8282
request.setContent(new ByteArrayInputStream(new byte[0]));
8383
if (!request.getHeaders().containsKey("Content-Type")) {
84-
request.addHeader("Content-Type", "binary/octet-stream");
84+
request.addHeader("Content-Type", DEFAULT_CONTENT_TYPE);
8585
}
8686

8787
return request;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public Request<DeleteIntegrationResponseRequest> marshall(
9191

9292
request.setContent(new ByteArrayInputStream(new byte[0]));
9393
if (!request.getHeaders().containsKey("Content-Type")) {
94-
request.addHeader("Content-Type", "binary/octet-stream");
94+
request.addHeader("Content-Type", DEFAULT_CONTENT_TYPE);
9595
}
9696

9797
return request;

0 commit comments

Comments
 (0)