Skip to content

Commit 543f837

Browse files
author
aws-sdk-cpp-automation
committed
Documentation updates for Amazon EC2 Auto Scaling
The new GetDimensionKeyDetails action retrieves the attributes of the specified dimension group for a DB instance or data source. Documentation updates for Amazon QLDB Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields. Documentation updates for RDS: fixing an outdated link to the RDS documentation in DBInstance$DBInstanceStatus AWS CloudTrail supports data events on new service resources, including Amazon DynamoDB tables and S3 Object Lambda access points.
1 parent 50d0e87 commit 543f837

File tree

56 files changed

+2949
-1008
lines changed

Some content is hidden

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

56 files changed

+2949
-1008
lines changed

aws-cpp-sdk-autoscaling/include/aws/autoscaling/model/Ebs.h

+4-8
Original file line numberDiff line numberDiff line change
@@ -427,26 +427,22 @@ namespace Model
427427

428428

429429
/**
430-
* <p>The throughput to provision for a <code>gp3</code> volume.</p> <p>Valid
431-
* Range: Minimum value of 125. Maximum value of 1000.</p>
430+
* <p>The throughput (MiBps) to provision for a <code>gp3</code> volume.</p>
432431
*/
433432
inline int GetThroughput() const{ return m_throughput; }
434433

435434
/**
436-
* <p>The throughput to provision for a <code>gp3</code> volume.</p> <p>Valid
437-
* Range: Minimum value of 125. Maximum value of 1000.</p>
435+
* <p>The throughput (MiBps) to provision for a <code>gp3</code> volume.</p>
438436
*/
439437
inline bool ThroughputHasBeenSet() const { return m_throughputHasBeenSet; }
440438

441439
/**
442-
* <p>The throughput to provision for a <code>gp3</code> volume.</p> <p>Valid
443-
* Range: Minimum value of 125. Maximum value of 1000.</p>
440+
* <p>The throughput (MiBps) to provision for a <code>gp3</code> volume.</p>
444441
*/
445442
inline void SetThroughput(int value) { m_throughputHasBeenSet = true; m_throughput = value; }
446443

447444
/**
448-
* <p>The throughput to provision for a <code>gp3</code> volume.</p> <p>Valid
449-
* Range: Minimum value of 125. Maximum value of 1000.</p>
445+
* <p>The throughput (MiBps) to provision for a <code>gp3</code> volume.</p>
450446
*/
451447
inline Ebs& WithThroughput(int value) { SetThroughput(value); return *this;}
452448

aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/CloudTrailClient.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ namespace Model
334334
* write-only events, or all events. This applies to both management events and
335335
* data events.</p> </li> <li> <p>If your event selector includes management
336336
* events.</p> </li> <li> <p>If your event selector includes data events, the
337-
* Amazon S3 objects or AWS Lambda functions that you are logging for data
338-
* events.</p> </li> </ul> <p>For more information, see <a
337+
* resources on which you are logging data events.</p> </li> </ul> <p>For more
338+
* information, see <a
339339
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html">Logging
340340
* Data and Management Events for Trails </a> in the <i>AWS CloudTrail User
341341
* Guide</i>.</p><p><h3>See Also:</h3> <a
@@ -351,8 +351,8 @@ namespace Model
351351
* write-only events, or all events. This applies to both management events and
352352
* data events.</p> </li> <li> <p>If your event selector includes management
353353
* events.</p> </li> <li> <p>If your event selector includes data events, the
354-
* Amazon S3 objects or AWS Lambda functions that you are logging for data
355-
* events.</p> </li> </ul> <p>For more information, see <a
354+
* resources on which you are logging data events.</p> </li> </ul> <p>For more
355+
* information, see <a
356356
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html">Logging
357357
* Data and Management Events for Trails </a> in the <i>AWS CloudTrail User
358358
* Guide</i>.</p><p><h3>See Also:</h3> <a
@@ -370,8 +370,8 @@ namespace Model
370370
* write-only events, or all events. This applies to both management events and
371371
* data events.</p> </li> <li> <p>If your event selector includes management
372372
* events.</p> </li> <li> <p>If your event selector includes data events, the
373-
* Amazon S3 objects or AWS Lambda functions that you are logging for data
374-
* events.</p> </li> </ul> <p>For more information, see <a
373+
* resources on which you are logging data events.</p> </li> </ul> <p>For more
374+
* information, see <a
375375
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html">Logging
376376
* Data and Management Events for Trails </a> in the <i>AWS CloudTrail User
377377
* Guide</i>.</p><p><h3>See Also:</h3> <a

aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/model/AdvancedFieldSelector.h

+232-88
Large diffs are not rendered by default.

aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/model/DataResource.h

+91-66
Large diffs are not rendered by default.

aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/model/EventSelector.h

+40-32
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,11 @@ namespace Model
152152

153153
/**
154154
* <p>CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda
155-
* functions. You can specify up to 250 resources for an individual event selector,
156-
* but the total number of data resources cannot exceed 250 across all event
157-
* selectors in a trail. This limit does not apply if you configure resource
158-
* logging for all data events. </p> <p>For more information, see <a
155+
* functions with basic event selectors. You can specify up to 250 resources for an
156+
* individual event selector, but the total number of data resources cannot exceed
157+
* 250 across all event selectors in a trail. This limit does not apply if you
158+
* configure resource logging for all data events. </p> <p>For more information,
159+
* see <a
159160
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events">Data
160161
* Events</a> and <a
161162
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Limits
@@ -165,10 +166,11 @@ namespace Model
165166

166167
/**
167168
* <p>CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda
168-
* functions. You can specify up to 250 resources for an individual event selector,
169-
* but the total number of data resources cannot exceed 250 across all event
170-
* selectors in a trail. This limit does not apply if you configure resource
171-
* logging for all data events. </p> <p>For more information, see <a
169+
* functions with basic event selectors. You can specify up to 250 resources for an
170+
* individual event selector, but the total number of data resources cannot exceed
171+
* 250 across all event selectors in a trail. This limit does not apply if you
172+
* configure resource logging for all data events. </p> <p>For more information,
173+
* see <a
172174
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events">Data
173175
* Events</a> and <a
174176
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Limits
@@ -178,10 +180,11 @@ namespace Model
178180

179181
/**
180182
* <p>CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda
181-
* functions. You can specify up to 250 resources for an individual event selector,
182-
* but the total number of data resources cannot exceed 250 across all event
183-
* selectors in a trail. This limit does not apply if you configure resource
184-
* logging for all data events. </p> <p>For more information, see <a
183+
* functions with basic event selectors. You can specify up to 250 resources for an
184+
* individual event selector, but the total number of data resources cannot exceed
185+
* 250 across all event selectors in a trail. This limit does not apply if you
186+
* configure resource logging for all data events. </p> <p>For more information,
187+
* see <a
185188
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events">Data
186189
* Events</a> and <a
187190
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Limits
@@ -191,10 +194,11 @@ namespace Model
191194

192195
/**
193196
* <p>CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda
194-
* functions. You can specify up to 250 resources for an individual event selector,
195-
* but the total number of data resources cannot exceed 250 across all event
196-
* selectors in a trail. This limit does not apply if you configure resource
197-
* logging for all data events. </p> <p>For more information, see <a
197+
* functions with basic event selectors. You can specify up to 250 resources for an
198+
* individual event selector, but the total number of data resources cannot exceed
199+
* 250 across all event selectors in a trail. This limit does not apply if you
200+
* configure resource logging for all data events. </p> <p>For more information,
201+
* see <a
198202
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events">Data
199203
* Events</a> and <a
200204
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Limits
@@ -204,10 +208,11 @@ namespace Model
204208

205209
/**
206210
* <p>CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda
207-
* functions. You can specify up to 250 resources for an individual event selector,
208-
* but the total number of data resources cannot exceed 250 across all event
209-
* selectors in a trail. This limit does not apply if you configure resource
210-
* logging for all data events. </p> <p>For more information, see <a
211+
* functions with basic event selectors. You can specify up to 250 resources for an
212+
* individual event selector, but the total number of data resources cannot exceed
213+
* 250 across all event selectors in a trail. This limit does not apply if you
214+
* configure resource logging for all data events. </p> <p>For more information,
215+
* see <a
211216
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events">Data
212217
* Events</a> and <a
213218
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Limits
@@ -217,10 +222,11 @@ namespace Model
217222

218223
/**
219224
* <p>CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda
220-
* functions. You can specify up to 250 resources for an individual event selector,
221-
* but the total number of data resources cannot exceed 250 across all event
222-
* selectors in a trail. This limit does not apply if you configure resource
223-
* logging for all data events. </p> <p>For more information, see <a
225+
* functions with basic event selectors. You can specify up to 250 resources for an
226+
* individual event selector, but the total number of data resources cannot exceed
227+
* 250 across all event selectors in a trail. This limit does not apply if you
228+
* configure resource logging for all data events. </p> <p>For more information,
229+
* see <a
224230
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events">Data
225231
* Events</a> and <a
226232
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Limits
@@ -230,10 +236,11 @@ namespace Model
230236

231237
/**
232238
* <p>CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda
233-
* functions. You can specify up to 250 resources for an individual event selector,
234-
* but the total number of data resources cannot exceed 250 across all event
235-
* selectors in a trail. This limit does not apply if you configure resource
236-
* logging for all data events. </p> <p>For more information, see <a
239+
* functions with basic event selectors. You can specify up to 250 resources for an
240+
* individual event selector, but the total number of data resources cannot exceed
241+
* 250 across all event selectors in a trail. This limit does not apply if you
242+
* configure resource logging for all data events. </p> <p>For more information,
243+
* see <a
237244
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events">Data
238245
* Events</a> and <a
239246
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Limits
@@ -243,10 +250,11 @@ namespace Model
243250

244251
/**
245252
* <p>CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda
246-
* functions. You can specify up to 250 resources for an individual event selector,
247-
* but the total number of data resources cannot exceed 250 across all event
248-
* selectors in a trail. This limit does not apply if you configure resource
249-
* logging for all data events. </p> <p>For more information, see <a
253+
* functions with basic event selectors. You can specify up to 250 resources for an
254+
* individual event selector, but the total number of data resources cannot exceed
255+
* 250 across all event selectors in a trail. This limit does not apply if you
256+
* configure resource logging for all data events. </p> <p>For more information,
257+
* see <a
250258
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-and-data-events-with-cloudtrail.html#logging-data-events">Data
251259
* Events</a> and <a
252260
* href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html">Limits

aws-cpp-sdk-core/include/aws/core/VersionConfig.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0.
44
*/
55

6-
#define AWS_SDK_VERSION_STRING "1.9.34"
6+
#define AWS_SDK_VERSION_STRING "1.9.35"
77
#define AWS_SDK_VERSION_MAJOR 1
88
#define AWS_SDK_VERSION_MINOR 9
9-
#define AWS_SDK_VERSION_PATCH 34
9+
#define AWS_SDK_VERSION_PATCH 35

aws-cpp-sdk-medialive/include/aws/medialive/model/H264AdaptiveQuantization.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Model
1616
enum class H264AdaptiveQuantization
1717
{
1818
NOT_SET,
19+
AUTO,
1920
HIGH,
2021
HIGHER,
2122
LOW,

0 commit comments

Comments
 (0)