Skip to content

Commit 271f1d9

Browse files
author
aws-sdk-cpp-automation
committed
Fix DirectJDBCSource not showing up in CLI code gen
Database Activity Stream support for RDS for SQL Server. This release adds an InsufficientEncryptionPolicyException type to the StartImport endpoint Documentation update for EFS to support IAM best practices. This release introduces a new StartNetworkResourceUpdate API, which enables return/replacement of hardware from a NetworkSite. For protected CloudFront distributions, you can now use the AWS WAF Fraud Control account takeover prevention (ATP) managed rule group to block new login attempts from clients that have recently submitted too many failed login attempts. This release introduces Lists feature which allows customers to reference a set of values in Fraud Detector's rules. With Lists, customers can dynamically manage these attributes in real time. Lists can be created/deleted and its contents can be modified using the Fraud Detector API.
1 parent dd8b046 commit 271f1d9

File tree

133 files changed

+14086
-9908
lines changed

Some content is hidden

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

133 files changed

+14086
-9908
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.17
1+
1.11.18

generated/src/aws-cpp-sdk-cloudtrail/source/CloudTrailEndpointRules.cpp

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

generated/src/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/EFSClient.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ namespace EFS
326326
* that of the source file system, unless the destination file system uses EFS One
327327
* Zone storage. In that case, the General Purpose performance mode is used. The
328328
* performance mode cannot be changed.</p> </li> <li> <p> <b>Throughput mode</b> -
329-
* The destination file system uses the Bursting Throughput mode by default. After
330-
* the file system is created, you can modify the throughput mode.</p> </li> </ul>
331-
* <p>The following properties are turned off by default:</p> <ul> <li> <p>
332-
* <b>Lifecycle management</b> - EFS lifecycle management and EFS
329+
* The destination file system's throughput mode matches that of the source file
330+
* system. After the file system is created, you can modify the throughput
331+
* mode.</p> </li> </ul> <p>The following properties are turned off by default:</p>
332+
* <ul> <li> <p> <b>Lifecycle management</b> - EFS lifecycle management and EFS
333333
* Intelligent-Tiering are not enabled on the destination file system. After the
334334
* destination file system is created, you can enable EFS lifecycle management and
335335
* EFS Intelligent-Tiering.</p> </li> <li> <p> <b>Automatic backups</b> - Automatic

generated/src/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/model/AccessPointDescription.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -386,49 +386,49 @@ namespace Model
386386

387387

388388
/**
389-
* <p>Identified the Amazon Web Services account that owns the access point
389+
* <p>Identifies the Amazon Web Services account that owns the access point
390390
* resource.</p>
391391
*/
392392
inline const Aws::String& GetOwnerId() const{ return m_ownerId; }
393393

394394
/**
395-
* <p>Identified the Amazon Web Services account that owns the access point
395+
* <p>Identifies the Amazon Web Services account that owns the access point
396396
* resource.</p>
397397
*/
398398
inline bool OwnerIdHasBeenSet() const { return m_ownerIdHasBeenSet; }
399399

400400
/**
401-
* <p>Identified the Amazon Web Services account that owns the access point
401+
* <p>Identifies the Amazon Web Services account that owns the access point
402402
* resource.</p>
403403
*/
404404
inline void SetOwnerId(const Aws::String& value) { m_ownerIdHasBeenSet = true; m_ownerId = value; }
405405

406406
/**
407-
* <p>Identified the Amazon Web Services account that owns the access point
407+
* <p>Identifies the Amazon Web Services account that owns the access point
408408
* resource.</p>
409409
*/
410410
inline void SetOwnerId(Aws::String&& value) { m_ownerIdHasBeenSet = true; m_ownerId = std::move(value); }
411411

412412
/**
413-
* <p>Identified the Amazon Web Services account that owns the access point
413+
* <p>Identifies the Amazon Web Services account that owns the access point
414414
* resource.</p>
415415
*/
416416
inline void SetOwnerId(const char* value) { m_ownerIdHasBeenSet = true; m_ownerId.assign(value); }
417417

418418
/**
419-
* <p>Identified the Amazon Web Services account that owns the access point
419+
* <p>Identifies the Amazon Web Services account that owns the access point
420420
* resource.</p>
421421
*/
422422
inline AccessPointDescription& WithOwnerId(const Aws::String& value) { SetOwnerId(value); return *this;}
423423

424424
/**
425-
* <p>Identified the Amazon Web Services account that owns the access point
425+
* <p>Identifies the Amazon Web Services account that owns the access point
426426
* resource.</p>
427427
*/
428428
inline AccessPointDescription& WithOwnerId(Aws::String&& value) { SetOwnerId(std::move(value)); return *this;}
429429

430430
/**
431-
* <p>Identified the Amazon Web Services account that owns the access point
431+
* <p>Identifies the Amazon Web Services account that owns the access point
432432
* resource.</p>
433433
*/
434434
inline AccessPointDescription& WithOwnerId(const char* value) { SetOwnerId(value); return *this;}

generated/src/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/model/CreateAccessPointResult.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,43 +341,43 @@ namespace Model
341341

342342

343343
/**
344-
* <p>Identified the Amazon Web Services account that owns the access point
344+
* <p>Identifies the Amazon Web Services account that owns the access point
345345
* resource.</p>
346346
*/
347347
inline const Aws::String& GetOwnerId() const{ return m_ownerId; }
348348

349349
/**
350-
* <p>Identified the Amazon Web Services account that owns the access point
350+
* <p>Identifies the Amazon Web Services account that owns the access point
351351
* resource.</p>
352352
*/
353353
inline void SetOwnerId(const Aws::String& value) { m_ownerId = value; }
354354

355355
/**
356-
* <p>Identified the Amazon Web Services account that owns the access point
356+
* <p>Identifies the Amazon Web Services account that owns the access point
357357
* resource.</p>
358358
*/
359359
inline void SetOwnerId(Aws::String&& value) { m_ownerId = std::move(value); }
360360

361361
/**
362-
* <p>Identified the Amazon Web Services account that owns the access point
362+
* <p>Identifies the Amazon Web Services account that owns the access point
363363
* resource.</p>
364364
*/
365365
inline void SetOwnerId(const char* value) { m_ownerId.assign(value); }
366366

367367
/**
368-
* <p>Identified the Amazon Web Services account that owns the access point
368+
* <p>Identifies the Amazon Web Services account that owns the access point
369369
* resource.</p>
370370
*/
371371
inline CreateAccessPointResult& WithOwnerId(const Aws::String& value) { SetOwnerId(value); return *this;}
372372

373373
/**
374-
* <p>Identified the Amazon Web Services account that owns the access point
374+
* <p>Identifies the Amazon Web Services account that owns the access point
375375
* resource.</p>
376376
*/
377377
inline CreateAccessPointResult& WithOwnerId(Aws::String&& value) { SetOwnerId(std::move(value)); return *this;}
378378

379379
/**
380-
* <p>Identified the Amazon Web Services account that owns the access point
380+
* <p>Identifies the Amazon Web Services account that owns the access point
381381
* resource.</p>
382382
*/
383383
inline CreateAccessPointResult& WithOwnerId(const char* value) { SetOwnerId(value); return *this;}

generated/src/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/model/CreateFileSystemResult.h

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,51 +45,37 @@ namespace Model
4545

4646

4747
/**
48-
* <p>The Amazon Web Services account that created the file system. If the file
49-
* system was created by an IAM user, the parent account to which the user belongs
50-
* is the owner.</p>
48+
* <p>The Amazon Web Services account that created the file system.</p>
5149
*/
5250
inline const Aws::String& GetOwnerId() const{ return m_ownerId; }
5351

5452
/**
55-
* <p>The Amazon Web Services account that created the file system. If the file
56-
* system was created by an IAM user, the parent account to which the user belongs
57-
* is the owner.</p>
53+
* <p>The Amazon Web Services account that created the file system.</p>
5854
*/
5955
inline void SetOwnerId(const Aws::String& value) { m_ownerId = value; }
6056

6157
/**
62-
* <p>The Amazon Web Services account that created the file system. If the file
63-
* system was created by an IAM user, the parent account to which the user belongs
64-
* is the owner.</p>
58+
* <p>The Amazon Web Services account that created the file system.</p>
6559
*/
6660
inline void SetOwnerId(Aws::String&& value) { m_ownerId = std::move(value); }
6761

6862
/**
69-
* <p>The Amazon Web Services account that created the file system. If the file
70-
* system was created by an IAM user, the parent account to which the user belongs
71-
* is the owner.</p>
63+
* <p>The Amazon Web Services account that created the file system.</p>
7264
*/
7365
inline void SetOwnerId(const char* value) { m_ownerId.assign(value); }
7466

7567
/**
76-
* <p>The Amazon Web Services account that created the file system. If the file
77-
* system was created by an IAM user, the parent account to which the user belongs
78-
* is the owner.</p>
68+
* <p>The Amazon Web Services account that created the file system.</p>
7969
*/
8070
inline CreateFileSystemResult& WithOwnerId(const Aws::String& value) { SetOwnerId(value); return *this;}
8171

8272
/**
83-
* <p>The Amazon Web Services account that created the file system. If the file
84-
* system was created by an IAM user, the parent account to which the user belongs
85-
* is the owner.</p>
73+
* <p>The Amazon Web Services account that created the file system.</p>
8674
*/
8775
inline CreateFileSystemResult& WithOwnerId(Aws::String&& value) { SetOwnerId(std::move(value)); return *this;}
8876

8977
/**
90-
* <p>The Amazon Web Services account that created the file system. If the file
91-
* system was created by an IAM user, the parent account to which the user belongs
92-
* is the owner.</p>
78+
* <p>The Amazon Web Services account that created the file system.</p>
9379
*/
9480
inline CreateFileSystemResult& WithOwnerId(const char* value) { SetOwnerId(value); return *this;}
9581

generated/src/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/model/FileSystemDescription.h

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,58 +45,42 @@ namespace Model
4545

4646

4747
/**
48-
* <p>The Amazon Web Services account that created the file system. If the file
49-
* system was created by an IAM user, the parent account to which the user belongs
50-
* is the owner.</p>
48+
* <p>The Amazon Web Services account that created the file system.</p>
5149
*/
5250
inline const Aws::String& GetOwnerId() const{ return m_ownerId; }
5351

5452
/**
55-
* <p>The Amazon Web Services account that created the file system. If the file
56-
* system was created by an IAM user, the parent account to which the user belongs
57-
* is the owner.</p>
53+
* <p>The Amazon Web Services account that created the file system.</p>
5854
*/
5955
inline bool OwnerIdHasBeenSet() const { return m_ownerIdHasBeenSet; }
6056

6157
/**
62-
* <p>The Amazon Web Services account that created the file system. If the file
63-
* system was created by an IAM user, the parent account to which the user belongs
64-
* is the owner.</p>
58+
* <p>The Amazon Web Services account that created the file system.</p>
6559
*/
6660
inline void SetOwnerId(const Aws::String& value) { m_ownerIdHasBeenSet = true; m_ownerId = value; }
6761

6862
/**
69-
* <p>The Amazon Web Services account that created the file system. If the file
70-
* system was created by an IAM user, the parent account to which the user belongs
71-
* is the owner.</p>
63+
* <p>The Amazon Web Services account that created the file system.</p>
7264
*/
7365
inline void SetOwnerId(Aws::String&& value) { m_ownerIdHasBeenSet = true; m_ownerId = std::move(value); }
7466

7567
/**
76-
* <p>The Amazon Web Services account that created the file system. If the file
77-
* system was created by an IAM user, the parent account to which the user belongs
78-
* is the owner.</p>
68+
* <p>The Amazon Web Services account that created the file system.</p>
7969
*/
8070
inline void SetOwnerId(const char* value) { m_ownerIdHasBeenSet = true; m_ownerId.assign(value); }
8171

8272
/**
83-
* <p>The Amazon Web Services account that created the file system. If the file
84-
* system was created by an IAM user, the parent account to which the user belongs
85-
* is the owner.</p>
73+
* <p>The Amazon Web Services account that created the file system.</p>
8674
*/
8775
inline FileSystemDescription& WithOwnerId(const Aws::String& value) { SetOwnerId(value); return *this;}
8876

8977
/**
90-
* <p>The Amazon Web Services account that created the file system. If the file
91-
* system was created by an IAM user, the parent account to which the user belongs
92-
* is the owner.</p>
78+
* <p>The Amazon Web Services account that created the file system.</p>
9379
*/
9480
inline FileSystemDescription& WithOwnerId(Aws::String&& value) { SetOwnerId(std::move(value)); return *this;}
9581

9682
/**
97-
* <p>The Amazon Web Services account that created the file system. If the file
98-
* system was created by an IAM user, the parent account to which the user belongs
99-
* is the owner.</p>
83+
* <p>The Amazon Web Services account that created the file system.</p>
10084
*/
10185
inline FileSystemDescription& WithOwnerId(const char* value) { SetOwnerId(value); return *this;}
10286

generated/src/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/model/UpdateFileSystemResult.h

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,51 +45,37 @@ namespace Model
4545

4646

4747
/**
48-
* <p>The Amazon Web Services account that created the file system. If the file
49-
* system was created by an IAM user, the parent account to which the user belongs
50-
* is the owner.</p>
48+
* <p>The Amazon Web Services account that created the file system.</p>
5149
*/
5250
inline const Aws::String& GetOwnerId() const{ return m_ownerId; }
5351

5452
/**
55-
* <p>The Amazon Web Services account that created the file system. If the file
56-
* system was created by an IAM user, the parent account to which the user belongs
57-
* is the owner.</p>
53+
* <p>The Amazon Web Services account that created the file system.</p>
5854
*/
5955
inline void SetOwnerId(const Aws::String& value) { m_ownerId = value; }
6056

6157
/**
62-
* <p>The Amazon Web Services account that created the file system. If the file
63-
* system was created by an IAM user, the parent account to which the user belongs
64-
* is the owner.</p>
58+
* <p>The Amazon Web Services account that created the file system.</p>
6559
*/
6660
inline void SetOwnerId(Aws::String&& value) { m_ownerId = std::move(value); }
6761

6862
/**
69-
* <p>The Amazon Web Services account that created the file system. If the file
70-
* system was created by an IAM user, the parent account to which the user belongs
71-
* is the owner.</p>
63+
* <p>The Amazon Web Services account that created the file system.</p>
7264
*/
7365
inline void SetOwnerId(const char* value) { m_ownerId.assign(value); }
7466

7567
/**
76-
* <p>The Amazon Web Services account that created the file system. If the file
77-
* system was created by an IAM user, the parent account to which the user belongs
78-
* is the owner.</p>
68+
* <p>The Amazon Web Services account that created the file system.</p>
7969
*/
8070
inline UpdateFileSystemResult& WithOwnerId(const Aws::String& value) { SetOwnerId(value); return *this;}
8171

8272
/**
83-
* <p>The Amazon Web Services account that created the file system. If the file
84-
* system was created by an IAM user, the parent account to which the user belongs
85-
* is the owner.</p>
73+
* <p>The Amazon Web Services account that created the file system.</p>
8674
*/
8775
inline UpdateFileSystemResult& WithOwnerId(Aws::String&& value) { SetOwnerId(std::move(value)); return *this;}
8876

8977
/**
90-
* <p>The Amazon Web Services account that created the file system. If the file
91-
* system was created by an IAM user, the parent account to which the user belongs
92-
* is the owner.</p>
78+
* <p>The Amazon Web Services account that created the file system.</p>
9379
*/
9480
inline UpdateFileSystemResult& WithOwnerId(const char* value) { SetOwnerId(value); return *this;}
9581

0 commit comments

Comments
 (0)