Skip to content

Commit db75e72

Browse files
Auto commit from CI.
1 parent 16b952e commit db75e72

Some content is hidden

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

45 files changed

+3301
-2506
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
#define AWS_SDK_VERSION_STRING "0.12.2"
16+
#define AWS_SDK_VERSION_STRING "0.12.3"

aws-cpp-sdk-elasticache/include/aws/elasticache/ElastiCacheClient.h

Lines changed: 69 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ namespace Model
308308
* owners) to organize your costs across multiple services. For more information,
309309
* see <a
310310
* href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Tagging.html">Using
311-
* Cost Allocation Tags in Amazon ElastiCache</a>.</p>
311+
* Cost Allocation Tags in Amazon ElastiCache</a> in the <i>ElastiCache User
312+
* Guide</i>.</p>
312313
*/
313314
virtual Model::AddTagsToResourceOutcome AddTagsToResource(const Model::AddTagsToResourceRequest& request) const;
314315

@@ -323,7 +324,8 @@ namespace Model
323324
* owners) to organize your costs across multiple services. For more information,
324325
* see <a
325326
* href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Tagging.html">Using
326-
* Cost Allocation Tags in Amazon ElastiCache</a>.</p>
327+
* Cost Allocation Tags in Amazon ElastiCache</a> in the <i>ElastiCache User
328+
* Guide</i>.</p>
327329
*
328330
* returns a future to the operation so that it can be executed in parallel to other requests.
329331
*/
@@ -340,7 +342,8 @@ namespace Model
340342
* owners) to organize your costs across multiple services. For more information,
341343
* see <a
342344
* href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Tagging.html">Using
343-
* Cost Allocation Tags in Amazon ElastiCache</a>.</p>
345+
* Cost Allocation Tags in Amazon ElastiCache</a> in the <i>ElastiCache User
346+
* Guide</i>.</p>
344347
*
345348
* Queues the request into a thread executor and triggers associated callback when operation has finished.
346349
*/
@@ -350,17 +353,19 @@ namespace Model
350353
* <p>The <i>AuthorizeCacheSecurityGroupIngress</i> action allows network ingress
351354
* to a cache security group. Applications using ElastiCache must be running on
352355
* Amazon EC2, and Amazon EC2 security groups are used as the authorization
353-
* mechanism.</p> <note>You cannot authorize ingress from an Amazon EC2 security
354-
* group in one region to an ElastiCache cluster in another region. </note>
356+
* mechanism.</p> <note> <p>You cannot authorize ingress from an Amazon EC2
357+
* security group in one region to an ElastiCache cluster in another region.</p>
358+
* </note>
355359
*/
356360
virtual Model::AuthorizeCacheSecurityGroupIngressOutcome AuthorizeCacheSecurityGroupIngress(const Model::AuthorizeCacheSecurityGroupIngressRequest& request) const;
357361

358362
/**
359363
* <p>The <i>AuthorizeCacheSecurityGroupIngress</i> action allows network ingress
360364
* to a cache security group. Applications using ElastiCache must be running on
361365
* Amazon EC2, and Amazon EC2 security groups are used as the authorization
362-
* mechanism.</p> <note>You cannot authorize ingress from an Amazon EC2 security
363-
* group in one region to an ElastiCache cluster in another region. </note>
366+
* mechanism.</p> <note> <p>You cannot authorize ingress from an Amazon EC2
367+
* security group in one region to an ElastiCache cluster in another region.</p>
368+
* </note>
364369
*
365370
* returns a future to the operation so that it can be executed in parallel to other requests.
366371
*/
@@ -370,27 +375,67 @@ namespace Model
370375
* <p>The <i>AuthorizeCacheSecurityGroupIngress</i> action allows network ingress
371376
* to a cache security group. Applications using ElastiCache must be running on
372377
* Amazon EC2, and Amazon EC2 security groups are used as the authorization
373-
* mechanism.</p> <note>You cannot authorize ingress from an Amazon EC2 security
374-
* group in one region to an ElastiCache cluster in another region. </note>
378+
* mechanism.</p> <note> <p>You cannot authorize ingress from an Amazon EC2
379+
* security group in one region to an ElastiCache cluster in another region.</p>
380+
* </note>
375381
*
376382
* Queues the request into a thread executor and triggers associated callback when operation has finished.
377383
*/
378384
virtual void AuthorizeCacheSecurityGroupIngressAsync(const Model::AuthorizeCacheSecurityGroupIngressRequest& request, const AuthorizeCacheSecurityGroupIngressResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const;
379385

380386
/**
381387
* <p>The <i>CopySnapshot</i> action makes a copy of an existing snapshot.</p>
388+
* <important> <p>Users or groups that have permissions to use the
389+
* <i>CopySnapshot</i> API can create their own Amazon S3 buckets and copy
390+
* snapshots to it. To control access to your snapshots, use an IAM policy to
391+
* control who has the ability to use the <i>CopySnapshot</i> API. For more
392+
* information about using IAM to control the use of ElastiCache APIs, see <a
393+
* href="http://docs.aws.amazon.com/ElastiCache/latest/Snapshots.Exporting.html">Exporting
394+
* Snapshots</a> and <a
395+
* href="http://docs.aws.amazon.com/ElastiCache/latest/IAM.html">Authentication
396+
* &amp; Access Control</a>.</p> </important> <p class="title"> <b>Erorr
397+
* Message:</b> </p> <ul> <li> <p> <b>Error Message:</b> The authenticated user
398+
* does not have sufficient permissions to perform the desired activity.</p> <p>
399+
* <b>Solution:</b> Contact your system administrator to get the needed
400+
* permissions.</p> </li> </ul>
382401
*/
383402
virtual Model::CopySnapshotOutcome CopySnapshot(const Model::CopySnapshotRequest& request) const;
384403

385404
/**
386405
* <p>The <i>CopySnapshot</i> action makes a copy of an existing snapshot.</p>
406+
* <important> <p>Users or groups that have permissions to use the
407+
* <i>CopySnapshot</i> API can create their own Amazon S3 buckets and copy
408+
* snapshots to it. To control access to your snapshots, use an IAM policy to
409+
* control who has the ability to use the <i>CopySnapshot</i> API. For more
410+
* information about using IAM to control the use of ElastiCache APIs, see <a
411+
* href="http://docs.aws.amazon.com/ElastiCache/latest/Snapshots.Exporting.html">Exporting
412+
* Snapshots</a> and <a
413+
* href="http://docs.aws.amazon.com/ElastiCache/latest/IAM.html">Authentication
414+
* &amp; Access Control</a>.</p> </important> <p class="title"> <b>Erorr
415+
* Message:</b> </p> <ul> <li> <p> <b>Error Message:</b> The authenticated user
416+
* does not have sufficient permissions to perform the desired activity.</p> <p>
417+
* <b>Solution:</b> Contact your system administrator to get the needed
418+
* permissions.</p> </li> </ul>
387419
*
388420
* returns a future to the operation so that it can be executed in parallel to other requests.
389421
*/
390422
virtual Model::CopySnapshotOutcomeCallable CopySnapshotCallable(const Model::CopySnapshotRequest& request) const;
391423

392424
/**
393425
* <p>The <i>CopySnapshot</i> action makes a copy of an existing snapshot.</p>
426+
* <important> <p>Users or groups that have permissions to use the
427+
* <i>CopySnapshot</i> API can create their own Amazon S3 buckets and copy
428+
* snapshots to it. To control access to your snapshots, use an IAM policy to
429+
* control who has the ability to use the <i>CopySnapshot</i> API. For more
430+
* information about using IAM to control the use of ElastiCache APIs, see <a
431+
* href="http://docs.aws.amazon.com/ElastiCache/latest/Snapshots.Exporting.html">Exporting
432+
* Snapshots</a> and <a
433+
* href="http://docs.aws.amazon.com/ElastiCache/latest/IAM.html">Authentication
434+
* &amp; Access Control</a>.</p> </important> <p class="title"> <b>Erorr
435+
* Message:</b> </p> <ul> <li> <p> <b>Error Message:</b> The authenticated user
436+
* does not have sufficient permissions to perform the desired activity.</p> <p>
437+
* <b>Solution:</b> Contact your system administrator to get the needed
438+
* permissions.</p> </li> </ul>
394439
*
395440
* Queues the request into a thread executor and triggers associated callback when operation has finished.
396441
*/
@@ -516,7 +561,7 @@ namespace Model
516561
* create a replication group, you must specify an existing cache cluster that is
517562
* in the primary role. When the replication group has been successfully created,
518563
* you can add one or more read replica replicas to it, up to a total of five read
519-
* replicas.</p> <p><b>Note:</b> This action is valid only for Redis.</p>
564+
* replicas.</p> <note> <p>This action is valid only for Redis.</p> </note>
520565
*/
521566
virtual Model::CreateReplicationGroupOutcome CreateReplicationGroup(const Model::CreateReplicationGroupRequest& request) const;
522567

@@ -528,7 +573,7 @@ namespace Model
528573
* create a replication group, you must specify an existing cache cluster that is
529574
* in the primary role. When the replication group has been successfully created,
530575
* you can add one or more read replica replicas to it, up to a total of five read
531-
* replicas.</p> <p><b>Note:</b> This action is valid only for Redis.</p>
576+
* replicas.</p> <note> <p>This action is valid only for Redis.</p> </note>
532577
*
533578
* returns a future to the operation so that it can be executed in parallel to other requests.
534579
*/
@@ -542,7 +587,7 @@ namespace Model
542587
* create a replication group, you must specify an existing cache cluster that is
543588
* in the primary role. When the replication group has been successfully created,
544589
* you can add one or more read replica replicas to it, up to a total of five read
545-
* replicas.</p> <p><b>Note:</b> This action is valid only for Redis.</p>
590+
* replicas.</p> <note> <p>This action is valid only for Redis.</p> </note>
546591
*
547592
* Queues the request into a thread executor and triggers associated callback when operation has finished.
548593
*/
@@ -634,49 +679,49 @@ namespace Model
634679

635680
/**
636681
* <p>The <i>DeleteCacheSecurityGroup</i> action deletes a cache security
637-
* group.</p> <note>You cannot delete a cache security group if it is associated
638-
* with any cache clusters.</note>
682+
* group.</p> <note> <p>You cannot delete a cache security group if it is
683+
* associated with any cache clusters.</p> </note>
639684
*/
640685
virtual Model::DeleteCacheSecurityGroupOutcome DeleteCacheSecurityGroup(const Model::DeleteCacheSecurityGroupRequest& request) const;
641686

642687
/**
643688
* <p>The <i>DeleteCacheSecurityGroup</i> action deletes a cache security
644-
* group.</p> <note>You cannot delete a cache security group if it is associated
645-
* with any cache clusters.</note>
689+
* group.</p> <note> <p>You cannot delete a cache security group if it is
690+
* associated with any cache clusters.</p> </note>
646691
*
647692
* returns a future to the operation so that it can be executed in parallel to other requests.
648693
*/
649694
virtual Model::DeleteCacheSecurityGroupOutcomeCallable DeleteCacheSecurityGroupCallable(const Model::DeleteCacheSecurityGroupRequest& request) const;
650695

651696
/**
652697
* <p>The <i>DeleteCacheSecurityGroup</i> action deletes a cache security
653-
* group.</p> <note>You cannot delete a cache security group if it is associated
654-
* with any cache clusters.</note>
698+
* group.</p> <note> <p>You cannot delete a cache security group if it is
699+
* associated with any cache clusters.</p> </note>
655700
*
656701
* Queues the request into a thread executor and triggers associated callback when operation has finished.
657702
*/
658703
virtual void DeleteCacheSecurityGroupAsync(const Model::DeleteCacheSecurityGroupRequest& request, const DeleteCacheSecurityGroupResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const;
659704

660705
/**
661706
* <p>The <i>DeleteCacheSubnetGroup</i> action deletes a cache subnet group.</p>
662-
* <note>You cannot delete a cache subnet group if it is associated with any cache
663-
* clusters.</note>
707+
* <note> <p>You cannot delete a cache subnet group if it is associated with any
708+
* cache clusters.</p> </note>
664709
*/
665710
virtual Model::DeleteCacheSubnetGroupOutcome DeleteCacheSubnetGroup(const Model::DeleteCacheSubnetGroupRequest& request) const;
666711

667712
/**
668713
* <p>The <i>DeleteCacheSubnetGroup</i> action deletes a cache subnet group.</p>
669-
* <note>You cannot delete a cache subnet group if it is associated with any cache
670-
* clusters.</note>
714+
* <note> <p>You cannot delete a cache subnet group if it is associated with any
715+
* cache clusters.</p> </note>
671716
*
672717
* returns a future to the operation so that it can be executed in parallel to other requests.
673718
*/
674719
virtual Model::DeleteCacheSubnetGroupOutcomeCallable DeleteCacheSubnetGroupCallable(const Model::DeleteCacheSubnetGroupRequest& request) const;
675720

676721
/**
677722
* <p>The <i>DeleteCacheSubnetGroup</i> action deletes a cache subnet group.</p>
678-
* <note>You cannot delete a cache subnet group if it is associated with any cache
679-
* clusters.</note>
723+
* <note> <p>You cannot delete a cache subnet group if it is associated with any
724+
* cache clusters.</p> </note>
680725
*
681726
* Queues the request into a thread executor and triggers associated callback when operation has finished.
682727
*/

aws-cpp-sdk-elasticache/include/aws/elasticache/model/AddTagsToResourceResult.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,37 +46,37 @@ namespace Model
4646
AddTagsToResourceResult& operator=(const AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>& result);
4747

4848
/**
49-
* <p>A list of cost allocation tags as key-value pairs. </p>
49+
* <p>A list of cost allocation tags as key-value pairs.</p>
5050
*/
5151
inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; }
5252

5353
/**
54-
* <p>A list of cost allocation tags as key-value pairs. </p>
54+
* <p>A list of cost allocation tags as key-value pairs.</p>
5555
*/
5656
inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; }
5757

5858
/**
59-
* <p>A list of cost allocation tags as key-value pairs. </p>
59+
* <p>A list of cost allocation tags as key-value pairs.</p>
6060
*/
6161
inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = value; }
6262

6363
/**
64-
* <p>A list of cost allocation tags as key-value pairs. </p>
64+
* <p>A list of cost allocation tags as key-value pairs.</p>
6565
*/
6666
inline AddTagsToResourceResult& WithTagList(const Aws::Vector<Tag>& value) { SetTagList(value); return *this;}
6767

6868
/**
69-
* <p>A list of cost allocation tags as key-value pairs. </p>
69+
* <p>A list of cost allocation tags as key-value pairs.</p>
7070
*/
7171
inline AddTagsToResourceResult& WithTagList(Aws::Vector<Tag>&& value) { SetTagList(value); return *this;}
7272

7373
/**
74-
* <p>A list of cost allocation tags as key-value pairs. </p>
74+
* <p>A list of cost allocation tags as key-value pairs.</p>
7575
*/
7676
inline AddTagsToResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return *this; }
7777

7878
/**
79-
* <p>A list of cost allocation tags as key-value pairs. </p>
79+
* <p>A list of cost allocation tags as key-value pairs.</p>
8080
*/
8181
inline AddTagsToResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(value); return *this; }
8282

0 commit comments

Comments
 (0)