summaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-sqs/source/SQSEndpointProvider.cpp
blob: fb43019fcae0105cdcd0fcff2f779e229e8335a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */

#include <aws/sqs/SQSEndpointProvider.h>

namespace Aws
{
namespace SQS
{
namespace Endpoint
{
} // namespace Endpoint
} // namespace SQS
} // namespace Aws