Skip to content

Commit b2bf140

Browse files
author
aws-sdk-cpp-automation
committed
This release adds support for Amazon Lex V2 APIs for runtime, including Streaming APIs for conversation management.
This release adds support for Amazon Lex V2 APIs for model building. Documentation updates that improve clarity and fix broken links. Documentation updates for the ListDocumentFilters API action. Introducing startDate field for CapacityReservation object for the date and time which the reservation started and adding reserved parameter for ModifyCapacityReservation. Update VPC endpoint field names. Documentation updates for Amazon RDS
1 parent 4045248 commit b2bf140

File tree

531 files changed

+75990
-1813
lines changed

Some content is hidden

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

531 files changed

+75990
-1813
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
@@ -3,4 +3,4 @@
33
* SPDX-License-Identifier: Apache-2.0.
44
*/
55

6-
#define AWS_SDK_VERSION_STRING "1.8.128"
6+
#define AWS_SDK_VERSION_STRING "1.8.129"

aws-cpp-sdk-ec2/include/aws/ec2/EC2Client.h

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

aws-cpp-sdk-ec2/include/aws/ec2/model/AllocateHostsRequest.h

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ namespace Model
4545
* match its instance type configuration, or if it only accepts Host tenancy
4646
* instance launches that specify its unique host ID. For more information, see <a
4747
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding">
48-
* Understanding Instance Placement and Host Affinity</a> in the <i>Amazon EC2 User
49-
* Guide for Linux Instances</i>.</p> <p>Default: <code>on</code> </p>
48+
* Understanding auto-placement and affinity</a> in the <i>Amazon EC2 User
49+
* Guide</i>.</p> <p>Default: <code>on</code> </p>
5050
*/
5151
inline const AutoPlacement& GetAutoPlacement() const{ return m_autoPlacement; }
5252

@@ -55,8 +55,8 @@ namespace Model
5555
* match its instance type configuration, or if it only accepts Host tenancy
5656
* instance launches that specify its unique host ID. For more information, see <a
5757
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding">
58-
* Understanding Instance Placement and Host Affinity</a> in the <i>Amazon EC2 User
59-
* Guide for Linux Instances</i>.</p> <p>Default: <code>on</code> </p>
58+
* Understanding auto-placement and affinity</a> in the <i>Amazon EC2 User
59+
* Guide</i>.</p> <p>Default: <code>on</code> </p>
6060
*/
6161
inline bool AutoPlacementHasBeenSet() const { return m_autoPlacementHasBeenSet; }
6262

@@ -65,8 +65,8 @@ namespace Model
6565
* match its instance type configuration, or if it only accepts Host tenancy
6666
* instance launches that specify its unique host ID. For more information, see <a
6767
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding">
68-
* Understanding Instance Placement and Host Affinity</a> in the <i>Amazon EC2 User
69-
* Guide for Linux Instances</i>.</p> <p>Default: <code>on</code> </p>
68+
* Understanding auto-placement and affinity</a> in the <i>Amazon EC2 User
69+
* Guide</i>.</p> <p>Default: <code>on</code> </p>
7070
*/
7171
inline void SetAutoPlacement(const AutoPlacement& value) { m_autoPlacementHasBeenSet = true; m_autoPlacement = value; }
7272

@@ -75,8 +75,8 @@ namespace Model
7575
* match its instance type configuration, or if it only accepts Host tenancy
7676
* instance launches that specify its unique host ID. For more information, see <a
7777
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding">
78-
* Understanding Instance Placement and Host Affinity</a> in the <i>Amazon EC2 User
79-
* Guide for Linux Instances</i>.</p> <p>Default: <code>on</code> </p>
78+
* Understanding auto-placement and affinity</a> in the <i>Amazon EC2 User
79+
* Guide</i>.</p> <p>Default: <code>on</code> </p>
8080
*/
8181
inline void SetAutoPlacement(AutoPlacement&& value) { m_autoPlacementHasBeenSet = true; m_autoPlacement = std::move(value); }
8282

@@ -85,8 +85,8 @@ namespace Model
8585
* match its instance type configuration, or if it only accepts Host tenancy
8686
* instance launches that specify its unique host ID. For more information, see <a
8787
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding">
88-
* Understanding Instance Placement and Host Affinity</a> in the <i>Amazon EC2 User
89-
* Guide for Linux Instances</i>.</p> <p>Default: <code>on</code> </p>
88+
* Understanding auto-placement and affinity</a> in the <i>Amazon EC2 User
89+
* Guide</i>.</p> <p>Default: <code>on</code> </p>
9090
*/
9191
inline AllocateHostsRequest& WithAutoPlacement(const AutoPlacement& value) { SetAutoPlacement(value); return *this;}
9292

@@ -95,8 +95,8 @@ namespace Model
9595
* match its instance type configuration, or if it only accepts Host tenancy
9696
* instance launches that specify its unique host ID. For more information, see <a
9797
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding">
98-
* Understanding Instance Placement and Host Affinity</a> in the <i>Amazon EC2 User
99-
* Guide for Linux Instances</i>.</p> <p>Default: <code>on</code> </p>
98+
* Understanding auto-placement and affinity</a> in the <i>Amazon EC2 User
99+
* Guide</i>.</p> <p>Default: <code>on</code> </p>
100100
*/
101101
inline AllocateHostsRequest& WithAutoPlacement(AutoPlacement&& value) { SetAutoPlacement(std::move(value)); return *this;}
102102

@@ -145,64 +145,64 @@ namespace Model
145145
/**
146146
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
147147
* of the request. For more information, see <a
148-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How
149-
* to Ensure Idempotency</a>.</p>
148+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
149+
* Idempotency</a>.</p>
150150
*/
151151
inline const Aws::String& GetClientToken() const{ return m_clientToken; }
152152

153153
/**
154154
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
155155
* of the request. For more information, see <a
156-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How
157-
* to Ensure Idempotency</a>.</p>
156+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
157+
* Idempotency</a>.</p>
158158
*/
159159
inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; }
160160

161161
/**
162162
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
163163
* of the request. For more information, see <a
164-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How
165-
* to Ensure Idempotency</a>.</p>
164+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
165+
* Idempotency</a>.</p>
166166
*/
167167
inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; }
168168

169169
/**
170170
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
171171
* of the request. For more information, see <a
172-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How
173-
* to Ensure Idempotency</a>.</p>
172+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
173+
* Idempotency</a>.</p>
174174
*/
175175
inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); }
176176

177177
/**
178178
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
179179
* of the request. For more information, see <a
180-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How
181-
* to Ensure Idempotency</a>.</p>
180+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
181+
* Idempotency</a>.</p>
182182
*/
183183
inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); }
184184

185185
/**
186186
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
187187
* of the request. For more information, see <a
188-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How
189-
* to Ensure Idempotency</a>.</p>
188+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
189+
* Idempotency</a>.</p>
190190
*/
191191
inline AllocateHostsRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;}
192192

193193
/**
194194
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
195195
* of the request. For more information, see <a
196-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How
197-
* to Ensure Idempotency</a>.</p>
196+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
197+
* Idempotency</a>.</p>
198198
*/
199199
inline AllocateHostsRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;}
200200

201201
/**
202202
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
203203
* of the request. For more information, see <a
204-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How
205-
* to Ensure Idempotency</a>.</p>
204+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
205+
* Idempotency</a>.</p>
206206
*/
207207
inline AllocateHostsRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;}
208208

@@ -439,53 +439,53 @@ namespace Model
439439
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host.
440440
* Host recovery is disabled by default. For more information, see <a
441441
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">
442-
* Host Recovery</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
443-
* <p>Default: <code>off</code> </p>
442+
* Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default:
443+
* <code>off</code> </p>
444444
*/
445445
inline const HostRecovery& GetHostRecovery() const{ return m_hostRecovery; }
446446

447447
/**
448448
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host.
449449
* Host recovery is disabled by default. For more information, see <a
450450
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">
451-
* Host Recovery</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
452-
* <p>Default: <code>off</code> </p>
451+
* Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default:
452+
* <code>off</code> </p>
453453
*/
454454
inline bool HostRecoveryHasBeenSet() const { return m_hostRecoveryHasBeenSet; }
455455

456456
/**
457457
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host.
458458
* Host recovery is disabled by default. For more information, see <a
459459
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">
460-
* Host Recovery</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
461-
* <p>Default: <code>off</code> </p>
460+
* Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default:
461+
* <code>off</code> </p>
462462
*/
463463
inline void SetHostRecovery(const HostRecovery& value) { m_hostRecoveryHasBeenSet = true; m_hostRecovery = value; }
464464

465465
/**
466466
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host.
467467
* Host recovery is disabled by default. For more information, see <a
468468
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">
469-
* Host Recovery</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
470-
* <p>Default: <code>off</code> </p>
469+
* Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default:
470+
* <code>off</code> </p>
471471
*/
472472
inline void SetHostRecovery(HostRecovery&& value) { m_hostRecoveryHasBeenSet = true; m_hostRecovery = std::move(value); }
473473

474474
/**
475475
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host.
476476
* Host recovery is disabled by default. For more information, see <a
477477
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">
478-
* Host Recovery</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
479-
* <p>Default: <code>off</code> </p>
478+
* Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default:
479+
* <code>off</code> </p>
480480
*/
481481
inline AllocateHostsRequest& WithHostRecovery(const HostRecovery& value) { SetHostRecovery(value); return *this;}
482482

483483
/**
484484
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host.
485485
* Host recovery is disabled by default. For more information, see <a
486486
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">
487-
* Host Recovery</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
488-
* <p>Default: <code>off</code> </p>
487+
* Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default:
488+
* <code>off</code> </p>
489489
*/
490490
inline AllocateHostsRequest& WithHostRecovery(HostRecovery&& value) { SetHostRecovery(std::move(value)); return *this;}
491491

aws-cpp-sdk-ec2/include/aws/ec2/model/BlockDeviceMapping.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -248,50 +248,50 @@ namespace Model
248248

249249

250250
/**
251-
* <p>Suppresses the specified device included in the block device mapping of the
252-
* AMI.</p>
251+
* <p>To omit the device from the block device mapping, specify an empty
252+
* string.</p>
253253
*/
254254
inline const Aws::String& GetNoDevice() const{ return m_noDevice; }
255255

256256
/**
257-
* <p>Suppresses the specified device included in the block device mapping of the
258-
* AMI.</p>
257+
* <p>To omit the device from the block device mapping, specify an empty
258+
* string.</p>
259259
*/
260260
inline bool NoDeviceHasBeenSet() const { return m_noDeviceHasBeenSet; }
261261

262262
/**
263-
* <p>Suppresses the specified device included in the block device mapping of the
264-
* AMI.</p>
263+
* <p>To omit the device from the block device mapping, specify an empty
264+
* string.</p>
265265
*/
266266
inline void SetNoDevice(const Aws::String& value) { m_noDeviceHasBeenSet = true; m_noDevice = value; }
267267

268268
/**
269-
* <p>Suppresses the specified device included in the block device mapping of the
270-
* AMI.</p>
269+
* <p>To omit the device from the block device mapping, specify an empty
270+
* string.</p>
271271
*/
272272
inline void SetNoDevice(Aws::String&& value) { m_noDeviceHasBeenSet = true; m_noDevice = std::move(value); }
273273

274274
/**
275-
* <p>Suppresses the specified device included in the block device mapping of the
276-
* AMI.</p>
275+
* <p>To omit the device from the block device mapping, specify an empty
276+
* string.</p>
277277
*/
278278
inline void SetNoDevice(const char* value) { m_noDeviceHasBeenSet = true; m_noDevice.assign(value); }
279279

280280
/**
281-
* <p>Suppresses the specified device included in the block device mapping of the
282-
* AMI.</p>
281+
* <p>To omit the device from the block device mapping, specify an empty
282+
* string.</p>
283283
*/
284284
inline BlockDeviceMapping& WithNoDevice(const Aws::String& value) { SetNoDevice(value); return *this;}
285285

286286
/**
287-
* <p>Suppresses the specified device included in the block device mapping of the
288-
* AMI.</p>
287+
* <p>To omit the device from the block device mapping, specify an empty
288+
* string.</p>
289289
*/
290290
inline BlockDeviceMapping& WithNoDevice(Aws::String&& value) { SetNoDevice(std::move(value)); return *this;}
291291

292292
/**
293-
* <p>Suppresses the specified device included in the block device mapping of the
294-
* AMI.</p>
293+
* <p>To omit the device from the block device mapping, specify an empty
294+
* string.</p>
295295
*/
296296
inline BlockDeviceMapping& WithNoDevice(const char* value) { SetNoDevice(value); return *this;}
297297

0 commit comments

Comments
 (0)