aws-sdk-sns 1.90.0 → 1.91.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2aa57a3c8fd94114d0d5bfb68d4b877eb477320c701cb100e8da6ffe70a680eb
4
- data.tar.gz: e8fc9e619d0678e8e98c051ece1260d38ad9c9c42fefe7c431bb1aa46b326478
3
+ metadata.gz: 0545b35eedb652ad93f497b71fffb62c7de549fd6e8e9fee86982f990e41d4a1
4
+ data.tar.gz: a16679f3c13a3dddbf4a3dfae423b1f86343c8401e8e075ba610c0ffdb415f4b
5
5
  SHA512:
6
- metadata.gz: 6a4605fdbfd28048b7d85890b98af1e7d317711453236fdf24acdb498e84c18cb8a05614d35fb458ed3f2737087426aefa7d44971bc503096a8de80af14f432e
7
- data.tar.gz: 19f19f7d8abc081410b3548346cffd15ecbc13b42b32258a9c7f48db5781c97313c9b88a09d0b07cff95d2f936595946bc9eb7430f436f459753ebce96f24ff4
6
+ metadata.gz: 5e2a08ee7ce25cc4e942df60ec4701ea5768c93336b716ae1b3abaf5bb8b4a9a9e5591610f1b5b26757f2f9fcba657f5f33f82e24de23cbdc42f98e2a026bae8
7
+ data.tar.gz: 4d2a3ee05d9c9bf585299b659951b58911c6c35b5ca10dbf1b44df15dc58b050b81bd7f65e1d446e4f4d8caa2fd0e705dac3f73acd1d1e59abce3fc84c980f2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.90.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -2388,7 +2388,6 @@ module Aws::SNS
2388
2388
  # message attributes.
2389
2389
  #
2390
2390
  # * `MessageBody` – The filter is applied on the message body.
2391
- #
2392
2391
  # * `RawMessageDelivery` – When set to `true`, enables raw message
2393
2392
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need
2394
2393
  # for the endpoints to process JSON formatting, which is otherwise
@@ -2410,7 +2409,6 @@ module Aws::SNS
2410
2409
  # * Permission to write to the Firehose delivery stream
2411
2410
  #
2412
2411
  # * Amazon SNS listed as a trusted entity
2413
- #
2414
2412
  # Specifying a valid ARN for this attribute is required for Firehose
2415
2413
  # delivery stream subscriptions. For more information, see [Fanout to
2416
2414
  # Firehose delivery streams][1] in the *Amazon SNS Developer Guide*.
@@ -2491,7 +2489,6 @@ module Aws::SNS
2491
2489
  # * `HTTPFailureFeedbackRoleArn` – Indicates failed message delivery
2492
2490
  # status for an Amazon SNS topic that is subscribed to an HTTP
2493
2491
  # endpoint.
2494
- #
2495
2492
  # * Amazon Kinesis Data Firehose
2496
2493
  #
2497
2494
  # * `FirehoseSuccessFeedbackRoleArn` – Indicates successful message
@@ -2505,7 +2502,6 @@ module Aws::SNS
2505
2502
  # * `FirehoseFailureFeedbackRoleArn` – Indicates failed message
2506
2503
  # delivery status for an Amazon SNS topic that is subscribed to an
2507
2504
  # Amazon Kinesis Data Firehose endpoint.
2508
- #
2509
2505
  # * Lambda
2510
2506
  #
2511
2507
  # * `LambdaSuccessFeedbackRoleArn` – Indicates successful message
@@ -2519,7 +2515,6 @@ module Aws::SNS
2519
2515
  # * `LambdaFailureFeedbackRoleArn` – Indicates failed message delivery
2520
2516
  # status for an Amazon SNS topic that is subscribed to an Lambda
2521
2517
  # endpoint.
2522
- #
2523
2518
  # * Platform application endpoint
2524
2519
  #
2525
2520
  # * `ApplicationSuccessFeedbackRoleArn` – Indicates successful message
@@ -2533,7 +2528,6 @@ module Aws::SNS
2533
2528
  # * `ApplicationFailureFeedbackRoleArn` – Indicates failed message
2534
2529
  # delivery status for an Amazon SNS topic that is subscribed to an
2535
2530
  # Amazon Web Services application endpoint.
2536
- #
2537
2531
  # <note markdown="1"> In addition to being able to configure topic attributes for message
2538
2532
  # delivery status of notification messages sent to Amazon SNS
2539
2533
  # application endpoints, you can also configure application attributes
@@ -2717,7 +2711,6 @@ module Aws::SNS
2717
2711
  # message attributes.
2718
2712
  #
2719
2713
  # * `MessageBody` – The filter is applied on the message body.
2720
- #
2721
2714
  # * `RawMessageDelivery` – When set to `true`, enables raw message
2722
2715
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need
2723
2716
  # for the endpoints to process JSON formatting, which is otherwise
@@ -2739,7 +2732,6 @@ module Aws::SNS
2739
2732
  # * Permission to write to the Firehose delivery stream
2740
2733
  #
2741
2734
  # * Amazon SNS listed as a trusted entity
2742
- #
2743
2735
  # Specifying a valid ARN for this attribute is required for Firehose
2744
2736
  # delivery stream subscriptions. For more information, see [Fanout to
2745
2737
  # Firehose delivery streams][1] in the *Amazon SNS Developer Guide*.
@@ -2995,7 +2987,7 @@ module Aws::SNS
2995
2987
  tracer: tracer
2996
2988
  )
2997
2989
  context[:gem_name] = 'aws-sdk-sns'
2998
- context[:gem_version] = '1.90.0'
2990
+ context[:gem_version] = '1.91.0'
2999
2991
  Seahorse::Client::Request.new(handlers, context)
3000
2992
  end
3001
2993
 
@@ -52,7 +52,6 @@ module Aws::SNS
52
52
  # * APNS – Returns the token or certificate.
53
53
  #
54
54
  # * GCM – Returns the token or key.
55
- #
56
55
  # * `EventEndpointCreated` – Topic ARN to which EndpointCreated event
57
56
  # notifications should be sent.
58
57
  #
@@ -58,7 +58,6 @@ module Aws::SNS
58
58
  # message attributes.
59
59
  #
60
60
  # * `MessageBody` – The filter is applied on the message body.
61
- #
62
61
  # * `Owner` – The Amazon Web Services account ID of the subscription's
63
62
  # owner.
64
63
  #
@@ -90,7 +89,6 @@ module Aws::SNS
90
89
  # * Permission to write to the Firehose delivery stream
91
90
  #
92
91
  # * Amazon SNS listed as a trusted entity
93
- #
94
92
  # Specifying a valid ARN for this attribute is required for Firehose
95
93
  # delivery stream subscriptions. For more information, see [Fanout to
96
94
  # Firehose delivery streams][2] in the *Amazon SNS Developer Guide*.
@@ -183,7 +181,6 @@ module Aws::SNS
183
181
  # message attributes.
184
182
  #
185
183
  # * `MessageBody` – The filter is applied on the message body.
186
- #
187
184
  # * `RawMessageDelivery` – When set to `true`, enables raw message
188
185
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need
189
186
  # for the endpoints to process JSON formatting, which is otherwise
@@ -205,7 +202,6 @@ module Aws::SNS
205
202
  # * Permission to write to the Firehose delivery stream
206
203
  #
207
204
  # * Amazon SNS listed as a trusted entity
208
- #
209
205
  # Specifying a valid ARN for this attribute is required for Firehose
210
206
  # delivery stream subscriptions. For more information, see [Fanout to
211
207
  # Firehose delivery streams][1] in the *Amazon SNS Developer Guide*.
@@ -67,7 +67,6 @@ module Aws::SNS
67
67
  # value **1**.
68
68
  #
69
69
  # </note>
70
- #
71
70
  # * `SubscriptionsConfirmed` – The number of confirmed subscriptions for
72
71
  # the topic.
73
72
  #
@@ -439,7 +438,6 @@ module Aws::SNS
439
438
  # * `HTTPFailureFeedbackRoleArn` – Indicates failed message delivery
440
439
  # status for an Amazon SNS topic that is subscribed to an HTTP
441
440
  # endpoint.
442
- #
443
441
  # * Amazon Kinesis Data Firehose
444
442
  #
445
443
  # * `FirehoseSuccessFeedbackRoleArn` – Indicates successful message
@@ -453,7 +451,6 @@ module Aws::SNS
453
451
  # * `FirehoseFailureFeedbackRoleArn` – Indicates failed message
454
452
  # delivery status for an Amazon SNS topic that is subscribed to an
455
453
  # Amazon Kinesis Data Firehose endpoint.
456
- #
457
454
  # * Lambda
458
455
  #
459
456
  # * `LambdaSuccessFeedbackRoleArn` – Indicates successful message
@@ -467,7 +464,6 @@ module Aws::SNS
467
464
  # * `LambdaFailureFeedbackRoleArn` – Indicates failed message delivery
468
465
  # status for an Amazon SNS topic that is subscribed to an Lambda
469
466
  # endpoint.
470
- #
471
467
  # * Platform application endpoint
472
468
  #
473
469
  # * `ApplicationSuccessFeedbackRoleArn` – Indicates successful message
@@ -481,7 +477,6 @@ module Aws::SNS
481
477
  # * `ApplicationFailureFeedbackRoleArn` – Indicates failed message
482
478
  # delivery status for an Amazon SNS topic that is subscribed to an
483
479
  # Amazon Web Services application endpoint.
484
- #
485
480
  # <note markdown="1"> In addition to being able to configure topic attributes for message
486
481
  # delivery status of notification messages sent to Amazon SNS
487
482
  # application endpoints, you can also configure application attributes
@@ -649,7 +644,6 @@ module Aws::SNS
649
644
  # message attributes.
650
645
  #
651
646
  # * `MessageBody` – The filter is applied on the message body.
652
- #
653
647
  # * `RawMessageDelivery` – When set to `true`, enables raw message
654
648
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need
655
649
  # for the endpoints to process JSON formatting, which is otherwise
@@ -671,7 +665,6 @@ module Aws::SNS
671
665
  # * Permission to write to the Firehose delivery stream
672
666
  #
673
667
  # * Amazon SNS listed as a trusted entity
674
- #
675
668
  # Specifying a valid ARN for this attribute is required for Firehose
676
669
  # delivery stream subscriptions. For more information, see [Fanout to
677
670
  # Firehose delivery streams][1] in the *Amazon SNS Developer Guide*.
@@ -693,7 +693,6 @@ module Aws::SNS
693
693
  # * APNS – Returns the token or certificate.
694
694
  #
695
695
  # * GCM – Returns the token or key.
696
- #
697
696
  # * `EventEndpointCreated` – Topic ARN to which EndpointCreated event
698
697
  # notifications should be sent.
699
698
  #
@@ -814,7 +813,6 @@ module Aws::SNS
814
813
  # message attributes.
815
814
  #
816
815
  # * `MessageBody` – The filter is applied on the message body.
817
- #
818
816
  # * `Owner` – The Amazon Web Services account ID of the
819
817
  # subscription's owner.
820
818
  #
@@ -848,7 +846,6 @@ module Aws::SNS
848
846
  # * Permission to write to the Firehose delivery stream
849
847
  #
850
848
  # * Amazon SNS listed as a trusted entity
851
- #
852
849
  # Specifying a valid ARN for this attribute is required for Firehose
853
850
  # delivery stream subscriptions. For more information, see [Fanout
854
851
  # to Firehose delivery streams][2] in the *Amazon SNS Developer
@@ -919,7 +916,6 @@ module Aws::SNS
919
916
  # has value **1**.
920
917
  #
921
918
  # </note>
922
- #
923
919
  # * `SubscriptionsConfirmed` – The number of confirmed subscriptions
924
920
  # for the topic.
925
921
  #
@@ -1755,7 +1751,6 @@ module Aws::SNS
1755
1751
  #
1756
1752
  # * If the topic has a `ContentBasedDeduplication` set, your
1757
1753
  # `MessageDeduplicationId` overrides the generated one.
1758
- #
1759
1754
  # * When `ContentBasedDeduplication` is in effect, messages with
1760
1755
  # identical content sent within the deduplication interval are
1761
1756
  # treated as duplicates and only one copy of the message is
@@ -2420,7 +2415,6 @@ module Aws::SNS
2420
2415
  # message attributes.
2421
2416
  #
2422
2417
  # * `MessageBody` – The filter is applied on the message body.
2423
- #
2424
2418
  # * `RawMessageDelivery` – When set to `true`, enables raw message
2425
2419
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the
2426
2420
  # need for the endpoints to process JSON formatting, which is
@@ -2443,7 +2437,6 @@ module Aws::SNS
2443
2437
  # * Permission to write to the Firehose delivery stream
2444
2438
  #
2445
2439
  # * Amazon SNS listed as a trusted entity
2446
- #
2447
2440
  # Specifying a valid ARN for this attribute is required for Firehose
2448
2441
  # delivery stream subscriptions. For more information, see [Fanout
2449
2442
  # to Firehose delivery streams][1] in the *Amazon SNS Developer
@@ -2516,7 +2509,6 @@ module Aws::SNS
2516
2509
  # * `HTTPFailureFeedbackRoleArn` – Indicates failed message delivery
2517
2510
  # status for an Amazon SNS topic that is subscribed to an HTTP
2518
2511
  # endpoint.
2519
- #
2520
2512
  # * Amazon Kinesis Data Firehose
2521
2513
  #
2522
2514
  # * `FirehoseSuccessFeedbackRoleArn` – Indicates successful message
@@ -2530,7 +2522,6 @@ module Aws::SNS
2530
2522
  # * `FirehoseFailureFeedbackRoleArn` – Indicates failed message
2531
2523
  # delivery status for an Amazon SNS topic that is subscribed to an
2532
2524
  # Amazon Kinesis Data Firehose endpoint.
2533
- #
2534
2525
  # * Lambda
2535
2526
  #
2536
2527
  # * `LambdaSuccessFeedbackRoleArn` – Indicates successful message
@@ -2544,7 +2535,6 @@ module Aws::SNS
2544
2535
  # * `LambdaFailureFeedbackRoleArn` – Indicates failed message
2545
2536
  # delivery status for an Amazon SNS topic that is subscribed to an
2546
2537
  # Lambda endpoint.
2547
- #
2548
2538
  # * Platform application endpoint
2549
2539
  #
2550
2540
  # * `ApplicationSuccessFeedbackRoleArn` – Indicates successful
@@ -2558,7 +2548,6 @@ module Aws::SNS
2558
2548
  # * `ApplicationFailureFeedbackRoleArn` – Indicates failed message
2559
2549
  # delivery status for an Amazon SNS topic that is subscribed to an
2560
2550
  # Amazon Web Services application endpoint.
2561
- #
2562
2551
  # <note markdown="1"> In addition to being able to configure topic attributes for
2563
2552
  # message delivery status of notification messages sent to Amazon
2564
2553
  # SNS application endpoints, you can also configure application
@@ -2745,7 +2734,6 @@ module Aws::SNS
2745
2734
  # message attributes.
2746
2735
  #
2747
2736
  # * `MessageBody` – The filter is applied on the message body.
2748
- #
2749
2737
  # * `RawMessageDelivery` – When set to `true`, enables raw message
2750
2738
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the
2751
2739
  # need for the endpoints to process JSON formatting, which is
@@ -2768,7 +2756,6 @@ module Aws::SNS
2768
2756
  # * Permission to write to the Firehose delivery stream
2769
2757
  #
2770
2758
  # * Amazon SNS listed as a trusted entity
2771
- #
2772
2759
  # Specifying a valid ARN for this attribute is required for Firehose
2773
2760
  # delivery stream subscriptions. For more information, see [Fanout
2774
2761
  # to Firehose delivery streams][1] in the *Amazon SNS Developer
data/lib/aws-sdk-sns.rb CHANGED
@@ -58,7 +58,7 @@ module Aws::SNS
58
58
  autoload :Subscription, 'aws-sdk-sns/subscription'
59
59
  autoload :Topic, 'aws-sdk-sns/topic'
60
60
 
61
- GEM_VERSION = '1.90.0'
61
+ GEM_VERSION = '1.91.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core