13 lines
326 B
C++
13 lines
326 B
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#include <aws/core/AmazonStreamingWebServiceRequest.h>
|
|
#include <aws/core/utils/memory/stl/AWSStringStream.h>
|
|
|
|
using namespace Aws;
|
|
|
|
AmazonStreamingWebServiceRequest::~AmazonStreamingWebServiceRequest() {}
|
|
|