Skip to content

Commit 2fd1f37

Browse files
authored
feat(aws-android-sdk-transcribe): update models to latest (#2774)
1 parent 639bc26 commit 2fd1f37

File tree

274 files changed

+1008
-654
lines changed

Some content is hidden

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

274 files changed

+1008
-654
lines changed

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/AmazonTranscribe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/AmazonTranscribeAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/AmazonTranscribeAsyncClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/AmazonTranscribeClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/AbsoluteTimeRange.java

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -82,8 +82,8 @@ public class AbsoluteTimeRange implements Serializable {
8282
/**
8383
* <p>
8484
* A time range from the beginning of the call to the value that you've
85-
* specified. For example, if you specify 100000, the time range is set to
86-
* the first 100,000 milliseconds of the call.
85+
* specified. For example, if you specify <code>100000</code>, the time
86+
* range is set to the first 100,000 milliseconds of the call.
8787
* </p>
8888
* <p>
8989
* <b>Constraints:</b><br/>
@@ -94,8 +94,8 @@ public class AbsoluteTimeRange implements Serializable {
9494
/**
9595
* <p>
9696
* A time range from the value that you've specified to the end of the call.
97-
* For example, if you specify 100000, the time range is set to the last
98-
* 100,000 milliseconds of the call.
97+
* For example, if you specify <code>100000</code>, the time range is set to
98+
* the last 100,000 milliseconds of the call.
9999
* </p>
100100
* <p>
101101
* <b>Constraints:</b><br/>
@@ -435,17 +435,18 @@ public AbsoluteTimeRange withEndTime(Long endTime) {
435435
/**
436436
* <p>
437437
* A time range from the beginning of the call to the value that you've
438-
* specified. For example, if you specify 100000, the time range is set to
439-
* the first 100,000 milliseconds of the call.
438+
* specified. For example, if you specify <code>100000</code>, the time
439+
* range is set to the first 100,000 milliseconds of the call.
440440
* </p>
441441
* <p>
442442
* <b>Constraints:</b><br/>
443443
* <b>Range: </b>0 - 14400000<br/>
444444
*
445445
* @return <p>
446446
* A time range from the beginning of the call to the value that
447-
* you've specified. For example, if you specify 100000, the time
448-
* range is set to the first 100,000 milliseconds of the call.
447+
* you've specified. For example, if you specify <code>100000</code>
448+
* , the time range is set to the first 100,000 milliseconds of the
449+
* call.
449450
* </p>
450451
*/
451452
public Long getFirst() {
@@ -455,17 +456,18 @@ public Long getFirst() {
455456
/**
456457
* <p>
457458
* A time range from the beginning of the call to the value that you've
458-
* specified. For example, if you specify 100000, the time range is set to
459-
* the first 100,000 milliseconds of the call.
459+
* specified. For example, if you specify <code>100000</code>, the time
460+
* range is set to the first 100,000 milliseconds of the call.
460461
* </p>
461462
* <p>
462463
* <b>Constraints:</b><br/>
463464
* <b>Range: </b>0 - 14400000<br/>
464465
*
465466
* @param first <p>
466467
* A time range from the beginning of the call to the value that
467-
* you've specified. For example, if you specify 100000, the time
468-
* range is set to the first 100,000 milliseconds of the call.
468+
* you've specified. For example, if you specify
469+
* <code>100000</code>, the time range is set to the first
470+
* 100,000 milliseconds of the call.
469471
* </p>
470472
*/
471473
public void setFirst(Long first) {
@@ -475,8 +477,8 @@ public void setFirst(Long first) {
475477
/**
476478
* <p>
477479
* A time range from the beginning of the call to the value that you've
478-
* specified. For example, if you specify 100000, the time range is set to
479-
* the first 100,000 milliseconds of the call.
480+
* specified. For example, if you specify <code>100000</code>, the time
481+
* range is set to the first 100,000 milliseconds of the call.
480482
* </p>
481483
* <p>
482484
* Returns a reference to this object so that method calls can be chained
@@ -487,8 +489,9 @@ public void setFirst(Long first) {
487489
*
488490
* @param first <p>
489491
* A time range from the beginning of the call to the value that
490-
* you've specified. For example, if you specify 100000, the time
491-
* range is set to the first 100,000 milliseconds of the call.
492+
* you've specified. For example, if you specify
493+
* <code>100000</code>, the time range is set to the first
494+
* 100,000 milliseconds of the call.
492495
* </p>
493496
* @return A reference to this updated object so that method calls can be
494497
* chained together.
@@ -501,17 +504,17 @@ public AbsoluteTimeRange withFirst(Long first) {
501504
/**
502505
* <p>
503506
* A time range from the value that you've specified to the end of the call.
504-
* For example, if you specify 100000, the time range is set to the last
505-
* 100,000 milliseconds of the call.
507+
* For example, if you specify <code>100000</code>, the time range is set to
508+
* the last 100,000 milliseconds of the call.
506509
* </p>
507510
* <p>
508511
* <b>Constraints:</b><br/>
509512
* <b>Range: </b>0 - 14400000<br/>
510513
*
511514
* @return <p>
512515
* A time range from the value that you've specified to the end of
513-
* the call. For example, if you specify 100000, the time range is
514-
* set to the last 100,000 milliseconds of the call.
516+
* the call. For example, if you specify <code>100000</code>, the
517+
* time range is set to the last 100,000 milliseconds of the call.
515518
* </p>
516519
*/
517520
public Long getLast() {
@@ -521,17 +524,18 @@ public Long getLast() {
521524
/**
522525
* <p>
523526
* A time range from the value that you've specified to the end of the call.
524-
* For example, if you specify 100000, the time range is set to the last
525-
* 100,000 milliseconds of the call.
527+
* For example, if you specify <code>100000</code>, the time range is set to
528+
* the last 100,000 milliseconds of the call.
526529
* </p>
527530
* <p>
528531
* <b>Constraints:</b><br/>
529532
* <b>Range: </b>0 - 14400000<br/>
530533
*
531534
* @param last <p>
532535
* A time range from the value that you've specified to the end
533-
* of the call. For example, if you specify 100000, the time
534-
* range is set to the last 100,000 milliseconds of the call.
536+
* of the call. For example, if you specify <code>100000</code>,
537+
* the time range is set to the last 100,000 milliseconds of the
538+
* call.
535539
* </p>
536540
*/
537541
public void setLast(Long last) {
@@ -541,8 +545,8 @@ public void setLast(Long last) {
541545
/**
542546
* <p>
543547
* A time range from the value that you've specified to the end of the call.
544-
* For example, if you specify 100000, the time range is set to the last
545-
* 100,000 milliseconds of the call.
548+
* For example, if you specify <code>100000</code>, the time range is set to
549+
* the last 100,000 milliseconds of the call.
546550
* </p>
547551
* <p>
548552
* Returns a reference to this object so that method calls can be chained
@@ -553,8 +557,9 @@ public void setLast(Long last) {
553557
*
554558
* @param last <p>
555559
* A time range from the value that you've specified to the end
556-
* of the call. For example, if you specify 100000, the time
557-
* range is set to the last 100,000 milliseconds of the call.
560+
* of the call. For example, if you specify <code>100000</code>,
561+
* the time range is set to the last 100,000 milliseconds of the
562+
* call.
558563
* </p>
559564
* @return A reference to this updated object so that method calls can be
560565
* chained together.

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/BadRequestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/BaseModelName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/CLMLanguageCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)