Skip to content

Commit 4facd7c

Browse files
author
AWS
committed
AWS SDK for Java 1.12.208
1 parent f7b8c44 commit 4facd7c

File tree

899 files changed

+186027
-107434
lines changed

Some content is hidden

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

899 files changed

+186027
-107434
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __1.12.208__ __2022-04-27__
2+
## __AWS Amplify__
3+
- ### Features
4+
- Documentation only update to support the Amplify GitHub App feature launch
5+
6+
## __AWS CloudTrail__
7+
- ### Features
8+
- Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.
9+
10+
## __AWS IoT Wireless__
11+
- ### Features
12+
- Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice.
13+
14+
## __Amazon Chime SDK Media Pipelines__
15+
- ### Features
16+
- For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.
17+
18+
## __Amazon Lookout for Equipment__
19+
- ### Features
20+
- This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data
21+
22+
## __Amazon Rekognition__
23+
- ### Features
24+
- This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor.
25+
26+
## __Amazon SageMaker Service__
27+
- ### Features
28+
- Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.
29+
130
# __1.12.207__ __2022-04-26__
231
## __AWS Glue__
332
- ### Features

README.md

+1-1
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.207</version>
54+
<version>1.12.208</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</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.12.208-SNAPSHOT</version>
8+
<version>1.12.208</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

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

+76-27
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,15 @@ public class App implements Serializable, Cloneable, StructuredPojo {
167167
*/
168168
private AutoBranchCreationConfig autoBranchCreationConfig;
169169
/**
170+
* <note>
170171
* <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>.
172+
* This is for internal use.
173+
* </p>
174+
* </note>
175+
* <p>
176+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
177+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository, <code>SIGV4</code>
178+
* for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and Bitbucket repositories.
174179
* </p>
175180
*/
176181
private String repositoryCloneMethod;
@@ -1292,16 +1297,27 @@ public App withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreat
12921297
}
12931298

12941299
/**
1300+
* <note>
12951301
* <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>.
1302+
* This is for internal use.
1303+
* </p>
1304+
* </note>
1305+
* <p>
1306+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
1307+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository, <code>SIGV4</code>
1308+
* for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and Bitbucket repositories.
12991309
* </p>
13001310
*
13011311
* @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>.
1312+
* <p>
1313+
* This is for internal use.
1314+
* </p>
1315+
* </note>
1316+
* <p>
1317+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
1318+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository,
1319+
* <code>SIGV4</code> for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and
1320+
* Bitbucket repositories.
13051321
* @see RepositoryCloneMethod
13061322
*/
13071323

@@ -1310,15 +1326,26 @@ public void setRepositoryCloneMethod(String repositoryCloneMethod) {
13101326
}
13111327

13121328
/**
1329+
* <note>
1330+
* <p>
1331+
* This is for internal use.
1332+
* </p>
1333+
* </note>
13131334
* <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>.
1335+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
1336+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository, <code>SIGV4</code>
1337+
* for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and Bitbucket repositories.
13171338
* </p>
13181339
*
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>.
1340+
* @return <p>
1341+
* This is for internal use.
1342+
* </p>
1343+
* </note>
1344+
* <p>
1345+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
1346+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository,
1347+
* <code>SIGV4</code> for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and
1348+
* Bitbucket repositories.
13221349
* @see RepositoryCloneMethod
13231350
*/
13241351

@@ -1327,16 +1354,27 @@ public String getRepositoryCloneMethod() {
13271354
}
13281355

13291356
/**
1357+
* <note>
1358+
* <p>
1359+
* This is for internal use.
1360+
* </p>
1361+
* </note>
13301362
* <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>.
1363+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
1364+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository, <code>SIGV4</code>
1365+
* for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and Bitbucket repositories.
13341366
* </p>
13351367
*
13361368
* @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>.
1369+
* <p>
1370+
* This is for internal use.
1371+
* </p>
1372+
* </note>
1373+
* <p>
1374+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
1375+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository,
1376+
* <code>SIGV4</code> for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and
1377+
* Bitbucket repositories.
13401378
* @return Returns a reference to this object so that method calls can be chained together.
13411379
* @see RepositoryCloneMethod
13421380
*/
@@ -1347,16 +1385,27 @@ public App withRepositoryCloneMethod(String repositoryCloneMethod) {
13471385
}
13481386

13491387
/**
1388+
* <note>
1389+
* <p>
1390+
* This is for internal use.
1391+
* </p>
1392+
* </note>
13501393
* <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>.
1394+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
1395+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository, <code>SIGV4</code>
1396+
* for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and Bitbucket repositories.
13541397
* </p>
13551398
*
13561399
* @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>.
1400+
* <p>
1401+
* This is for internal use.
1402+
* </p>
1403+
* </note>
1404+
* <p>
1405+
* The Amplify service uses this parameter to specify the authentication protocol to use to access the Git
1406+
* repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository,
1407+
* <code>SIGV4</code> for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and
1408+
* Bitbucket repositories.
13601409
* @return Returns a reference to this object so that method calls can be chained together.
13611410
* @see RepositoryCloneMethod
13621411
*/

0 commit comments

Comments
 (0)