Skip to content

Commit

Permalink
AWS SDK for Java 1.11.994
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Apr 7, 2021
1 parent 41098c2 commit 86a9225
Show file tree
Hide file tree
Showing 831 changed files with 228,925 additions and 74,096 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# __1.11.994__ __2021-04-07__
## __AWS Storage Gateway__
- ### Features
- File Gateway APIs now support FSx for Windows as a cloud storage.

## __Access Analyzer__
- ### Features
- IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity.

## __Amazon ElastiCache__
- ### Features
- This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups.

## __Amazon Interactive Video Service__
- ### Features
- This release adds support for the Auto-Record to S3 feature. Amazon IVS now enables you to save your live video to Amazon S3.

## __Application Migration Service__
- ### Features
- Add new service - Application Migration Service.

# __1.11.993__ __2021-04-06__
## __AWS Cloud9__
- ### 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.993</version>
<version>1.11.994</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.994-SNAPSHOT</version>
<version>1.11.994</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-accessanalyzer</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,27 @@ public interface AWSAccessAnalyzer {
*/
ApplyArchiveRuleResult applyArchiveRule(ApplyArchiveRuleRequest applyArchiveRuleRequest);

/**
* <p>
* Cancels the requested policy generation.
* </p>
*
* @param cancelPolicyGenerationRequest
* @return Result of the CancelPolicyGeneration operation returned by the service.
* @throws ValidationException
* Validation exception error.
* @throws InternalServerException
* Internal server error.
* @throws ThrottlingException
* Throttling limit exceeded error.
* @throws AccessDeniedException
* You do not have sufficient access to perform this action.
* @sample AWSAccessAnalyzer.CancelPolicyGeneration
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/CancelPolicyGeneration"
* target="_top">AWS API Documentation</a>
*/
CancelPolicyGenerationResult cancelPolicyGeneration(CancelPolicyGenerationRequest cancelPolicyGenerationRequest);

/**
* <p>
* Creates an access preview that allows you to preview Access Analyzer findings for your resource before deploying
Expand Down Expand Up @@ -337,6 +358,27 @@ public interface AWSAccessAnalyzer {
*/
GetFindingResult getFinding(GetFindingRequest getFindingRequest);

/**
* <p>
* Retrieves the policy that was generated using <code>StartPolicyGeneration</code>.
* </p>
*
* @param getGeneratedPolicyRequest
* @return Result of the GetGeneratedPolicy operation returned by the service.
* @throws ValidationException
* Validation exception error.
* @throws InternalServerException
* Internal server error.
* @throws ThrottlingException
* Throttling limit exceeded error.
* @throws AccessDeniedException
* You do not have sufficient access to perform this action.
* @sample AWSAccessAnalyzer.GetGeneratedPolicy
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/GetGeneratedPolicy"
* target="_top">AWS API Documentation</a>
*/
GetGeneratedPolicyResult getGeneratedPolicy(GetGeneratedPolicyRequest getGeneratedPolicyRequest);

/**
* <p>
* Retrieves a list of access preview findings generated by the specified access preview.
Expand Down Expand Up @@ -482,6 +524,27 @@ public interface AWSAccessAnalyzer {
*/
ListFindingsResult listFindings(ListFindingsRequest listFindingsRequest);

/**
* <p>
* Lists all of the policy generations requested in the last seven days.
* </p>
*
* @param listPolicyGenerationsRequest
* @return Result of the ListPolicyGenerations operation returned by the service.
* @throws ValidationException
* Validation exception error.
* @throws InternalServerException
* Internal server error.
* @throws ThrottlingException
* Throttling limit exceeded error.
* @throws AccessDeniedException
* You do not have sufficient access to perform this action.
* @sample AWSAccessAnalyzer.ListPolicyGenerations
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListPolicyGenerations"
* target="_top">AWS API Documentation</a>
*/
ListPolicyGenerationsResult listPolicyGenerations(ListPolicyGenerationsRequest listPolicyGenerationsRequest);

/**
* <p>
* Retrieves a list of tags applied to the specified resource.
Expand All @@ -506,6 +569,31 @@ public interface AWSAccessAnalyzer {
*/
ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest);

/**
* <p>
* Starts the policy generation request.
* </p>
*
* @param startPolicyGenerationRequest
* @return Result of the StartPolicyGeneration operation returned by the service.
* @throws ConflictException
* A conflict exception error.
* @throws ValidationException
* Validation exception error.
* @throws InternalServerException
* Internal server error.
* @throws ServiceQuotaExceededException
* Service quote met error.
* @throws ThrottlingException
* Throttling limit exceeded error.
* @throws AccessDeniedException
* You do not have sufficient access to perform this action.
* @sample AWSAccessAnalyzer.StartPolicyGeneration
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/StartPolicyGeneration"
* target="_top">AWS API Documentation</a>
*/
StartPolicyGenerationResult startPolicyGeneration(StartPolicyGenerationRequest startPolicyGenerationRequest);

/**
* <p>
* Immediately starts a scan of the policies applied to the specified resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,37 @@ public interface AWSAccessAnalyzerAsync extends AWSAccessAnalyzer {
java.util.concurrent.Future<ApplyArchiveRuleResult> applyArchiveRuleAsync(ApplyArchiveRuleRequest applyArchiveRuleRequest,
com.amazonaws.handlers.AsyncHandler<ApplyArchiveRuleRequest, ApplyArchiveRuleResult> asyncHandler);

/**
* <p>
* Cancels the requested policy generation.
* </p>
*
* @param cancelPolicyGenerationRequest
* @return A Java Future containing the result of the CancelPolicyGeneration operation returned by the service.
* @sample AWSAccessAnalyzerAsync.CancelPolicyGeneration
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/CancelPolicyGeneration"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<CancelPolicyGenerationResult> cancelPolicyGenerationAsync(CancelPolicyGenerationRequest cancelPolicyGenerationRequest);

/**
* <p>
* Cancels the requested policy generation.
* </p>
*
* @param cancelPolicyGenerationRequest
* @param asyncHandler
* Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
* implementation of the callback methods in this interface to receive notification of successful or
* unsuccessful completion of the operation.
* @return A Java Future containing the result of the CancelPolicyGeneration operation returned by the service.
* @sample AWSAccessAnalyzerAsyncHandler.CancelPolicyGeneration
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/CancelPolicyGeneration"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<CancelPolicyGenerationResult> cancelPolicyGenerationAsync(CancelPolicyGenerationRequest cancelPolicyGenerationRequest,
com.amazonaws.handlers.AsyncHandler<CancelPolicyGenerationRequest, CancelPolicyGenerationResult> asyncHandler);

/**
* <p>
* Creates an access preview that allows you to preview Access Analyzer findings for your resource before deploying
Expand Down Expand Up @@ -429,6 +460,37 @@ java.util.concurrent.Future<GetArchiveRuleResult> getArchiveRuleAsync(GetArchive
java.util.concurrent.Future<GetFindingResult> getFindingAsync(GetFindingRequest getFindingRequest,
com.amazonaws.handlers.AsyncHandler<GetFindingRequest, GetFindingResult> asyncHandler);

/**
* <p>
* Retrieves the policy that was generated using <code>StartPolicyGeneration</code>.
* </p>
*
* @param getGeneratedPolicyRequest
* @return A Java Future containing the result of the GetGeneratedPolicy operation returned by the service.
* @sample AWSAccessAnalyzerAsync.GetGeneratedPolicy
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/GetGeneratedPolicy"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<GetGeneratedPolicyResult> getGeneratedPolicyAsync(GetGeneratedPolicyRequest getGeneratedPolicyRequest);

/**
* <p>
* Retrieves the policy that was generated using <code>StartPolicyGeneration</code>.
* </p>
*
* @param getGeneratedPolicyRequest
* @param asyncHandler
* Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
* implementation of the callback methods in this interface to receive notification of successful or
* unsuccessful completion of the operation.
* @return A Java Future containing the result of the GetGeneratedPolicy operation returned by the service.
* @sample AWSAccessAnalyzerAsyncHandler.GetGeneratedPolicy
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/GetGeneratedPolicy"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<GetGeneratedPolicyResult> getGeneratedPolicyAsync(GetGeneratedPolicyRequest getGeneratedPolicyRequest,
com.amazonaws.handlers.AsyncHandler<GetGeneratedPolicyRequest, GetGeneratedPolicyResult> asyncHandler);

/**
* <p>
* Retrieves a list of access preview findings generated by the specified access preview.
Expand Down Expand Up @@ -635,6 +697,37 @@ java.util.concurrent.Future<ListArchiveRulesResult> listArchiveRulesAsync(ListAr
java.util.concurrent.Future<ListFindingsResult> listFindingsAsync(ListFindingsRequest listFindingsRequest,
com.amazonaws.handlers.AsyncHandler<ListFindingsRequest, ListFindingsResult> asyncHandler);

/**
* <p>
* Lists all of the policy generations requested in the last seven days.
* </p>
*
* @param listPolicyGenerationsRequest
* @return A Java Future containing the result of the ListPolicyGenerations operation returned by the service.
* @sample AWSAccessAnalyzerAsync.ListPolicyGenerations
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListPolicyGenerations"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<ListPolicyGenerationsResult> listPolicyGenerationsAsync(ListPolicyGenerationsRequest listPolicyGenerationsRequest);

/**
* <p>
* Lists all of the policy generations requested in the last seven days.
* </p>
*
* @param listPolicyGenerationsRequest
* @param asyncHandler
* Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
* implementation of the callback methods in this interface to receive notification of successful or
* unsuccessful completion of the operation.
* @return A Java Future containing the result of the ListPolicyGenerations operation returned by the service.
* @sample AWSAccessAnalyzerAsyncHandler.ListPolicyGenerations
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListPolicyGenerations"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<ListPolicyGenerationsResult> listPolicyGenerationsAsync(ListPolicyGenerationsRequest listPolicyGenerationsRequest,
com.amazonaws.handlers.AsyncHandler<ListPolicyGenerationsRequest, ListPolicyGenerationsResult> asyncHandler);

/**
* <p>
* Retrieves a list of tags applied to the specified resource.
Expand Down Expand Up @@ -668,6 +761,37 @@ java.util.concurrent.Future<ListFindingsResult> listFindingsAsync(ListFindingsRe
java.util.concurrent.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
com.amazonaws.handlers.AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler);

/**
* <p>
* Starts the policy generation request.
* </p>
*
* @param startPolicyGenerationRequest
* @return A Java Future containing the result of the StartPolicyGeneration operation returned by the service.
* @sample AWSAccessAnalyzerAsync.StartPolicyGeneration
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/StartPolicyGeneration"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<StartPolicyGenerationResult> startPolicyGenerationAsync(StartPolicyGenerationRequest startPolicyGenerationRequest);

/**
* <p>
* Starts the policy generation request.
* </p>
*
* @param startPolicyGenerationRequest
* @param asyncHandler
* Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
* implementation of the callback methods in this interface to receive notification of successful or
* unsuccessful completion of the operation.
* @return A Java Future containing the result of the StartPolicyGeneration operation returned by the service.
* @sample AWSAccessAnalyzerAsyncHandler.StartPolicyGeneration
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/StartPolicyGeneration"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<StartPolicyGenerationResult> startPolicyGenerationAsync(StartPolicyGenerationRequest startPolicyGenerationRequest,
com.amazonaws.handlers.AsyncHandler<StartPolicyGenerationRequest, StartPolicyGenerationResult> asyncHandler);

/**
* <p>
* Immediately starts a scan of the policies applied to the specified resource.
Expand Down
Loading

0 comments on commit 86a9225

Please sign in to comment.