Skip to content

Commit 8251e0a

Browse files
author
AWS
committed
AWS SDK for Java 1.11.912
1 parent 4cf0950 commit 8251e0a

File tree

692 files changed

+131233
-31130
lines changed

Some content is hidden

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

692 files changed

+131233
-31130
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# __1.11.911__ __2020-12-02__
1+
# __1.11.912__ __2020-12-03__
2+
## __AWS Batch__
3+
- ### Features
4+
- This release adds support for customer to run Batch Jobs on ECS Fargate, the serverless compute engine built for containers on AWS. Customer can also propagate Job and Job Definition Tags to ECS Task.
5+
6+
## __AWS Compute Optimizer__
7+
- ### Features
8+
- This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for EBS volumes that are attached to instances.
9+
10+
## __AWS License Manager__
11+
- ### Features
12+
- AWS License Manager enables managed entitlements for AWS customers and Software Vendors (ISV). You can track and distribute license entitlements from AWS Marketplace and supported ISVs.
13+
14+
## __AmplifyBackend__
15+
- ### Features
16+
- Regular documentation updates.
17+
18+
# __1.11.911__ __2020-12-01__
219
## __Amazon Connect Customer Profiles__
320
- ### Features
421
- This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies.
4848
<dependency>
4949
<groupId>com.amazonaws</groupId>
5050
<artifactId>aws-java-sdk-bom</artifactId>
51-
<version>1.11.911</version>
51+
<version>1.11.912</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>

aws-java-sdk-accessanalyzer/pom.xml

+1-1
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.911</version>
8+
<version>1.11.912</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

aws-java-sdk-acm/pom.xml

+1-1
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.911</version>
8+
<version>1.11.912</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>

aws-java-sdk-acmpca/pom.xml

+1-1
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.911</version>
8+
<version>1.11.912</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acmpca</artifactId>

aws-java-sdk-alexaforbusiness/pom.xml

+1-1
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.911</version>
8+
<version>1.11.912</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>

aws-java-sdk-amplify/pom.xml

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

aws-java-sdk-amplifybackend/pom.xml

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

aws-java-sdk-amplifybackend/src/main/java/com/amazonaws/services/amplifybackend/AWSAmplifyBackend.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public interface AWSAmplifyBackend {
154154

155155
/**
156156
* <p>
157-
* Generates a one time challenge code to authenticate a user into your Amplify Admin UI.
157+
* Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
158158
* </p>
159159
*
160160
* @param createTokenRequest
@@ -175,7 +175,7 @@ public interface AWSAmplifyBackend {
175175

176176
/**
177177
* <p>
178-
* Removes an existing environment from your Ampify project.
178+
* Removes an existing environment from your Amplify project.
179179
* </p>
180180
*
181181
* @param deleteBackendRequest
@@ -283,7 +283,7 @@ public interface AWSAmplifyBackend {
283283

284284
/**
285285
* <p>
286-
* Provides project level details for your Amplify UI project.
286+
* Provides project-level details for your Amplify UI project.
287287
* </p>
288288
*
289289
* @param getBackendRequest
@@ -305,7 +305,7 @@ public interface AWSAmplifyBackend {
305305

306306
/**
307307
* <p>
308-
* Gets the details for a backend api.
308+
* Gets the details for a backend API.
309309
* </p>
310310
*
311311
* @param getBackendAPIRequest
@@ -349,7 +349,7 @@ public interface AWSAmplifyBackend {
349349

350350
/**
351351
* <p>
352-
* Gets a backend auth details.
352+
* Gets backend auth details.
353353
* </p>
354354
*
355355
* @param getBackendAuthRequest
@@ -457,7 +457,7 @@ public interface AWSAmplifyBackend {
457457

458458
/**
459459
* <p>
460-
* Removes the AWS resources required to access the Amplify Admin UI.
460+
* Removes the AWS resources that are required to access the Amplify Admin UI.
461461
* </p>
462462
*
463463
* @param removeBackendConfigRequest
@@ -522,7 +522,7 @@ public interface AWSAmplifyBackend {
522522

523523
/**
524524
* <p>
525-
* Updates the AWS resources required to access the Amplify Admin UI.
525+
* Updates the AWS resources that are required to access the Amplify Admin UI.
526526
* </p>
527527
*
528528
* @param updateBackendConfigRequest

aws-java-sdk-amplifybackend/src/main/java/com/amazonaws/services/amplifybackend/AWSAmplifyBackendAsync.java

+14-14
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ java.util.concurrent.Future<CreateBackendConfigResult> createBackendConfigAsync(
201201

202202
/**
203203
* <p>
204-
* Generates a one time challenge code to authenticate a user into your Amplify Admin UI.
204+
* Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
205205
* </p>
206206
*
207207
* @param createTokenRequest
@@ -214,7 +214,7 @@ java.util.concurrent.Future<CreateBackendConfigResult> createBackendConfigAsync(
214214

215215
/**
216216
* <p>
217-
* Generates a one time challenge code to authenticate a user into your Amplify Admin UI.
217+
* Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
218218
* </p>
219219
*
220220
* @param createTokenRequest
@@ -232,7 +232,7 @@ java.util.concurrent.Future<CreateTokenResult> createTokenAsync(CreateTokenReque
232232

233233
/**
234234
* <p>
235-
* Removes an existing environment from your Ampify project.
235+
* Removes an existing environment from your Amplify project.
236236
* </p>
237237
*
238238
* @param deleteBackendRequest
@@ -245,7 +245,7 @@ java.util.concurrent.Future<CreateTokenResult> createTokenAsync(CreateTokenReque
245245

246246
/**
247247
* <p>
248-
* Removes an existing environment from your Ampify project.
248+
* Removes an existing environment from your Amplify project.
249249
* </p>
250250
*
251251
* @param deleteBackendRequest
@@ -393,7 +393,7 @@ java.util.concurrent.Future<GenerateBackendAPIModelsResult> generateBackendAPIMo
393393

394394
/**
395395
* <p>
396-
* Provides project level details for your Amplify UI project.
396+
* Provides project-level details for your Amplify UI project.
397397
* </p>
398398
*
399399
* @param getBackendRequest
@@ -407,7 +407,7 @@ java.util.concurrent.Future<GenerateBackendAPIModelsResult> generateBackendAPIMo
407407

408408
/**
409409
* <p>
410-
* Provides project level details for your Amplify UI project.
410+
* Provides project-level details for your Amplify UI project.
411411
* </p>
412412
*
413413
* @param getBackendRequest
@@ -426,7 +426,7 @@ java.util.concurrent.Future<GetBackendResult> getBackendAsync(GetBackendRequest
426426

427427
/**
428428
* <p>
429-
* Gets the details for a backend api.
429+
* Gets the details for a backend API.
430430
* </p>
431431
*
432432
* @param getBackendAPIRequest
@@ -440,7 +440,7 @@ java.util.concurrent.Future<GetBackendResult> getBackendAsync(GetBackendRequest
440440

441441
/**
442442
* <p>
443-
* Gets the details for a backend api.
443+
* Gets the details for a backend API.
444444
* </p>
445445
*
446446
* @param getBackendAPIRequest
@@ -492,7 +492,7 @@ java.util.concurrent.Future<GetBackendAPIModelsResult> getBackendAPIModelsAsync(
492492

493493
/**
494494
* <p>
495-
* Gets a backend auth details.
495+
* Gets backend auth details.
496496
* </p>
497497
*
498498
* @param getBackendAuthRequest
@@ -506,7 +506,7 @@ java.util.concurrent.Future<GetBackendAPIModelsResult> getBackendAPIModelsAsync(
506506

507507
/**
508508
* <p>
509-
* Gets a backend auth details.
509+
* Gets backend auth details.
510510
* </p>
511511
*
512512
* @param getBackendAuthRequest
@@ -653,7 +653,7 @@ java.util.concurrent.Future<RemoveAllBackendsResult> removeAllBackendsAsync(Remo
653653

654654
/**
655655
* <p>
656-
* Removes the AWS resources required to access the Amplify Admin UI.
656+
* Removes the AWS resources that are required to access the Amplify Admin UI.
657657
* </p>
658658
*
659659
* @param removeBackendConfigRequest
@@ -666,7 +666,7 @@ java.util.concurrent.Future<RemoveAllBackendsResult> removeAllBackendsAsync(Remo
666666

667667
/**
668668
* <p>
669-
* Removes the AWS resources required to access the Amplify Admin UI.
669+
* Removes the AWS resources that are required to access the Amplify Admin UI.
670670
* </p>
671671
*
672672
* @param removeBackendConfigRequest
@@ -750,7 +750,7 @@ java.util.concurrent.Future<UpdateBackendAuthResult> updateBackendAuthAsync(Upda
750750

751751
/**
752752
* <p>
753-
* Updates the AWS resources required to access the Amplify Admin UI.
753+
* Updates the AWS resources that are required to access the Amplify Admin UI.
754754
* </p>
755755
*
756756
* @param updateBackendConfigRequest
@@ -764,7 +764,7 @@ java.util.concurrent.Future<UpdateBackendAuthResult> updateBackendAuthAsync(Upda
764764

765765
/**
766766
* <p>
767-
* Updates the AWS resources required to access the Amplify Admin UI.
767+
* Updates the AWS resources that are required to access the Amplify Admin UI.
768768
* </p>
769769
*
770770
* @param updateBackendConfigRequest

aws-java-sdk-amplifybackend/src/main/java/com/amazonaws/services/amplifybackend/AWSAmplifyBackendClient.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ final CreateBackendConfigResult executeCreateBackendConfig(CreateBackendConfigRe
455455

456456
/**
457457
* <p>
458-
* Generates a one time challenge code to authenticate a user into your Amplify Admin UI.
458+
* Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
459459
* </p>
460460
*
461461
* @param createTokenRequest
@@ -517,7 +517,7 @@ final CreateTokenResult executeCreateToken(CreateTokenRequest createTokenRequest
517517

518518
/**
519519
* <p>
520-
* Removes an existing environment from your Ampify project.
520+
* Removes an existing environment from your Amplify project.
521521
* </p>
522522
*
523523
* @param deleteBackendRequest
@@ -832,7 +832,7 @@ final GenerateBackendAPIModelsResult executeGenerateBackendAPIModels(GenerateBac
832832

833833
/**
834834
* <p>
835-
* Provides project level details for your Amplify UI project.
835+
* Provides project-level details for your Amplify UI project.
836836
* </p>
837837
*
838838
* @param getBackendRequest
@@ -895,7 +895,7 @@ final GetBackendResult executeGetBackend(GetBackendRequest getBackendRequest) {
895895

896896
/**
897897
* <p>
898-
* Gets the details for a backend api.
898+
* Gets the details for a backend API.
899899
* </p>
900900
*
901901
* @param getBackendAPIRequest
@@ -1021,7 +1021,7 @@ final GetBackendAPIModelsResult executeGetBackendAPIModels(GetBackendAPIModelsRe
10211021

10221022
/**
10231023
* <p>
1024-
* Gets a backend auth details.
1024+
* Gets backend auth details.
10251025
* </p>
10261026
*
10271027
* @param getBackendAuthRequest
@@ -1334,7 +1334,7 @@ final RemoveAllBackendsResult executeRemoveAllBackends(RemoveAllBackendsRequest
13341334

13351335
/**
13361336
* <p>
1337-
* Removes the AWS resources required to access the Amplify Admin UI.
1337+
* Removes the AWS resources that are required to access the Amplify Admin UI.
13381338
* </p>
13391339
*
13401340
* @param removeBackendConfigRequest
@@ -1522,7 +1522,7 @@ final UpdateBackendAuthResult executeUpdateBackendAuth(UpdateBackendAuthRequest
15221522

15231523
/**
15241524
* <p>
1525-
* Updates the AWS resources required to access the Amplify Admin UI.
1525+
* Updates the AWS resources that are required to access the Amplify Admin UI.
15261526
* </p>
15271527
*
15281528
* @param updateBackendConfigRequest

0 commit comments

Comments
 (0)