Skip to content

Commit

Permalink
This release adds support for sharing trust stores across accounts an…
Browse files Browse the repository at this point in the history
…d organizations through integration with AWS Resource Access Manager.

CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.
API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
Introduces GetEnvironmentCredentials operation to SDK
Provides ServiceUnavailableException error message
This release adds support to customer managed KMS key encryption in AWS Step Functions.
EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
This release adds support for EKS cluster to manage extended support.
Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.
Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses
You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging.
  • Loading branch information
aws-sdk-cpp-automation committed Jul 25, 2024
1 parent 59eeba3 commit 9c5a27a
Show file tree
Hide file tree
Showing 160 changed files with 6,419 additions and 370 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.371
1.11.372
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ namespace Model
SageMakerVariantProvisionedConcurrencyUtilization,
ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage,
SageMakerInferenceComponentInvocationsPerCopy,
WorkSpacesAverageUserSessionsCapacityUtilization
WorkSpacesAverageUserSessionsCapacityUtilization,
SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution,
SageMakerVariantConcurrentRequestsPerModelHighResolution
};

namespace MetricTypeMapper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ namespace Aws
static const int ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage_HASH = HashingUtils::HashString("ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage");
static const int SageMakerInferenceComponentInvocationsPerCopy_HASH = HashingUtils::HashString("SageMakerInferenceComponentInvocationsPerCopy");
static const int WorkSpacesAverageUserSessionsCapacityUtilization_HASH = HashingUtils::HashString("WorkSpacesAverageUserSessionsCapacityUtilization");
static const int SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution_HASH = HashingUtils::HashString("SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution");
static const int SageMakerVariantConcurrentRequestsPerModelHighResolution_HASH = HashingUtils::HashString("SageMakerVariantConcurrentRequestsPerModelHighResolution");


MetricType GetMetricTypeForName(const Aws::String& name)
Expand Down Expand Up @@ -150,6 +152,14 @@ namespace Aws
{
return MetricType::WorkSpacesAverageUserSessionsCapacityUtilization;
}
else if (hashCode == SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution_HASH)
{
return MetricType::SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution;
}
else if (hashCode == SageMakerVariantConcurrentRequestsPerModelHighResolution_HASH)
{
return MetricType::SageMakerVariantConcurrentRequestsPerModelHighResolution;
}
EnumParseOverflowContainer* overflowContainer = Aws::GetEnumOverflowContainer();
if(overflowContainer)
{
Expand Down Expand Up @@ -216,6 +226,10 @@ namespace Aws
return "SageMakerInferenceComponentInvocationsPerCopy";
case MetricType::WorkSpacesAverageUserSessionsCapacityUtilization:
return "WorkSpacesAverageUserSessionsCapacityUtilization";
case MetricType::SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution:
return "SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution";
case MetricType::SageMakerVariantConcurrentRequestsPerModelHighResolution:
return "SageMakerVariantConcurrentRequestsPerModelHighResolution";
default:
EnumParseOverflowContainer* overflowContainer = Aws::GetEnumOverflowContainer();
if(overflowContainer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,23 @@ namespace Aws
namespace ApplicationSignals
{
/**
* <p>This is a Preview release of the Application Signals API
* Reference. Operations and parameters are subject to change before the general
* availability release.</p> <p>Use CloudWatch Application Signals for
* comprehensive observability of your cloud-based applications. It enables
* real-time service health dashboards and helps you track long-term performance
* trends against your business goals. The application-centric view provides you
* with unified visibility across your applications, services, and dependencies, so
* you can proactively monitor and efficiently triage any issues that may arise,
* ensuring optimal customer experience.</p> <p>Application Signals provides the
* following benefits:</p> <ul> <li> <p>Automatically collect metrics and traces
* from your applications, and display key metrics such as call volume,
* availability, latency, faults, and errors. </p> </li> <li> <p>Create and monitor
* service level objectives (SLOs). </p> </li> <li> <p>See a map of your
* application topology that Application Signals automatically discovers, that
* gives you a visual representation of your applications, dependencies, and their
* connectivity.</p> </li> </ul>
* <p>Use CloudWatch Application Signals for comprehensive observability of your
* cloud-based applications. It enables real-time service health dashboards and
* helps you track long-term performance trends against your business goals. The
* application-centric view provides you with unified visibility across your
* applications, services, and dependencies, so you can proactively monitor and
* efficiently triage any issues that may arise, ensuring optimal customer
* experience.</p> <p>Application Signals provides the following benefits:</p> <ul>
* <li> <p>Automatically collect metrics and traces from your applications, and
* display key metrics such as call volume, availability, latency, faults, and
* errors. </p> </li> <li> <p>Create and monitor service level objectives (SLOs).
* </p> </li> <li> <p>See a map of your application topology that Application
* Signals automatically discovers, that gives you a visual representation of your
* applications, dependencies, and their connectivity.</p> </li> </ul>
* <p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics
* canaries, and Amazon Web Services Service Catalog AppRegistry, to display your
* client pages, Synthetics canaries, and application names within dashboards and
* maps.</p>
*/
class AWS_APPLICATIONSIGNALS_API ApplicationSignalsClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<ApplicationSignalsClient>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ namespace Model
/**
* <p>The start of the time period to retrieve information about. When used in a
* raw HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested start time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; }
Expand All @@ -58,7 +59,8 @@ namespace Model
/**
* <p>The end of the time period to retrieve information about. When used in a raw
* HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested start time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
#include <aws/application-signals/model/Service.h>
#include <aws/core/utils/DateTime.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSMap.h>
#include <utility>

namespace Aws
Expand Down Expand Up @@ -49,7 +51,9 @@ namespace Model
/**
* <p>The start time of the data included in the response. In a raw HTTP Query API,
* it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code>.</p>
* <code>1698778057</code>.</p> <p>This displays the time that Application Signals
* used for the request. It might not match your request exactly, because it was
* rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTime = value; }
Expand All @@ -62,7 +66,9 @@ namespace Model
/**
* <p>The end time of the data included in the response. In a raw HTTP Query API,
* it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code>.</p>
* <code>1698778057</code>.</p> <p>This displays the time that Application Signals
* used for the request. It might not match your request exactly, because it was
* rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTime = value; }
Expand All @@ -71,6 +77,23 @@ namespace Model
inline GetServiceResult& WithEndTime(Aws::Utils::DateTime&& value) { SetEndTime(std::move(value)); return *this;}
///@}

///@{
/**
* <p>An array of string-to-string maps that each contain information about one log
* group associated with this service. Each string-to-string map includes the
* following fields:</p> <ul> <li> <p> <code>"Type": "AWS::Resource"</code> </p>
* </li> <li> <p> <code>"ResourceType": "AWS::Logs::LogGroup"</code> </p> </li>
* <li> <p> <code>"Identifier": "<i>name-of-log-group</i>"</code> </p> </li> </ul>
*/
inline const Aws::Vector<Aws::Map<Aws::String, Aws::String>>& GetLogGroupReferences() const{ return m_logGroupReferences; }
inline void SetLogGroupReferences(const Aws::Vector<Aws::Map<Aws::String, Aws::String>>& value) { m_logGroupReferences = value; }
inline void SetLogGroupReferences(Aws::Vector<Aws::Map<Aws::String, Aws::String>>&& value) { m_logGroupReferences = std::move(value); }
inline GetServiceResult& WithLogGroupReferences(const Aws::Vector<Aws::Map<Aws::String, Aws::String>>& value) { SetLogGroupReferences(value); return *this;}
inline GetServiceResult& WithLogGroupReferences(Aws::Vector<Aws::Map<Aws::String, Aws::String>>&& value) { SetLogGroupReferences(std::move(value)); return *this;}
inline GetServiceResult& AddLogGroupReferences(const Aws::Map<Aws::String, Aws::String>& value) { m_logGroupReferences.push_back(value); return *this; }
inline GetServiceResult& AddLogGroupReferences(Aws::Map<Aws::String, Aws::String>&& value) { m_logGroupReferences.push_back(std::move(value)); return *this; }
///@}

///@{

inline const Aws::String& GetRequestId() const{ return m_requestId; }
Expand All @@ -89,6 +112,8 @@ namespace Model

Aws::Utils::DateTime m_endTime;

Aws::Vector<Aws::Map<Aws::String, Aws::String>> m_logGroupReferences;

Aws::String m_requestId;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ namespace Model
/**
* <p>The start of the time period to retrieve information about. When used in a
* raw HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested start time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; }
Expand All @@ -58,7 +59,8 @@ namespace Model
/**
* <p>The end of the time period to retrieve information about. When used in a raw
* HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested end time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ namespace Model
/**
* <p>The start of the time period that the returned information applies to. When
* used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For
* example: <code>1698778057</code> </p>
* example: <code>1698778057</code> </p> <p>This displays the time that Application
* Signals used for the request. It might not match your request exactly, because
* it was rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTime = value; }
Expand All @@ -52,7 +54,9 @@ namespace Model
/**
* <p>The end of the time period that the returned information applies to. When
* used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For
* example: <code>1698778057</code> </p>
* example: <code>1698778057</code> </p> <p>This displays the time that Application
* Signals used for the request. It might not match your request exactly, because
* it was rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTime = value; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ namespace Model
/**
* <p>The start of the time period to retrieve information about. When used in a
* raw HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested start time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; }
Expand All @@ -58,7 +59,8 @@ namespace Model
/**
* <p>The end of the time period to retrieve information about. When used in a raw
* HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested start time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ namespace Model
/**
* <p>The start of the time period that the returned information applies to. When
* used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For
* example: <code>1698778057</code> </p>
* example: <code>1698778057</code> </p> <p>This displays the time that Application
* Signals used for the request. It might not match your request exactly, because
* it was rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTime = value; }
Expand All @@ -52,7 +54,9 @@ namespace Model
/**
* <p>The end of the time period that the returned information applies to. When
* used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For
* example: <code>1698778057</code> </p>
* example: <code>1698778057</code> </p> <p>This displays the time that Application
* Signals used for the request. It might not match your request exactly, because
* it was rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTime = value; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ namespace Model
/**
* <p>The start of the time period to retrieve information about. When used in a
* raw HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested start time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; }
Expand All @@ -58,7 +59,8 @@ namespace Model
/**
* <p>The end of the time period to retrieve information about. When used in a raw
* HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested end time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ namespace Model
/**
* <p>The start of the time period that the returned information applies to. When
* used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For
* example: <code>1698778057</code> </p>
* example: <code>1698778057</code> </p> <p>This displays the time that Application
* Signals used for the request. It might not match your request exactly, because
* it was rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTime = value; }
Expand All @@ -52,7 +54,9 @@ namespace Model
/**
* <p>The end of the time period that the returned information applies to. When
* used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For
* example: <code>1698778057</code> </p>
* example: <code>1698778057</code> </p> <p>This displays the time that Application
* Signals used for the request. It might not match your request exactly, because
* it was rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTime = value; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ namespace Model
/**
* <p>The start of the time period to retrieve information about. When used in a
* raw HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested start time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; }
Expand All @@ -57,7 +58,8 @@ namespace Model
/**
* <p>The end of the time period to retrieve information about. When used in a raw
* HTTP Query API, it is formatted as be epoch time in seconds. For example:
* <code>1698778057</code> </p>
* <code>1698778057</code> </p> <p>Your requested start time will be rounded to the
* nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ namespace Model
/**
* <p>The start of the time period that the returned information applies to. When
* used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For
* example: <code>1698778057</code> </p>
* example: <code>1698778057</code> </p> <p>This displays the time that Application
* Signals used for the request. It might not match your request exactly, because
* it was rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTime = value; }
Expand All @@ -52,7 +54,9 @@ namespace Model
/**
* <p>The end of the time period that the returned information applies to. When
* used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For
* example: <code>1698778057</code> </p>
* example: <code>1698778057</code> </p> <p>This displays the time that Application
* Signals used for the request. It might not match your request exactly, because
* it was rounded to the nearest hour.</p>
*/
inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTime = value; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Model

///@{
/**
* <p>Cannot find the resource id.</p>
* <p>Can't find the resource id.</p>
*/
inline const Aws::String& GetResourceId() const{ return m_resourceId; }
inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; }
Expand Down
Loading

0 comments on commit 9c5a27a

Please sign in to comment.