aws-sdk-mq 1.20.0 → 1.21.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 +1 -1
- data/lib/aws-sdk-mq/client.rb +10 -1
- data/lib/aws-sdk-mq/client_api.rb +6 -0
- data/lib/aws-sdk-mq/types.rb +37 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 562633baa59fc57d55797d42a9509ea3e8977896
|
4
|
+
data.tar.gz: 77f2a9b616ed4678122cf9e11471e5e3c850181d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d44b96f73ef6248e72216531dd395198e9fd35731aad69b7f386c797150682e62afb10e15a536e6c7d0aeb693c19ccef116f4198f281da432f5ed400631bc0b
|
7
|
+
data.tar.gz: 76339b73565d4a0a7b484d50d91656580002e48833962cd9aabaa6655e9fe81150c4e06525b7f588894ee14259d961a18bca981671c3ac9cd893da9dfb0f3f25
|
data/lib/aws-sdk-mq.rb
CHANGED
data/lib/aws-sdk-mq/client.rb
CHANGED
@@ -569,6 +569,7 @@ module Aws::MQ
|
|
569
569
|
# * {Types::DescribeBrokerResponse#logs #logs} => Types::LogsSummary
|
570
570
|
# * {Types::DescribeBrokerResponse#maintenance_window_start_time #maintenance_window_start_time} => Types::WeeklyStartTime
|
571
571
|
# * {Types::DescribeBrokerResponse#pending_engine_version #pending_engine_version} => String
|
572
|
+
# * {Types::DescribeBrokerResponse#pending_security_groups #pending_security_groups} => Array<String>
|
572
573
|
# * {Types::DescribeBrokerResponse#publicly_accessible #publicly_accessible} => Boolean
|
573
574
|
# * {Types::DescribeBrokerResponse#security_groups #security_groups} => Array<String>
|
574
575
|
# * {Types::DescribeBrokerResponse#subnet_ids #subnet_ids} => Array<String>
|
@@ -617,6 +618,8 @@ module Aws::MQ
|
|
617
618
|
# resp.maintenance_window_start_time.time_of_day #=> String
|
618
619
|
# resp.maintenance_window_start_time.time_zone #=> String
|
619
620
|
# resp.pending_engine_version #=> String
|
621
|
+
# resp.pending_security_groups #=> Array
|
622
|
+
# resp.pending_security_groups[0] #=> String
|
620
623
|
# resp.publicly_accessible #=> Boolean
|
621
624
|
# resp.security_groups #=> Array
|
622
625
|
# resp.security_groups[0] #=> String
|
@@ -1080,6 +1083,8 @@ module Aws::MQ
|
|
1080
1083
|
# The list of information about logs to be enabled for the specified
|
1081
1084
|
# broker.
|
1082
1085
|
#
|
1086
|
+
# @option params [Array<String>] :security_groups
|
1087
|
+
#
|
1083
1088
|
# @return [Types::UpdateBrokerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1084
1089
|
#
|
1085
1090
|
# * {Types::UpdateBrokerResponse#auto_minor_version_upgrade #auto_minor_version_upgrade} => Boolean
|
@@ -1087,6 +1092,7 @@ module Aws::MQ
|
|
1087
1092
|
# * {Types::UpdateBrokerResponse#configuration #configuration} => Types::ConfigurationId
|
1088
1093
|
# * {Types::UpdateBrokerResponse#engine_version #engine_version} => String
|
1089
1094
|
# * {Types::UpdateBrokerResponse#logs #logs} => Types::Logs
|
1095
|
+
# * {Types::UpdateBrokerResponse#security_groups #security_groups} => Array<String>
|
1090
1096
|
#
|
1091
1097
|
# @example Request syntax with placeholder values
|
1092
1098
|
#
|
@@ -1102,6 +1108,7 @@ module Aws::MQ
|
|
1102
1108
|
# audit: false,
|
1103
1109
|
# general: false,
|
1104
1110
|
# },
|
1111
|
+
# security_groups: ["__string"],
|
1105
1112
|
# })
|
1106
1113
|
#
|
1107
1114
|
# @example Response structure
|
@@ -1113,6 +1120,8 @@ module Aws::MQ
|
|
1113
1120
|
# resp.engine_version #=> String
|
1114
1121
|
# resp.logs.audit #=> Boolean
|
1115
1122
|
# resp.logs.general #=> Boolean
|
1123
|
+
# resp.security_groups #=> Array
|
1124
|
+
# resp.security_groups[0] #=> String
|
1116
1125
|
#
|
1117
1126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/UpdateBroker AWS API Documentation
|
1118
1127
|
#
|
@@ -1217,7 +1226,7 @@ module Aws::MQ
|
|
1217
1226
|
params: params,
|
1218
1227
|
config: config)
|
1219
1228
|
context[:gem_name] = 'aws-sdk-mq'
|
1220
|
-
context[:gem_version] = '1.
|
1229
|
+
context[:gem_version] = '1.21.0'
|
1221
1230
|
Seahorse::Client::Request.new(handlers, context)
|
1222
1231
|
end
|
1223
1232
|
|
@@ -344,6 +344,7 @@ module Aws::MQ
|
|
344
344
|
DescribeBrokerOutput.add_member(:logs, Shapes::ShapeRef.new(shape: LogsSummary, location_name: "logs"))
|
345
345
|
DescribeBrokerOutput.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
346
346
|
DescribeBrokerOutput.add_member(:pending_engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "pendingEngineVersion"))
|
347
|
+
DescribeBrokerOutput.add_member(:pending_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "pendingSecurityGroups"))
|
347
348
|
DescribeBrokerOutput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, location_name: "publiclyAccessible"))
|
348
349
|
DescribeBrokerOutput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
349
350
|
DescribeBrokerOutput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnetIds"))
|
@@ -370,6 +371,7 @@ module Aws::MQ
|
|
370
371
|
DescribeBrokerResponse.add_member(:logs, Shapes::ShapeRef.new(shape: LogsSummary, location_name: "logs"))
|
371
372
|
DescribeBrokerResponse.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
372
373
|
DescribeBrokerResponse.add_member(:pending_engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "pendingEngineVersion"))
|
374
|
+
DescribeBrokerResponse.add_member(:pending_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "pendingSecurityGroups"))
|
373
375
|
DescribeBrokerResponse.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, location_name: "publiclyAccessible"))
|
374
376
|
DescribeBrokerResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
375
377
|
DescribeBrokerResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnetIds"))
|
@@ -550,6 +552,7 @@ module Aws::MQ
|
|
550
552
|
UpdateBrokerInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
551
553
|
UpdateBrokerInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
552
554
|
UpdateBrokerInput.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
555
|
+
UpdateBrokerInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
553
556
|
UpdateBrokerInput.struct_class = Types::UpdateBrokerInput
|
554
557
|
|
555
558
|
UpdateBrokerOutput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
@@ -557,6 +560,7 @@ module Aws::MQ
|
|
557
560
|
UpdateBrokerOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
558
561
|
UpdateBrokerOutput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
559
562
|
UpdateBrokerOutput.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
563
|
+
UpdateBrokerOutput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
560
564
|
UpdateBrokerOutput.struct_class = Types::UpdateBrokerOutput
|
561
565
|
|
562
566
|
UpdateBrokerRequest.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
@@ -564,6 +568,7 @@ module Aws::MQ
|
|
564
568
|
UpdateBrokerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
565
569
|
UpdateBrokerRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
566
570
|
UpdateBrokerRequest.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
571
|
+
UpdateBrokerRequest.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
567
572
|
UpdateBrokerRequest.struct_class = Types::UpdateBrokerRequest
|
568
573
|
|
569
574
|
UpdateBrokerResponse.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
@@ -571,6 +576,7 @@ module Aws::MQ
|
|
571
576
|
UpdateBrokerResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
572
577
|
UpdateBrokerResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
573
578
|
UpdateBrokerResponse.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
579
|
+
UpdateBrokerResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
574
580
|
UpdateBrokerResponse.struct_class = Types::UpdateBrokerResponse
|
575
581
|
|
576
582
|
UpdateConfigurationInput.add_member(:data, Shapes::ShapeRef.new(shape: __string, location_name: "data"))
|
data/lib/aws-sdk-mq/types.rb
CHANGED
@@ -416,7 +416,7 @@ module Aws::MQ
|
|
416
416
|
# @return [Boolean]
|
417
417
|
#
|
418
418
|
# @!attribute [rw] security_groups
|
419
|
-
# The list of
|
419
|
+
# The list of security groups (1 minimum, 5 maximum) that authorize
|
420
420
|
# connections to brokers.
|
421
421
|
# @return [Array<String>]
|
422
422
|
#
|
@@ -1109,13 +1109,18 @@ module Aws::MQ
|
|
1109
1109
|
# https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
|
1110
1110
|
# @return [String]
|
1111
1111
|
#
|
1112
|
+
# @!attribute [rw] pending_security_groups
|
1113
|
+
# The list of pending security groups to authorize connections to
|
1114
|
+
# brokers.
|
1115
|
+
# @return [Array<String>]
|
1116
|
+
#
|
1112
1117
|
# @!attribute [rw] publicly_accessible
|
1113
1118
|
# Required. Enables connections from applications outside of the VPC
|
1114
1119
|
# that hosts the broker's subnets.
|
1115
1120
|
# @return [Boolean]
|
1116
1121
|
#
|
1117
1122
|
# @!attribute [rw] security_groups
|
1118
|
-
#
|
1123
|
+
# The list of security groups (1 minimum, 5 maximum) that authorize
|
1119
1124
|
# connections to brokers.
|
1120
1125
|
# @return [Array<String>]
|
1121
1126
|
#
|
@@ -1154,6 +1159,7 @@ module Aws::MQ
|
|
1154
1159
|
:logs,
|
1155
1160
|
:maintenance_window_start_time,
|
1156
1161
|
:pending_engine_version,
|
1162
|
+
:pending_security_groups,
|
1157
1163
|
:publicly_accessible,
|
1158
1164
|
:security_groups,
|
1159
1165
|
:subnet_ids,
|
@@ -1237,6 +1243,9 @@ module Aws::MQ
|
|
1237
1243
|
# @!attribute [rw] pending_engine_version
|
1238
1244
|
# @return [String]
|
1239
1245
|
#
|
1246
|
+
# @!attribute [rw] pending_security_groups
|
1247
|
+
# @return [Array<String>]
|
1248
|
+
#
|
1240
1249
|
# @!attribute [rw] publicly_accessible
|
1241
1250
|
# @return [Boolean]
|
1242
1251
|
#
|
@@ -1271,6 +1280,7 @@ module Aws::MQ
|
|
1271
1280
|
:logs,
|
1272
1281
|
:maintenance_window_start_time,
|
1273
1282
|
:pending_engine_version,
|
1283
|
+
:pending_security_groups,
|
1274
1284
|
:publicly_accessible,
|
1275
1285
|
:security_groups,
|
1276
1286
|
:subnet_ids,
|
@@ -2104,13 +2114,19 @@ module Aws::MQ
|
|
2104
2114
|
# Enables Amazon CloudWatch logging for brokers.
|
2105
2115
|
# @return [Types::Logs]
|
2106
2116
|
#
|
2117
|
+
# @!attribute [rw] security_groups
|
2118
|
+
# The list of security groups (1 minimum, 5 maximum) that authorize
|
2119
|
+
# connections to brokers.
|
2120
|
+
# @return [Array<String>]
|
2121
|
+
#
|
2107
2122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/UpdateBrokerInput AWS API Documentation
|
2108
2123
|
#
|
2109
2124
|
class UpdateBrokerInput < Struct.new(
|
2110
2125
|
:auto_minor_version_upgrade,
|
2111
2126
|
:configuration,
|
2112
2127
|
:engine_version,
|
2113
|
-
:logs
|
2128
|
+
:logs,
|
2129
|
+
:security_groups)
|
2114
2130
|
include Aws::Structure
|
2115
2131
|
end
|
2116
2132
|
|
@@ -2140,6 +2156,11 @@ module Aws::MQ
|
|
2140
2156
|
# broker.
|
2141
2157
|
# @return [Types::Logs]
|
2142
2158
|
#
|
2159
|
+
# @!attribute [rw] security_groups
|
2160
|
+
# The list of security groups (1 minimum, 5 maximum) that authorize
|
2161
|
+
# connections to brokers.
|
2162
|
+
# @return [Array<String>]
|
2163
|
+
#
|
2143
2164
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/UpdateBrokerOutput AWS API Documentation
|
2144
2165
|
#
|
2145
2166
|
class UpdateBrokerOutput < Struct.new(
|
@@ -2147,7 +2168,8 @@ module Aws::MQ
|
|
2147
2168
|
:broker_id,
|
2148
2169
|
:configuration,
|
2149
2170
|
:engine_version,
|
2150
|
-
:logs
|
2171
|
+
:logs,
|
2172
|
+
:security_groups)
|
2151
2173
|
include Aws::Structure
|
2152
2174
|
end
|
2153
2175
|
|
@@ -2166,6 +2188,7 @@ module Aws::MQ
|
|
2166
2188
|
# audit: false,
|
2167
2189
|
# general: false,
|
2168
2190
|
# },
|
2191
|
+
# security_groups: ["__string"],
|
2169
2192
|
# }
|
2170
2193
|
#
|
2171
2194
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -2186,6 +2209,9 @@ module Aws::MQ
|
|
2186
2209
|
# broker.
|
2187
2210
|
# @return [Types::Logs]
|
2188
2211
|
#
|
2212
|
+
# @!attribute [rw] security_groups
|
2213
|
+
# @return [Array<String>]
|
2214
|
+
#
|
2189
2215
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/UpdateBrokerRequest AWS API Documentation
|
2190
2216
|
#
|
2191
2217
|
class UpdateBrokerRequest < Struct.new(
|
@@ -2193,7 +2219,8 @@ module Aws::MQ
|
|
2193
2219
|
:broker_id,
|
2194
2220
|
:configuration,
|
2195
2221
|
:engine_version,
|
2196
|
-
:logs
|
2222
|
+
:logs,
|
2223
|
+
:security_groups)
|
2197
2224
|
include Aws::Structure
|
2198
2225
|
end
|
2199
2226
|
|
@@ -2215,6 +2242,9 @@ module Aws::MQ
|
|
2215
2242
|
# broker.
|
2216
2243
|
# @return [Types::Logs]
|
2217
2244
|
#
|
2245
|
+
# @!attribute [rw] security_groups
|
2246
|
+
# @return [Array<String>]
|
2247
|
+
#
|
2218
2248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/UpdateBrokerResponse AWS API Documentation
|
2219
2249
|
#
|
2220
2250
|
class UpdateBrokerResponse < Struct.new(
|
@@ -2222,7 +2252,8 @@ module Aws::MQ
|
|
2222
2252
|
:broker_id,
|
2223
2253
|
:configuration,
|
2224
2254
|
:engine_version,
|
2225
|
-
:logs
|
2255
|
+
:logs,
|
2256
|
+
:security_groups)
|
2226
2257
|
include Aws::Structure
|
2227
2258
|
end
|
2228
2259
|
|
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.21.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: 2019-
|
11
|
+
date: 2019-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|