Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcad2ee

Browse files
author
aws-sdk-cpp-automation
committed
Enable support for ALB IPv6 Target Groups (IP Address Type)
This release adds support for Transport Stream files as an input type to MediaLive encoders. New model type: Transaction Fraud Insights, which is optimized for online transaction fraud. Stored Events, which allows customers to send and store data directly within Amazon Fraud Detector. Batch Import, which allows customers to upload a CSV file of historic event data for processing and storage Documentation update for Amazon EC2.
1 parent ad56475 commit dcad2ee

File tree

156 files changed

+10484
-1739
lines changed

Some content is hidden

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

156 files changed

+10484
-1739
lines changed

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

Lines changed: 2 additions & 2 deletions
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.118"
6+
#define AWS_SDK_VERSION_STRING "1.9.119"
77
#define AWS_SDK_VERSION_MAJOR 1
88
#define AWS_SDK_VERSION_MINOR 9
9-
#define AWS_SDK_VERSION_PATCH 118
9+
#define AWS_SDK_VERSION_PATCH 119

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

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

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

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

474474
/**
475475
* <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength
476-
* Zones from which AWS advertises IP addresses. </p>
476+
* Zones from which Amazon Web Services advertises IP addresses.</p>
477477
*/
478478
inline const Aws::String& GetNetworkBorderGroup() const{ return m_networkBorderGroup; }
479479

480480
/**
481481
* <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength
482-
* Zones from which AWS advertises IP addresses. </p>
482+
* Zones from which Amazon Web Services advertises IP addresses.</p>
483483
*/
484484
inline bool NetworkBorderGroupHasBeenSet() const { return m_networkBorderGroupHasBeenSet; }
485485

486486
/**
487487
* <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength
488-
* Zones from which AWS advertises IP addresses. </p>
488+
* Zones from which Amazon Web Services advertises IP addresses.</p>
489489
*/
490490
inline void SetNetworkBorderGroup(const Aws::String& value) { m_networkBorderGroupHasBeenSet = true; m_networkBorderGroup = value; }
491491

492492
/**
493493
* <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength
494-
* Zones from which AWS advertises IP addresses. </p>
494+
* Zones from which Amazon Web Services advertises IP addresses.</p>
495495
*/
496496
inline void SetNetworkBorderGroup(Aws::String&& value) { m_networkBorderGroupHasBeenSet = true; m_networkBorderGroup = std::move(value); }
497497

498498
/**
499499
* <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength
500-
* Zones from which AWS advertises IP addresses. </p>
500+
* Zones from which Amazon Web Services advertises IP addresses.</p>
501501
*/
502502
inline void SetNetworkBorderGroup(const char* value) { m_networkBorderGroupHasBeenSet = true; m_networkBorderGroup.assign(value); }
503503

504504
/**
505505
* <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength
506-
* Zones from which AWS advertises IP addresses. </p>
506+
* Zones from which Amazon Web Services advertises IP addresses.</p>
507507
*/
508508
inline Address& WithNetworkBorderGroup(const Aws::String& value) { SetNetworkBorderGroup(value); return *this;}
509509

510510
/**
511511
* <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength
512-
* Zones from which AWS advertises IP addresses. </p>
512+
* Zones from which Amazon Web Services advertises IP addresses.</p>
513513
*/
514514
inline Address& WithNetworkBorderGroup(Aws::String&& value) { SetNetworkBorderGroup(std::move(value)); return *this;}
515515

516516
/**
517517
* <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength
518-
* Zones from which AWS advertises IP addresses. </p>
518+
* Zones from which Amazon Web Services advertises IP addresses.</p>
519519
*/
520520
inline Address& WithNetworkBorderGroup(const char* value) { SetNetworkBorderGroup(value); return *this;}
521521

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

Lines changed: 48 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -196,121 +196,97 @@ namespace Model
196196

197197
/**
198198
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from
199-
* which AWS advertises IP addresses. Use this parameter to limit the IP address to
200-
* this location. IP addresses cannot move between network border groups.</p>
201-
* <p>Use <a
199+
* which Amazon Web Services advertises IP addresses. Use this parameter to limit
200+
* the IP address to this location. IP addresses cannot move between network border
201+
* groups.</p> <p>Use <a
202202
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a>
203-
* to view the network border groups.</p> <p>You cannot use a network border
204-
* group with EC2 Classic. If you attempt this operation on EC2 classic, you will
205-
* receive an <code>InvalidParameterCombination</code> error. For more information,
206-
* see <a
207-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
208-
* Codes</a>.</p>
203+
* to view the network border groups.</p> <p>You cannot use a network border group
204+
* with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an
205+
* <code>InvalidParameterCombination</code> error.</p>
209206
*/
210207
inline const Aws::String& GetNetworkBorderGroup() const{ return m_networkBorderGroup; }
211208

212209
/**
213210
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from
214-
* which AWS advertises IP addresses. Use this parameter to limit the IP address to
215-
* this location. IP addresses cannot move between network border groups.</p>
216-
* <p>Use <a
211+
* which Amazon Web Services advertises IP addresses. Use this parameter to limit
212+
* the IP address to this location. IP addresses cannot move between network border
213+
* groups.</p> <p>Use <a
217214
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a>
218-
* to view the network border groups.</p> <p>You cannot use a network border
219-
* group with EC2 Classic. If you attempt this operation on EC2 classic, you will
220-
* receive an <code>InvalidParameterCombination</code> error. For more information,
221-
* see <a
222-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
223-
* Codes</a>.</p>
215+
* to view the network border groups.</p> <p>You cannot use a network border group
216+
* with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an
217+
* <code>InvalidParameterCombination</code> error.</p>
224218
*/
225219
inline bool NetworkBorderGroupHasBeenSet() const { return m_networkBorderGroupHasBeenSet; }
226220

227221
/**
228222
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from
229-
* which AWS advertises IP addresses. Use this parameter to limit the IP address to
230-
* this location. IP addresses cannot move between network border groups.</p>
231-
* <p>Use <a
223+
* which Amazon Web Services advertises IP addresses. Use this parameter to limit
224+
* the IP address to this location. IP addresses cannot move between network border
225+
* groups.</p> <p>Use <a
232226
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a>
233-
* to view the network border groups.</p> <p>You cannot use a network border
234-
* group with EC2 Classic. If you attempt this operation on EC2 classic, you will
235-
* receive an <code>InvalidParameterCombination</code> error. For more information,
236-
* see <a
237-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
238-
* Codes</a>.</p>
227+
* to view the network border groups.</p> <p>You cannot use a network border group
228+
* with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an
229+
* <code>InvalidParameterCombination</code> error.</p>
239230
*/
240231
inline void SetNetworkBorderGroup(const Aws::String& value) { m_networkBorderGroupHasBeenSet = true; m_networkBorderGroup = value; }
241232

242233
/**
243234
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from
244-
* which AWS advertises IP addresses. Use this parameter to limit the IP address to
245-
* this location. IP addresses cannot move between network border groups.</p>
246-
* <p>Use <a
235+
* which Amazon Web Services advertises IP addresses. Use this parameter to limit
236+
* the IP address to this location. IP addresses cannot move between network border
237+
* groups.</p> <p>Use <a
247238
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a>
248-
* to view the network border groups.</p> <p>You cannot use a network border
249-
* group with EC2 Classic. If you attempt this operation on EC2 classic, you will
250-
* receive an <code>InvalidParameterCombination</code> error. For more information,
251-
* see <a
252-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
253-
* Codes</a>.</p>
239+
* to view the network border groups.</p> <p>You cannot use a network border group
240+
* with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an
241+
* <code>InvalidParameterCombination</code> error.</p>
254242
*/
255243
inline void SetNetworkBorderGroup(Aws::String&& value) { m_networkBorderGroupHasBeenSet = true; m_networkBorderGroup = std::move(value); }
256244

257245
/**
258246
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from
259-
* which AWS advertises IP addresses. Use this parameter to limit the IP address to
260-
* this location. IP addresses cannot move between network border groups.</p>
261-
* <p>Use <a
247+
* which Amazon Web Services advertises IP addresses. Use this parameter to limit
248+
* the IP address to this location. IP addresses cannot move between network border
249+
* groups.</p> <p>Use <a
262250
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a>
263-
* to view the network border groups.</p> <p>You cannot use a network border
264-
* group with EC2 Classic. If you attempt this operation on EC2 classic, you will
265-
* receive an <code>InvalidParameterCombination</code> error. For more information,
266-
* see <a
267-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
268-
* Codes</a>.</p>
251+
* to view the network border groups.</p> <p>You cannot use a network border group
252+
* with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an
253+
* <code>InvalidParameterCombination</code> error.</p>
269254
*/
270255
inline void SetNetworkBorderGroup(const char* value) { m_networkBorderGroupHasBeenSet = true; m_networkBorderGroup.assign(value); }
271256

272257
/**
273258
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from
274-
* which AWS advertises IP addresses. Use this parameter to limit the IP address to
275-
* this location. IP addresses cannot move between network border groups.</p>
276-
* <p>Use <a
259+
* which Amazon Web Services advertises IP addresses. Use this parameter to limit
260+
* the IP address to this location. IP addresses cannot move between network border
261+
* groups.</p> <p>Use <a
277262
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a>
278-
* to view the network border groups.</p> <p>You cannot use a network border
279-
* group with EC2 Classic. If you attempt this operation on EC2 classic, you will
280-
* receive an <code>InvalidParameterCombination</code> error. For more information,
281-
* see <a
282-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
283-
* Codes</a>.</p>
263+
* to view the network border groups.</p> <p>You cannot use a network border group
264+
* with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an
265+
* <code>InvalidParameterCombination</code> error.</p>
284266
*/
285267
inline AllocateAddressRequest& WithNetworkBorderGroup(const Aws::String& value) { SetNetworkBorderGroup(value); return *this;}
286268

287269
/**
288270
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from
289-
* which AWS advertises IP addresses. Use this parameter to limit the IP address to
290-
* this location. IP addresses cannot move between network border groups.</p>
291-
* <p>Use <a
271+
* which Amazon Web Services advertises IP addresses. Use this parameter to limit
272+
* the IP address to this location. IP addresses cannot move between network border
273+
* groups.</p> <p>Use <a
292274
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a>
293-
* to view the network border groups.</p> <p>You cannot use a network border
294-
* group with EC2 Classic. If you attempt this operation on EC2 classic, you will
295-
* receive an <code>InvalidParameterCombination</code> error. For more information,
296-
* see <a
297-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
298-
* Codes</a>.</p>
275+
* to view the network border groups.</p> <p>You cannot use a network border group
276+
* with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an
277+
* <code>InvalidParameterCombination</code> error.</p>
299278
*/
300279
inline AllocateAddressRequest& WithNetworkBorderGroup(Aws::String&& value) { SetNetworkBorderGroup(std::move(value)); return *this;}
301280

302281
/**
303282
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from
304-
* which AWS advertises IP addresses. Use this parameter to limit the IP address to
305-
* this location. IP addresses cannot move between network border groups.</p>
306-
* <p>Use <a
283+
* which Amazon Web Services advertises IP addresses. Use this parameter to limit
284+
* the IP address to this location. IP addresses cannot move between network border
285+
* groups.</p> <p>Use <a
307286
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a>
308-
* to view the network border groups.</p> <p>You cannot use a network border
309-
* group with EC2 Classic. If you attempt this operation on EC2 classic, you will
310-
* receive an <code>InvalidParameterCombination</code> error. For more information,
311-
* see <a
312-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
313-
* Codes</a>.</p>
287+
* to view the network border groups.</p> <p>You cannot use a network border group
288+
* with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an
289+
* <code>InvalidParameterCombination</code> error.</p>
314290
*/
315291
inline AllocateAddressRequest& WithNetworkBorderGroup(const char* value) { SetNetworkBorderGroup(value); return *this;}
316292

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

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

152152
/**
153153
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which
154-
* AWS advertises IP addresses.</p>
154+
* Amazon Web Services advertises IP addresses.</p>
155155
*/
156156
inline const Aws::String& GetNetworkBorderGroup() const{ return m_networkBorderGroup; }
157157

158158
/**
159159
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which
160-
* AWS advertises IP addresses.</p>
160+
* Amazon Web Services advertises IP addresses.</p>
161161
*/
162162
inline void SetNetworkBorderGroup(const Aws::String& value) { m_networkBorderGroup = value; }
163163

164164
/**
165165
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which
166-
* AWS advertises IP addresses.</p>
166+
* Amazon Web Services advertises IP addresses.</p>
167167
*/
168168
inline void SetNetworkBorderGroup(Aws::String&& value) { m_networkBorderGroup = std::move(value); }
169169

170170
/**
171171
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which
172-
* AWS advertises IP addresses.</p>
172+
* Amazon Web Services advertises IP addresses.</p>
173173
*/
174174
inline void SetNetworkBorderGroup(const char* value) { m_networkBorderGroup.assign(value); }
175175

176176
/**
177177
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which
178-
* AWS advertises IP addresses.</p>
178+
* Amazon Web Services advertises IP addresses.</p>
179179
*/
180180
inline AllocateAddressResponse& WithNetworkBorderGroup(const Aws::String& value) { SetNetworkBorderGroup(value); return *this;}
181181

182182
/**
183183
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which
184-
* AWS advertises IP addresses.</p>
184+
* Amazon Web Services advertises IP addresses.</p>
185185
*/
186186
inline AllocateAddressResponse& WithNetworkBorderGroup(Aws::String&& value) { SetNetworkBorderGroup(std::move(value)); return *this;}
187187

188188
/**
189189
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which
190-
* AWS advertises IP addresses.</p>
190+
* Amazon Web Services advertises IP addresses.</p>
191191
*/
192192
inline AllocateAddressResponse& WithNetworkBorderGroup(const char* value) { SetNetworkBorderGroup(value); return *this;}
193193

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,83 +82,83 @@ namespace Model
8282

8383

8484
/**
85-
* <p>The AWS account ID.</p>
85+
* <p>The Amazon Web Services account ID.</p>
8686
*/
8787
inline const Aws::String& GetAwsAccountId() const{ return m_awsAccountId; }
8888

8989
/**
90-
* <p>The AWS account ID.</p>
90+
* <p>The Amazon Web Services account ID.</p>
9191
*/
9292
inline bool AwsAccountIdHasBeenSet() const { return m_awsAccountIdHasBeenSet; }
9393

9494
/**
95-
* <p>The AWS account ID.</p>
95+
* <p>The Amazon Web Services account ID.</p>
9696
*/
9797
inline void SetAwsAccountId(const Aws::String& value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId = value; }
9898

9999
/**
100-
* <p>The AWS account ID.</p>
100+
* <p>The Amazon Web Services account ID.</p>
101101
*/
102102
inline void SetAwsAccountId(Aws::String&& value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId = std::move(value); }
103103

104104
/**
105-
* <p>The AWS account ID.</p>
105+
* <p>The Amazon Web Services account ID.</p>
106106
*/
107107
inline void SetAwsAccountId(const char* value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId.assign(value); }
108108

109109
/**
110-
* <p>The AWS account ID.</p>
110+
* <p>The Amazon Web Services account ID.</p>
111111
*/
112112
inline CoipAddressUsage& WithAwsAccountId(const Aws::String& value) { SetAwsAccountId(value); return *this;}
113113

114114
/**
115-
* <p>The AWS account ID.</p>
115+
* <p>The Amazon Web Services account ID.</p>
116116
*/
117117
inline CoipAddressUsage& WithAwsAccountId(Aws::String&& value) { SetAwsAccountId(std::move(value)); return *this;}
118118

119119
/**
120-
* <p>The AWS account ID.</p>
120+
* <p>The Amazon Web Services account ID.</p>
121121
*/
122122
inline CoipAddressUsage& WithAwsAccountId(const char* value) { SetAwsAccountId(value); return *this;}
123123

124124

125125
/**
126-
* <p>The AWS service.</p>
126+
* <p>The Amazon Web Services service.</p>
127127
*/
128128
inline const Aws::String& GetAwsService() const{ return m_awsService; }
129129

130130
/**
131-
* <p>The AWS service.</p>
131+
* <p>The Amazon Web Services service.</p>
132132
*/
133133
inline bool AwsServiceHasBeenSet() const { return m_awsServiceHasBeenSet; }
134134

135135
/**
136-
* <p>The AWS service.</p>
136+
* <p>The Amazon Web Services service.</p>
137137
*/
138138
inline void SetAwsService(const Aws::String& value) { m_awsServiceHasBeenSet = true; m_awsService = value; }
139139

140140
/**
141-
* <p>The AWS service.</p>
141+
* <p>The Amazon Web Services service.</p>
142142
*/
143143
inline void SetAwsService(Aws::String&& value) { m_awsServiceHasBeenSet = true; m_awsService = std::move(value); }
144144

145145
/**
146-
* <p>The AWS service.</p>
146+
* <p>The Amazon Web Services service.</p>
147147
*/
148148
inline void SetAwsService(const char* value) { m_awsServiceHasBeenSet = true; m_awsService.assign(value); }
149149

150150
/**
151-
* <p>The AWS service.</p>
151+
* <p>The Amazon Web Services service.</p>
152152
*/
153153
inline CoipAddressUsage& WithAwsService(const Aws::String& value) { SetAwsService(value); return *this;}
154154

155155
/**
156-
* <p>The AWS service.</p>
156+
* <p>The Amazon Web Services service.</p>
157157
*/
158158
inline CoipAddressUsage& WithAwsService(Aws::String&& value) { SetAwsService(std::move(value)); return *this;}
159159

160160
/**
161-
* <p>The AWS service.</p>
161+
* <p>The Amazon Web Services service.</p>
162162
*/
163163
inline CoipAddressUsage& WithAwsService(const char* value) { SetAwsService(value); return *this;}
164164

0 commit comments

Comments
 (0)