aws-sdk-sqs 1.28.0 → 1.29.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 +4 -4
- data/lib/aws-sdk-sqs.rb +1 -1
- data/lib/aws-sdk-sqs/client.rb +1 -1
- data/lib/aws-sdk-sqs/types.rb +41 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a2c50f9d3791a7ef1f21da05e65e24cca85b406151a3e0dbc8525f2df49b761
|
|
4
|
+
data.tar.gz: 7d58113534a9b516475c7f983f1c2c4f34defcc9378ca294881373cbc127d60d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d98786ee7f749f887dd8b206a123e8de402b969eeb026ba97dcd733c92718bbdf89bc4712f7bab8e2768e584538ef0e0466fdecd9d35556e738896487344cc07
|
|
7
|
+
data.tar.gz: eb3781054b8bf27d01d736c89bf35d0162f24a83b068cf9cde5a9f086f410d76468d50afbfa641c6738b4a824e0b4cf2d956b4e92c323a9d2d0c46452b6bebcc
|
data/lib/aws-sdk-sqs.rb
CHANGED
data/lib/aws-sdk-sqs/client.rb
CHANGED
data/lib/aws-sdk-sqs/types.rb
CHANGED
|
@@ -72,6 +72,7 @@ module Aws::SQS
|
|
|
72
72
|
:label,
|
|
73
73
|
:aws_account_ids,
|
|
74
74
|
:actions)
|
|
75
|
+
SENSITIVE = []
|
|
75
76
|
include Aws::Structure
|
|
76
77
|
end
|
|
77
78
|
|
|
@@ -114,6 +115,7 @@ module Aws::SQS
|
|
|
114
115
|
:sender_fault,
|
|
115
116
|
:code,
|
|
116
117
|
:message)
|
|
118
|
+
SENSITIVE = []
|
|
117
119
|
include Aws::Structure
|
|
118
120
|
end
|
|
119
121
|
|
|
@@ -148,6 +150,7 @@ module Aws::SQS
|
|
|
148
150
|
class ChangeMessageVisibilityBatchRequest < Struct.new(
|
|
149
151
|
:queue_url,
|
|
150
152
|
:entries)
|
|
153
|
+
SENSITIVE = []
|
|
151
154
|
include Aws::Structure
|
|
152
155
|
end
|
|
153
156
|
|
|
@@ -201,6 +204,7 @@ module Aws::SQS
|
|
|
201
204
|
:id,
|
|
202
205
|
:receipt_handle,
|
|
203
206
|
:visibility_timeout)
|
|
207
|
+
SENSITIVE = []
|
|
204
208
|
include Aws::Structure
|
|
205
209
|
end
|
|
206
210
|
|
|
@@ -221,6 +225,7 @@ module Aws::SQS
|
|
|
221
225
|
class ChangeMessageVisibilityBatchResult < Struct.new(
|
|
222
226
|
:successful,
|
|
223
227
|
:failed)
|
|
228
|
+
SENSITIVE = []
|
|
224
229
|
include Aws::Structure
|
|
225
230
|
end
|
|
226
231
|
|
|
@@ -235,6 +240,7 @@ module Aws::SQS
|
|
|
235
240
|
#
|
|
236
241
|
class ChangeMessageVisibilityBatchResultEntry < Struct.new(
|
|
237
242
|
:id)
|
|
243
|
+
SENSITIVE = []
|
|
238
244
|
include Aws::Structure
|
|
239
245
|
end
|
|
240
246
|
|
|
@@ -271,6 +277,7 @@ module Aws::SQS
|
|
|
271
277
|
:queue_url,
|
|
272
278
|
:receipt_handle,
|
|
273
279
|
:visibility_timeout)
|
|
280
|
+
SENSITIVE = []
|
|
274
281
|
include Aws::Structure
|
|
275
282
|
end
|
|
276
283
|
|
|
@@ -478,6 +485,7 @@ module Aws::SQS
|
|
|
478
485
|
:queue_name,
|
|
479
486
|
:attributes,
|
|
480
487
|
:tags)
|
|
488
|
+
SENSITIVE = []
|
|
481
489
|
include Aws::Structure
|
|
482
490
|
end
|
|
483
491
|
|
|
@@ -491,6 +499,7 @@ module Aws::SQS
|
|
|
491
499
|
#
|
|
492
500
|
class CreateQueueResult < Struct.new(
|
|
493
501
|
:queue_url)
|
|
502
|
+
SENSITIVE = []
|
|
494
503
|
include Aws::Structure
|
|
495
504
|
end
|
|
496
505
|
|
|
@@ -522,6 +531,7 @@ module Aws::SQS
|
|
|
522
531
|
class DeleteMessageBatchRequest < Struct.new(
|
|
523
532
|
:queue_url,
|
|
524
533
|
:entries)
|
|
534
|
+
SENSITIVE = []
|
|
525
535
|
include Aws::Structure
|
|
526
536
|
end
|
|
527
537
|
|
|
@@ -557,6 +567,7 @@ module Aws::SQS
|
|
|
557
567
|
class DeleteMessageBatchRequestEntry < Struct.new(
|
|
558
568
|
:id,
|
|
559
569
|
:receipt_handle)
|
|
570
|
+
SENSITIVE = []
|
|
560
571
|
include Aws::Structure
|
|
561
572
|
end
|
|
562
573
|
|
|
@@ -577,6 +588,7 @@ module Aws::SQS
|
|
|
577
588
|
class DeleteMessageBatchResult < Struct.new(
|
|
578
589
|
:successful,
|
|
579
590
|
:failed)
|
|
591
|
+
SENSITIVE = []
|
|
580
592
|
include Aws::Structure
|
|
581
593
|
end
|
|
582
594
|
|
|
@@ -590,6 +602,7 @@ module Aws::SQS
|
|
|
590
602
|
#
|
|
591
603
|
class DeleteMessageBatchResultEntry < Struct.new(
|
|
592
604
|
:id)
|
|
605
|
+
SENSITIVE = []
|
|
593
606
|
include Aws::Structure
|
|
594
607
|
end
|
|
595
608
|
|
|
@@ -616,6 +629,7 @@ module Aws::SQS
|
|
|
616
629
|
class DeleteMessageRequest < Struct.new(
|
|
617
630
|
:queue_url,
|
|
618
631
|
:receipt_handle)
|
|
632
|
+
SENSITIVE = []
|
|
619
633
|
include Aws::Structure
|
|
620
634
|
end
|
|
621
635
|
|
|
@@ -636,6 +650,7 @@ module Aws::SQS
|
|
|
636
650
|
#
|
|
637
651
|
class DeleteQueueRequest < Struct.new(
|
|
638
652
|
:queue_url)
|
|
653
|
+
SENSITIVE = []
|
|
639
654
|
include Aws::Structure
|
|
640
655
|
end
|
|
641
656
|
|
|
@@ -785,6 +800,7 @@ module Aws::SQS
|
|
|
785
800
|
class GetQueueAttributesRequest < Struct.new(
|
|
786
801
|
:queue_url,
|
|
787
802
|
:attribute_names)
|
|
803
|
+
SENSITIVE = []
|
|
788
804
|
include Aws::Structure
|
|
789
805
|
end
|
|
790
806
|
|
|
@@ -798,6 +814,7 @@ module Aws::SQS
|
|
|
798
814
|
#
|
|
799
815
|
class GetQueueAttributesResult < Struct.new(
|
|
800
816
|
:attributes)
|
|
817
|
+
SENSITIVE = []
|
|
801
818
|
include Aws::Structure
|
|
802
819
|
end
|
|
803
820
|
|
|
@@ -826,6 +843,7 @@ module Aws::SQS
|
|
|
826
843
|
class GetQueueUrlRequest < Struct.new(
|
|
827
844
|
:queue_name,
|
|
828
845
|
:queue_owner_aws_account_id)
|
|
846
|
+
SENSITIVE = []
|
|
829
847
|
include Aws::Structure
|
|
830
848
|
end
|
|
831
849
|
|
|
@@ -844,6 +862,7 @@ module Aws::SQS
|
|
|
844
862
|
#
|
|
845
863
|
class GetQueueUrlResult < Struct.new(
|
|
846
864
|
:queue_url)
|
|
865
|
+
SENSITIVE = []
|
|
847
866
|
include Aws::Structure
|
|
848
867
|
end
|
|
849
868
|
|
|
@@ -901,6 +920,7 @@ module Aws::SQS
|
|
|
901
920
|
:queue_url,
|
|
902
921
|
:next_token,
|
|
903
922
|
:max_results)
|
|
923
|
+
SENSITIVE = []
|
|
904
924
|
include Aws::Structure
|
|
905
925
|
end
|
|
906
926
|
|
|
@@ -920,6 +940,7 @@ module Aws::SQS
|
|
|
920
940
|
class ListDeadLetterSourceQueuesResult < Struct.new(
|
|
921
941
|
:queue_urls,
|
|
922
942
|
:next_token)
|
|
943
|
+
SENSITIVE = []
|
|
923
944
|
include Aws::Structure
|
|
924
945
|
end
|
|
925
946
|
|
|
@@ -938,6 +959,7 @@ module Aws::SQS
|
|
|
938
959
|
#
|
|
939
960
|
class ListQueueTagsRequest < Struct.new(
|
|
940
961
|
:queue_url)
|
|
962
|
+
SENSITIVE = []
|
|
941
963
|
include Aws::Structure
|
|
942
964
|
end
|
|
943
965
|
|
|
@@ -949,6 +971,7 @@ module Aws::SQS
|
|
|
949
971
|
#
|
|
950
972
|
class ListQueueTagsResult < Struct.new(
|
|
951
973
|
:tags)
|
|
974
|
+
SENSITIVE = []
|
|
952
975
|
include Aws::Structure
|
|
953
976
|
end
|
|
954
977
|
|
|
@@ -982,6 +1005,7 @@ module Aws::SQS
|
|
|
982
1005
|
:queue_name_prefix,
|
|
983
1006
|
:next_token,
|
|
984
1007
|
:max_results)
|
|
1008
|
+
SENSITIVE = []
|
|
985
1009
|
include Aws::Structure
|
|
986
1010
|
end
|
|
987
1011
|
|
|
@@ -1001,6 +1025,7 @@ module Aws::SQS
|
|
|
1001
1025
|
class ListQueuesResult < Struct.new(
|
|
1002
1026
|
:queue_urls,
|
|
1003
1027
|
:next_token)
|
|
1028
|
+
SENSITIVE = []
|
|
1004
1029
|
include Aws::Structure
|
|
1005
1030
|
end
|
|
1006
1031
|
|
|
@@ -1085,6 +1110,7 @@ module Aws::SQS
|
|
|
1085
1110
|
:attributes,
|
|
1086
1111
|
:md5_of_message_attributes,
|
|
1087
1112
|
:message_attributes)
|
|
1113
|
+
SENSITIVE = []
|
|
1088
1114
|
include Aws::Structure
|
|
1089
1115
|
end
|
|
1090
1116
|
|
|
@@ -1152,6 +1178,7 @@ module Aws::SQS
|
|
|
1152
1178
|
:string_list_values,
|
|
1153
1179
|
:binary_list_values,
|
|
1154
1180
|
:data_type)
|
|
1181
|
+
SENSITIVE = []
|
|
1155
1182
|
include Aws::Structure
|
|
1156
1183
|
end
|
|
1157
1184
|
|
|
@@ -1223,6 +1250,7 @@ module Aws::SQS
|
|
|
1223
1250
|
:string_list_values,
|
|
1224
1251
|
:binary_list_values,
|
|
1225
1252
|
:data_type)
|
|
1253
|
+
SENSITIVE = []
|
|
1226
1254
|
include Aws::Structure
|
|
1227
1255
|
end
|
|
1228
1256
|
|
|
@@ -1261,6 +1289,7 @@ module Aws::SQS
|
|
|
1261
1289
|
#
|
|
1262
1290
|
class PurgeQueueRequest < Struct.new(
|
|
1263
1291
|
:queue_url)
|
|
1292
|
+
SENSITIVE = []
|
|
1264
1293
|
include Aws::Structure
|
|
1265
1294
|
end
|
|
1266
1295
|
|
|
@@ -1484,6 +1513,7 @@ module Aws::SQS
|
|
|
1484
1513
|
:visibility_timeout,
|
|
1485
1514
|
:wait_time_seconds,
|
|
1486
1515
|
:receive_request_attempt_id)
|
|
1516
|
+
SENSITIVE = []
|
|
1487
1517
|
include Aws::Structure
|
|
1488
1518
|
end
|
|
1489
1519
|
|
|
@@ -1497,6 +1527,7 @@ module Aws::SQS
|
|
|
1497
1527
|
#
|
|
1498
1528
|
class ReceiveMessageResult < Struct.new(
|
|
1499
1529
|
:messages)
|
|
1530
|
+
SENSITIVE = []
|
|
1500
1531
|
include Aws::Structure
|
|
1501
1532
|
end
|
|
1502
1533
|
|
|
@@ -1524,6 +1555,7 @@ module Aws::SQS
|
|
|
1524
1555
|
class RemovePermissionRequest < Struct.new(
|
|
1525
1556
|
:queue_url,
|
|
1526
1557
|
:label)
|
|
1558
|
+
SENSITIVE = []
|
|
1527
1559
|
include Aws::Structure
|
|
1528
1560
|
end
|
|
1529
1561
|
|
|
@@ -1576,6 +1608,7 @@ module Aws::SQS
|
|
|
1576
1608
|
class SendMessageBatchRequest < Struct.new(
|
|
1577
1609
|
:queue_url,
|
|
1578
1610
|
:entries)
|
|
1611
|
+
SENSITIVE = []
|
|
1579
1612
|
include Aws::Structure
|
|
1580
1613
|
end
|
|
1581
1614
|
|
|
@@ -1775,6 +1808,7 @@ module Aws::SQS
|
|
|
1775
1808
|
:message_system_attributes,
|
|
1776
1809
|
:message_deduplication_id,
|
|
1777
1810
|
:message_group_id)
|
|
1811
|
+
SENSITIVE = []
|
|
1778
1812
|
include Aws::Structure
|
|
1779
1813
|
end
|
|
1780
1814
|
|
|
@@ -1796,6 +1830,7 @@ module Aws::SQS
|
|
|
1796
1830
|
class SendMessageBatchResult < Struct.new(
|
|
1797
1831
|
:successful,
|
|
1798
1832
|
:failed)
|
|
1833
|
+
SENSITIVE = []
|
|
1799
1834
|
include Aws::Structure
|
|
1800
1835
|
end
|
|
1801
1836
|
|
|
@@ -1865,6 +1900,7 @@ module Aws::SQS
|
|
|
1865
1900
|
:md5_of_message_attributes,
|
|
1866
1901
|
:md5_of_message_system_attributes,
|
|
1867
1902
|
:sequence_number)
|
|
1903
|
+
SENSITIVE = []
|
|
1868
1904
|
include Aws::Structure
|
|
1869
1905
|
end
|
|
1870
1906
|
|
|
@@ -2067,6 +2103,7 @@ module Aws::SQS
|
|
|
2067
2103
|
:message_system_attributes,
|
|
2068
2104
|
:message_deduplication_id,
|
|
2069
2105
|
:message_group_id)
|
|
2106
|
+
SENSITIVE = []
|
|
2070
2107
|
include Aws::Structure
|
|
2071
2108
|
end
|
|
2072
2109
|
|
|
@@ -2131,6 +2168,7 @@ module Aws::SQS
|
|
|
2131
2168
|
:md5_of_message_system_attributes,
|
|
2132
2169
|
:message_id,
|
|
2133
2170
|
:sequence_number)
|
|
2171
|
+
SENSITIVE = []
|
|
2134
2172
|
include Aws::Structure
|
|
2135
2173
|
end
|
|
2136
2174
|
|
|
@@ -2280,6 +2318,7 @@ module Aws::SQS
|
|
|
2280
2318
|
class SetQueueAttributesRequest < Struct.new(
|
|
2281
2319
|
:queue_url,
|
|
2282
2320
|
:attributes)
|
|
2321
|
+
SENSITIVE = []
|
|
2283
2322
|
include Aws::Structure
|
|
2284
2323
|
end
|
|
2285
2324
|
|
|
@@ -2306,6 +2345,7 @@ module Aws::SQS
|
|
|
2306
2345
|
class TagQueueRequest < Struct.new(
|
|
2307
2346
|
:queue_url,
|
|
2308
2347
|
:tags)
|
|
2348
|
+
SENSITIVE = []
|
|
2309
2349
|
include Aws::Structure
|
|
2310
2350
|
end
|
|
2311
2351
|
|
|
@@ -2342,6 +2382,7 @@ module Aws::SQS
|
|
|
2342
2382
|
class UntagQueueRequest < Struct.new(
|
|
2343
2383
|
:queue_url,
|
|
2344
2384
|
:tag_keys)
|
|
2385
|
+
SENSITIVE = []
|
|
2345
2386
|
include Aws::Structure
|
|
2346
2387
|
end
|
|
2347
2388
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sqs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.29.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|