Skip to content

Commit 303a20b

Browse files
Added AddressNamesMode, AddressNameTranslations, MobilityMode, PostalCodeMode, SecondaryAddresses, and DriveThrough features across Places V2 APIs to support address name formatting, multilingual translations, travel-aware search, multi-city postal codes, and unit-level address resolution.
Default session downlink transmission parameters have been added to the existing Multicast Group APIs. Explicit transmission parameters are no longer required when starting a multicast session during the FUOTA procedure. AgentCore Gateway now supports mapping allowed scopes to separate advertised scopes on the inbound authorizer. Replace Root Volume now supports a VolumeId parameter. This allows the customer to pass in a pre-prepared volume as the target root volume for an RRV workflow. Next Generation Resilience Hub now supports filtering and sorting failure mode assessments, resource type filtering in ListResources, cross-region and cross-account topology edges, data recovery achievability status, and more granular dependency discovery progress tracking. Update ExperimentRun APIs to support ConflictExceptions. Amazon ECS now automatically detects the correct CPU architecture for Express Mode services.
1 parent ab719aa commit 303a20b

140 files changed

Lines changed: 4647 additions & 374 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.841
1+
1.11.842

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/AppConfigClient.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,8 +1354,11 @@ class AWS_APPCONFIG_API AppConfigClient : public Aws::Client::AWSJsonClient,
13541354
/**
13551355
* <p>Starts an experiment run for the specified experiment definition. An
13561356
* experiment run delivers treatments to the target audience and collects metrics.
1357-
* You can start multiple experiment runs from the same experiment
1358-
* definition.</p><p><h3>See Also:</h3> <a
1357+
* You can start multiple experiment runs from the same experiment definition.</p>
1358+
* <p>Billing for this experiment begins when you call this operation and
1359+
* continues until the experiment is stopped. For pricing details, see <a
1360+
* href="https://aws.amazon.com/systems-manager/pricing/">AppConfig
1361+
* pricing</a>.</p> <p><h3>See Also:</h3> <a
13591362
* href="http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/StartExperimentRun">AWS
13601363
* API Reference</a></p>
13611364
*/

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/DeploymentParameters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace AppConfig {
2121
namespace Model {
2222

2323
/**
24-
* <p>Optional deployment parameters for an experiment run, including extension
24+
* <p>The deployment parameters for an experiment run, including dynamic extension
2525
* parameters and tags.</p><p><h3>See Also:</h3> <a
2626
* href="http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeploymentParameters">AWS
2727
* API Reference</a></p>

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/FlagValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class FlagValue {
3636

3737
///@{
3838
/**
39-
* <p>Whether the feature flag is enabled for this treatment.</p>
39+
* <p>Specifies whether the feature flag is enabled for this treatment.</p>
4040
*/
4141
inline bool GetEnabled() const { return m_enabled; }
4242
inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/GetAccountSettingsResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class GetAccountSettingsResult {
5454

5555
///@{
5656
/**
57-
* <p>Configuration for vended metrics in the account.</p>
57+
* <p>The configuration for vended metrics in the account.</p>
5858
*/
5959
inline const VendedMetricsSettings& GetVendedMetrics() const { return m_vendedMetrics; }
6060
template <typename VendedMetricsT = VendedMetricsSettings>

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/StartExperimentRunRequest.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ class StartExperimentRunRequest : public AppConfigRequest {
147147

148148
///@{
149149
/**
150-
* <p>Optional deployment parameters including a KMS key for encryption.</p>
150+
* <p>The deployment parameters for the experiment run, including a KMS key
151+
* identifier for encryption.</p>
151152
*/
152153
inline const DeploymentParameters& GetDeploymentParameters() const { return m_deploymentParameters; }
153154
inline bool DeploymentParametersHasBeenSet() const { return m_deploymentParametersHasBeenSet; }

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/StopExperimentRunRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class StopExperimentRunRequest : public AppConfigRequest {
103103

104104
///@{
105105
/**
106-
* <p>Optional deployment parameters for the stop operation.</p>
106+
* <p>The deployment parameters for the stop operation.</p>
107107
*/
108108
inline const DeploymentParameters& GetDeploymentParameters() const { return m_deploymentParameters; }
109109
inline bool DeploymentParametersHasBeenSet() const { return m_deploymentParametersHasBeenSet; }

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/UpdateAccountSettingsRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class UpdateAccountSettingsRequest : public AppConfigRequest {
5555

5656
///@{
5757
/**
58-
* <p>Configuration for vended metrics in the account.</p>
58+
* <p>The configuration for vended metrics in the account.</p>
5959
*/
6060
inline const VendedMetricsSettings& GetVendedMetrics() const { return m_vendedMetrics; }
6161
inline bool VendedMetricsHasBeenSet() const { return m_vendedMetricsHasBeenSet; }

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/UpdateAccountSettingsResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class UpdateAccountSettingsResult {
5454

5555
///@{
5656
/**
57-
* <p>Configuration for vended metrics in the account.</p>
57+
* <p>The configuration for vended metrics in the account.</p>
5858
*/
5959
inline const VendedMetricsSettings& GetVendedMetrics() const { return m_vendedMetrics; }
6060
template <typename VendedMetricsT = VendedMetricsSettings>

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/UpdateExperimentDefinitionRequest.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ class UpdateExperimentDefinitionRequest : public AppConfigRequest {
6868

6969
///@{
7070
/**
71-
* <p>An updated list of treatments.</p>
71+
* <p>The updated list of treatments to evaluate during the experiment. Each
72+
* treatment defines a distinct variation compared to the control.</p>
7273
*/
7374
inline const Aws::Vector<TreatmentInput>& GetTreatments() const { return m_treatments; }
7475
inline bool TreatmentsHasBeenSet() const { return m_treatmentsHasBeenSet; }

0 commit comments

Comments
 (0)