blob: 92e61c7ad4126328604a1fe703284f8d3e2a9a94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
* 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() {}
|