Skip to content

Commit a53fb1b

Browse files
author
AWS
committed
AWS SDK for Java 1.11.103
1 parent 40cc061 commit a53fb1b

198 files changed

Lines changed: 6659 additions & 2833 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies.
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-java-sdk-bom</artifactId>
48-
<version>1.11.102</version>
48+
<version>1.11.103</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

aws-java-sdk-acm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.103-SNAPSHOT</version>
8+
<version>1.11.103</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>

aws-java-sdk-api-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.103-SNAPSHOT</version>
8+
<version>1.11.103</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-api-gateway</artifactId>

aws-java-sdk-api-gateway/src/main/java/com/amazonaws/services/apigateway/model/ApiKey.java

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,13 @@ public class ApiKey implements Serializable, Cloneable, StructuredPojo {
6767
private Boolean enabled;
6868
/**
6969
* <p>
70-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
71-
* target="_blank">ISO 8601 format</a>.
70+
* The timestamp when the API Key was created.
7271
* </p>
7372
*/
7473
private java.util.Date createdDate;
7574
/**
7675
* <p>
77-
* When the API Key was last updated, in ISO 8601 format.
76+
* The timestamp when the API Key was last updated.
7877
* </p>
7978
*/
8079
private java.util.Date lastUpdatedDate;
@@ -339,13 +338,11 @@ public Boolean isEnabled() {
339338

340339
/**
341340
* <p>
342-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
343-
* target="_blank">ISO 8601 format</a>.
341+
* The timestamp when the API Key was created.
344342
* </p>
345343
*
346344
* @param createdDate
347-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
348-
* target="_blank">ISO 8601 format</a>.
345+
* The timestamp when the API Key was created.
349346
*/
350347

351348
public void setCreatedDate(java.util.Date createdDate) {
@@ -354,12 +351,10 @@ public void setCreatedDate(java.util.Date createdDate) {
354351

355352
/**
356353
* <p>
357-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
358-
* target="_blank">ISO 8601 format</a>.
354+
* The timestamp when the API Key was created.
359355
* </p>
360356
*
361-
* @return The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
362-
* target="_blank">ISO 8601 format</a>.
357+
* @return The timestamp when the API Key was created.
363358
*/
364359

365360
public java.util.Date getCreatedDate() {
@@ -368,13 +363,11 @@ public java.util.Date getCreatedDate() {
368363

369364
/**
370365
* <p>
371-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
372-
* target="_blank">ISO 8601 format</a>.
366+
* The timestamp when the API Key was created.
373367
* </p>
374368
*
375369
* @param createdDate
376-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
377-
* target="_blank">ISO 8601 format</a>.
370+
* The timestamp when the API Key was created.
378371
* @return Returns a reference to this object so that method calls can be chained together.
379372
*/
380373

@@ -385,11 +378,11 @@ public ApiKey withCreatedDate(java.util.Date createdDate) {
385378

386379
/**
387380
* <p>
388-
* When the API Key was last updated, in ISO 8601 format.
381+
* The timestamp when the API Key was last updated.
389382
* </p>
390383
*
391384
* @param lastUpdatedDate
392-
* When the API Key was last updated, in ISO 8601 format.
385+
* The timestamp when the API Key was last updated.
393386
*/
394387

395388
public void setLastUpdatedDate(java.util.Date lastUpdatedDate) {
@@ -398,10 +391,10 @@ public void setLastUpdatedDate(java.util.Date lastUpdatedDate) {
398391

399392
/**
400393
* <p>
401-
* When the API Key was last updated, in ISO 8601 format.
394+
* The timestamp when the API Key was last updated.
402395
* </p>
403396
*
404-
* @return When the API Key was last updated, in ISO 8601 format.
397+
* @return The timestamp when the API Key was last updated.
405398
*/
406399

407400
public java.util.Date getLastUpdatedDate() {
@@ -410,11 +403,11 @@ public java.util.Date getLastUpdatedDate() {
410403

411404
/**
412405
* <p>
413-
* When the API Key was last updated, in ISO 8601 format.
406+
* The timestamp when the API Key was last updated.
414407
* </p>
415408
*
416409
* @param lastUpdatedDate
417-
* When the API Key was last updated, in ISO 8601 format.
410+
* The timestamp when the API Key was last updated.
418411
* @return Returns a reference to this object so that method calls can be chained together.
419412
*/
420413

aws-java-sdk-api-gateway/src/main/java/com/amazonaws/services/apigateway/model/ClientCertificate.java

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,13 @@ public class ClientCertificate implements Serializable, Cloneable, StructuredPoj
5151
private String pemEncodedCertificate;
5252
/**
5353
* <p>
54-
* The date when the client certificate was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
55-
* target="_blank">ISO 8601 format</a>.
54+
* The timestamp when the client certificate was created.
5655
* </p>
5756
*/
5857
private java.util.Date createdDate;
5958
/**
6059
* <p>
61-
* The date when the client certificate will expire, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
62-
* target="_blank">ISO 8601 format</a>.
60+
* The timestamp when the client certificate will expire.
6361
* </p>
6462
*/
6563
private java.util.Date expirationDate;
@@ -192,13 +190,11 @@ public ClientCertificate withPemEncodedCertificate(String pemEncodedCertificate)
192190

193191
/**
194192
* <p>
195-
* The date when the client certificate was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
196-
* target="_blank">ISO 8601 format</a>.
193+
* The timestamp when the client certificate was created.
197194
* </p>
198195
*
199196
* @param createdDate
200-
* The date when the client certificate was created, in <a
201-
* href="http://www.iso.org/iso/home/standards/iso8601.htm" target="_blank">ISO 8601 format</a>.
197+
* The timestamp when the client certificate was created.
202198
*/
203199

204200
public void setCreatedDate(java.util.Date createdDate) {
@@ -207,12 +203,10 @@ public void setCreatedDate(java.util.Date createdDate) {
207203

208204
/**
209205
* <p>
210-
* The date when the client certificate was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
211-
* target="_blank">ISO 8601 format</a>.
206+
* The timestamp when the client certificate was created.
212207
* </p>
213208
*
214-
* @return The date when the client certificate was created, in <a
215-
* href="http://www.iso.org/iso/home/standards/iso8601.htm" target="_blank">ISO 8601 format</a>.
209+
* @return The timestamp when the client certificate was created.
216210
*/
217211

218212
public java.util.Date getCreatedDate() {
@@ -221,13 +215,11 @@ public java.util.Date getCreatedDate() {
221215

222216
/**
223217
* <p>
224-
* The date when the client certificate was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
225-
* target="_blank">ISO 8601 format</a>.
218+
* The timestamp when the client certificate was created.
226219
* </p>
227220
*
228221
* @param createdDate
229-
* The date when the client certificate was created, in <a
230-
* href="http://www.iso.org/iso/home/standards/iso8601.htm" target="_blank">ISO 8601 format</a>.
222+
* The timestamp when the client certificate was created.
231223
* @return Returns a reference to this object so that method calls can be chained together.
232224
*/
233225

@@ -238,13 +230,11 @@ public ClientCertificate withCreatedDate(java.util.Date createdDate) {
238230

239231
/**
240232
* <p>
241-
* The date when the client certificate will expire, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
242-
* target="_blank">ISO 8601 format</a>.
233+
* The timestamp when the client certificate will expire.
243234
* </p>
244235
*
245236
* @param expirationDate
246-
* The date when the client certificate will expire, in <a
247-
* href="http://www.iso.org/iso/home/standards/iso8601.htm" target="_blank">ISO 8601 format</a>.
237+
* The timestamp when the client certificate will expire.
248238
*/
249239

250240
public void setExpirationDate(java.util.Date expirationDate) {
@@ -253,12 +243,10 @@ public void setExpirationDate(java.util.Date expirationDate) {
253243

254244
/**
255245
* <p>
256-
* The date when the client certificate will expire, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
257-
* target="_blank">ISO 8601 format</a>.
246+
* The timestamp when the client certificate will expire.
258247
* </p>
259248
*
260-
* @return The date when the client certificate will expire, in <a
261-
* href="http://www.iso.org/iso/home/standards/iso8601.htm" target="_blank">ISO 8601 format</a>.
249+
* @return The timestamp when the client certificate will expire.
262250
*/
263251

264252
public java.util.Date getExpirationDate() {
@@ -267,13 +255,11 @@ public java.util.Date getExpirationDate() {
267255

268256
/**
269257
* <p>
270-
* The date when the client certificate will expire, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
271-
* target="_blank">ISO 8601 format</a>.
258+
* The timestamp when the client certificate will expire.
272259
* </p>
273260
*
274261
* @param expirationDate
275-
* The date when the client certificate will expire, in <a
276-
* href="http://www.iso.org/iso/home/standards/iso8601.htm" target="_blank">ISO 8601 format</a>.
262+
* The timestamp when the client certificate will expire.
277263
* @return Returns a reference to this object so that method calls can be chained together.
278264
*/
279265

aws-java-sdk-api-gateway/src/main/java/com/amazonaws/services/apigateway/model/CreateApiKeyResult.java

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,13 @@ public class CreateApiKeyResult extends com.amazonaws.AmazonWebServiceResult<com
6565
private Boolean enabled;
6666
/**
6767
* <p>
68-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
69-
* target="_blank">ISO 8601 format</a>.
68+
* The timestamp when the API Key was created.
7069
* </p>
7170
*/
7271
private java.util.Date createdDate;
7372
/**
7473
* <p>
75-
* When the API Key was last updated, in ISO 8601 format.
74+
* The timestamp when the API Key was last updated.
7675
* </p>
7776
*/
7877
private java.util.Date lastUpdatedDate;
@@ -337,13 +336,11 @@ public Boolean isEnabled() {
337336

338337
/**
339338
* <p>
340-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
341-
* target="_blank">ISO 8601 format</a>.
339+
* The timestamp when the API Key was created.
342340
* </p>
343341
*
344342
* @param createdDate
345-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
346-
* target="_blank">ISO 8601 format</a>.
343+
* The timestamp when the API Key was created.
347344
*/
348345

349346
public void setCreatedDate(java.util.Date createdDate) {
@@ -352,12 +349,10 @@ public void setCreatedDate(java.util.Date createdDate) {
352349

353350
/**
354351
* <p>
355-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
356-
* target="_blank">ISO 8601 format</a>.
352+
* The timestamp when the API Key was created.
357353
* </p>
358354
*
359-
* @return The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
360-
* target="_blank">ISO 8601 format</a>.
355+
* @return The timestamp when the API Key was created.
361356
*/
362357

363358
public java.util.Date getCreatedDate() {
@@ -366,13 +361,11 @@ public java.util.Date getCreatedDate() {
366361

367362
/**
368363
* <p>
369-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
370-
* target="_blank">ISO 8601 format</a>.
364+
* The timestamp when the API Key was created.
371365
* </p>
372366
*
373367
* @param createdDate
374-
* The date when the API Key was created, in <a href="http://www.iso.org/iso/home/standards/iso8601.htm"
375-
* target="_blank">ISO 8601 format</a>.
368+
* The timestamp when the API Key was created.
376369
* @return Returns a reference to this object so that method calls can be chained together.
377370
*/
378371

@@ -383,11 +376,11 @@ public CreateApiKeyResult withCreatedDate(java.util.Date createdDate) {
383376

384377
/**
385378
* <p>
386-
* When the API Key was last updated, in ISO 8601 format.
379+
* The timestamp when the API Key was last updated.
387380
* </p>
388381
*
389382
* @param lastUpdatedDate
390-
* When the API Key was last updated, in ISO 8601 format.
383+
* The timestamp when the API Key was last updated.
391384
*/
392385

393386
public void setLastUpdatedDate(java.util.Date lastUpdatedDate) {
@@ -396,10 +389,10 @@ public void setLastUpdatedDate(java.util.Date lastUpdatedDate) {
396389

397390
/**
398391
* <p>
399-
* When the API Key was last updated, in ISO 8601 format.
392+
* The timestamp when the API Key was last updated.
400393
* </p>
401394
*
402-
* @return When the API Key was last updated, in ISO 8601 format.
395+
* @return The timestamp when the API Key was last updated.
403396
*/
404397

405398
public java.util.Date getLastUpdatedDate() {
@@ -408,11 +401,11 @@ public java.util.Date getLastUpdatedDate() {
408401

409402
/**
410403
* <p>
411-
* When the API Key was last updated, in ISO 8601 format.
404+
* The timestamp when the API Key was last updated.
412405
* </p>
413406
*
414407
* @param lastUpdatedDate
415-
* When the API Key was last updated, in ISO 8601 format.
408+
* The timestamp when the API Key was last updated.
416409
* @return Returns a reference to this object so that method calls can be chained together.
417410
*/
418411

0 commit comments

Comments
 (0)