-
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.
Amazon Q in Connect enables agents to ask Q for assistance in multipl…
…e languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent. Added AWS Global Accelerator (AGA) support for WorkSpaces Personal. Added support for Rocky Linux 8 on Amazon AppStream 2.0 MediaLive is releasing ListVersions api This release adds support for inserting timecode tracks into MP4 container outputs. AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications
- Loading branch information
1 parent
24627d6
commit 881a7f3
Showing
82 changed files
with
3,397 additions
and
879 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.470 | ||
1.11.471 |
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
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
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
31 changes: 31 additions & 0 deletions
31
...src/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/RemoveRubyReserveAttributes.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/mediaconvert/MediaConvert_EXPORTS.h> | ||
#include <aws/core/utils/memory/stl/AWSString.h> | ||
|
||
namespace Aws | ||
{ | ||
namespace MediaConvert | ||
{ | ||
namespace Model | ||
{ | ||
enum class RemoveRubyReserveAttributes | ||
{ | ||
NOT_SET, | ||
DISABLED, | ||
ENABLED | ||
}; | ||
|
||
namespace RemoveRubyReserveAttributesMapper | ||
{ | ||
AWS_MEDIACONVERT_API RemoveRubyReserveAttributes GetRemoveRubyReserveAttributesForName(const Aws::String& name); | ||
|
||
AWS_MEDIACONVERT_API Aws::String GetNameForRemoveRubyReserveAttributes(RemoveRubyReserveAttributes value); | ||
} // namespace RemoveRubyReserveAttributesMapper | ||
} // namespace Model | ||
} // namespace MediaConvert | ||
} // namespace Aws |
31 changes: 31 additions & 0 deletions
31
generated/src/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/TimecodeTrack.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/mediaconvert/MediaConvert_EXPORTS.h> | ||
#include <aws/core/utils/memory/stl/AWSString.h> | ||
|
||
namespace Aws | ||
{ | ||
namespace MediaConvert | ||
{ | ||
namespace Model | ||
{ | ||
enum class TimecodeTrack | ||
{ | ||
NOT_SET, | ||
DISABLED, | ||
ENABLED | ||
}; | ||
|
||
namespace TimecodeTrackMapper | ||
{ | ||
AWS_MEDIACONVERT_API TimecodeTrack GetTimecodeTrackForName(const Aws::String& name); | ||
|
||
AWS_MEDIACONVERT_API Aws::String GetNameForTimecodeTrack(TimecodeTrack value); | ||
} // namespace TimecodeTrackMapper | ||
} // namespace Model | ||
} // namespace MediaConvert | ||
} // namespace Aws |
Oops, something went wrong.