Skip to content

Commit 1d3f53d

Browse files
authored
feat(aws-android-sdk-sns): update models to latest (#2795)
1 parent c9e86e8 commit 1d3f53d

File tree

246 files changed

+257
-257
lines changed

Some content is hidden

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

246 files changed

+257
-257
lines changed

aws-android-sdk-sns/src/main/java/com/amazonaws/auth/policy/actions/SNSActions.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-sns/src/main/java/com/amazonaws/services/sns/AmazonSNS.java

Lines changed: 4 additions & 4 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.
@@ -1070,7 +1070,7 @@ OptInPhoneNumberResult optInPhoneNumber(OptInPhoneNumberRequest optInPhoneNumber
10701070
* </p>
10711071
* <p>
10721072
* When a <code>messageId</code> is returned, the message is saved and
1073-
* Amazon SNS immediately deliverers it to subscribers.
1073+
* Amazon SNS immediately delivers it to subscribers.
10741074
* </p>
10751075
* <p>
10761076
* To use the <code>Publish</code> action for publishing a message to a
@@ -2327,7 +2327,7 @@ void setTopicAttributes(String topicArn, String attributeName, String attributeV
23272327
* </p>
23282328
* <p>
23292329
* When a <code>messageId</code> is returned, the message is saved and
2330-
* Amazon SNS immediately deliverers it to subscribers.
2330+
* Amazon SNS immediately delivers it to subscribers.
23312331
* </p>
23322332
* <p>
23332333
* To use the <code>Publish</code> action for publishing a message to a
@@ -2498,7 +2498,7 @@ PublishResult publish(String topicArn, String message) throws AmazonClientExcept
24982498
* </p>
24992499
* <p>
25002500
* When a <code>messageId</code> is returned, the message is saved and
2501-
* Amazon SNS immediately deliverers it to subscribers.
2501+
* Amazon SNS immediately delivers it to subscribers.
25022502
* </p>
25032503
* <p>
25042504
* To use the <code>Publish</code> action for publishing a message to a

aws-android-sdk-sns/src/main/java/com/amazonaws/services/sns/AmazonSNSAsync.java

Lines changed: 3 additions & 3 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.
@@ -2136,7 +2136,7 @@ Future<OptInPhoneNumberResult> optInPhoneNumberAsync(
21362136
* </p>
21372137
* <p>
21382138
* When a <code>messageId</code> is returned, the message is saved and
2139-
* Amazon SNS immediately deliverers it to subscribers.
2139+
* Amazon SNS immediately delivers it to subscribers.
21402140
* </p>
21412141
* <p>
21422142
* To use the <code>Publish</code> action for publishing a message to a
@@ -2202,7 +2202,7 @@ Future<PublishResult> publishAsync(PublishRequest publishRequest)
22022202
* </p>
22032203
* <p>
22042204
* When a <code>messageId</code> is returned, the message is saved and
2205-
* Amazon SNS immediately deliverers it to subscribers.
2205+
* Amazon SNS immediately delivers it to subscribers.
22062206
* </p>
22072207
* <p>
22082208
* To use the <code>Publish</code> action for publishing a message to a

aws-android-sdk-sns/src/main/java/com/amazonaws/services/sns/AmazonSNSAsyncClient.java

Lines changed: 3 additions & 3 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.
@@ -2798,7 +2798,7 @@ public OptInPhoneNumberResult call() throws Exception {
27982798
* </p>
27992799
* <p>
28002800
* When a <code>messageId</code> is returned, the message is saved and
2801-
* Amazon SNS immediately deliverers it to subscribers.
2801+
* Amazon SNS immediately delivers it to subscribers.
28022802
* </p>
28032803
* <p>
28042804
* To use the <code>Publish</code> action for publishing a message to a
@@ -2870,7 +2870,7 @@ public PublishResult call() throws Exception {
28702870
* </p>
28712871
* <p>
28722872
* When a <code>messageId</code> is returned, the message is saved and
2873-
* Amazon SNS immediately deliverers it to subscribers.
2873+
* Amazon SNS immediately delivers it to subscribers.
28742874
* </p>
28752875
* <p>
28762876
* To use the <code>Publish</code> action for publishing a message to a

aws-android-sdk-sns/src/main/java/com/amazonaws/services/sns/AmazonSNSClient.java

Lines changed: 4 additions & 4 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.
@@ -1832,7 +1832,7 @@ public OptInPhoneNumberResult optInPhoneNumber(OptInPhoneNumberRequest optInPhon
18321832
* </p>
18331833
* <p>
18341834
* When a <code>messageId</code> is returned, the message is saved and
1835-
* Amazon SNS immediately deliverers it to subscribers.
1835+
* Amazon SNS immediately delivers it to subscribers.
18361836
* </p>
18371837
* <p>
18381838
* To use the <code>Publish</code> action for publishing a message to a
@@ -3372,7 +3372,7 @@ public void unsubscribe(String subscriptionArn)
33723372
* </p>
33733373
* <p>
33743374
* When a <code>messageId</code> is returned, the message is saved and
3375-
* Amazon SNS immediately deliverers it to subscribers.
3375+
* Amazon SNS immediately delivers it to subscribers.
33763376
* </p>
33773377
* <p>
33783378
* To use the <code>Publish</code> action for publishing a message to a
@@ -3548,7 +3548,7 @@ public PublishResult publish(String topicArn, String message)
35483548
* </p>
35493549
* <p>
35503550
* When a <code>messageId</code> is returned, the message is saved and
3551-
* Amazon SNS immediately deliverers it to subscribers.
3551+
* Amazon SNS immediately delivers it to subscribers.
35523552
* </p>
35533553
* <p>
35543554
* To use the <code>Publish</code> action for publishing a message to a

aws-android-sdk-sns/src/main/java/com/amazonaws/services/sns/model/AddPermissionRequest.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-sns/src/main/java/com/amazonaws/services/sns/model/AuthorizationErrorException.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-sns/src/main/java/com/amazonaws/services/sns/model/BatchEntryIdsNotDistinctException.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-sns/src/main/java/com/amazonaws/services/sns/model/BatchRequestTooLongException.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-sns/src/main/java/com/amazonaws/services/sns/model/BatchResultErrorEntry.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)