-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a new option "parameters" for data plane api ExecuteQuery to s…
…upport running parameterized query via SDK. Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs. This release enables PutMetricData API request payload compression by default. This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.
- Loading branch information
1 parent
39b789d
commit c62954c
Showing
72 changed files
with
3,153 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.11.262 | ||
1.11.263 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
generated/src/aws-cpp-sdk-appsync/include/aws/appsync/model/CacheHealthMetricsConfig.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** | ||
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
* SPDX-License-Identifier: Apache-2.0. | ||
*/ | ||
|
||
#pragma once | ||
#include <aws/appsync/AppSync_EXPORTS.h> | ||
#include <aws/core/utils/memory/stl/AWSString.h> | ||
|
||
namespace Aws | ||
{ | ||
namespace AppSync | ||
{ | ||
namespace Model | ||
{ | ||
enum class CacheHealthMetricsConfig | ||
{ | ||
NOT_SET, | ||
ENABLED, | ||
DISABLED | ||
}; | ||
|
||
namespace CacheHealthMetricsConfigMapper | ||
{ | ||
AWS_APPSYNC_API CacheHealthMetricsConfig GetCacheHealthMetricsConfigForName(const Aws::String& name); | ||
|
||
AWS_APPSYNC_API Aws::String GetNameForCacheHealthMetricsConfig(CacheHealthMetricsConfig value); | ||
} // namespace CacheHealthMetricsConfigMapper | ||
} // namespace Model | ||
} // namespace AppSync | ||
} // namespace Aws |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.