awscore_files.cmake 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/AWSCoreBus.h
  10. Include/Credential/AWSCredentialBus.h
  11. Include/Framework/AWSApiClientJob.h
  12. Include/Framework/AWSApiClientJobConfig.h
  13. Include/Framework/AWSApiJob.h
  14. Include/Framework/AWSApiJobConfig.h
  15. Include/Framework/AWSApiRequestJob.h
  16. Include/Framework/AWSApiRequestJobConfig.h
  17. Include/Framework/Error.h
  18. Include/Framework/HttpRequestJob.h
  19. Include/Framework/HttpRequestJobConfig.h
  20. Include/Framework/JsonObjectHandler.h
  21. Include/Framework/JsonWriter.h
  22. Include/Framework/RequestBuilder.h
  23. Include/Framework/ServiceClientJob.h
  24. Include/Framework/ServiceClientJobConfig.h
  25. Include/Framework/ServiceJob.h
  26. Include/Framework/ServiceJobConfig.h
  27. Include/Framework/ServiceJobUtil.h
  28. Include/Framework/ServiceRequestJob.h
  29. Include/Framework/ServiceRequestJobConfig.h
  30. Include/Framework/Util.h
  31. Include/ResourceMapping/AWSResourceMappingBus.h
  32. Include/ScriptCanvas/AWSScriptBehaviorDynamoDB.h
  33. Include/ScriptCanvas/AWSScriptBehaviorLambda.h
  34. Include/ScriptCanvas/AWSScriptBehaviorS3.h
  35. Include/ScriptCanvas/AWSScriptBehaviorsComponent.h
  36. Source/AWSCoreInternalBus.h
  37. Source/AWSCoreSystemComponent.cpp
  38. Source/AWSCoreSystemComponent.h
  39. Source/Configuration/AWSCoreConfiguration.cpp
  40. Source/Configuration/AWSCoreConfiguration.h
  41. Source/Credential/AWSCredentialManager.cpp
  42. Source/Credential/AWSCredentialManager.h
  43. Source/Credential/AWSCVarCredentialHandler.cpp
  44. Source/Credential/AWSCVarCredentialHandler.h
  45. Source/Credential/AWSDefaultCredentialHandler.cpp
  46. Source/Credential/AWSDefaultCredentialHandler.h
  47. Source/ResourceMapping/AWSResourceMappingConstants.h
  48. Source/ResourceMapping/AWSResourceMappingManager.cpp
  49. Source/ResourceMapping/AWSResourceMappingManager.h
  50. Source/ResourceMapping/AWSResourceMappingUtils.cpp
  51. Source/ResourceMapping/AWSResourceMappingUtils.h
  52. Source/Framework/AWSApiJob.cpp
  53. Source/Framework/AWSApiJobConfig.cpp
  54. Source/Framework/Error.cpp
  55. Source/Framework/HttpRequestJob.cpp
  56. Source/Framework/HttpRequestJobConfig.cpp
  57. Source/Framework/JsonObjectHandler.cpp
  58. Source/Framework/RequestBuilder.cpp
  59. Source/Framework/ServiceJob.cpp
  60. Source/Framework/ServiceJobConfig.cpp
  61. Source/ScriptCanvas/AWSScriptBehaviorDynamoDB.cpp
  62. Source/ScriptCanvas/AWSScriptBehaviorLambda.cpp
  63. Source/ScriptCanvas/AWSScriptBehaviorS3.cpp
  64. Source/ScriptCanvas/AWSScriptBehaviorsComponent.cpp
  65. )