aws-sdk-mq 1.28.1 → 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-mq.rb +3 -1
- data/lib/aws-sdk-mq/client.rb +3 -1
- data/lib/aws-sdk-mq/client_api.rb +2 -0
- data/lib/aws-sdk-mq/errors.rb +2 -0
- data/lib/aws-sdk-mq/resource.rb +2 -0
- data/lib/aws-sdk-mq/types.rb +87 -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: ab87c3b75627cda2d54e26a16cb000189dac8bb68901eef52acdf63d15541372
|
|
4
|
+
data.tar.gz: f477c3737c483e32da3ba35287c5dbc3655cdc5979e595f5c5ae10ac62b1706f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89cbb2158cfb1deaed3feb2eaad1c4d49a28bef9e1d2582f04ed59e1f13825036650a06eb0f38e9958fb68b885022f3090bdf900e0d33b806f88ba9324867c45
|
|
7
|
+
data.tar.gz: 8b8f50feef6757082ecc21e6df155d6b59b4d117fb2393990a989c2df38183ad8932dc53d454a0cf5c9cd37a0576b486d5b3f6a1b1762a2f8de91d4e4ab65d2e
|
data/lib/aws-sdk-mq.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-mq/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::MQ
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.29.0'
|
|
49
51
|
|
|
50
52
|
end
|
data/lib/aws-sdk-mq/client.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -1301,7 +1303,7 @@ module Aws::MQ
|
|
|
1301
1303
|
params: params,
|
|
1302
1304
|
config: config)
|
|
1303
1305
|
context[:gem_name] = 'aws-sdk-mq'
|
|
1304
|
-
context[:gem_version] = '1.
|
|
1306
|
+
context[:gem_version] = '1.29.0'
|
|
1305
1307
|
Seahorse::Client::Request.new(handlers, context)
|
|
1306
1308
|
end
|
|
1307
1309
|
|
data/lib/aws-sdk-mq/errors.rb
CHANGED
data/lib/aws-sdk-mq/resource.rb
CHANGED
data/lib/aws-sdk-mq/types.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -18,6 +20,7 @@ module Aws::MQ
|
|
|
18
20
|
#
|
|
19
21
|
class AvailabilityZone < Struct.new(
|
|
20
22
|
:name)
|
|
23
|
+
SENSITIVE = []
|
|
21
24
|
include Aws::Structure
|
|
22
25
|
end
|
|
23
26
|
|
|
@@ -34,6 +37,7 @@ module Aws::MQ
|
|
|
34
37
|
class BadRequestException < Struct.new(
|
|
35
38
|
:error_attribute,
|
|
36
39
|
:message)
|
|
40
|
+
SENSITIVE = []
|
|
37
41
|
include Aws::Structure
|
|
38
42
|
end
|
|
39
43
|
|
|
@@ -52,6 +56,7 @@ module Aws::MQ
|
|
|
52
56
|
class BrokerEngineType < Struct.new(
|
|
53
57
|
:engine_type,
|
|
54
58
|
:engine_versions)
|
|
59
|
+
SENSITIVE = []
|
|
55
60
|
include Aws::Structure
|
|
56
61
|
end
|
|
57
62
|
|
|
@@ -78,6 +83,7 @@ module Aws::MQ
|
|
|
78
83
|
:broker_engine_types,
|
|
79
84
|
:max_results,
|
|
80
85
|
:next_token)
|
|
86
|
+
SENSITIVE = []
|
|
81
87
|
include Aws::Structure
|
|
82
88
|
end
|
|
83
89
|
|
|
@@ -102,6 +108,7 @@ module Aws::MQ
|
|
|
102
108
|
:console_url,
|
|
103
109
|
:endpoints,
|
|
104
110
|
:ip_address)
|
|
111
|
+
SENSITIVE = []
|
|
105
112
|
include Aws::Structure
|
|
106
113
|
end
|
|
107
114
|
|
|
@@ -140,6 +147,7 @@ module Aws::MQ
|
|
|
140
147
|
:storage_type,
|
|
141
148
|
:supported_deployment_modes,
|
|
142
149
|
:supported_engine_versions)
|
|
150
|
+
SENSITIVE = []
|
|
143
151
|
include Aws::Structure
|
|
144
152
|
end
|
|
145
153
|
|
|
@@ -166,6 +174,7 @@ module Aws::MQ
|
|
|
166
174
|
:broker_instance_options,
|
|
167
175
|
:max_results,
|
|
168
176
|
:next_token)
|
|
177
|
+
SENSITIVE = []
|
|
169
178
|
include Aws::Structure
|
|
170
179
|
end
|
|
171
180
|
|
|
@@ -212,6 +221,7 @@ module Aws::MQ
|
|
|
212
221
|
:created,
|
|
213
222
|
:deployment_mode,
|
|
214
223
|
:host_instance_type)
|
|
224
|
+
SENSITIVE = []
|
|
215
225
|
include Aws::Structure
|
|
216
226
|
end
|
|
217
227
|
|
|
@@ -271,6 +281,7 @@ module Aws::MQ
|
|
|
271
281
|
:latest_revision,
|
|
272
282
|
:name,
|
|
273
283
|
:tags)
|
|
284
|
+
SENSITIVE = []
|
|
274
285
|
include Aws::Structure
|
|
275
286
|
end
|
|
276
287
|
|
|
@@ -298,6 +309,7 @@ module Aws::MQ
|
|
|
298
309
|
class ConfigurationId < Struct.new(
|
|
299
310
|
:id,
|
|
300
311
|
:revision)
|
|
312
|
+
SENSITIVE = []
|
|
301
313
|
include Aws::Structure
|
|
302
314
|
end
|
|
303
315
|
|
|
@@ -321,6 +333,7 @@ module Aws::MQ
|
|
|
321
333
|
:created,
|
|
322
334
|
:description,
|
|
323
335
|
:revision)
|
|
336
|
+
SENSITIVE = []
|
|
324
337
|
include Aws::Structure
|
|
325
338
|
end
|
|
326
339
|
|
|
@@ -344,6 +357,7 @@ module Aws::MQ
|
|
|
344
357
|
:current,
|
|
345
358
|
:history,
|
|
346
359
|
:pending)
|
|
360
|
+
SENSITIVE = []
|
|
347
361
|
include Aws::Structure
|
|
348
362
|
end
|
|
349
363
|
|
|
@@ -360,6 +374,7 @@ module Aws::MQ
|
|
|
360
374
|
class ConflictException < Struct.new(
|
|
361
375
|
:error_attribute,
|
|
362
376
|
:message)
|
|
377
|
+
SENSITIVE = []
|
|
363
378
|
include Aws::Structure
|
|
364
379
|
end
|
|
365
380
|
|
|
@@ -473,6 +488,7 @@ module Aws::MQ
|
|
|
473
488
|
:subnet_ids,
|
|
474
489
|
:tags,
|
|
475
490
|
:users)
|
|
491
|
+
SENSITIVE = []
|
|
476
492
|
include Aws::Structure
|
|
477
493
|
end
|
|
478
494
|
|
|
@@ -491,6 +507,7 @@ module Aws::MQ
|
|
|
491
507
|
class CreateBrokerOutput < Struct.new(
|
|
492
508
|
:broker_arn,
|
|
493
509
|
:broker_id)
|
|
510
|
+
SENSITIVE = []
|
|
494
511
|
include Aws::Structure
|
|
495
512
|
end
|
|
496
513
|
|
|
@@ -622,6 +639,7 @@ module Aws::MQ
|
|
|
622
639
|
:subnet_ids,
|
|
623
640
|
:tags,
|
|
624
641
|
:users)
|
|
642
|
+
SENSITIVE = []
|
|
625
643
|
include Aws::Structure
|
|
626
644
|
end
|
|
627
645
|
|
|
@@ -636,6 +654,7 @@ module Aws::MQ
|
|
|
636
654
|
class CreateBrokerResponse < Struct.new(
|
|
637
655
|
:broker_arn,
|
|
638
656
|
:broker_id)
|
|
657
|
+
SENSITIVE = []
|
|
639
658
|
include Aws::Structure
|
|
640
659
|
end
|
|
641
660
|
|
|
@@ -671,6 +690,7 @@ module Aws::MQ
|
|
|
671
690
|
:engine_version,
|
|
672
691
|
:name,
|
|
673
692
|
:tags)
|
|
693
|
+
SENSITIVE = []
|
|
674
694
|
include Aws::Structure
|
|
675
695
|
end
|
|
676
696
|
|
|
@@ -707,6 +727,7 @@ module Aws::MQ
|
|
|
707
727
|
:id,
|
|
708
728
|
:latest_revision,
|
|
709
729
|
:name)
|
|
730
|
+
SENSITIVE = []
|
|
710
731
|
include Aws::Structure
|
|
711
732
|
end
|
|
712
733
|
|
|
@@ -743,6 +764,7 @@ module Aws::MQ
|
|
|
743
764
|
:engine_version,
|
|
744
765
|
:name,
|
|
745
766
|
:tags)
|
|
767
|
+
SENSITIVE = []
|
|
746
768
|
include Aws::Structure
|
|
747
769
|
end
|
|
748
770
|
|
|
@@ -770,6 +792,7 @@ module Aws::MQ
|
|
|
770
792
|
:id,
|
|
771
793
|
:latest_revision,
|
|
772
794
|
:name)
|
|
795
|
+
SENSITIVE = []
|
|
773
796
|
include Aws::Structure
|
|
774
797
|
end
|
|
775
798
|
|
|
@@ -794,6 +817,7 @@ module Aws::MQ
|
|
|
794
817
|
class CreateTagsRequest < Struct.new(
|
|
795
818
|
:resource_arn,
|
|
796
819
|
:tags)
|
|
820
|
+
SENSITIVE = []
|
|
797
821
|
include Aws::Structure
|
|
798
822
|
end
|
|
799
823
|
|
|
@@ -823,6 +847,7 @@ module Aws::MQ
|
|
|
823
847
|
:console_access,
|
|
824
848
|
:groups,
|
|
825
849
|
:password)
|
|
850
|
+
SENSITIVE = []
|
|
826
851
|
include Aws::Structure
|
|
827
852
|
end
|
|
828
853
|
|
|
@@ -860,6 +885,7 @@ module Aws::MQ
|
|
|
860
885
|
:groups,
|
|
861
886
|
:password,
|
|
862
887
|
:username)
|
|
888
|
+
SENSITIVE = []
|
|
863
889
|
include Aws::Structure
|
|
864
890
|
end
|
|
865
891
|
|
|
@@ -877,6 +903,7 @@ module Aws::MQ
|
|
|
877
903
|
#
|
|
878
904
|
class DeleteBrokerOutput < Struct.new(
|
|
879
905
|
:broker_id)
|
|
906
|
+
SENSITIVE = []
|
|
880
907
|
include Aws::Structure
|
|
881
908
|
end
|
|
882
909
|
|
|
@@ -894,6 +921,7 @@ module Aws::MQ
|
|
|
894
921
|
#
|
|
895
922
|
class DeleteBrokerRequest < Struct.new(
|
|
896
923
|
:broker_id)
|
|
924
|
+
SENSITIVE = []
|
|
897
925
|
include Aws::Structure
|
|
898
926
|
end
|
|
899
927
|
|
|
@@ -904,6 +932,7 @@ module Aws::MQ
|
|
|
904
932
|
#
|
|
905
933
|
class DeleteBrokerResponse < Struct.new(
|
|
906
934
|
:broker_id)
|
|
935
|
+
SENSITIVE = []
|
|
907
936
|
include Aws::Structure
|
|
908
937
|
end
|
|
909
938
|
|
|
@@ -926,6 +955,7 @@ module Aws::MQ
|
|
|
926
955
|
class DeleteTagsRequest < Struct.new(
|
|
927
956
|
:resource_arn,
|
|
928
957
|
:tag_keys)
|
|
958
|
+
SENSITIVE = []
|
|
929
959
|
include Aws::Structure
|
|
930
960
|
end
|
|
931
961
|
|
|
@@ -948,6 +978,7 @@ module Aws::MQ
|
|
|
948
978
|
class DeleteUserRequest < Struct.new(
|
|
949
979
|
:broker_id,
|
|
950
980
|
:username)
|
|
981
|
+
SENSITIVE = []
|
|
951
982
|
include Aws::Structure
|
|
952
983
|
end
|
|
953
984
|
|
|
@@ -979,6 +1010,7 @@ module Aws::MQ
|
|
|
979
1010
|
:engine_type,
|
|
980
1011
|
:max_results,
|
|
981
1012
|
:next_token)
|
|
1013
|
+
SENSITIVE = []
|
|
982
1014
|
include Aws::Structure
|
|
983
1015
|
end
|
|
984
1016
|
|
|
@@ -997,6 +1029,7 @@ module Aws::MQ
|
|
|
997
1029
|
:broker_engine_types,
|
|
998
1030
|
:max_results,
|
|
999
1031
|
:next_token)
|
|
1032
|
+
SENSITIVE = []
|
|
1000
1033
|
include Aws::Structure
|
|
1001
1034
|
end
|
|
1002
1035
|
|
|
@@ -1034,6 +1067,7 @@ module Aws::MQ
|
|
|
1034
1067
|
:max_results,
|
|
1035
1068
|
:next_token,
|
|
1036
1069
|
:storage_type)
|
|
1070
|
+
SENSITIVE = []
|
|
1037
1071
|
include Aws::Structure
|
|
1038
1072
|
end
|
|
1039
1073
|
|
|
@@ -1052,6 +1086,7 @@ module Aws::MQ
|
|
|
1052
1086
|
:broker_instance_options,
|
|
1053
1087
|
:max_results,
|
|
1054
1088
|
:next_token)
|
|
1089
|
+
SENSITIVE = []
|
|
1055
1090
|
include Aws::Structure
|
|
1056
1091
|
end
|
|
1057
1092
|
|
|
@@ -1203,6 +1238,7 @@ module Aws::MQ
|
|
|
1203
1238
|
:subnet_ids,
|
|
1204
1239
|
:tags,
|
|
1205
1240
|
:users)
|
|
1241
|
+
SENSITIVE = []
|
|
1206
1242
|
include Aws::Structure
|
|
1207
1243
|
end
|
|
1208
1244
|
|
|
@@ -1220,6 +1256,7 @@ module Aws::MQ
|
|
|
1220
1256
|
#
|
|
1221
1257
|
class DescribeBrokerRequest < Struct.new(
|
|
1222
1258
|
:broker_id)
|
|
1259
|
+
SENSITIVE = []
|
|
1223
1260
|
include Aws::Structure
|
|
1224
1261
|
end
|
|
1225
1262
|
|
|
@@ -1333,6 +1370,7 @@ module Aws::MQ
|
|
|
1333
1370
|
:subnet_ids,
|
|
1334
1371
|
:tags,
|
|
1335
1372
|
:users)
|
|
1373
|
+
SENSITIVE = []
|
|
1336
1374
|
include Aws::Structure
|
|
1337
1375
|
end
|
|
1338
1376
|
|
|
@@ -1350,6 +1388,7 @@ module Aws::MQ
|
|
|
1350
1388
|
#
|
|
1351
1389
|
class DescribeConfigurationRequest < Struct.new(
|
|
1352
1390
|
:configuration_id)
|
|
1391
|
+
SENSITIVE = []
|
|
1353
1392
|
include Aws::Structure
|
|
1354
1393
|
end
|
|
1355
1394
|
|
|
@@ -1395,6 +1434,7 @@ module Aws::MQ
|
|
|
1395
1434
|
:latest_revision,
|
|
1396
1435
|
:name,
|
|
1397
1436
|
:tags)
|
|
1437
|
+
SENSITIVE = []
|
|
1398
1438
|
include Aws::Structure
|
|
1399
1439
|
end
|
|
1400
1440
|
|
|
@@ -1425,6 +1465,7 @@ module Aws::MQ
|
|
|
1425
1465
|
:created,
|
|
1426
1466
|
:data,
|
|
1427
1467
|
:description)
|
|
1468
|
+
SENSITIVE = []
|
|
1428
1469
|
include Aws::Structure
|
|
1429
1470
|
end
|
|
1430
1471
|
|
|
@@ -1447,6 +1488,7 @@ module Aws::MQ
|
|
|
1447
1488
|
class DescribeConfigurationRevisionRequest < Struct.new(
|
|
1448
1489
|
:configuration_id,
|
|
1449
1490
|
:configuration_revision)
|
|
1491
|
+
SENSITIVE = []
|
|
1450
1492
|
include Aws::Structure
|
|
1451
1493
|
end
|
|
1452
1494
|
|
|
@@ -1469,6 +1511,7 @@ module Aws::MQ
|
|
|
1469
1511
|
:created,
|
|
1470
1512
|
:data,
|
|
1471
1513
|
:description)
|
|
1514
|
+
SENSITIVE = []
|
|
1472
1515
|
include Aws::Structure
|
|
1473
1516
|
end
|
|
1474
1517
|
|
|
@@ -1508,6 +1551,7 @@ module Aws::MQ
|
|
|
1508
1551
|
:groups,
|
|
1509
1552
|
:pending,
|
|
1510
1553
|
:username)
|
|
1554
|
+
SENSITIVE = []
|
|
1511
1555
|
include Aws::Structure
|
|
1512
1556
|
end
|
|
1513
1557
|
|
|
@@ -1530,6 +1574,7 @@ module Aws::MQ
|
|
|
1530
1574
|
class DescribeUserRequest < Struct.new(
|
|
1531
1575
|
:broker_id,
|
|
1532
1576
|
:username)
|
|
1577
|
+
SENSITIVE = []
|
|
1533
1578
|
include Aws::Structure
|
|
1534
1579
|
end
|
|
1535
1580
|
|
|
@@ -1558,6 +1603,7 @@ module Aws::MQ
|
|
|
1558
1603
|
:groups,
|
|
1559
1604
|
:pending,
|
|
1560
1605
|
:username)
|
|
1606
|
+
SENSITIVE = []
|
|
1561
1607
|
include Aws::Structure
|
|
1562
1608
|
end
|
|
1563
1609
|
|
|
@@ -1587,6 +1633,7 @@ module Aws::MQ
|
|
|
1587
1633
|
class EncryptionOptions < Struct.new(
|
|
1588
1634
|
:kms_key_id,
|
|
1589
1635
|
:use_aws_owned_key)
|
|
1636
|
+
SENSITIVE = []
|
|
1590
1637
|
include Aws::Structure
|
|
1591
1638
|
end
|
|
1592
1639
|
|
|
@@ -1600,6 +1647,7 @@ module Aws::MQ
|
|
|
1600
1647
|
#
|
|
1601
1648
|
class EngineVersion < Struct.new(
|
|
1602
1649
|
:name)
|
|
1650
|
+
SENSITIVE = []
|
|
1603
1651
|
include Aws::Structure
|
|
1604
1652
|
end
|
|
1605
1653
|
|
|
@@ -1618,6 +1666,7 @@ module Aws::MQ
|
|
|
1618
1666
|
class Error < Struct.new(
|
|
1619
1667
|
:error_attribute,
|
|
1620
1668
|
:message)
|
|
1669
|
+
SENSITIVE = []
|
|
1621
1670
|
include Aws::Structure
|
|
1622
1671
|
end
|
|
1623
1672
|
|
|
@@ -1634,6 +1683,7 @@ module Aws::MQ
|
|
|
1634
1683
|
class ForbiddenException < Struct.new(
|
|
1635
1684
|
:error_attribute,
|
|
1636
1685
|
:message)
|
|
1686
|
+
SENSITIVE = []
|
|
1637
1687
|
include Aws::Structure
|
|
1638
1688
|
end
|
|
1639
1689
|
|
|
@@ -1650,6 +1700,7 @@ module Aws::MQ
|
|
|
1650
1700
|
class InternalServerErrorException < Struct.new(
|
|
1651
1701
|
:error_attribute,
|
|
1652
1702
|
:message)
|
|
1703
|
+
SENSITIVE = []
|
|
1653
1704
|
include Aws::Structure
|
|
1654
1705
|
end
|
|
1655
1706
|
|
|
@@ -1669,6 +1720,7 @@ module Aws::MQ
|
|
|
1669
1720
|
class ListBrokersOutput < Struct.new(
|
|
1670
1721
|
:broker_summaries,
|
|
1671
1722
|
:next_token)
|
|
1723
|
+
SENSITIVE = []
|
|
1672
1724
|
include Aws::Structure
|
|
1673
1725
|
end
|
|
1674
1726
|
|
|
@@ -1691,6 +1743,7 @@ module Aws::MQ
|
|
|
1691
1743
|
class ListBrokersRequest < Struct.new(
|
|
1692
1744
|
:max_results,
|
|
1693
1745
|
:next_token)
|
|
1746
|
+
SENSITIVE = []
|
|
1694
1747
|
include Aws::Structure
|
|
1695
1748
|
end
|
|
1696
1749
|
|
|
@@ -1705,6 +1758,7 @@ module Aws::MQ
|
|
|
1705
1758
|
class ListBrokersResponse < Struct.new(
|
|
1706
1759
|
:broker_summaries,
|
|
1707
1760
|
:next_token)
|
|
1761
|
+
SENSITIVE = []
|
|
1708
1762
|
include Aws::Structure
|
|
1709
1763
|
end
|
|
1710
1764
|
|
|
@@ -1736,6 +1790,7 @@ module Aws::MQ
|
|
|
1736
1790
|
:max_results,
|
|
1737
1791
|
:next_token,
|
|
1738
1792
|
:revisions)
|
|
1793
|
+
SENSITIVE = []
|
|
1739
1794
|
include Aws::Structure
|
|
1740
1795
|
end
|
|
1741
1796
|
|
|
@@ -1763,6 +1818,7 @@ module Aws::MQ
|
|
|
1763
1818
|
:configuration_id,
|
|
1764
1819
|
:max_results,
|
|
1765
1820
|
:next_token)
|
|
1821
|
+
SENSITIVE = []
|
|
1766
1822
|
include Aws::Structure
|
|
1767
1823
|
end
|
|
1768
1824
|
|
|
@@ -1785,6 +1841,7 @@ module Aws::MQ
|
|
|
1785
1841
|
:max_results,
|
|
1786
1842
|
:next_token,
|
|
1787
1843
|
:revisions)
|
|
1844
|
+
SENSITIVE = []
|
|
1788
1845
|
include Aws::Structure
|
|
1789
1846
|
end
|
|
1790
1847
|
|
|
@@ -1810,6 +1867,7 @@ module Aws::MQ
|
|
|
1810
1867
|
:configurations,
|
|
1811
1868
|
:max_results,
|
|
1812
1869
|
:next_token)
|
|
1870
|
+
SENSITIVE = []
|
|
1813
1871
|
include Aws::Structure
|
|
1814
1872
|
end
|
|
1815
1873
|
|
|
@@ -1832,6 +1890,7 @@ module Aws::MQ
|
|
|
1832
1890
|
class ListConfigurationsRequest < Struct.new(
|
|
1833
1891
|
:max_results,
|
|
1834
1892
|
:next_token)
|
|
1893
|
+
SENSITIVE = []
|
|
1835
1894
|
include Aws::Structure
|
|
1836
1895
|
end
|
|
1837
1896
|
|
|
@@ -1850,6 +1909,7 @@ module Aws::MQ
|
|
|
1850
1909
|
:configurations,
|
|
1851
1910
|
:max_results,
|
|
1852
1911
|
:next_token)
|
|
1912
|
+
SENSITIVE = []
|
|
1853
1913
|
include Aws::Structure
|
|
1854
1914
|
end
|
|
1855
1915
|
|
|
@@ -1867,6 +1927,7 @@ module Aws::MQ
|
|
|
1867
1927
|
#
|
|
1868
1928
|
class ListTagsRequest < Struct.new(
|
|
1869
1929
|
:resource_arn)
|
|
1930
|
+
SENSITIVE = []
|
|
1870
1931
|
include Aws::Structure
|
|
1871
1932
|
end
|
|
1872
1933
|
|
|
@@ -1877,6 +1938,7 @@ module Aws::MQ
|
|
|
1877
1938
|
#
|
|
1878
1939
|
class ListTagsResponse < Struct.new(
|
|
1879
1940
|
:tags)
|
|
1941
|
+
SENSITIVE = []
|
|
1880
1942
|
include Aws::Structure
|
|
1881
1943
|
end
|
|
1882
1944
|
|
|
@@ -1909,6 +1971,7 @@ module Aws::MQ
|
|
|
1909
1971
|
:max_results,
|
|
1910
1972
|
:next_token,
|
|
1911
1973
|
:users)
|
|
1974
|
+
SENSITIVE = []
|
|
1912
1975
|
include Aws::Structure
|
|
1913
1976
|
end
|
|
1914
1977
|
|
|
@@ -1936,6 +1999,7 @@ module Aws::MQ
|
|
|
1936
1999
|
:broker_id,
|
|
1937
2000
|
:max_results,
|
|
1938
2001
|
:next_token)
|
|
2002
|
+
SENSITIVE = []
|
|
1939
2003
|
include Aws::Structure
|
|
1940
2004
|
end
|
|
1941
2005
|
|
|
@@ -1958,6 +2022,7 @@ module Aws::MQ
|
|
|
1958
2022
|
:max_results,
|
|
1959
2023
|
:next_token,
|
|
1960
2024
|
:users)
|
|
2025
|
+
SENSITIVE = []
|
|
1961
2026
|
include Aws::Structure
|
|
1962
2027
|
end
|
|
1963
2028
|
|
|
@@ -1986,6 +2051,7 @@ module Aws::MQ
|
|
|
1986
2051
|
class Logs < Struct.new(
|
|
1987
2052
|
:audit,
|
|
1988
2053
|
:general)
|
|
2054
|
+
SENSITIVE = []
|
|
1989
2055
|
include Aws::Structure
|
|
1990
2056
|
end
|
|
1991
2057
|
|
|
@@ -2024,6 +2090,7 @@ module Aws::MQ
|
|
|
2024
2090
|
:general,
|
|
2025
2091
|
:general_log_group,
|
|
2026
2092
|
:pending)
|
|
2093
|
+
SENSITIVE = []
|
|
2027
2094
|
include Aws::Structure
|
|
2028
2095
|
end
|
|
2029
2096
|
|
|
@@ -2040,6 +2107,7 @@ module Aws::MQ
|
|
|
2040
2107
|
class NotFoundException < Struct.new(
|
|
2041
2108
|
:error_attribute,
|
|
2042
2109
|
:message)
|
|
2110
|
+
SENSITIVE = []
|
|
2043
2111
|
include Aws::Structure
|
|
2044
2112
|
end
|
|
2045
2113
|
|
|
@@ -2060,6 +2128,7 @@ module Aws::MQ
|
|
|
2060
2128
|
class PendingLogs < Struct.new(
|
|
2061
2129
|
:audit,
|
|
2062
2130
|
:general)
|
|
2131
|
+
SENSITIVE = []
|
|
2063
2132
|
include Aws::Structure
|
|
2064
2133
|
end
|
|
2065
2134
|
|
|
@@ -2077,6 +2146,7 @@ module Aws::MQ
|
|
|
2077
2146
|
#
|
|
2078
2147
|
class RebootBrokerRequest < Struct.new(
|
|
2079
2148
|
:broker_id)
|
|
2149
|
+
SENSITIVE = []
|
|
2080
2150
|
include Aws::Structure
|
|
2081
2151
|
end
|
|
2082
2152
|
|
|
@@ -2106,6 +2176,7 @@ module Aws::MQ
|
|
|
2106
2176
|
:attribute_name,
|
|
2107
2177
|
:element_name,
|
|
2108
2178
|
:reason)
|
|
2179
|
+
SENSITIVE = []
|
|
2109
2180
|
include Aws::Structure
|
|
2110
2181
|
end
|
|
2111
2182
|
|
|
@@ -2119,6 +2190,7 @@ module Aws::MQ
|
|
|
2119
2190
|
#
|
|
2120
2191
|
class Tags < Struct.new(
|
|
2121
2192
|
:tags)
|
|
2193
|
+
SENSITIVE = []
|
|
2122
2194
|
include Aws::Structure
|
|
2123
2195
|
end
|
|
2124
2196
|
|
|
@@ -2135,6 +2207,7 @@ module Aws::MQ
|
|
|
2135
2207
|
class UnauthorizedException < Struct.new(
|
|
2136
2208
|
:error_attribute,
|
|
2137
2209
|
:message)
|
|
2210
|
+
SENSITIVE = []
|
|
2138
2211
|
include Aws::Structure
|
|
2139
2212
|
end
|
|
2140
2213
|
|
|
@@ -2181,6 +2254,7 @@ module Aws::MQ
|
|
|
2181
2254
|
:host_instance_type,
|
|
2182
2255
|
:logs,
|
|
2183
2256
|
:security_groups)
|
|
2257
|
+
SENSITIVE = []
|
|
2184
2258
|
include Aws::Structure
|
|
2185
2259
|
end
|
|
2186
2260
|
|
|
@@ -2231,6 +2305,7 @@ module Aws::MQ
|
|
|
2231
2305
|
:host_instance_type,
|
|
2232
2306
|
:logs,
|
|
2233
2307
|
:security_groups)
|
|
2308
|
+
SENSITIVE = []
|
|
2234
2309
|
include Aws::Structure
|
|
2235
2310
|
end
|
|
2236
2311
|
|
|
@@ -2287,6 +2362,7 @@ module Aws::MQ
|
|
|
2287
2362
|
:host_instance_type,
|
|
2288
2363
|
:logs,
|
|
2289
2364
|
:security_groups)
|
|
2365
|
+
SENSITIVE = []
|
|
2290
2366
|
include Aws::Structure
|
|
2291
2367
|
end
|
|
2292
2368
|
|
|
@@ -2324,6 +2400,7 @@ module Aws::MQ
|
|
|
2324
2400
|
:host_instance_type,
|
|
2325
2401
|
:logs,
|
|
2326
2402
|
:security_groups)
|
|
2403
|
+
SENSITIVE = []
|
|
2327
2404
|
include Aws::Structure
|
|
2328
2405
|
end
|
|
2329
2406
|
|
|
@@ -2342,6 +2419,7 @@ module Aws::MQ
|
|
|
2342
2419
|
class UpdateConfigurationInput < Struct.new(
|
|
2343
2420
|
:data,
|
|
2344
2421
|
:description)
|
|
2422
|
+
SENSITIVE = []
|
|
2345
2423
|
include Aws::Structure
|
|
2346
2424
|
end
|
|
2347
2425
|
|
|
@@ -2384,6 +2462,7 @@ module Aws::MQ
|
|
|
2384
2462
|
:latest_revision,
|
|
2385
2463
|
:name,
|
|
2386
2464
|
:warnings)
|
|
2465
|
+
SENSITIVE = []
|
|
2387
2466
|
include Aws::Structure
|
|
2388
2467
|
end
|
|
2389
2468
|
|
|
@@ -2411,6 +2490,7 @@ module Aws::MQ
|
|
|
2411
2490
|
:configuration_id,
|
|
2412
2491
|
:data,
|
|
2413
2492
|
:description)
|
|
2493
|
+
SENSITIVE = []
|
|
2414
2494
|
include Aws::Structure
|
|
2415
2495
|
end
|
|
2416
2496
|
|
|
@@ -2442,6 +2522,7 @@ module Aws::MQ
|
|
|
2442
2522
|
:latest_revision,
|
|
2443
2523
|
:name,
|
|
2444
2524
|
:warnings)
|
|
2525
|
+
SENSITIVE = []
|
|
2445
2526
|
include Aws::Structure
|
|
2446
2527
|
end
|
|
2447
2528
|
|
|
@@ -2471,6 +2552,7 @@ module Aws::MQ
|
|
|
2471
2552
|
:console_access,
|
|
2472
2553
|
:groups,
|
|
2473
2554
|
:password)
|
|
2555
|
+
SENSITIVE = []
|
|
2474
2556
|
include Aws::Structure
|
|
2475
2557
|
end
|
|
2476
2558
|
|
|
@@ -2508,6 +2590,7 @@ module Aws::MQ
|
|
|
2508
2590
|
:groups,
|
|
2509
2591
|
:password,
|
|
2510
2592
|
:username)
|
|
2593
|
+
SENSITIVE = []
|
|
2511
2594
|
include Aws::Structure
|
|
2512
2595
|
end
|
|
2513
2596
|
|
|
@@ -2558,6 +2641,7 @@ module Aws::MQ
|
|
|
2558
2641
|
:groups,
|
|
2559
2642
|
:password,
|
|
2560
2643
|
:username)
|
|
2644
|
+
SENSITIVE = []
|
|
2561
2645
|
include Aws::Structure
|
|
2562
2646
|
end
|
|
2563
2647
|
|
|
@@ -2586,6 +2670,7 @@ module Aws::MQ
|
|
|
2586
2670
|
:console_access,
|
|
2587
2671
|
:groups,
|
|
2588
2672
|
:pending_change)
|
|
2673
|
+
SENSITIVE = []
|
|
2589
2674
|
include Aws::Structure
|
|
2590
2675
|
end
|
|
2591
2676
|
|
|
@@ -2606,6 +2691,7 @@ module Aws::MQ
|
|
|
2606
2691
|
class UserSummary < Struct.new(
|
|
2607
2692
|
:pending_change,
|
|
2608
2693
|
:username)
|
|
2694
|
+
SENSITIVE = []
|
|
2609
2695
|
include Aws::Structure
|
|
2610
2696
|
end
|
|
2611
2697
|
|
|
@@ -2640,6 +2726,7 @@ module Aws::MQ
|
|
|
2640
2726
|
:day_of_week,
|
|
2641
2727
|
:time_of_day,
|
|
2642
2728
|
:time_zone)
|
|
2729
|
+
SENSITIVE = []
|
|
2643
2730
|
include Aws::Structure
|
|
2644
2731
|
end
|
|
2645
2732
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mq
|
|
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
|