aws-sdk-sns 1.90.0 → 1.92.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2aa57a3c8fd94114d0d5bfb68d4b877eb477320c701cb100e8da6ffe70a680eb
4
- data.tar.gz: e8fc9e619d0678e8e98c051ece1260d38ad9c9c42fefe7c431bb1aa46b326478
3
+ metadata.gz: 4ccab4e37fe911945b19c4b8e7569dfb4634a5ca08bfdb46862d72a577fc3742
4
+ data.tar.gz: 798e83e8a8683c41e207fe8fb9664ddf8599a2e9d70d9ab5def959d9d7bb47d7
5
5
  SHA512:
6
- metadata.gz: 6a4605fdbfd28048b7d85890b98af1e7d317711453236fdf24acdb498e84c18cb8a05614d35fb458ed3f2737087426aefa7d44971bc503096a8de80af14f432e
7
- data.tar.gz: 19f19f7d8abc081410b3548346cffd15ecbc13b42b32258a9c7f48db5781c97313c9b88a09d0b07cff95d2f936595946bc9eb7430f436f459753ebce96f24ff4
6
+ metadata.gz: 1004641d19b622a999209de7ff5c3a57b83b8468f2d24731c05f48a4bfa83223db03137399a2a2eca11f2f6cebd42df272ac98daf9ced3e1f400b7cf0b8ea17f
7
+ data.tar.gz: 9893931c635fbd128e68a8dfc8d9c2ed41ed36ef9e0b026cada995acde559d8d0ae846406e7b88ff350bdf3fd4e4a084668d9342d39d7c53bb80b93989263d2e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2024-11-22)
5
+ ------------------
6
+
7
+ * Feature - ArchivePolicy attribute added to Archive and Replay feature
8
+
9
+ 1.91.0 (2024-11-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.90.0 (2024-11-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.92.0
@@ -837,13 +837,8 @@ module Aws::SNS
837
837
  #
838
838
  # The following attributes apply only to [FIFO topics][4]:
839
839
  #
840
- # * `ArchivePolicy` – Adds or updates an inline policy document to
841
- # archive messages stored in the specified Amazon SNS topic.
842
- #
843
- # * `BeginningArchiveTime` – The earliest starting point at which a
844
- # message in the topic’s archive can be replayed from. This point in
845
- # time is based on the configured message retention period set by the
846
- # topic’s message archiving policy.
840
+ # * `ArchivePolicy` – The policy that sets the retention period for
841
+ # messages stored in the message archive of an Amazon SNS FIFO topic.
847
842
  #
848
843
  # * `ContentBasedDeduplication` – Enables content-based deduplication
849
844
  # for FIFO topics.
@@ -2388,7 +2383,6 @@ module Aws::SNS
2388
2383
  # message attributes.
2389
2384
  #
2390
2385
  # * `MessageBody` – The filter is applied on the message body.
2391
- #
2392
2386
  # * `RawMessageDelivery` – When set to `true`, enables raw message
2393
2387
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need
2394
2388
  # for the endpoints to process JSON formatting, which is otherwise
@@ -2410,7 +2404,6 @@ module Aws::SNS
2410
2404
  # * Permission to write to the Firehose delivery stream
2411
2405
  #
2412
2406
  # * Amazon SNS listed as a trusted entity
2413
- #
2414
2407
  # Specifying a valid ARN for this attribute is required for Firehose
2415
2408
  # delivery stream subscriptions. For more information, see [Fanout to
2416
2409
  # Firehose delivery streams][1] in the *Amazon SNS Developer Guide*.
@@ -2491,7 +2484,6 @@ module Aws::SNS
2491
2484
  # * `HTTPFailureFeedbackRoleArn` – Indicates failed message delivery
2492
2485
  # status for an Amazon SNS topic that is subscribed to an HTTP
2493
2486
  # endpoint.
2494
- #
2495
2487
  # * Amazon Kinesis Data Firehose
2496
2488
  #
2497
2489
  # * `FirehoseSuccessFeedbackRoleArn` – Indicates successful message
@@ -2505,7 +2497,6 @@ module Aws::SNS
2505
2497
  # * `FirehoseFailureFeedbackRoleArn` – Indicates failed message
2506
2498
  # delivery status for an Amazon SNS topic that is subscribed to an
2507
2499
  # Amazon Kinesis Data Firehose endpoint.
2508
- #
2509
2500
  # * Lambda
2510
2501
  #
2511
2502
  # * `LambdaSuccessFeedbackRoleArn` – Indicates successful message
@@ -2519,7 +2510,6 @@ module Aws::SNS
2519
2510
  # * `LambdaFailureFeedbackRoleArn` – Indicates failed message delivery
2520
2511
  # status for an Amazon SNS topic that is subscribed to an Lambda
2521
2512
  # endpoint.
2522
- #
2523
2513
  # * Platform application endpoint
2524
2514
  #
2525
2515
  # * `ApplicationSuccessFeedbackRoleArn` – Indicates successful message
@@ -2533,7 +2523,6 @@ module Aws::SNS
2533
2523
  # * `ApplicationFailureFeedbackRoleArn` – Indicates failed message
2534
2524
  # delivery status for an Amazon SNS topic that is subscribed to an
2535
2525
  # Amazon Web Services application endpoint.
2536
- #
2537
2526
  # <note markdown="1"> In addition to being able to configure topic attributes for message
2538
2527
  # delivery status of notification messages sent to Amazon SNS
2539
2528
  # application endpoints, you can also configure application attributes
@@ -2585,6 +2574,9 @@ module Aws::SNS
2585
2574
  #
2586
2575
  # The following attribute applies only to [FIFO topics][5]:
2587
2576
  #
2577
+ # * `ArchivePolicy` – The policy that sets the retention period for
2578
+ # messages stored in the message archive of an Amazon SNS FIFO topic.
2579
+ #
2588
2580
  # * `ContentBasedDeduplication` – Enables content-based deduplication
2589
2581
  # for FIFO topics.
2590
2582
  #
@@ -2717,7 +2709,6 @@ module Aws::SNS
2717
2709
  # message attributes.
2718
2710
  #
2719
2711
  # * `MessageBody` – The filter is applied on the message body.
2720
- #
2721
2712
  # * `RawMessageDelivery` – When set to `true`, enables raw message
2722
2713
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need
2723
2714
  # for the endpoints to process JSON formatting, which is otherwise
@@ -2739,7 +2730,6 @@ module Aws::SNS
2739
2730
  # * Permission to write to the Firehose delivery stream
2740
2731
  #
2741
2732
  # * Amazon SNS listed as a trusted entity
2742
- #
2743
2733
  # Specifying a valid ARN for this attribute is required for Firehose
2744
2734
  # delivery stream subscriptions. For more information, see [Fanout to
2745
2735
  # Firehose delivery streams][1] in the *Amazon SNS Developer Guide*.
@@ -2995,7 +2985,7 @@ module Aws::SNS
2995
2985
  tracer: tracer
2996
2986
  )
2997
2987
  context[:gem_name] = 'aws-sdk-sns'
2998
- context[:gem_version] = '1.90.0'
2988
+ context[:gem_version] = '1.92.0'
2999
2989
  Seahorse::Client::Request.new(handlers, context)
3000
2990
  end
3001
2991
 
@@ -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
  #
@@ -137,13 +137,8 @@ module Aws::SNS
137
137
  #
138
138
  # The following attributes apply only to [FIFO topics][4]:
139
139
  #
140
- # * `ArchivePolicy` – Adds or updates an inline policy document to
141
- # archive messages stored in the specified Amazon SNS topic.
142
- #
143
- # * `BeginningArchiveTime` – The earliest starting point at which a
144
- # message in the topic’s archive can be replayed from. This point in
145
- # time is based on the configured message retention period set by the
146
- # topic’s message archiving policy.
140
+ # * `ArchivePolicy` – The policy that sets the retention period for
141
+ # messages stored in the message archive of an Amazon SNS FIFO topic.
147
142
  #
148
143
  # * `ContentBasedDeduplication` – Enables content-based deduplication
149
144
  # for FIFO topics.
@@ -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
  #
@@ -97,7 +96,13 @@ module Aws::SNS
97
96
  #
98
97
  # The following attributes apply only to [FIFO topics][4]:
99
98
  #
100
- # * `FifoTopic` – When this is set to `true`, a FIFO topic is created.
99
+ # * `ArchivePolicy` – The policy that sets the retention period for
100
+ # messages stored in the message archive of an Amazon SNS FIFO topic.
101
+ #
102
+ # * `BeginningArchiveTime` – The earliest starting point at which a
103
+ # message in the topic’s archive can be replayed from. This point in
104
+ # time is based on the configured message retention period set by the
105
+ # topic’s message archiving policy.
101
106
  #
102
107
  # * `ContentBasedDeduplication` – Enables content-based deduplication
103
108
  # for FIFO topics.
@@ -114,6 +119,7 @@ module Aws::SNS
114
119
  # (Optional) To override the generated value, you can specify a
115
120
  # value for the `MessageDeduplicationId` parameter for the `Publish`
116
121
  # action.
122
+ # * `FifoTopic` – When this is set to `true`, a FIFO topic is created.
117
123
  #
118
124
  #
119
125
  #
@@ -439,7 +445,6 @@ module Aws::SNS
439
445
  # * `HTTPFailureFeedbackRoleArn` – Indicates failed message delivery
440
446
  # status for an Amazon SNS topic that is subscribed to an HTTP
441
447
  # endpoint.
442
- #
443
448
  # * Amazon Kinesis Data Firehose
444
449
  #
445
450
  # * `FirehoseSuccessFeedbackRoleArn` – Indicates successful message
@@ -453,7 +458,6 @@ module Aws::SNS
453
458
  # * `FirehoseFailureFeedbackRoleArn` – Indicates failed message
454
459
  # delivery status for an Amazon SNS topic that is subscribed to an
455
460
  # Amazon Kinesis Data Firehose endpoint.
456
- #
457
461
  # * Lambda
458
462
  #
459
463
  # * `LambdaSuccessFeedbackRoleArn` – Indicates successful message
@@ -467,7 +471,6 @@ module Aws::SNS
467
471
  # * `LambdaFailureFeedbackRoleArn` – Indicates failed message delivery
468
472
  # status for an Amazon SNS topic that is subscribed to an Lambda
469
473
  # endpoint.
470
- #
471
474
  # * Platform application endpoint
472
475
  #
473
476
  # * `ApplicationSuccessFeedbackRoleArn` – Indicates successful message
@@ -481,7 +484,6 @@ module Aws::SNS
481
484
  # * `ApplicationFailureFeedbackRoleArn` – Indicates failed message
482
485
  # delivery status for an Amazon SNS topic that is subscribed to an
483
486
  # Amazon Web Services application endpoint.
484
- #
485
487
  # <note markdown="1"> In addition to being able to configure topic attributes for message
486
488
  # delivery status of notification messages sent to Amazon SNS
487
489
  # application endpoints, you can also configure application attributes
@@ -533,6 +535,9 @@ module Aws::SNS
533
535
  #
534
536
  # The following attribute applies only to [FIFO topics][5]:
535
537
  #
538
+ # * `ArchivePolicy` – The policy that sets the retention period for
539
+ # messages stored in the message archive of an Amazon SNS FIFO topic.
540
+ #
536
541
  # * `ContentBasedDeduplication` – Enables content-based deduplication
537
542
  # for FIFO topics.
538
543
  #
@@ -649,7 +654,6 @@ module Aws::SNS
649
654
  # message attributes.
650
655
  #
651
656
  # * `MessageBody` – The filter is applied on the message body.
652
- #
653
657
  # * `RawMessageDelivery` – When set to `true`, enables raw message
654
658
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need
655
659
  # for the endpoints to process JSON formatting, which is otherwise
@@ -671,7 +675,6 @@ module Aws::SNS
671
675
  # * Permission to write to the Firehose delivery stream
672
676
  #
673
677
  # * Amazon SNS listed as a trusted entity
674
- #
675
678
  # Specifying a valid ARN for this attribute is required for Firehose
676
679
  # delivery stream subscriptions. For more information, see [Fanout to
677
680
  # Firehose delivery streams][1] in the *Amazon SNS Developer Guide*.
@@ -385,13 +385,9 @@ module Aws::SNS
385
385
  #
386
386
  # The following attributes apply only to [FIFO topics][4]:
387
387
  #
388
- # * `ArchivePolicy` – Adds or updates an inline policy document to
389
- # archive messages stored in the specified Amazon SNS topic.
390
- #
391
- # * `BeginningArchiveTime` – The earliest starting point at which a
392
- # message in the topic’s archive can be replayed from. This point in
393
- # time is based on the configured message retention period set by
394
- # the topic’s message archiving policy.
388
+ # * `ArchivePolicy` – The policy that sets the retention period for
389
+ # messages stored in the message archive of an Amazon SNS FIFO
390
+ # topic.
395
391
  #
396
392
  # * `ContentBasedDeduplication` – Enables content-based deduplication
397
393
  # for FIFO topics.
@@ -693,7 +689,6 @@ module Aws::SNS
693
689
  # * APNS – Returns the token or certificate.
694
690
  #
695
691
  # * GCM – Returns the token or key.
696
- #
697
692
  # * `EventEndpointCreated` – Topic ARN to which EndpointCreated event
698
693
  # notifications should be sent.
699
694
  #
@@ -814,7 +809,6 @@ module Aws::SNS
814
809
  # message attributes.
815
810
  #
816
811
  # * `MessageBody` – The filter is applied on the message body.
817
- #
818
812
  # * `Owner` – The Amazon Web Services account ID of the
819
813
  # subscription's owner.
820
814
  #
@@ -848,7 +842,6 @@ module Aws::SNS
848
842
  # * Permission to write to the Firehose delivery stream
849
843
  #
850
844
  # * Amazon SNS listed as a trusted entity
851
- #
852
845
  # Specifying a valid ARN for this attribute is required for Firehose
853
846
  # delivery stream subscriptions. For more information, see [Fanout
854
847
  # to Firehose delivery streams][2] in the *Amazon SNS Developer
@@ -919,7 +912,6 @@ module Aws::SNS
919
912
  # has value **1**.
920
913
  #
921
914
  # </note>
922
- #
923
915
  # * `SubscriptionsConfirmed` – The number of confirmed subscriptions
924
916
  # for the topic.
925
917
  #
@@ -950,7 +942,14 @@ module Aws::SNS
950
942
  #
951
943
  # The following attributes apply only to [FIFO topics][4]:
952
944
  #
953
- # * `FifoTopic` – When this is set to `true`, a FIFO topic is created.
945
+ # * `ArchivePolicy` – The policy that sets the retention period for
946
+ # messages stored in the message archive of an Amazon SNS FIFO
947
+ # topic.
948
+ #
949
+ # * `BeginningArchiveTime` – The earliest starting point at which a
950
+ # message in the topic’s archive can be replayed from. This point in
951
+ # time is based on the configured message retention period set by
952
+ # the topic’s message archiving policy.
954
953
  #
955
954
  # * `ContentBasedDeduplication` – Enables content-based deduplication
956
955
  # for FIFO topics.
@@ -968,6 +967,7 @@ module Aws::SNS
968
967
  # (Optional) To override the generated value, you can specify a
969
968
  # value for the `MessageDeduplicationId` parameter for the
970
969
  # `Publish` action.
970
+ # * `FifoTopic` – When this is set to `true`, a FIFO topic is created.
971
971
  #
972
972
  #
973
973
  #
@@ -1755,7 +1755,6 @@ module Aws::SNS
1755
1755
  #
1756
1756
  # * If the topic has a `ContentBasedDeduplication` set, your
1757
1757
  # `MessageDeduplicationId` overrides the generated one.
1758
- #
1759
1758
  # * When `ContentBasedDeduplication` is in effect, messages with
1760
1759
  # identical content sent within the deduplication interval are
1761
1760
  # treated as duplicates and only one copy of the message is
@@ -2420,7 +2419,6 @@ module Aws::SNS
2420
2419
  # message attributes.
2421
2420
  #
2422
2421
  # * `MessageBody` – The filter is applied on the message body.
2423
- #
2424
2422
  # * `RawMessageDelivery` – When set to `true`, enables raw message
2425
2423
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the
2426
2424
  # need for the endpoints to process JSON formatting, which is
@@ -2443,7 +2441,6 @@ module Aws::SNS
2443
2441
  # * Permission to write to the Firehose delivery stream
2444
2442
  #
2445
2443
  # * Amazon SNS listed as a trusted entity
2446
- #
2447
2444
  # Specifying a valid ARN for this attribute is required for Firehose
2448
2445
  # delivery stream subscriptions. For more information, see [Fanout
2449
2446
  # to Firehose delivery streams][1] in the *Amazon SNS Developer
@@ -2516,7 +2513,6 @@ module Aws::SNS
2516
2513
  # * `HTTPFailureFeedbackRoleArn` – Indicates failed message delivery
2517
2514
  # status for an Amazon SNS topic that is subscribed to an HTTP
2518
2515
  # endpoint.
2519
- #
2520
2516
  # * Amazon Kinesis Data Firehose
2521
2517
  #
2522
2518
  # * `FirehoseSuccessFeedbackRoleArn` – Indicates successful message
@@ -2530,7 +2526,6 @@ module Aws::SNS
2530
2526
  # * `FirehoseFailureFeedbackRoleArn` – Indicates failed message
2531
2527
  # delivery status for an Amazon SNS topic that is subscribed to an
2532
2528
  # Amazon Kinesis Data Firehose endpoint.
2533
- #
2534
2529
  # * Lambda
2535
2530
  #
2536
2531
  # * `LambdaSuccessFeedbackRoleArn` – Indicates successful message
@@ -2544,7 +2539,6 @@ module Aws::SNS
2544
2539
  # * `LambdaFailureFeedbackRoleArn` – Indicates failed message
2545
2540
  # delivery status for an Amazon SNS topic that is subscribed to an
2546
2541
  # Lambda endpoint.
2547
- #
2548
2542
  # * Platform application endpoint
2549
2543
  #
2550
2544
  # * `ApplicationSuccessFeedbackRoleArn` – Indicates successful
@@ -2558,7 +2552,6 @@ module Aws::SNS
2558
2552
  # * `ApplicationFailureFeedbackRoleArn` – Indicates failed message
2559
2553
  # delivery status for an Amazon SNS topic that is subscribed to an
2560
2554
  # Amazon Web Services application endpoint.
2561
- #
2562
2555
  # <note markdown="1"> In addition to being able to configure topic attributes for
2563
2556
  # message delivery status of notification messages sent to Amazon
2564
2557
  # SNS application endpoints, you can also configure application
@@ -2610,6 +2603,10 @@ module Aws::SNS
2610
2603
  #
2611
2604
  # The following attribute applies only to [FIFO topics][5]:
2612
2605
  #
2606
+ # * `ArchivePolicy` – The policy that sets the retention period for
2607
+ # messages stored in the message archive of an Amazon SNS FIFO
2608
+ # topic.
2609
+ #
2613
2610
  # * `ContentBasedDeduplication` – Enables content-based deduplication
2614
2611
  # for FIFO topics.
2615
2612
  #
@@ -2745,7 +2742,6 @@ module Aws::SNS
2745
2742
  # message attributes.
2746
2743
  #
2747
2744
  # * `MessageBody` – The filter is applied on the message body.
2748
- #
2749
2745
  # * `RawMessageDelivery` – When set to `true`, enables raw message
2750
2746
  # delivery to Amazon SQS or HTTP/S endpoints. This eliminates the
2751
2747
  # need for the endpoints to process JSON formatting, which is
@@ -2768,7 +2764,6 @@ module Aws::SNS
2768
2764
  # * Permission to write to the Firehose delivery stream
2769
2765
  #
2770
2766
  # * Amazon SNS listed as a trusted entity
2771
- #
2772
2767
  # Specifying a valid ARN for this attribute is required for Firehose
2773
2768
  # delivery stream subscriptions. For more information, see [Fanout
2774
2769
  # 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.92.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.92.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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core