Skip to content

Commit

Permalink
AWS SDK for Java 1.11.645
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Oct 3, 2019
1 parent 041ffc4 commit d5a64d5
Show file tree
Hide file tree
Showing 313 changed files with 7,261 additions and 707 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# __1.11.645__ __2019-10-03__
## __AWS Device Farm__
- ### Features
- Documentation updates for devicefarm

## __Amazon Elastic Compute Cloud__
- ### Features
- This release allows customers to purchase regional EC2 RIs on a future date.

## __Amazon Elasticsearch Service__
- ### Features
- Amazon Elasticsearch Service now supports configuring additional options for domain endpoint, such as whether to require HTTPS for all traffic.

## __Application Auto Scaling__
- ### Features
- Documentation updates for Application Auto Scaling

# __1.11.644__ __2019-10-02__
## __Amazon Lightsail__
- ### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.644</version>
<version>1.11.645</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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.645-SNAPSHOT</version>
<version>1.11.645</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.645-SNAPSHOT</version>
<version>1.11.645</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.645-SNAPSHOT</version>
<version>1.11.645</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.645-SNAPSHOT</version>
<version>1.11.645</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.645-SNAPSHOT</version>
<version>1.11.645</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.645-SNAPSHOT</version>
<version>1.11.645</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.645-SNAPSHOT</version>
<version>1.11.645</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-apigatewayv2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-applicationautoscaling/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.645-SNAPSHOT</version>
<version>1.11.645</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-applicationautoscaling</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ public interface AWSApplicationAutoScaling {
* Multiple scaling policies can be in force at the same time for the same scalable target. You can have one or more
* target tracking scaling policies, one or more step scaling policies, or both. However, there is a chance that
* multiple policies could conflict, instructing the scalable target to scale out or in at the same time.
* Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale in and
* scale out. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent,
* Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale out and
* scale in. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent,
* and the current capacity is 10, Application Auto Scaling uses the policy with the highest calculated capacity
* (200% of 10 = 20) and scales out to 30.
* </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ java.util.concurrent.Future<DescribeScheduledActionsResult> describeScheduledAct
* Multiple scaling policies can be in force at the same time for the same scalable target. You can have one or more
* target tracking scaling policies, one or more step scaling policies, or both. However, there is a chance that
* multiple policies could conflict, instructing the scalable target to scale out or in at the same time.
* Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale in and
* scale out. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent,
* Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale out and
* scale in. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent,
* and the current capacity is 10, Application Auto Scaling uses the policy with the highest calculated capacity
* (200% of 10 = 20) and scales out to 30.
* </p>
Expand Down Expand Up @@ -505,8 +505,8 @@ java.util.concurrent.Future<DescribeScheduledActionsResult> describeScheduledAct
* Multiple scaling policies can be in force at the same time for the same scalable target. You can have one or more
* target tracking scaling policies, one or more step scaling policies, or both. However, there is a chance that
* multiple policies could conflict, instructing the scalable target to scale out or in at the same time.
* Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale in and
* scale out. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent,
* Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale out and
* scale in. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent,
* and the current capacity is 10, Application Auto Scaling uses the policy with the highest calculated capacity
* (200% of 10 = 20) and scales out to 30.
* </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ final DescribeScheduledActionsResult executeDescribeScheduledActions(DescribeSch
* Multiple scaling policies can be in force at the same time for the same scalable target. You can have one or more
* target tracking scaling policies, one or more step scaling policies, or both. However, there is a chance that
* multiple policies could conflict, instructing the scalable target to scale out or in at the same time.
* Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale in and
* scale out. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent,
* Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale out and
* scale in. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent,
* and the current capacity is 10, Application Auto Scaling uses the policy with the highest calculated capacity
* (200% of 10 = 20) and scales out to 30.
* </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,10 @@ public class PutScalingPolicyRequest extends com.amazonaws.AmazonWebServiceReque
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* </p>
*/
private String policyType;
Expand Down Expand Up @@ -1459,11 +1458,10 @@ public PutScalingPolicyRequest withScalableDimension(ScalableDimension scalableD
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* </p>
*
* @param policyType
Expand All @@ -1479,11 +1477,10 @@ public PutScalingPolicyRequest withScalableDimension(ScalableDimension scalableD
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* @see PolicyType
*/

Expand All @@ -1506,11 +1503,10 @@ public void setPolicyType(String policyType) {
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* </p>
*
* @return The policy type. This parameter is required if you are creating a scaling policy.</p>
Expand All @@ -1525,11 +1521,10 @@ public void setPolicyType(String policyType) {
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling
* User Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* @see PolicyType
*/

Expand All @@ -1552,11 +1547,10 @@ public String getPolicyType() {
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* </p>
*
* @param policyType
Expand All @@ -1572,11 +1566,10 @@ public String getPolicyType() {
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* @return Returns a reference to this object so that method calls can be chained together.
* @see PolicyType
*/
Expand All @@ -1601,11 +1594,10 @@ public PutScalingPolicyRequest withPolicyType(String policyType) {
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* </p>
*
* @param policyType
Expand All @@ -1621,11 +1613,10 @@ public PutScalingPolicyRequest withPolicyType(String policyType) {
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* @see PolicyType
*/

Expand All @@ -1648,11 +1639,10 @@ public void setPolicyType(PolicyType policyType) {
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* </p>
*
* @param policyType
Expand All @@ -1668,11 +1658,10 @@ public void setPolicyType(PolicyType policyType) {
* </p>
* <p>
* For more information, see <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies for Application Auto Scaling</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
* >Target Tracking Scaling Policies for Application Auto Scaling</a> in the <i>Application Auto Scaling User
* Guide</i>.
* >Target Tracking Scaling Policies</a> and <a href=
* "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html"
* >Step Scaling Policies</a> in the <i>Application Auto Scaling User Guide</i>.
* @return Returns a reference to this object so that method calls can be chained together.
* @see PolicyType
*/
Expand Down
Loading

0 comments on commit d5a64d5

Please sign in to comment.