-
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.
Add meeting features to specify a maximum camera resolution, a maximu…
…m content sharing resolution, and a maximum number of attendees for a given meeting. Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration. This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones. AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.
- Loading branch information
1 parent
31b80c4
commit 453db79
Showing
117 changed files
with
11,953 additions
and
823 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.227 | ||
1.11.228 |
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/GraphQLApiIntrospectionConfig.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 GraphQLApiIntrospectionConfig | ||
{ | ||
NOT_SET, | ||
ENABLED, | ||
DISABLED | ||
}; | ||
|
||
namespace GraphQLApiIntrospectionConfigMapper | ||
{ | ||
AWS_APPSYNC_API GraphQLApiIntrospectionConfig GetGraphQLApiIntrospectionConfigForName(const Aws::String& name); | ||
|
||
AWS_APPSYNC_API Aws::String GetNameForGraphQLApiIntrospectionConfig(GraphQLApiIntrospectionConfig value); | ||
} // namespace GraphQLApiIntrospectionConfigMapper | ||
} // namespace Model | ||
} // namespace AppSync | ||
} // namespace Aws |
Oops, something went wrong.