Skip to content

Commit 3ab3ff4

Browse files
authored
feat(aws-android-sdk-sns): update models to latest (#2534)
1 parent c6663bb commit 3ab3ff4

27 files changed

+557
-568
lines changed

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

Lines changed: 66 additions & 67 deletions
Large diffs are not rendered by default.

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

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

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

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

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

Lines changed: 66 additions & 67 deletions
Large diffs are not rendered by default.

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

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* <p>
2424
* Adds a statement to a topic's access control policy, granting access for the
25-
* specified AWS accounts to the specified actions.
25+
* specified accounts to the specified actions.
2626
* </p>
2727
*/
2828
public class AddPermissionRequest extends AmazonWebServiceRequest implements Serializable {
@@ -42,9 +42,9 @@ public class AddPermissionRequest extends AmazonWebServiceRequest implements Ser
4242

4343
/**
4444
* <p>
45-
* The AWS account IDs of the users (principals) who will be given access to
46-
* the specified actions. The users must have AWS accounts, but do not need
47-
* to be signed up for this service.
45+
* The account IDs of the users (principals) who will be given access to the
46+
* specified actions. The users must have account, but do not need to be
47+
* signed up for this service.
4848
* </p>
4949
*/
5050
private java.util.List<String> aWSAccountIds = new java.util.ArrayList<String>();
@@ -81,9 +81,9 @@ public AddPermissionRequest() {
8181
* A unique identifier for the new policy statement.
8282
* </p>
8383
* @param aWSAccountIds <p>
84-
* The AWS account IDs of the users (principals) who will be
85-
* given access to the specified actions. The users must have AWS
86-
* accounts, but do not need to be signed up for this service.
84+
* The account IDs of the users (principals) who will be given
85+
* access to the specified actions. The users must have account,
86+
* but do not need to be signed up for this service.
8787
* </p>
8888
* @param actionNames <p>
8989
* The action you want to allow for the specified principal(s).
@@ -196,15 +196,15 @@ public AddPermissionRequest withLabel(String label) {
196196

197197
/**
198198
* <p>
199-
* The AWS account IDs of the users (principals) who will be given access to
200-
* the specified actions. The users must have AWS accounts, but do not need
201-
* to be signed up for this service.
199+
* The account IDs of the users (principals) who will be given access to the
200+
* specified actions. The users must have account, but do not need to be
201+
* signed up for this service.
202202
* </p>
203203
*
204204
* @return <p>
205-
* The AWS account IDs of the users (principals) who will be given
206-
* access to the specified actions. The users must have AWS
207-
* accounts, but do not need to be signed up for this service.
205+
* The account IDs of the users (principals) who will be given
206+
* access to the specified actions. The users must have account, but
207+
* do not need to be signed up for this service.
208208
* </p>
209209
*/
210210
public java.util.List<String> getAWSAccountIds() {
@@ -213,15 +213,15 @@ public java.util.List<String> getAWSAccountIds() {
213213

214214
/**
215215
* <p>
216-
* The AWS account IDs of the users (principals) who will be given access to
217-
* the specified actions. The users must have AWS accounts, but do not need
218-
* to be signed up for this service.
216+
* The account IDs of the users (principals) who will be given access to the
217+
* specified actions. The users must have account, but do not need to be
218+
* signed up for this service.
219219
* </p>
220220
*
221221
* @param aWSAccountIds <p>
222-
* The AWS account IDs of the users (principals) who will be
223-
* given access to the specified actions. The users must have AWS
224-
* accounts, but do not need to be signed up for this service.
222+
* The account IDs of the users (principals) who will be given
223+
* access to the specified actions. The users must have account,
224+
* but do not need to be signed up for this service.
225225
* </p>
226226
*/
227227
public void setAWSAccountIds(java.util.Collection<String> aWSAccountIds) {
@@ -235,18 +235,18 @@ public void setAWSAccountIds(java.util.Collection<String> aWSAccountIds) {
235235

236236
/**
237237
* <p>
238-
* The AWS account IDs of the users (principals) who will be given access to
239-
* the specified actions. The users must have AWS accounts, but do not need
240-
* to be signed up for this service.
238+
* The account IDs of the users (principals) who will be given access to the
239+
* specified actions. The users must have account, but do not need to be
240+
* signed up for this service.
241241
* </p>
242242
* <p>
243243
* Returns a reference to this object so that method calls can be chained
244244
* together.
245245
*
246246
* @param aWSAccountIds <p>
247-
* The AWS account IDs of the users (principals) who will be
248-
* given access to the specified actions. The users must have AWS
249-
* accounts, but do not need to be signed up for this service.
247+
* The account IDs of the users (principals) who will be given
248+
* access to the specified actions. The users must have account,
249+
* but do not need to be signed up for this service.
250250
* </p>
251251
* @return A reference to this updated object so that method calls can be
252252
* chained together.
@@ -263,18 +263,18 @@ public AddPermissionRequest withAWSAccountIds(String... aWSAccountIds) {
263263

264264
/**
265265
* <p>
266-
* The AWS account IDs of the users (principals) who will be given access to
267-
* the specified actions. The users must have AWS accounts, but do not need
268-
* to be signed up for this service.
266+
* The account IDs of the users (principals) who will be given access to the
267+
* specified actions. The users must have account, but do not need to be
268+
* signed up for this service.
269269
* </p>
270270
* <p>
271271
* Returns a reference to this object so that method calls can be chained
272272
* together.
273273
*
274274
* @param aWSAccountIds <p>
275-
* The AWS account IDs of the users (principals) who will be
276-
* given access to the specified actions. The users must have AWS
277-
* accounts, but do not need to be signed up for this service.
275+
* The account IDs of the users (principals) who will be given
276+
* access to the specified actions. The users must have account,
277+
* but do not need to be signed up for this service.
278278
* </p>
279279
* @return A reference to this updated object so that method calls can be
280280
* chained together.

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

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public class ConfirmSubscriptionRequest extends AmazonWebServiceRequest implemen
4747
/**
4848
* <p>
4949
* Disallows unauthenticated unsubscribes of the subscription. If the value
50-
* of this parameter is <code>true</code> and the request has an AWS
51-
* signature, then only the topic owner and the subscription owner can
52-
* unsubscribe the endpoint. The unsubscribe action requires AWS
53-
* authentication.
50+
* of this parameter is <code>true</code> and the request has an Amazon Web
51+
* Services signature, then only the topic owner and the subscription owner
52+
* can unsubscribe the endpoint. The unsubscribe action requires Amazon Web
53+
* Services authentication.
5454
* </p>
5555
*/
5656
private String authenticateOnUnsubscribe;
@@ -98,9 +98,10 @@ public ConfirmSubscriptionRequest(String topicArn, String token) {
9898
* @param authenticateOnUnsubscribe <p>
9999
* Disallows unauthenticated unsubscribes of the subscription. If
100100
* the value of this parameter is <code>true</code> and the
101-
* request has an AWS signature, then only the topic owner and
102-
* the subscription owner can unsubscribe the endpoint. The
103-
* unsubscribe action requires AWS authentication.
101+
* request has an Amazon Web Services signature, then only the
102+
* topic owner and the subscription owner can unsubscribe the
103+
* endpoint. The unsubscribe action requires Amazon Web Services
104+
* authentication.
104105
* </p>
105106
*/
106107
public ConfirmSubscriptionRequest(String topicArn, String token,
@@ -212,18 +213,18 @@ public ConfirmSubscriptionRequest withToken(String token) {
212213
/**
213214
* <p>
214215
* Disallows unauthenticated unsubscribes of the subscription. If the value
215-
* of this parameter is <code>true</code> and the request has an AWS
216-
* signature, then only the topic owner and the subscription owner can
217-
* unsubscribe the endpoint. The unsubscribe action requires AWS
218-
* authentication.
216+
* of this parameter is <code>true</code> and the request has an Amazon Web
217+
* Services signature, then only the topic owner and the subscription owner
218+
* can unsubscribe the endpoint. The unsubscribe action requires Amazon Web
219+
* Services authentication.
219220
* </p>
220221
*
221222
* @return <p>
222223
* Disallows unauthenticated unsubscribes of the subscription. If
223224
* the value of this parameter is <code>true</code> and the request
224-
* has an AWS signature, then only the topic owner and the
225-
* subscription owner can unsubscribe the endpoint. The unsubscribe
226-
* action requires AWS authentication.
225+
* has an Amazon Web Services signature, then only the topic owner
226+
* and the subscription owner can unsubscribe the endpoint. The
227+
* unsubscribe action requires Amazon Web Services authentication.
227228
* </p>
228229
*/
229230
public String getAuthenticateOnUnsubscribe() {
@@ -233,18 +234,19 @@ public String getAuthenticateOnUnsubscribe() {
233234
/**
234235
* <p>
235236
* Disallows unauthenticated unsubscribes of the subscription. If the value
236-
* of this parameter is <code>true</code> and the request has an AWS
237-
* signature, then only the topic owner and the subscription owner can
238-
* unsubscribe the endpoint. The unsubscribe action requires AWS
239-
* authentication.
237+
* of this parameter is <code>true</code> and the request has an Amazon Web
238+
* Services signature, then only the topic owner and the subscription owner
239+
* can unsubscribe the endpoint. The unsubscribe action requires Amazon Web
240+
* Services authentication.
240241
* </p>
241242
*
242243
* @param authenticateOnUnsubscribe <p>
243244
* Disallows unauthenticated unsubscribes of the subscription. If
244245
* the value of this parameter is <code>true</code> and the
245-
* request has an AWS signature, then only the topic owner and
246-
* the subscription owner can unsubscribe the endpoint. The
247-
* unsubscribe action requires AWS authentication.
246+
* request has an Amazon Web Services signature, then only the
247+
* topic owner and the subscription owner can unsubscribe the
248+
* endpoint. The unsubscribe action requires Amazon Web Services
249+
* authentication.
248250
* </p>
249251
*/
250252
public void setAuthenticateOnUnsubscribe(String authenticateOnUnsubscribe) {
@@ -254,10 +256,10 @@ public void setAuthenticateOnUnsubscribe(String authenticateOnUnsubscribe) {
254256
/**
255257
* <p>
256258
* Disallows unauthenticated unsubscribes of the subscription. If the value
257-
* of this parameter is <code>true</code> and the request has an AWS
258-
* signature, then only the topic owner and the subscription owner can
259-
* unsubscribe the endpoint. The unsubscribe action requires AWS
260-
* authentication.
259+
* of this parameter is <code>true</code> and the request has an Amazon Web
260+
* Services signature, then only the topic owner and the subscription owner
261+
* can unsubscribe the endpoint. The unsubscribe action requires Amazon Web
262+
* Services authentication.
261263
* </p>
262264
* <p>
263265
* Returns a reference to this object so that method calls can be chained
@@ -266,9 +268,10 @@ public void setAuthenticateOnUnsubscribe(String authenticateOnUnsubscribe) {
266268
* @param authenticateOnUnsubscribe <p>
267269
* Disallows unauthenticated unsubscribes of the subscription. If
268270
* the value of this parameter is <code>true</code> and the
269-
* request has an AWS signature, then only the topic owner and
270-
* the subscription owner can unsubscribe the endpoint. The
271-
* unsubscribe action requires AWS authentication.
271+
* request has an Amazon Web Services signature, then only the
272+
* topic owner and the subscription owner can unsubscribe the
273+
* endpoint. The unsubscribe action requires Amazon Web Services
274+
* authentication.
272275
* </p>
273276
* @return A reference to this updated object so that method calls can be
274277
* chained together.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
/**
2323
* <p>
24-
* Adds a destination phone number to an AWS account in the SMS sandbox and
25-
* sends a one-time password (OTP) to that phone number.
24+
* Adds a destination phone number to an account in the SMS sandbox and sends a
25+
* one-time password (OTP) to that phone number.
2626
* </p>
2727
* <p>
28-
* When you start using Amazon SNS to send SMS messages, your AWS account is in
29-
* the <i>SMS sandbox</i>. The SMS sandbox provides a safe environment for you
30-
* to try Amazon SNS features without risking your reputation as an SMS sender.
28+
* When you start using Amazon SNS to send SMS messages, your account is in the
29+
* <i>SMS sandbox</i>. The SMS sandbox provides a safe environment for you to
30+
* try Amazon SNS features without risking your reputation as an SMS sender.
3131
* While your account is in the SMS sandbox, you can use all of the features of
3232
* Amazon SNS. However, you can send SMS messages only to verified destination
3333
* phone numbers. For more information, including how to move out of the sandbox

0 commit comments

Comments
 (0)