Skip to content

Commit c5732ec

Browse files
Remove incorrect endpoint tests
Remove incorrect endpoint tests Doc-only updates for Incident Manager Contacts August 2025 The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests This is a documentation only release that adds additional information for the update-service request parameters. Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove Pattern trait from email field Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests Remove incorrect endpoint tests
1 parent 61e6dad commit c5732ec

File tree

253 files changed

+4511
-9048
lines changed

Some content is hidden

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

253 files changed

+4511
-9048
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.631
1+
1.11.632

generated/src/aws-cpp-sdk-apigatewaymanagementapi/source/ApiGatewayManagementApiEndpointRules.cpp

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-appfabric/source/AppFabricEndpointRules.cpp

Lines changed: 107 additions & 107 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-backup-gateway/source/BackupGatewayEndpointRules.cpp

Lines changed: 91 additions & 91 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-cloudhsm/source/CloudHSMEndpointRules.cpp

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-ebs/source/EBSEndpointRules.cpp

Lines changed: 90 additions & 90 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/CapacityProviderStrategyItem.h

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,20 @@ namespace Model
8989
* can't be used to place tasks. If you specify multiple capacity providers in a
9090
* strategy that all have a weight of <code>0</code>, any <code>RunTask</code> or
9191
* <code>CreateService</code> actions using the capacity provider strategy will
92-
* fail.</p> <p>An example scenario for using weights is defining a strategy that
93-
* contains two capacity providers and both have a weight of <code>1</code>, then
94-
* when the <code>base</code> is satisfied, the tasks will be split evenly across
95-
* the two capacity providers. Using that same logic, if you specify a weight of
96-
* <code>1</code> for <i>capacityProviderA</i> and a weight of <code>4</code> for
97-
* <i>capacityProviderB</i>, then for every one task that's run using
98-
* <i>capacityProviderA</i>, four tasks would use <i>capacityProviderB</i>.</p>
92+
* fail.</p> <p>Weight value characteristics:</p> <ul> <li> <p>Weight is considered
93+
* after the base value is satisfied</p> </li> <li> <p>Default value is
94+
* <code>0</code> if not specified</p> </li> <li> <p>Valid range: 0 to 1,000</p>
95+
* </li> <li> <p>At least one capacity provider must have a weight greater than
96+
* zero</p> </li> <li> <p>Capacity providers with weight of <code>0</code> cannot
97+
* place tasks</p> </li> </ul> <p>Task distribution logic:</p> <ol> <li> <p>Base
98+
* satisfaction: The minimum number of tasks specified by the base value are placed
99+
* on that capacity provider</p> </li> <li> <p>Weight distribution: After base
100+
* requirements are met, additional tasks are distributed according to weight
101+
* ratios</p> </li> </ol> <p>Examples:</p> <p>Equal Distribution: Two capacity
102+
* providers both with weight <code>1</code> will split tasks evenly after base
103+
* requirements are met.</p> <p>Weighted Distribution: If capacityProviderA has
104+
* weight <code>1</code> and capacityProviderB has weight <code>4</code>, then for
105+
* every 1 task on A, 4 tasks will run on B.</p>
99106
*/
100107
inline int GetWeight() const { return m_weight; }
101108
inline bool WeightHasBeenSet() const { return m_weightHasBeenSet; }
@@ -106,9 +113,13 @@ namespace Model
106113
///@{
107114
/**
108115
* <p>The <i>base</i> value designates how many tasks, at a minimum, to run on the
109-
* specified capacity provider. Only one capacity provider in a capacity provider
110-
* strategy can have a <i>base</i> defined. If no value is specified, the default
111-
* value of <code>0</code> is used.</p>
116+
* specified capacity provider for each service. Only one capacity provider in a
117+
* capacity provider strategy can have a <i>base</i> defined. If no value is
118+
* specified, the default value of <code>0</code> is used.</p> <p>Base value
119+
* characteristics:</p> <ul> <li> <p>Only one capacity provider in a strategy can
120+
* have a base defined</p> </li> <li> <p>Default value is <code>0</code> if not
121+
* specified</p> </li> <li> <p>Valid range: 0 to 100,000</p> </li> <li> <p>Base
122+
* requirements are satisfied first before weight distribution</p> </li> </ul>
112123
*/
113124
inline int GetBase() const { return m_base; }
114125
inline bool BaseHasBeenSet() const { return m_baseHasBeenSet; }

generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/Cluster.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ namespace Model
150150
/**
151151
* <p>The number of services that are running on the cluster in an
152152
* <code>ACTIVE</code> state. You can view these services with <a
153-
* href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">PListServices</a>.</p>
153+
* href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>.</p>
154154
*/
155155
inline int GetActiveServicesCount() const { return m_activeServicesCount; }
156156
inline bool ActiveServicesCountHasBeenSet() const { return m_activeServicesCountHasBeenSet; }

generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/DescribeTasksRequest.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ namespace Model
4040
/**
4141
* <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts
4242
* the task or tasks to describe. If you do not specify a cluster, the default
43-
* cluster is assumed. If you do not specify a value, the <code>default</code>
44-
* cluster is used.</p>
43+
* cluster is assumed.</p>
4544
*/
4645
inline const Aws::String& GetCluster() const { return m_cluster; }
4746
inline bool ClusterHasBeenSet() const { return m_clusterHasBeenSet; }

generated/src/aws-cpp-sdk-ecs/include/aws/ecs/model/LogConfiguration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ namespace Model
190190
* <code>logConfiguration</code> as <code>blocking</code>.</p> </li> <li> <p>Set
191191
* the <code>defaultLogDriverMode</code> account setting to
192192
* <code>blocking</code>.</p> </li> </ul> </dd> <dt>max-buffer-size</dt>
193-
* <dd> <p>Required: No</p> <p>Default value: <code>1m</code> </p> <p>When
193+
* <dd> <p>Required: No</p> <p>Default value: <code>10m</code> </p> <p>When
194194
* <code>non-blocking</code> mode is used, the <code>max-buffer-size</code> log
195195
* option controls the size of the buffer that's used for intermediate message
196196
* storage. Make sure to specify an adequate buffer size based on your application.

0 commit comments

Comments
 (0)