/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.ec2instanceconnect; import org.w3c.dom.*; import java.net.*; import java.util.*; import javax.annotation.Generated; import org.apache.commons.logging.*; import com.amazonaws.*; import com.amazonaws.annotation.SdkInternalApi; import com.amazonaws.auth.*; import com.amazonaws.handlers.*; import com.amazonaws.http.*; import com.amazonaws.internal.*; import com.amazonaws.internal.auth.*; import com.amazonaws.metrics.*; import com.amazonaws.regions.*; import com.amazonaws.transform.*; import com.amazonaws.util.*; import com.amazonaws.protocol.json.*; import com.amazonaws.util.AWSRequestMetrics.Field; import com.amazonaws.annotation.ThreadSafe; import com.amazonaws.client.AwsSyncClientParams; import com.amazonaws.client.builder.AdvancedConfig; import com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClientBuilder; import com.amazonaws.AmazonServiceException; import com.amazonaws.services.ec2instanceconnect.model.*; import com.amazonaws.services.ec2instanceconnect.model.transform.*; /** * Client for accessing EC2 Instance Connect. All service calls made using this client are blocking, and will not return * until the service call completes. *
*
* Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing * users a simple and secure way to connect to their instances. *
*/ @ThreadSafe @Generated("com.amazonaws:aws-java-sdk-code-generator") public class AWSEC2InstanceConnectClient extends AmazonWebServiceClient implements AWSEC2InstanceConnect { /** Provider for AWS credentials. */ private final AWSCredentialsProvider awsCredentialsProvider; private static final Log log = LogFactory.getLog(AWSEC2InstanceConnect.class); /** Default signing name for the service. */ private static final String DEFAULT_SIGNING_NAME = "ec2-instance-connect"; /** Client configuration factory providing ClientConfigurations tailored to this client */ protected static final ClientConfigurationFactory configFactory = new ClientConfigurationFactory(); private final AdvancedConfig advancedConfig; private static final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory = new com.amazonaws.protocol.json.SdkJsonProtocolFactory( new JsonClientMetadata() .withProtocolVersion("1.1") .withSupportsCbor(false) .withSupportsIon(false) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("EC2InstanceUnavailableException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.EC2InstanceUnavailableExceptionUnmarshaller.getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("EC2InstanceTypeInvalidException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.EC2InstanceTypeInvalidExceptionUnmarshaller.getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("AuthException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.AuthExceptionUnmarshaller.getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("SerialConsoleSessionLimitExceededException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.SerialConsoleSessionLimitExceededExceptionUnmarshaller .getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("SerialConsoleAccessDisabledException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.SerialConsoleAccessDisabledExceptionUnmarshaller.getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("SerialConsoleSessionUnavailableException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.SerialConsoleSessionUnavailableExceptionUnmarshaller .getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("ServiceException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.ServiceExceptionUnmarshaller.getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("ThrottlingException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.ThrottlingExceptionUnmarshaller.getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("EC2InstanceStateInvalidException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.EC2InstanceStateInvalidExceptionUnmarshaller.getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("EC2InstanceNotFoundException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.EC2InstanceNotFoundExceptionUnmarshaller.getInstance())) .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("InvalidArgsException").withExceptionUnmarshaller( com.amazonaws.services.ec2instanceconnect.model.transform.InvalidArgsExceptionUnmarshaller.getInstance())) .withBaseServiceExceptionClass(com.amazonaws.services.ec2instanceconnect.model.AWSEC2InstanceConnectException.class)); public static AWSEC2InstanceConnectClientBuilder builder() { return AWSEC2InstanceConnectClientBuilder.standard(); } /** * Constructs a new client to invoke service methods on EC2 Instance Connect using the specified parameters. * ** All service calls made using this new client object are blocking, and will not return until the service call * completes. * * @param clientParams * Object providing client parameters. */ AWSEC2InstanceConnectClient(AwsSyncClientParams clientParams) { this(clientParams, false); } /** * Constructs a new client to invoke service methods on EC2 Instance Connect using the specified parameters. * *
* All service calls made using this new client object are blocking, and will not return until the service call * completes. * * @param clientParams * Object providing client parameters. */ AWSEC2InstanceConnectClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled) { super(clientParams); this.awsCredentialsProvider = clientParams.getCredentialsProvider(); this.advancedConfig = clientParams.getAdvancedConfig(); init(); } private void init() { setServiceNameIntern(DEFAULT_SIGNING_NAME); setEndpointPrefix(ENDPOINT_PREFIX); // calling this.setEndPoint(...) will also modify the signer accordingly setEndpoint("ec2-instance-connect.us-east-1.amazonaws.com"); HandlerChainFactory chainFactory = new HandlerChainFactory(); requestHandler2s.addAll(chainFactory.newRequestHandlerChain("/com/amazonaws/services/ec2instanceconnect/request.handlers")); requestHandler2s.addAll(chainFactory.newRequestHandler2Chain("/com/amazonaws/services/ec2instanceconnect/request.handler2s")); requestHandler2s.addAll(chainFactory.getGlobalHandlers()); } /** *
* Pushes an SSH public key to the specified EC2 instance for use by the specified user. The key remains for 60 * seconds. For more information, see Connect to * your Linux instance using EC2 Instance Connect in the Amazon EC2 User Guide. *
* * @param sendSSHPublicKeyRequest * @return Result of the SendSSHPublicKey operation returned by the service. * @throws AuthException * Either your AWS credentials are not valid or you do not have access to the EC2 instance. * @throws InvalidArgsException * One of the parameters is not valid. * @throws ServiceException * The service encountered an error. Follow the instructions in the error message and try again. * @throws ThrottlingException * The requests were made too frequently and have been throttled. Wait a while and try again. To increase * the limit on your request frequency, contact AWS Support. * @throws EC2InstanceNotFoundException * The specified instance was not found. * @throws EC2InstanceStateInvalidException * Unable to connect because the instance is not in a valid state. Connecting to a stopped or terminated * instance is not supported. If the instance is stopped, start your instance, and try to connect again. * @throws EC2InstanceUnavailableException * The instance is currently unavailable. Wait a few minutes and try again. * @sample AWSEC2InstanceConnect.SendSSHPublicKey * @see AWS API Documentation */ @Override public SendSSHPublicKeyResult sendSSHPublicKey(SendSSHPublicKeyRequest request) { request = beforeClientExecution(request); return executeSendSSHPublicKey(request); } @SdkInternalApi final SendSSHPublicKeyResult executeSendSSHPublicKey(SendSSHPublicKeyRequest sendSSHPublicKeyRequest) { ExecutionContext executionContext = createExecutionContext(sendSSHPublicKeyRequest); AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); awsRequestMetrics.startEvent(Field.ClientExecuteTime); Request* Pushes an SSH public key to the specified EC2 instance. The key remains for 60 seconds, which gives you 60 * seconds to establish a serial console connection to the instance using SSH. For more information, see EC2 Serial Console in the * Amazon EC2 User Guide. *
* * @param sendSerialConsoleSSHPublicKeyRequest * @return Result of the SendSerialConsoleSSHPublicKey operation returned by the service. * @throws AuthException * Either your AWS credentials are not valid or you do not have access to the EC2 instance. * @throws SerialConsoleAccessDisabledException * Your account is not authorized to use the EC2 Serial Console. To authorize your account, run the * EnableSerialConsoleAccess API. For more information, see EnableSerialConsoleAccess in the Amazon EC2 API Reference. * @throws InvalidArgsException * One of the parameters is not valid. * @throws ServiceException * The service encountered an error. Follow the instructions in the error message and try again. * @throws ThrottlingException * The requests were made too frequently and have been throttled. Wait a while and try again. To increase * the limit on your request frequency, contact AWS Support. * @throws EC2InstanceNotFoundException * The specified instance was not found. * @throws EC2InstanceTypeInvalidException * The instance type is not supported for connecting via the serial console. Only Nitro instance types are * currently supported. * @throws SerialConsoleSessionLimitExceededException * The instance currently has 1 active serial console session. Only 1 session is supported at a time. * @throws SerialConsoleSessionUnavailableException * Unable to start a serial console session. Please try again. * @throws EC2InstanceStateInvalidException * Unable to connect because the instance is not in a valid state. Connecting to a stopped or terminated * instance is not supported. If the instance is stopped, start your instance, and try to connect again. * @throws EC2InstanceUnavailableException * The instance is currently unavailable. Wait a few minutes and try again. * @sample AWSEC2InstanceConnect.SendSerialConsoleSSHPublicKey * @see AWS API Documentation */ @Override public SendSerialConsoleSSHPublicKeyResult sendSerialConsoleSSHPublicKey(SendSerialConsoleSSHPublicKeyRequest request) { request = beforeClientExecution(request); return executeSendSerialConsoleSSHPublicKey(request); } @SdkInternalApi final SendSerialConsoleSSHPublicKeyResult executeSendSerialConsoleSSHPublicKey(SendSerialConsoleSSHPublicKeyRequest sendSerialConsoleSSHPublicKeyRequest) { ExecutionContext executionContext = createExecutionContext(sendSerialConsoleSSHPublicKeyRequest); AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); awsRequestMetrics.startEvent(Field.ClientExecuteTime); Request
* Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic
* information for an executed request, you should use this method to retrieve it as soon as possible after
* executing the request.
*
* @param request
* The originally executed request
*
* @return The response metadata for the specified request, or null if none is available.
*/
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request) {
return client.getResponseMetadataForRequest(request);
}
/**
* Normal invoke with authentication. Credentials are required and may be overriden at the request level.
**/
private