Skip to content

Commit

Permalink
AWS SDK for Java 1.11.368
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Jul 14, 2018
1 parent 9aed6de commit d28a35b
Show file tree
Hide file tree
Showing 253 changed files with 11,521 additions and 299 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# __1.11.368__ __2018-07-13__
## __Amazon AppStream__
- ### Features
- This API update adds support for sharing AppStream images across AWS accounts within the same region.

## __Amazon Kinesis Video Streams__
- ### Features
- Adds support for HLS video playback of Kinesis Video streams using the KinesisVideo client by including "GET_HLS_STREAMING_SESSION_URL" as an additional APIName parameter in the GetDataEndpoint input.

## __Amazon Kinesis Video Streams Archived Media__
- ### Features
- Adds support for HLS video playback of Kinesis Video streams by providing the GetHLSStreamingSessionURL function in the KinesisVideoArchivedMedia client.

# __1.11.367__ __2018-07-12__
## __AWS AppSync__
- ### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.367</version>
<version>1.11.368</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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.368-SNAPSHOT</version>
<version>1.11.368</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.368-SNAPSHOT</version>
<version>1.11.368</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.368-SNAPSHOT</version>
<version>1.11.368</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-alexaforbusiness</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.368-SNAPSHOT</version>
<version>1.11.368</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</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.368-SNAPSHOT</version>
<version>1.11.368</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-applicationautoscaling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appstream/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.368-SNAPSHOT</version>
<version>1.11.368</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appstream</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ public DeleteImageBuilderResult deleteImageBuilder(DeleteImageBuilderRequest req
throw new java.lang.UnsupportedOperationException();
}

@Override
public DeleteImagePermissionsResult deleteImagePermissions(DeleteImagePermissionsRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DeleteStackResult deleteStack(DeleteStackRequest request) {
throw new java.lang.UnsupportedOperationException();
Expand All @@ -118,6 +123,11 @@ public DescribeImageBuildersResult describeImageBuilders(DescribeImageBuildersRe
throw new java.lang.UnsupportedOperationException();
}

@Override
public DescribeImagePermissionsResult describeImagePermissions(DescribeImagePermissionsRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public DescribeImagesResult describeImages(DescribeImagesRequest request) {
throw new java.lang.UnsupportedOperationException();
Expand Down Expand Up @@ -198,6 +208,11 @@ public UpdateFleetResult updateFleet(UpdateFleetRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public UpdateImagePermissionsResult updateImagePermissions(UpdateImagePermissionsRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public UpdateStackResult updateStack(UpdateStackRequest request) {
throw new java.lang.UnsupportedOperationException();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,19 @@ public java.util.concurrent.Future<DeleteImageBuilderResult> deleteImageBuilderA
throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<DeleteImagePermissionsResult> deleteImagePermissionsAsync(DeleteImagePermissionsRequest request) {

return deleteImagePermissionsAsync(request, null);
}

@Override
public java.util.concurrent.Future<DeleteImagePermissionsResult> deleteImagePermissionsAsync(DeleteImagePermissionsRequest request,
com.amazonaws.handlers.AsyncHandler<DeleteImagePermissionsRequest, DeleteImagePermissionsResult> asyncHandler) {

throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<DeleteStackResult> deleteStackAsync(DeleteStackRequest request) {

Expand Down Expand Up @@ -235,6 +248,19 @@ public java.util.concurrent.Future<DescribeImageBuildersResult> describeImageBui
throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<DescribeImagePermissionsResult> describeImagePermissionsAsync(DescribeImagePermissionsRequest request) {

return describeImagePermissionsAsync(request, null);
}

@Override
public java.util.concurrent.Future<DescribeImagePermissionsResult> describeImagePermissionsAsync(DescribeImagePermissionsRequest request,
com.amazonaws.handlers.AsyncHandler<DescribeImagePermissionsRequest, DescribeImagePermissionsResult> asyncHandler) {

throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<DescribeImagesResult> describeImagesAsync(DescribeImagesRequest request) {

Expand Down Expand Up @@ -443,6 +469,19 @@ public java.util.concurrent.Future<UpdateFleetResult> updateFleetAsync(UpdateFle
throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<UpdateImagePermissionsResult> updateImagePermissionsAsync(UpdateImagePermissionsRequest request) {

return updateImagePermissionsAsync(request, null);
}

@Override
public java.util.concurrent.Future<UpdateImagePermissionsResult> updateImagePermissionsAsync(UpdateImagePermissionsRequest request,
com.amazonaws.handlers.AsyncHandler<UpdateImagePermissionsRequest, UpdateImagePermissionsResult> asyncHandler) {

throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<UpdateStackResult> updateStackAsync(UpdateStackRequest request) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ public interface AmazonAppStream {
* Indicates an incorrect combination of parameters, or a missing parameter.
* @throws IncompatibleImageException
* The image does not support storage connectors.
* @throws OperationNotPermittedException
* The attempted operation is not permitted.
* @sample AmazonAppStream.CreateFleet
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleet" target="_top">AWS API
* Documentation</a>
Expand Down Expand Up @@ -230,6 +232,8 @@ public interface AmazonAppStream {
* Indicates an incorrect combination of parameters, or a missing parameter.
* @throws IncompatibleImageException
* The image does not support storage connectors.
* @throws OperationNotPermittedException
* The attempted operation is not permitted.
* @sample AmazonAppStream.CreateImageBuilder
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateImageBuilder" target="_top">AWS
* API Documentation</a>
Expand Down Expand Up @@ -382,6 +386,24 @@ public interface AmazonAppStream {
*/
DeleteImageBuilderResult deleteImageBuilder(DeleteImageBuilderRequest deleteImageBuilderRequest);

/**
* <p>
* Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to
* which you previously granted these permissions can no longer use the image.
* </p>
*
* @param deleteImagePermissionsRequest
* @return Result of the DeleteImagePermissions operation returned by the service.
* @throws ResourceNotAvailableException
* The specified resource exists and is not in use, but isn't available.
* @throws ResourceNotFoundException
* The specified resource was not found.
* @sample AmazonAppStream.DeleteImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImagePermissions"
* target="_top">AWS API Documentation</a>
*/
DeleteImagePermissionsResult deleteImagePermissions(DeleteImagePermissionsRequest deleteImagePermissionsRequest);

/**
* <p>
* Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the
Expand Down Expand Up @@ -456,6 +478,21 @@ public interface AmazonAppStream {
*/
DescribeImageBuildersResult describeImageBuilders(DescribeImageBuildersRequest describeImageBuildersRequest);

/**
* <p>
* Retrieves a list that describes the permissions for a private image that you own.
* </p>
*
* @param describeImagePermissionsRequest
* @return Result of the DescribeImagePermissions operation returned by the service.
* @throws ResourceNotFoundException
* The specified resource was not found.
* @sample AmazonAppStream.DescribeImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImagePermissions"
* target="_top">AWS API Documentation</a>
*/
DescribeImagePermissionsResult describeImagePermissions(DescribeImagePermissionsRequest describeImagePermissionsRequest);

/**
* <p>
* Retrieves a list that describes one or more specified images, if the image names are provided. Otherwise, all
Expand All @@ -464,6 +501,8 @@ public interface AmazonAppStream {
*
* @param describeImagesRequest
* @return Result of the DescribeImages operation returned by the service.
* @throws InvalidParameterCombinationException
* Indicates an incorrect combination of parameters, or a missing parameter.
* @throws ResourceNotFoundException
* The specified resource was not found.
* @sample AmazonAppStream.DescribeImages
Expand Down Expand Up @@ -785,6 +824,25 @@ public interface AmazonAppStream {
*/
UpdateFleetResult updateFleet(UpdateFleetRequest updateFleetRequest);

/**
* <p>
* Adds or updates permissions for the specified private image.
* </p>
*
* @param updateImagePermissionsRequest
* @return Result of the UpdateImagePermissions operation returned by the service.
* @throws ResourceNotFoundException
* The specified resource was not found.
* @throws ResourceNotAvailableException
* The specified resource exists and is not in use, but isn't available.
* @throws LimitExceededException
* The requested limit exceeds the permitted limit for an account.
* @sample AmazonAppStream.UpdateImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateImagePermissions"
* target="_top">AWS API Documentation</a>
*/
UpdateImagePermissionsResult updateImagePermissions(UpdateImagePermissionsRequest updateImagePermissionsRequest);

/**
* <p>
* Updates the specified fields for the specified stack.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,39 @@ java.util.concurrent.Future<DeleteImageResult> deleteImageAsync(DeleteImageReque
java.util.concurrent.Future<DeleteImageBuilderResult> deleteImageBuilderAsync(DeleteImageBuilderRequest deleteImageBuilderRequest,
com.amazonaws.handlers.AsyncHandler<DeleteImageBuilderRequest, DeleteImageBuilderResult> asyncHandler);

/**
* <p>
* Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to
* which you previously granted these permissions can no longer use the image.
* </p>
*
* @param deleteImagePermissionsRequest
* @return A Java Future containing the result of the DeleteImagePermissions operation returned by the service.
* @sample AmazonAppStreamAsync.DeleteImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImagePermissions"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<DeleteImagePermissionsResult> deleteImagePermissionsAsync(DeleteImagePermissionsRequest deleteImagePermissionsRequest);

/**
* <p>
* Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to
* which you previously granted these permissions can no longer use the image.
* </p>
*
* @param deleteImagePermissionsRequest
* @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 DeleteImagePermissions operation returned by the service.
* @sample AmazonAppStreamAsyncHandler.DeleteImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImagePermissions"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<DeleteImagePermissionsResult> deleteImagePermissionsAsync(DeleteImagePermissionsRequest deleteImagePermissionsRequest,
com.amazonaws.handlers.AsyncHandler<DeleteImagePermissionsRequest, DeleteImagePermissionsResult> asyncHandler);

/**
* <p>
* Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the
Expand Down Expand Up @@ -572,6 +605,37 @@ java.util.concurrent.Future<DescribeFleetsResult> describeFleetsAsync(DescribeFl
java.util.concurrent.Future<DescribeImageBuildersResult> describeImageBuildersAsync(DescribeImageBuildersRequest describeImageBuildersRequest,
com.amazonaws.handlers.AsyncHandler<DescribeImageBuildersRequest, DescribeImageBuildersResult> asyncHandler);

/**
* <p>
* Retrieves a list that describes the permissions for a private image that you own.
* </p>
*
* @param describeImagePermissionsRequest
* @return A Java Future containing the result of the DescribeImagePermissions operation returned by the service.
* @sample AmazonAppStreamAsync.DescribeImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImagePermissions"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<DescribeImagePermissionsResult> describeImagePermissionsAsync(DescribeImagePermissionsRequest describeImagePermissionsRequest);

/**
* <p>
* Retrieves a list that describes the permissions for a private image that you own.
* </p>
*
* @param describeImagePermissionsRequest
* @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 DescribeImagePermissions operation returned by the service.
* @sample AmazonAppStreamAsyncHandler.DescribeImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImagePermissions"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<DescribeImagePermissionsResult> describeImagePermissionsAsync(DescribeImagePermissionsRequest describeImagePermissionsRequest,
com.amazonaws.handlers.AsyncHandler<DescribeImagePermissionsRequest, DescribeImagePermissionsResult> asyncHandler);

/**
* <p>
* Retrieves a list that describes one or more specified images, if the image names are provided. Otherwise, all
Expand Down Expand Up @@ -1146,6 +1210,37 @@ java.util.concurrent.Future<UpdateDirectoryConfigResult> updateDirectoryConfigAs
java.util.concurrent.Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest updateFleetRequest,
com.amazonaws.handlers.AsyncHandler<UpdateFleetRequest, UpdateFleetResult> asyncHandler);

/**
* <p>
* Adds or updates permissions for the specified private image.
* </p>
*
* @param updateImagePermissionsRequest
* @return A Java Future containing the result of the UpdateImagePermissions operation returned by the service.
* @sample AmazonAppStreamAsync.UpdateImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateImagePermissions"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<UpdateImagePermissionsResult> updateImagePermissionsAsync(UpdateImagePermissionsRequest updateImagePermissionsRequest);

/**
* <p>
* Adds or updates permissions for the specified private image.
* </p>
*
* @param updateImagePermissionsRequest
* @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 UpdateImagePermissions operation returned by the service.
* @sample AmazonAppStreamAsyncHandler.UpdateImagePermissions
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateImagePermissions"
* target="_top">AWS API Documentation</a>
*/
java.util.concurrent.Future<UpdateImagePermissionsResult> updateImagePermissionsAsync(UpdateImagePermissionsRequest updateImagePermissionsRequest,
com.amazonaws.handlers.AsyncHandler<UpdateImagePermissionsRequest, UpdateImagePermissionsResult> asyncHandler);

/**
* <p>
* Updates the specified fields for the specified stack.
Expand Down
Loading

0 comments on commit d28a35b

Please sign in to comment.