Skip to content

Commit c30a9e3

Browse files
author
AWS
committed
AWS SDK for Java 1.12.168
1 parent bb12c9f commit c30a9e3

File tree

675 files changed

+71928
-22074
lines changed

Some content is hidden

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

675 files changed

+71928
-22074
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# __1.12.168__ __2022-02-28__
2+
## __AWS Amplify__
3+
- ### Features
4+
- Add repositoryCloneMethod field for hosting an Amplify app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4.
5+
6+
## __AWS Amplify UI Builder__
7+
- ### Features
8+
- We are adding the ability to configure workflows and actions for components.
9+
10+
## __AWS Fault Injection Simulator__
11+
- ### Features
12+
- This release adds logging support for AWS Fault Injection Simulator experiments. Experiment templates can now be configured to send experiment activity logs to Amazon CloudWatch Logs or to an S3 bucket.
13+
14+
## __AWS Service Catalog App Registry__
15+
- ### Features
16+
- AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for Update APIs as deprecated to give a heads up to our customers.
17+
18+
## __Amazon Athena__
19+
- ### Features
20+
- This release adds support for updating an existing named query.
21+
22+
## __Amazon Elastic Compute Cloud__
23+
- ### Features
24+
- This release adds support for new AMI property 'lastLaunchedTime'
25+
26+
## __Amazon FSx__
27+
- ### Features
28+
- This release adds support for the following FSx for OpenZFS features: snapshot lifecycle transition messages, force flag for deleting file systems with child resources, LZ4 data compression, custom record sizes, and unsetting volume quotas and reservations.
29+
30+
## __FinSpace Public API__
31+
- ### Features
32+
- Add new APIs for managing Users and Permission Groups.
33+
34+
## __Route53 Recovery Cluster__
35+
- ### Features
36+
- This release adds a new API option to enable overriding safety rules to allow routing control state updates.
37+
138
# __1.12.167__ __2022-02-25__
239
## __AWS Panorama__
340
- ### 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.167</version>
54+
<version>1.12.168</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.168-SNAPSHOT</version>
8+
<version>1.12.168</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

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

aws-java-sdk-amplify/src/main/java/com/amazonaws/services/amplify/model/App.java

Lines changed: 99 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class App implements Serializable, Cloneable, StructuredPojo {
5959
private String description;
6060
/**
6161
* <p>
62-
* The repository for the Amplify app.
62+
* The Git repository for the Amplify app.
6363
* </p>
6464
*/
6565
private String repository;
@@ -166,6 +166,14 @@ public class App implements Serializable, Cloneable, StructuredPojo {
166166
* </p>
167167
*/
168168
private AutoBranchCreationConfig autoBranchCreationConfig;
169+
/**
170+
* <p>
171+
* The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub repository,
172+
* specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify <code>SIGV4</code>. For
173+
* GitLab and Bitbucket repositories, specify <code>SSH</code>.
174+
* </p>
175+
*/
176+
private String repositoryCloneMethod;
169177

170178
/**
171179
* <p>
@@ -397,11 +405,11 @@ public App withDescription(String description) {
397405

398406
/**
399407
* <p>
400-
* The repository for the Amplify app.
408+
* The Git repository for the Amplify app.
401409
* </p>
402410
*
403411
* @param repository
404-
* The repository for the Amplify app.
412+
* The Git repository for the Amplify app.
405413
*/
406414

407415
public void setRepository(String repository) {
@@ -410,10 +418,10 @@ public void setRepository(String repository) {
410418

411419
/**
412420
* <p>
413-
* The repository for the Amplify app.
421+
* The Git repository for the Amplify app.
414422
* </p>
415423
*
416-
* @return The repository for the Amplify app.
424+
* @return The Git repository for the Amplify app.
417425
*/
418426

419427
public String getRepository() {
@@ -422,11 +430,11 @@ public String getRepository() {
422430

423431
/**
424432
* <p>
425-
* The repository for the Amplify app.
433+
* The Git repository for the Amplify app.
426434
* </p>
427435
*
428436
* @param repository
429-
* The repository for the Amplify app.
437+
* The Git repository for the Amplify app.
430438
* @return Returns a reference to this object so that method calls can be chained together.
431439
*/
432440

@@ -1283,6 +1291,81 @@ public App withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreat
12831291
return this;
12841292
}
12851293

1294+
/**
1295+
* <p>
1296+
* The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub repository,
1297+
* specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify <code>SIGV4</code>. For
1298+
* GitLab and Bitbucket repositories, specify <code>SSH</code>.
1299+
* </p>
1300+
*
1301+
* @param repositoryCloneMethod
1302+
* The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub
1303+
* repository, specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify
1304+
* <code>SIGV4</code>. For GitLab and Bitbucket repositories, specify <code>SSH</code>.
1305+
* @see RepositoryCloneMethod
1306+
*/
1307+
1308+
public void setRepositoryCloneMethod(String repositoryCloneMethod) {
1309+
this.repositoryCloneMethod = repositoryCloneMethod;
1310+
}
1311+
1312+
/**
1313+
* <p>
1314+
* The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub repository,
1315+
* specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify <code>SIGV4</code>. For
1316+
* GitLab and Bitbucket repositories, specify <code>SSH</code>.
1317+
* </p>
1318+
*
1319+
* @return The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub
1320+
* repository, specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify
1321+
* <code>SIGV4</code>. For GitLab and Bitbucket repositories, specify <code>SSH</code>.
1322+
* @see RepositoryCloneMethod
1323+
*/
1324+
1325+
public String getRepositoryCloneMethod() {
1326+
return this.repositoryCloneMethod;
1327+
}
1328+
1329+
/**
1330+
* <p>
1331+
* The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub repository,
1332+
* specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify <code>SIGV4</code>. For
1333+
* GitLab and Bitbucket repositories, specify <code>SSH</code>.
1334+
* </p>
1335+
*
1336+
* @param repositoryCloneMethod
1337+
* The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub
1338+
* repository, specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify
1339+
* <code>SIGV4</code>. For GitLab and Bitbucket repositories, specify <code>SSH</code>.
1340+
* @return Returns a reference to this object so that method calls can be chained together.
1341+
* @see RepositoryCloneMethod
1342+
*/
1343+
1344+
public App withRepositoryCloneMethod(String repositoryCloneMethod) {
1345+
setRepositoryCloneMethod(repositoryCloneMethod);
1346+
return this;
1347+
}
1348+
1349+
/**
1350+
* <p>
1351+
* The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub repository,
1352+
* specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify <code>SIGV4</code>. For
1353+
* GitLab and Bitbucket repositories, specify <code>SSH</code>.
1354+
* </p>
1355+
*
1356+
* @param repositoryCloneMethod
1357+
* The authentication protocol to use to access the Git repository for an Amplify app. For a GitHub
1358+
* repository, specify <code>TOKEN</code>. For an Amazon Web Services CodeCommit repository, specify
1359+
* <code>SIGV4</code>. For GitLab and Bitbucket repositories, specify <code>SSH</code>.
1360+
* @return Returns a reference to this object so that method calls can be chained together.
1361+
* @see RepositoryCloneMethod
1362+
*/
1363+
1364+
public App withRepositoryCloneMethod(RepositoryCloneMethod repositoryCloneMethod) {
1365+
this.repositoryCloneMethod = repositoryCloneMethod.toString();
1366+
return this;
1367+
}
1368+
12861369
/**
12871370
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
12881371
* redacted from this string using a placeholder value.
@@ -1332,15 +1415,17 @@ public String toString() {
13321415
if (getProductionBranch() != null)
13331416
sb.append("ProductionBranch: ").append(getProductionBranch()).append(",");
13341417
if (getBuildSpec() != null)
1335-
sb.append("BuildSpec: ").append(getBuildSpec()).append(",");
1418+
sb.append("BuildSpec: ").append("***Sensitive Data Redacted***").append(",");
13361419
if (getCustomHeaders() != null)
13371420
sb.append("CustomHeaders: ").append(getCustomHeaders()).append(",");
13381421
if (getEnableAutoBranchCreation() != null)
13391422
sb.append("EnableAutoBranchCreation: ").append(getEnableAutoBranchCreation()).append(",");
13401423
if (getAutoBranchCreationPatterns() != null)
13411424
sb.append("AutoBranchCreationPatterns: ").append(getAutoBranchCreationPatterns()).append(",");
13421425
if (getAutoBranchCreationConfig() != null)
1343-
sb.append("AutoBranchCreationConfig: ").append(getAutoBranchCreationConfig());
1426+
sb.append("AutoBranchCreationConfig: ").append(getAutoBranchCreationConfig()).append(",");
1427+
if (getRepositoryCloneMethod() != null)
1428+
sb.append("RepositoryCloneMethod: ").append(getRepositoryCloneMethod());
13441429
sb.append("}");
13451430
return sb.toString();
13461431
}
@@ -1447,6 +1532,10 @@ public boolean equals(Object obj) {
14471532
return false;
14481533
if (other.getAutoBranchCreationConfig() != null && other.getAutoBranchCreationConfig().equals(this.getAutoBranchCreationConfig()) == false)
14491534
return false;
1535+
if (other.getRepositoryCloneMethod() == null ^ this.getRepositoryCloneMethod() == null)
1536+
return false;
1537+
if (other.getRepositoryCloneMethod() != null && other.getRepositoryCloneMethod().equals(this.getRepositoryCloneMethod()) == false)
1538+
return false;
14501539
return true;
14511540
}
14521541

@@ -1478,6 +1567,7 @@ public int hashCode() {
14781567
hashCode = prime * hashCode + ((getEnableAutoBranchCreation() == null) ? 0 : getEnableAutoBranchCreation().hashCode());
14791568
hashCode = prime * hashCode + ((getAutoBranchCreationPatterns() == null) ? 0 : getAutoBranchCreationPatterns().hashCode());
14801569
hashCode = prime * hashCode + ((getAutoBranchCreationConfig() == null) ? 0 : getAutoBranchCreationConfig().hashCode());
1570+
hashCode = prime * hashCode + ((getRepositoryCloneMethod() == null) ? 0 : getRepositoryCloneMethod().hashCode());
14811571
return hashCode;
14821572
}
14831573

aws-java-sdk-amplify/src/main/java/com/amazonaws/services/amplify/model/AutoBranchCreationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ public String toString() {
659659
if (getEnablePerformanceMode() != null)
660660
sb.append("EnablePerformanceMode: ").append(getEnablePerformanceMode()).append(",");
661661
if (getBuildSpec() != null)
662-
sb.append("BuildSpec: ").append(getBuildSpec()).append(",");
662+
sb.append("BuildSpec: ").append("***Sensitive Data Redacted***").append(",");
663663
if (getEnablePullRequestPreview() != null)
664664
sb.append("EnablePullRequestPreview: ").append(getEnablePullRequestPreview()).append(",");
665665
if (getPullRequestEnvironmentName() != null)

0 commit comments

Comments
 (0)