Skip to content

Commit 593c23a

Browse files
author
AWS
committed
AWS SDK for Java 1.11.753
1 parent 22858be commit 593c23a

File tree

349 files changed

+5756
-1777
lines changed

Some content is hidden

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

349 files changed

+5756
-1777
lines changed

.github/bug-report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
labels: bug, needs-triage
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Describe the bug
10+
<!--- A clear and concise description of what the bug is -->
11+
12+
## Expected Behavior
13+
<!--- Tell us what should happen -->
14+
15+
## Current Behavior
16+
<!--- Tell us what happens instead of the expected behavior -->
17+
18+
<!--- Include full errors, uncaught exceptions, stack traces, and relevant logs -->
19+
<!--- To turn on SDK logging, follow instructions here: http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-logging.html -->
20+
<!--- If service responses are relevant, please include wirelogs -->
21+
22+
## Steps to Reproduce
23+
<!--- Provide a self-contained, concise snippet of code that can be used to reproduce the issue -->
24+
<!--- For more complex issues provide a repo with the smallest sample that reproduces the bug -->
25+
<!--- Avoid including business logic or unrelated code, it makes diagnosis more difficult -->
26+
27+
## Possible Solution
28+
<!--- Not required, but suggest a fix/reason for the bug -->
29+
30+
## Context
31+
<!--- How has this issue affected you? What are you trying to accomplish? -->
32+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
33+
34+
## Your Environment
35+
<!--- Include as many relevant details about the environment where the bug was discovered -->
36+
* AWS Java SDK version used:
37+
* JDK version used:
38+
* Operating System and version:

.github/build.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
source.. = src/main/java,\
2+
src/main/resources
3+
output.. = bin/
4+
5+
bin.includes = LICENSE.txt,\
6+
NOTICE.txt,\
7+
META-INF/,\
8+
.
9+
10+
jre.compilation.profile = JavaSE-1.6

.github/feature-request.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: "\U0001F680 Feature Request"
3+
about: Suggest an idea for this project
4+
labels: feature-request, needs-triage
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Describe the Feature
10+
<!--- A clear and concise description of the feature you are proposing -->
11+
12+
## Is your Feature Request related to a problem?
13+
<!--- A description of the issue, e.g. I'm always frustrated when... -->
14+
15+
## Proposed Solution
16+
<!--- Not required, but suggest how to implement the addition or change -->
17+
18+
## Describe alternatives you've considered
19+
<!--- Any alternative solutions or features you've considered -->
20+
21+
## Additional Context
22+
<!--- How has this issue affected you? What are you trying to accomplish? -->
23+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
24+
25+
## Your Environment
26+
<!--- Include as many relevant details about the environment where the bug was discovered -->
27+
* AWS Java SDK version used:
28+
* JDK version used:
29+
* Operating System and version:

.github/general-issue.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: "\U0001F4AC General Issue"
3+
about: Create a new issue
4+
labels: guidance, needs-triage
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Describe the issue
10+
<!--- A clear and concise description of the issue -->
11+
12+
## Steps to Reproduce
13+
<!--- Provide a self-contained, concise snippet of code that can be used to reproduce the issue -->
14+
<!--- For more complex issues provide a repo with the smallest reproducible example -->
15+
<!--- Avoid including business logic or unrelated code, it makes diagnosis more difficult -->
16+
17+
## Current Behavior
18+
<!--- Tell us what happens instead of the expected behavior -->
19+
20+
<!--- Include full errors, uncaught exceptions, stack traces, and relevant logs -->
21+
<!--- To turn on SDK logging, follow instructions here: http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-logging.html -->
22+
<!--- If service responses are relevant, please include wirelogs -->
23+
24+
## Your Environment
25+
<!--- Include as many relevant details about the environment where the bug was discovered -->
26+
* AWS Java SDK version used:
27+
* JDK version used:
28+
* Operating System and version:

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# __1.11.753__ __2020-03-26__
2+
## __AWS SecurityHub__
3+
- ### Features
4+
- Security Hub has now made it easier to opt out of default standards when you enable Security Hub. We added a new Boolean parameter to EnableSecurityHub called EnableDefaultStandards. If that parameter is true, Security Hub's default standards are enabled. A new Boolean parameter for standards, EnabledByDefault, indicates whether a standard is a default standard. Today, the only default standard is CIS AWS Foundations Benchmark v1.2. Additional default standards will be added in the future.To learn more, visit our documentation on the EnableSecurityHub API action.
5+
6+
## __Amazon FSx__
7+
- ### Features
8+
- This release includes two changes: a new lower-cost, storage type called HDD (Hard Disk Drive), and a new generation of the Single-AZ deployment type called Single AZ 2. The HDD storage type can be selected on Multi AZ 1 and Single AZ 2 deployment types.
9+
10+
## __Amazon SageMaker Service__
11+
- ### Features
12+
- This release updates Amazon Augmented AI CreateFlowDefinition API and DescribeFlowDefinition response.
13+
114
# __1.11.752__ __2020-03-25__
215
## __AWS Cost Explorer Service__
316
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies.
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-java-sdk-bom</artifactId>
48-
<version>1.11.752</version>
48+
<version>1.11.753</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

aws-java-sdk-accessanalyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.753-SNAPSHOT</version>
8+
<version>1.11.753</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

aws-java-sdk-acm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.753-SNAPSHOT</version>
8+
<version>1.11.753</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>

aws-java-sdk-acmpca/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.753-SNAPSHOT</version>
8+
<version>1.11.753</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acmpca</artifactId>

aws-java-sdk-alexaforbusiness/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.753-SNAPSHOT</version>
8+
<version>1.11.753</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>

0 commit comments

Comments
 (0)