-
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.
H265 outputs now support disabling the deblocking filter.
Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. This release includes a new API for modifying instance network-performance-options after launch. Provides description of new Amazon Bedrock runtime datasource. Added text to clarify case-sensitivity This is a documentation only update to address various tickets for Amazon ECS. Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.
- Loading branch information
1 parent
881ca7b
commit 265396b
Showing
56 changed files
with
1,784 additions
and
175 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.462 | ||
1.11.463 |
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
32 changes: 32 additions & 0 deletions
32
generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/BandwidthWeightingType.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,32 @@ | ||
/** | ||
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
* SPDX-License-Identifier: Apache-2.0. | ||
*/ | ||
|
||
#pragma once | ||
#include <aws/ec2/EC2_EXPORTS.h> | ||
#include <aws/core/utils/memory/stl/AWSString.h> | ||
|
||
namespace Aws | ||
{ | ||
namespace EC2 | ||
{ | ||
namespace Model | ||
{ | ||
enum class BandwidthWeightingType | ||
{ | ||
NOT_SET, | ||
default_, | ||
vpc_1, | ||
ebs_1 | ||
}; | ||
|
||
namespace BandwidthWeightingTypeMapper | ||
{ | ||
AWS_EC2_API BandwidthWeightingType GetBandwidthWeightingTypeForName(const Aws::String& name); | ||
|
||
AWS_EC2_API Aws::String GetNameForBandwidthWeightingType(BandwidthWeightingType value); | ||
} // namespace BandwidthWeightingTypeMapper | ||
} // namespace Model | ||
} // namespace EC2 | ||
} // 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
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
32 changes: 32 additions & 0 deletions
32
generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/InstanceBandwidthWeighting.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,32 @@ | ||
/** | ||
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
* SPDX-License-Identifier: Apache-2.0. | ||
*/ | ||
|
||
#pragma once | ||
#include <aws/ec2/EC2_EXPORTS.h> | ||
#include <aws/core/utils/memory/stl/AWSString.h> | ||
|
||
namespace Aws | ||
{ | ||
namespace EC2 | ||
{ | ||
namespace Model | ||
{ | ||
enum class InstanceBandwidthWeighting | ||
{ | ||
NOT_SET, | ||
default_, | ||
vpc_1, | ||
ebs_1 | ||
}; | ||
|
||
namespace InstanceBandwidthWeightingMapper | ||
{ | ||
AWS_EC2_API InstanceBandwidthWeighting GetInstanceBandwidthWeightingForName(const Aws::String& name); | ||
|
||
AWS_EC2_API Aws::String GetNameForInstanceBandwidthWeighting(InstanceBandwidthWeighting value); | ||
} // namespace InstanceBandwidthWeightingMapper | ||
} // namespace Model | ||
} // namespace EC2 | ||
} // namespace Aws |
Oops, something went wrong.