/* * 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.sagemakeredgemanager; 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.sagemakeredgemanager.AmazonSagemakerEdgeManagerClientBuilder; import com.amazonaws.AmazonServiceException; import com.amazonaws.services.sagemakeredgemanager.model.*; import com.amazonaws.services.sagemakeredgemanager.model.transform.*; /** * Client for accessing Amazon Sagemaker Edge Manager. All service calls made using this client are blocking, and will * not return until the service call completes. *
*
* SageMaker Edge Manager dataplane service for communicating with active agents. *
*/ @ThreadSafe @Generated("com.amazonaws:aws-java-sdk-code-generator") public class AmazonSagemakerEdgeManagerClient extends AmazonWebServiceClient implements AmazonSagemakerEdgeManager { /** Provider for AWS credentials. */ private final AWSCredentialsProvider awsCredentialsProvider; private static final Log log = LogFactory.getLog(AmazonSagemakerEdgeManager.class); /** Default signing name for the service. */ private static final String DEFAULT_SIGNING_NAME = "sagemaker"; /** 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) .withContentTypeOverride("application/json") .addErrorMetadata( new JsonErrorShapeMetadata().withErrorCode("InternalServiceException").withExceptionUnmarshaller( com.amazonaws.services.sagemakeredgemanager.model.transform.InternalServiceExceptionUnmarshaller.getInstance())) .withBaseServiceExceptionClass(com.amazonaws.services.sagemakeredgemanager.model.AmazonSagemakerEdgeManagerException.class)); public static AmazonSagemakerEdgeManagerClientBuilder builder() { return AmazonSagemakerEdgeManagerClientBuilder.standard(); } /** * Constructs a new client to invoke service methods on Amazon Sagemaker Edge Manager 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. */ AmazonSagemakerEdgeManagerClient(AwsSyncClientParams clientParams) { this(clientParams, false); } /** * Constructs a new client to invoke service methods on Amazon Sagemaker Edge Manager 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. */ AmazonSagemakerEdgeManagerClient(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("edge.sagemaker.us-east-1.amazonaws.com"); HandlerChainFactory chainFactory = new HandlerChainFactory(); requestHandler2s.addAll(chainFactory.newRequestHandlerChain("/com/amazonaws/services/sagemakeredgemanager/request.handlers")); requestHandler2s.addAll(chainFactory.newRequestHandler2Chain("/com/amazonaws/services/sagemakeredgemanager/request.handler2s")); requestHandler2s.addAll(chainFactory.getGlobalHandlers()); } /** *
* Use to get the active deployments from a device. *
* * @param getDeploymentsRequest * @return Result of the GetDeployments operation returned by the service. * @throws InternalServiceException * An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web * Services customer support. * @sample AmazonSagemakerEdgeManager.GetDeployments * @see AWS * API Documentation */ @Override public GetDeploymentsResult getDeployments(GetDeploymentsRequest request) { request = beforeClientExecution(request); return executeGetDeployments(request); } @SdkInternalApi final GetDeploymentsResult executeGetDeployments(GetDeploymentsRequest getDeploymentsRequest) { ExecutionContext executionContext = createExecutionContext(getDeploymentsRequest); AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); awsRequestMetrics.startEvent(Field.ClientExecuteTime); Request* Use to check if a device is registered with SageMaker Edge Manager. *
* * @param getDeviceRegistrationRequest * @return Result of the GetDeviceRegistration operation returned by the service. * @throws InternalServiceException * An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web * Services customer support. * @sample AmazonSagemakerEdgeManager.GetDeviceRegistration * @see AWS API Documentation */ @Override public GetDeviceRegistrationResult getDeviceRegistration(GetDeviceRegistrationRequest request) { request = beforeClientExecution(request); return executeGetDeviceRegistration(request); } @SdkInternalApi final GetDeviceRegistrationResult executeGetDeviceRegistration(GetDeviceRegistrationRequest getDeviceRegistrationRequest) { ExecutionContext executionContext = createExecutionContext(getDeviceRegistrationRequest); AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); awsRequestMetrics.startEvent(Field.ClientExecuteTime); Request* Use to get the current status of devices registered on SageMaker Edge Manager. *
* * @param sendHeartbeatRequest * @return Result of the SendHeartbeat operation returned by the service. * @throws InternalServiceException * An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web * Services customer support. * @sample AmazonSagemakerEdgeManager.SendHeartbeat * @see AWS * API Documentation */ @Override public SendHeartbeatResult sendHeartbeat(SendHeartbeatRequest request) { request = beforeClientExecution(request); return executeSendHeartbeat(request); } @SdkInternalApi final SendHeartbeatResult executeSendHeartbeat(SendHeartbeatRequest sendHeartbeatRequest) { ExecutionContext executionContext = createExecutionContext(sendHeartbeatRequest); 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