Skip to content

Commit

Permalink
AWS SDK for Java 1.11.924
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Dec 21, 2020
1 parent ddd7792 commit 5130f4b
Show file tree
Hide file tree
Showing 1,002 changed files with 80,012 additions and 41,347 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
# __1.11.924__ __2020-12-21__
## __AWS Batch__
- ### Features
- Documentation updates for batch

## __AWS Config__
- ### Features
- AWS Config adds support to save advanced queries. New API operations - GetStoredQuery, PutStoredQuery, ListStoredQueries, DeleteStoredQuery

## __AWS Database Migration Service__
- ### Features
- AWS DMS launches support for AWS Secrets Manager to manage source and target database credentials.

## __AWS Glue__
- ### Features
- Add 4 connection properties: SECRET_ID, CONNECTOR_URL, CONNECTOR_TYPE, CONNECTOR_CLASS_NAME. Add two connection types: MARKETPLACE, CUSTOM

## __AWS Outposts__
- ### Features
- In this release, AWS Outposts adds support for three new APIs: TagResource, UntagResource, and ListTagsForResource. Customers can now manage tags for their resources through the SDK.

## __AWS SecurityHub__
- ### Features
- Finding providers can now use BatchImportFindings to update Confidence, Criticality, RelatedFindings, Severity, and Types.

## __AWS Service Catalog App Registry__
- ### Features
- New API `SyncResouce` to update AppRegistry system tags.

## __Amazon API Gateway__
- ### Features
- Documentation updates for Amazon API Gateway.

## __Amazon Connect Participant Service__
- ### Features
- This release adds three new APIs: StartAttachmentUpload, CompleteAttachmentUpload, and GetAttachment. For Amazon Connect Chat, you can use these APIs to share files in chat conversations.

## __Amazon Elastic Compute Cloud__
- ### Features
- This release adds Tag On Create feature support for the AllocateAddress API.

## __Amazon Managed Blockchain__
- ### Features
- Added support for provisioning and managing public Ethereum nodes on main and test networks supporting secure access using Sigv4 and standard open-source Ethereum APIs.

## __Amazon QLDB Session__
- ### Features
- Adds "TimingInformation" to all SendCommand API results and "IOUsage" to ExecuteStatementResult, FetchPageResult and CommitTransactionResult.

## __Amazon Simple Storage Service__
- ### Features
- Format GetObject's Expires header to be an http-date instead of iso8601

## __Service Quotas__
- ### Features
- Added the ability to tag applied quotas.

# __1.11.923__ __2020-12-18__
## __Amazon Elastic Compute Cloud__
- ### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.923</version>
<version>1.11.924</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-accessanalyzer/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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-accessanalyzer</artifactId>
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.923</version>
<version>1.11.924</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.923</version>
<version>1.11.924</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.923</version>
<version>1.11.924</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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-amplify</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-amplifybackend/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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-amplifybackend</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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public class QuotaSettings implements Serializable, Cloneable, StructuredPojo {
private Integer limit;
/**
* <p>
* The number of requests subtracted from the given limit in the initial time period.
* The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of
* <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.
* </p>
*/
private Integer offset;
Expand Down Expand Up @@ -86,11 +87,13 @@ public QuotaSettings withLimit(Integer limit) {

/**
* <p>
* The number of requests subtracted from the given limit in the initial time period.
* The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of
* <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.
* </p>
*
* @param offset
* The number of requests subtracted from the given limit in the initial time period.
* The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of
* <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.
*/

public void setOffset(Integer offset) {
Expand All @@ -99,10 +102,12 @@ public void setOffset(Integer offset) {

/**
* <p>
* The number of requests subtracted from the given limit in the initial time period.
* The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of
* <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.
* </p>
*
* @return The number of requests subtracted from the given limit in the initial time period.
* @return The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of
* <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.
*/

public Integer getOffset() {
Expand All @@ -111,11 +116,13 @@ public Integer getOffset() {

/**
* <p>
* The number of requests subtracted from the given limit in the initial time period.
* The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of
* <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.
* </p>
*
* @param offset
* The number of requests subtracted from the given limit in the initial time period.
* The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of
* <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.
* @return Returns a reference to this object so that method calls can be chained together.
*/

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.923</version>
<version>1.11.924</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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-apigatewayv2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appconfig/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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appconfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appflow/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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appflow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appintegrations/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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appintegrations</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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-applicationautoscaling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-applicationinsights/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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-applicationinsights</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appmesh/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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appmesh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appregistry/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.923</version>
<version>1.11.924</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appregistry</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,28 @@ public interface AWSAppRegistry {
*/
ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest);

/**
* <p>
* Syncs the resource with what is currently recorded in App registry. Specifically, the resource’s App registry
* system tags are synced with its associated application. The resource is removed if it is not associated with the
* application. The caller must have permissions to read and update the resource.
* </p>
*
* @param syncResourceRequest
* @return Result of the SyncResource operation returned by the service.
* @throws ResourceNotFoundException
* The specified resource does not exist.
* @throws InternalServerException
* The service is experiencing internal problems.
* @throws ConflictException
* There was a conflict when processing the request (for example, a resource with the given name already
* exists within the account).
* @sample AWSAppRegistry.SyncResource
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/SyncResource" target="_top">AWS
* API Documentation</a>
*/
SyncResourceResult syncResource(SyncResourceRequest syncResourceRequest);

/**
* <p>
* Assigns one or more tags (key-value pairs) to the specified resource.
Expand All @@ -351,6 +373,9 @@ public interface AWSAppRegistry {
* Each tag consists of a key and an optional value. If a tag with the same key is already associated with the
* resource, this action updates its value.
* </p>
* <p>
* This operation returns an empty response if the call was successful.
* </p>
*
* @param tagResourceRequest
* @return Result of the TagResource operation returned by the service.
Expand All @@ -370,6 +395,9 @@ public interface AWSAppRegistry {
* <p>
* Removes tags from a resource.
* </p>
* <p>
* This operation returns an empty response if the call was successful.
* </p>
*
* @param untagResourceRequest
* @return Result of the UntagResource operation returned by the service.
Expand Down
Loading

0 comments on commit 5130f4b

Please sign in to comment.