Skip to content

Commit 9d732aa

Browse files
feat(aws-android-sdk-sns): update models to latest (#3194)
Co-authored-by: Thomas Leing <[email protected]>
1 parent 6d8997a commit 9d732aa

File tree

5 files changed

+370
-34
lines changed

5 files changed

+370
-34
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2268,6 +2268,18 @@ ConfirmSubscriptionResult confirmSubscription(String topicArn, String token)
22682268
* </li>
22692269
* <li>
22702270
* <p>
2271+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS
2272+
* topic. By default <code>TracingConfig</code> is set to
2273+
* <code>PassThrough</code>, and the topic passes through the
2274+
* tracing header it receives from an Amazon SNS publisher to its
2275+
* subscriptions. If set to <code>Active</code>, Amazon SNS will
2276+
* vend X-Ray segment data to topic owner account if the sampled
2277+
* flag in the tracing header is true. This is only supported on
2278+
* standard topics.
2279+
* </p>
2280+
* </li>
2281+
* <li>
2282+
* <p>
22712283
* HTTP
22722284
* </p>
22732285
* <ul>
@@ -2459,7 +2471,9 @@ ConfirmSubscriptionResult confirmSubscription(String topicArn, String token)
24592471
* <code>SignatureVersion</code> – The signature version
24602472
* corresponds to the hashing algorithm used while creating the
24612473
* signature of the notifications, subscription confirmations, or
2462-
* unsubscribe confirmation messages sent by Amazon SNS.
2474+
* unsubscribe confirmation messages sent by Amazon SNS. By
2475+
* default, <code>SignatureVersion</code> is set to
2476+
* <code>1</code>.
24632477
* </p>
24642478
* </li>
24652479
* </ul>

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3327,6 +3327,18 @@ public ConfirmSubscriptionResult confirmSubscription(String topicArn, String tok
33273327
* </li>
33283328
* <li>
33293329
* <p>
3330+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS
3331+
* topic. By default <code>TracingConfig</code> is set to
3332+
* <code>PassThrough</code>, and the topic passes through the
3333+
* tracing header it receives from an Amazon SNS publisher to its
3334+
* subscriptions. If set to <code>Active</code>, Amazon SNS will
3335+
* vend X-Ray segment data to topic owner account if the sampled
3336+
* flag in the tracing header is true. This is only supported on
3337+
* standard topics.
3338+
* </p>
3339+
* </li>
3340+
* <li>
3341+
* <p>
33303342
* HTTP
33313343
* </p>
33323344
* <ul>
@@ -3518,7 +3530,9 @@ public ConfirmSubscriptionResult confirmSubscription(String topicArn, String tok
35183530
* <code>SignatureVersion</code> – The signature version
35193531
* corresponds to the hashing algorithm used while creating the
35203532
* signature of the notifications, subscription confirmations, or
3521-
* unsubscribe confirmation messages sent by Amazon SNS.
3533+
* unsubscribe confirmation messages sent by Amazon SNS. By
3534+
* default, <code>SignatureVersion</code> is set to
3535+
* <code>1</code>.
35223536
* </p>
35233537
* </li>
35243538
* </ul>

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

Lines changed: 106 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,19 @@ public class CreateTopicRequest extends AmazonWebServiceRequest implements Seria
8484
* <code>SignatureVersion</code> – The signature version corresponds to the
8585
* hashing algorithm used while creating the signature of the notifications,
8686
* subscription confirmations, or unsubscribe confirmation messages sent by
87-
* Amazon SNS. By default, <code>SignatureVersion</code> is set to 1.
87+
* Amazon SNS. By default, <code>SignatureVersion</code> is set to
88+
* <code>1</code>.
89+
* </p>
90+
* </li>
91+
* <li>
92+
* <p>
93+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic. By
94+
* default <code>TracingConfig</code> is set to <code>PassThrough</code>,
95+
* and the topic passes through the tracing header it receives from an
96+
* Amazon SNS publisher to its subscriptions. If set to <code>Active</code>,
97+
* Amazon SNS will vend X-Ray segment data to topic owner account if the
98+
* sampled flag in the tracing header is true. This is only supported on
99+
* standard topics.
88100
* </p>
89101
* </li>
90102
* </ul>
@@ -349,7 +361,19 @@ public CreateTopicRequest withName(String name) {
349361
* <code>SignatureVersion</code> – The signature version corresponds to the
350362
* hashing algorithm used while creating the signature of the notifications,
351363
* subscription confirmations, or unsubscribe confirmation messages sent by
352-
* Amazon SNS. By default, <code>SignatureVersion</code> is set to 1.
364+
* Amazon SNS. By default, <code>SignatureVersion</code> is set to
365+
* <code>1</code>.
366+
* </p>
367+
* </li>
368+
* <li>
369+
* <p>
370+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic. By
371+
* default <code>TracingConfig</code> is set to <code>PassThrough</code>,
372+
* and the topic passes through the tracing header it receives from an
373+
* Amazon SNS publisher to its subscriptions. If set to <code>Active</code>,
374+
* Amazon SNS will vend X-Ray segment data to topic owner account if the
375+
* sampled flag in the tracing header is true. This is only supported on
376+
* standard topics.
353377
* </p>
354378
* </li>
355379
* </ul>
@@ -455,7 +479,19 @@ public CreateTopicRequest withName(String name) {
455479
* to the hashing algorithm used while creating the signature of the
456480
* notifications, subscription confirmations, or unsubscribe
457481
* confirmation messages sent by Amazon SNS. By default,
458-
* <code>SignatureVersion</code> is set to 1.
482+
* <code>SignatureVersion</code> is set to <code>1</code>.
483+
* </p>
484+
* </li>
485+
* <li>
486+
* <p>
487+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic.
488+
* By default <code>TracingConfig</code> is set to
489+
* <code>PassThrough</code>, and the topic passes through the
490+
* tracing header it receives from an Amazon SNS publisher to its
491+
* subscriptions. If set to <code>Active</code>, Amazon SNS will
492+
* vend X-Ray segment data to topic owner account if the sampled
493+
* flag in the tracing header is true. This is only supported on
494+
* standard topics.
459495
* </p>
460496
* </li>
461497
* </ul>
@@ -563,7 +599,19 @@ public java.util.Map<String, String> getAttributes() {
563599
* <code>SignatureVersion</code> – The signature version corresponds to the
564600
* hashing algorithm used while creating the signature of the notifications,
565601
* subscription confirmations, or unsubscribe confirmation messages sent by
566-
* Amazon SNS. By default, <code>SignatureVersion</code> is set to 1.
602+
* Amazon SNS. By default, <code>SignatureVersion</code> is set to
603+
* <code>1</code>.
604+
* </p>
605+
* </li>
606+
* <li>
607+
* <p>
608+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic. By
609+
* default <code>TracingConfig</code> is set to <code>PassThrough</code>,
610+
* and the topic passes through the tracing header it receives from an
611+
* Amazon SNS publisher to its subscriptions. If set to <code>Active</code>,
612+
* Amazon SNS will vend X-Ray segment data to topic owner account if the
613+
* sampled flag in the tracing header is true. This is only supported on
614+
* standard topics.
567615
* </p>
568616
* </li>
569617
* </ul>
@@ -669,7 +717,20 @@ public java.util.Map<String, String> getAttributes() {
669717
* corresponds to the hashing algorithm used while creating the
670718
* signature of the notifications, subscription confirmations, or
671719
* unsubscribe confirmation messages sent by Amazon SNS. By
672-
* default, <code>SignatureVersion</code> is set to 1.
720+
* default, <code>SignatureVersion</code> is set to
721+
* <code>1</code>.
722+
* </p>
723+
* </li>
724+
* <li>
725+
* <p>
726+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS
727+
* topic. By default <code>TracingConfig</code> is set to
728+
* <code>PassThrough</code>, and the topic passes through the
729+
* tracing header it receives from an Amazon SNS publisher to its
730+
* subscriptions. If set to <code>Active</code>, Amazon SNS will
731+
* vend X-Ray segment data to topic owner account if the sampled
732+
* flag in the tracing header is true. This is only supported on
733+
* standard topics.
673734
* </p>
674735
* </li>
675736
* </ul>
@@ -778,7 +839,19 @@ public void setAttributes(java.util.Map<String, String> attributes) {
778839
* <code>SignatureVersion</code> – The signature version corresponds to the
779840
* hashing algorithm used while creating the signature of the notifications,
780841
* subscription confirmations, or unsubscribe confirmation messages sent by
781-
* Amazon SNS. By default, <code>SignatureVersion</code> is set to 1.
842+
* Amazon SNS. By default, <code>SignatureVersion</code> is set to
843+
* <code>1</code>.
844+
* </p>
845+
* </li>
846+
* <li>
847+
* <p>
848+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic. By
849+
* default <code>TracingConfig</code> is set to <code>PassThrough</code>,
850+
* and the topic passes through the tracing header it receives from an
851+
* Amazon SNS publisher to its subscriptions. If set to <code>Active</code>,
852+
* Amazon SNS will vend X-Ray segment data to topic owner account if the
853+
* sampled flag in the tracing header is true. This is only supported on
854+
* standard topics.
782855
* </p>
783856
* </li>
784857
* </ul>
@@ -887,7 +960,20 @@ public void setAttributes(java.util.Map<String, String> attributes) {
887960
* corresponds to the hashing algorithm used while creating the
888961
* signature of the notifications, subscription confirmations, or
889962
* unsubscribe confirmation messages sent by Amazon SNS. By
890-
* default, <code>SignatureVersion</code> is set to 1.
963+
* default, <code>SignatureVersion</code> is set to
964+
* <code>1</code>.
965+
* </p>
966+
* </li>
967+
* <li>
968+
* <p>
969+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS
970+
* topic. By default <code>TracingConfig</code> is set to
971+
* <code>PassThrough</code>, and the topic passes through the
972+
* tracing header it receives from an Amazon SNS publisher to its
973+
* subscriptions. If set to <code>Active</code>, Amazon SNS will
974+
* vend X-Ray segment data to topic owner account if the sampled
975+
* flag in the tracing header is true. This is only supported on
976+
* standard topics.
891977
* </p>
892978
* </li>
893979
* </ul>
@@ -999,7 +1085,19 @@ public CreateTopicRequest withAttributes(java.util.Map<String, String> attribute
9991085
* <code>SignatureVersion</code> – The signature version corresponds to the
10001086
* hashing algorithm used while creating the signature of the notifications,
10011087
* subscription confirmations, or unsubscribe confirmation messages sent by
1002-
* Amazon SNS. By default, <code>SignatureVersion</code> is set to 1.
1088+
* Amazon SNS. By default, <code>SignatureVersion</code> is set to
1089+
* <code>1</code>.
1090+
* </p>
1091+
* </li>
1092+
* <li>
1093+
* <p>
1094+
* <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic. By
1095+
* default <code>TracingConfig</code> is set to <code>PassThrough</code>,
1096+
* and the topic passes through the tracing header it receives from an
1097+
* Amazon SNS publisher to its subscriptions. If set to <code>Active</code>,
1098+
* Amazon SNS will vend X-Ray segment data to topic owner account if the
1099+
* sampled flag in the tracing header is true. This is only supported on
1100+
* standard topics.
10031101
* </p>
10041102
* </li>
10051103
* </ul>

0 commit comments

Comments
 (0)