Skip to content

Commit bcedd4d

Browse files
author
AWS
committed
AWS SDK for Java 1.12.41
1 parent e30f577 commit bcedd4d

File tree

368 files changed

+2849
-584
lines changed

Some content is hidden

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

368 files changed

+2849
-584
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# __1.12.41__ __2021-08-05__
2+
## __Amazon Lex Model Building V2__
3+
- ### Features
4+
- Customers can now toggle the active field on prompts and responses.
5+
6+
## __Auto Scaling__
7+
- ### Features
8+
- EC2 Auto Scaling adds configuration checks and Launch Template validation to Instance Refresh.
9+
110
# __1.12.40__ __2021-08-04__
211
## __AWS SDK for Java__
312
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies.
5151
<dependency>
5252
<groupId>com.amazonaws</groupId>
5353
<artifactId>aws-java-sdk-bom</artifactId>
54-
<version>1.12.40</version>
54+
<version>1.12.41</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>

aws-java-sdk-amplify/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplify</artifactId>

aws-java-sdk-amplifybackend/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifybackend</artifactId>

aws-java-sdk-api-gateway/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-api-gateway</artifactId>

aws-java-sdk-apigatewaymanagementapi/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-apigatewaymanagementapi</artifactId>

aws-java-sdk-apigatewayv2/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-apigatewayv2</artifactId>

aws-java-sdk-appconfig/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appconfig</artifactId>

aws-java-sdk-appflow/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appflow</artifactId>

aws-java-sdk-appintegrations/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appintegrations</artifactId>

aws-java-sdk-applicationautoscaling/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-applicationautoscaling</artifactId>

aws-java-sdk-applicationcostprofiler/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-applicationcostprofiler</artifactId>

aws-java-sdk-applicationinsights/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-applicationinsights</artifactId>

aws-java-sdk-appmesh/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appmesh</artifactId>

aws-java-sdk-appregistry/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appregistry</artifactId>

aws-java-sdk-apprunner/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-apprunner</artifactId>

aws-java-sdk-appstream/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appstream</artifactId>

aws-java-sdk-appsync/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appsync</artifactId>

aws-java-sdk-athena/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-athena</artifactId>

aws-java-sdk-auditmanager/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-auditmanager</artifactId>

aws-java-sdk-augmentedairuntime/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-augmentedairuntime</artifactId>

aws-java-sdk-autoscaling/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.12.41-SNAPSHOT</version>
8+
<version>1.12.41</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-autoscaling</artifactId>

aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AmazonAutoScaling.java

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,14 +1885,17 @@ DescribeNotificationConfigurationsResult describeNotificationConfigurations(
18851885

18861886
/**
18871887
* <p>
1888-
* Starts a new instance refresh operation, which triggers a rolling replacement of previously launched instances in
1889-
* the Auto Scaling group with a new group of instances.
1888+
* Starts a new instance refresh operation. An instance refresh performs a rolling replacement of all or some
1889+
* instances in an Auto Scaling group. Each instance is terminated first and then replaced, which temporarily
1890+
* reduces the capacity available within your Auto Scaling group.
18901891
* </p>
18911892
* <p>
18921893
* This operation is part of the <a
18931894
* href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html">instance refresh
1894-
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you
1895-
* make configuration changes.
1895+
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group. This feature
1896+
* is helpful, for example, when you have a new AMI or a new user data script. You just need to create a new launch
1897+
* template that specifies the new AMI or user data script. Then start an instance refresh to immediately begin the
1898+
* process of updating instances in the group.
18961899
* </p>
18971900
* <p>
18981901
* If the call succeeds, it creates a new instance refresh request with a unique ID that you can use to track its

aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AmazonAutoScalingAsync.java

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,14 +3368,17 @@ java.util.concurrent.Future<SetInstanceProtectionResult> setInstanceProtectionAs
33683368

33693369
/**
33703370
* <p>
3371-
* Starts a new instance refresh operation, which triggers a rolling replacement of previously launched instances in
3372-
* the Auto Scaling group with a new group of instances.
3371+
* Starts a new instance refresh operation. An instance refresh performs a rolling replacement of all or some
3372+
* instances in an Auto Scaling group. Each instance is terminated first and then replaced, which temporarily
3373+
* reduces the capacity available within your Auto Scaling group.
33733374
* </p>
33743375
* <p>
33753376
* This operation is part of the <a
33763377
* href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html">instance refresh
3377-
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you
3378-
* make configuration changes.
3378+
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group. This feature
3379+
* is helpful, for example, when you have a new AMI or a new user data script. You just need to create a new launch
3380+
* template that specifies the new AMI or user data script. Then start an instance refresh to immediately begin the
3381+
* process of updating instances in the group.
33793382
* </p>
33803383
* <p>
33813384
* If the call succeeds, it creates a new instance refresh request with a unique ID that you can use to track its
@@ -3394,14 +3397,17 @@ java.util.concurrent.Future<SetInstanceProtectionResult> setInstanceProtectionAs
33943397

33953398
/**
33963399
* <p>
3397-
* Starts a new instance refresh operation, which triggers a rolling replacement of previously launched instances in
3398-
* the Auto Scaling group with a new group of instances.
3400+
* Starts a new instance refresh operation. An instance refresh performs a rolling replacement of all or some
3401+
* instances in an Auto Scaling group. Each instance is terminated first and then replaced, which temporarily
3402+
* reduces the capacity available within your Auto Scaling group.
33993403
* </p>
34003404
* <p>
34013405
* This operation is part of the <a
34023406
* href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html">instance refresh
3403-
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you
3404-
* make configuration changes.
3407+
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group. This feature
3408+
* is helpful, for example, when you have a new AMI or a new user data script. You just need to create a new launch
3409+
* template that specifies the new AMI or user data script. Then start an instance refresh to immediately begin the
3410+
* process of updating instances in the group.
34053411
* </p>
34063412
* <p>
34073413
* If the call succeeds, it creates a new instance refresh request with a unique ID that you can use to track its

aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AmazonAutoScalingClient.java

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4495,14 +4495,17 @@ final SetInstanceProtectionResult executeSetInstanceProtection(SetInstanceProtec
44954495

44964496
/**
44974497
* <p>
4498-
* Starts a new instance refresh operation, which triggers a rolling replacement of previously launched instances in
4499-
* the Auto Scaling group with a new group of instances.
4498+
* Starts a new instance refresh operation. An instance refresh performs a rolling replacement of all or some
4499+
* instances in an Auto Scaling group. Each instance is terminated first and then replaced, which temporarily
4500+
* reduces the capacity available within your Auto Scaling group.
45004501
* </p>
45014502
* <p>
45024503
* This operation is part of the <a
45034504
* href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html">instance refresh
4504-
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you
4505-
* make configuration changes.
4505+
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group. This feature
4506+
* is helpful, for example, when you have a new AMI or a new user data script. You just need to create a new launch
4507+
* template that specifies the new AMI or user data script. Then start an instance refresh to immediately begin the
4508+
* process of updating instances in the group.
45064509
* </p>
45074510
* <p>
45084511
* If the call succeeds, it creates a new instance refresh request with a unique ID that you can use to track its

0 commit comments

Comments
 (0)