aws-sdk-mq 1.21.0 → 1.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mq.rb +1 -1
- data/lib/aws-sdk-mq/client.rb +8 -1
- data/lib/aws-sdk-mq/client_api.rb +6 -0
- data/lib/aws-sdk-mq/types.rb +34 -0
- 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: a12a648846b571a74651f4fbdd38e89041d3e414
|
4
|
+
data.tar.gz: e1b4b56e9fdd84eeb68064c9f6c1c64e2124aa10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bc564312128ad3d15cd625463b7739c771adc68fd0fc0fd8df12be724b80778b622495ccd64afe8c41a949ffbb2def4cae39c76fd22107bdd921ef484353821
|
7
|
+
data.tar.gz: 42f53e6b612ff304a7af924d7bf1633dd56e74d6ce0328cafdd9ec85744d8eca36201549e4a4dae9f14c11d98ac2553196ad03c2f71fdf34ebfb7789b883d3ff
|
data/lib/aws-sdk-mq.rb
CHANGED
data/lib/aws-sdk-mq/client.rb
CHANGED
@@ -570,6 +570,7 @@ module Aws::MQ
|
|
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
572
|
# * {Types::DescribeBrokerResponse#pending_security_groups #pending_security_groups} => Array<String>
|
573
|
+
# * {Types::DescribeBrokerResponse#pending_host_instance_type #pending_host_instance_type} => String
|
573
574
|
# * {Types::DescribeBrokerResponse#publicly_accessible #publicly_accessible} => Boolean
|
574
575
|
# * {Types::DescribeBrokerResponse#security_groups #security_groups} => Array<String>
|
575
576
|
# * {Types::DescribeBrokerResponse#subnet_ids #subnet_ids} => Array<String>
|
@@ -620,6 +621,7 @@ module Aws::MQ
|
|
620
621
|
# resp.pending_engine_version #=> String
|
621
622
|
# resp.pending_security_groups #=> Array
|
622
623
|
# resp.pending_security_groups[0] #=> String
|
624
|
+
# resp.pending_host_instance_type #=> String
|
623
625
|
# resp.publicly_accessible #=> Boolean
|
624
626
|
# resp.security_groups #=> Array
|
625
627
|
# resp.security_groups[0] #=> String
|
@@ -1079,6 +1081,8 @@ module Aws::MQ
|
|
1079
1081
|
#
|
1080
1082
|
# @option params [String] :engine_version
|
1081
1083
|
#
|
1084
|
+
# @option params [String] :host_instance_type
|
1085
|
+
#
|
1082
1086
|
# @option params [Types::Logs] :logs
|
1083
1087
|
# The list of information about logs to be enabled for the specified
|
1084
1088
|
# broker.
|
@@ -1091,6 +1095,7 @@ module Aws::MQ
|
|
1091
1095
|
# * {Types::UpdateBrokerResponse#broker_id #broker_id} => String
|
1092
1096
|
# * {Types::UpdateBrokerResponse#configuration #configuration} => Types::ConfigurationId
|
1093
1097
|
# * {Types::UpdateBrokerResponse#engine_version #engine_version} => String
|
1098
|
+
# * {Types::UpdateBrokerResponse#host_instance_type #host_instance_type} => String
|
1094
1099
|
# * {Types::UpdateBrokerResponse#logs #logs} => Types::Logs
|
1095
1100
|
# * {Types::UpdateBrokerResponse#security_groups #security_groups} => Array<String>
|
1096
1101
|
#
|
@@ -1104,6 +1109,7 @@ module Aws::MQ
|
|
1104
1109
|
# revision: 1,
|
1105
1110
|
# },
|
1106
1111
|
# engine_version: "__string",
|
1112
|
+
# host_instance_type: "__string",
|
1107
1113
|
# logs: {
|
1108
1114
|
# audit: false,
|
1109
1115
|
# general: false,
|
@@ -1118,6 +1124,7 @@ module Aws::MQ
|
|
1118
1124
|
# resp.configuration.id #=> String
|
1119
1125
|
# resp.configuration.revision #=> Integer
|
1120
1126
|
# resp.engine_version #=> String
|
1127
|
+
# resp.host_instance_type #=> String
|
1121
1128
|
# resp.logs.audit #=> Boolean
|
1122
1129
|
# resp.logs.general #=> Boolean
|
1123
1130
|
# resp.security_groups #=> Array
|
@@ -1226,7 +1233,7 @@ module Aws::MQ
|
|
1226
1233
|
params: params,
|
1227
1234
|
config: config)
|
1228
1235
|
context[:gem_name] = 'aws-sdk-mq'
|
1229
|
-
context[:gem_version] = '1.
|
1236
|
+
context[:gem_version] = '1.22.0'
|
1230
1237
|
Seahorse::Client::Request.new(handlers, context)
|
1231
1238
|
end
|
1232
1239
|
|
@@ -345,6 +345,7 @@ module Aws::MQ
|
|
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
347
|
DescribeBrokerOutput.add_member(:pending_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "pendingSecurityGroups"))
|
348
|
+
DescribeBrokerOutput.add_member(:pending_host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "pendingHostInstanceType"))
|
348
349
|
DescribeBrokerOutput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, location_name: "publiclyAccessible"))
|
349
350
|
DescribeBrokerOutput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
350
351
|
DescribeBrokerOutput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnetIds"))
|
@@ -372,6 +373,7 @@ module Aws::MQ
|
|
372
373
|
DescribeBrokerResponse.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
373
374
|
DescribeBrokerResponse.add_member(:pending_engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "pendingEngineVersion"))
|
374
375
|
DescribeBrokerResponse.add_member(:pending_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "pendingSecurityGroups"))
|
376
|
+
DescribeBrokerResponse.add_member(:pending_host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "pendingHostInstanceType"))
|
375
377
|
DescribeBrokerResponse.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, location_name: "publiclyAccessible"))
|
376
378
|
DescribeBrokerResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
377
379
|
DescribeBrokerResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnetIds"))
|
@@ -551,6 +553,7 @@ module Aws::MQ
|
|
551
553
|
UpdateBrokerInput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
552
554
|
UpdateBrokerInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
553
555
|
UpdateBrokerInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
556
|
+
UpdateBrokerInput.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
554
557
|
UpdateBrokerInput.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
555
558
|
UpdateBrokerInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
556
559
|
UpdateBrokerInput.struct_class = Types::UpdateBrokerInput
|
@@ -559,6 +562,7 @@ module Aws::MQ
|
|
559
562
|
UpdateBrokerOutput.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, location_name: "brokerId"))
|
560
563
|
UpdateBrokerOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
561
564
|
UpdateBrokerOutput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
565
|
+
UpdateBrokerOutput.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
562
566
|
UpdateBrokerOutput.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
563
567
|
UpdateBrokerOutput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
564
568
|
UpdateBrokerOutput.struct_class = Types::UpdateBrokerOutput
|
@@ -567,6 +571,7 @@ module Aws::MQ
|
|
567
571
|
UpdateBrokerRequest.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "broker-id"))
|
568
572
|
UpdateBrokerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
569
573
|
UpdateBrokerRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
574
|
+
UpdateBrokerRequest.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
570
575
|
UpdateBrokerRequest.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
571
576
|
UpdateBrokerRequest.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
572
577
|
UpdateBrokerRequest.struct_class = Types::UpdateBrokerRequest
|
@@ -575,6 +580,7 @@ module Aws::MQ
|
|
575
580
|
UpdateBrokerResponse.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, location_name: "brokerId"))
|
576
581
|
UpdateBrokerResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
577
582
|
UpdateBrokerResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
583
|
+
UpdateBrokerResponse.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
578
584
|
UpdateBrokerResponse.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
579
585
|
UpdateBrokerResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
580
586
|
UpdateBrokerResponse.struct_class = Types::UpdateBrokerResponse
|
data/lib/aws-sdk-mq/types.rb
CHANGED
@@ -1114,6 +1114,12 @@ module Aws::MQ
|
|
1114
1114
|
# brokers.
|
1115
1115
|
# @return [Array<String>]
|
1116
1116
|
#
|
1117
|
+
# @!attribute [rw] pending_host_instance_type
|
1118
|
+
# The host instance type of the broker to upgrade to. For a list of
|
1119
|
+
# supported instance types, see
|
1120
|
+
# https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types
|
1121
|
+
# @return [String]
|
1122
|
+
#
|
1117
1123
|
# @!attribute [rw] publicly_accessible
|
1118
1124
|
# Required. Enables connections from applications outside of the VPC
|
1119
1125
|
# that hosts the broker's subnets.
|
@@ -1160,6 +1166,7 @@ module Aws::MQ
|
|
1160
1166
|
:maintenance_window_start_time,
|
1161
1167
|
:pending_engine_version,
|
1162
1168
|
:pending_security_groups,
|
1169
|
+
:pending_host_instance_type,
|
1163
1170
|
:publicly_accessible,
|
1164
1171
|
:security_groups,
|
1165
1172
|
:subnet_ids,
|
@@ -1246,6 +1253,9 @@ module Aws::MQ
|
|
1246
1253
|
# @!attribute [rw] pending_security_groups
|
1247
1254
|
# @return [Array<String>]
|
1248
1255
|
#
|
1256
|
+
# @!attribute [rw] pending_host_instance_type
|
1257
|
+
# @return [String]
|
1258
|
+
#
|
1249
1259
|
# @!attribute [rw] publicly_accessible
|
1250
1260
|
# @return [Boolean]
|
1251
1261
|
#
|
@@ -1281,6 +1291,7 @@ module Aws::MQ
|
|
1281
1291
|
:maintenance_window_start_time,
|
1282
1292
|
:pending_engine_version,
|
1283
1293
|
:pending_security_groups,
|
1294
|
+
:pending_host_instance_type,
|
1284
1295
|
:publicly_accessible,
|
1285
1296
|
:security_groups,
|
1286
1297
|
:subnet_ids,
|
@@ -2110,6 +2121,12 @@ module Aws::MQ
|
|
2110
2121
|
# https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
|
2111
2122
|
# @return [String]
|
2112
2123
|
#
|
2124
|
+
# @!attribute [rw] host_instance_type
|
2125
|
+
# The host instance type of the broker to upgrade to. For a list of
|
2126
|
+
# supported instance types, see
|
2127
|
+
# https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types
|
2128
|
+
# @return [String]
|
2129
|
+
#
|
2113
2130
|
# @!attribute [rw] logs
|
2114
2131
|
# Enables Amazon CloudWatch logging for brokers.
|
2115
2132
|
# @return [Types::Logs]
|
@@ -2125,6 +2142,7 @@ module Aws::MQ
|
|
2125
2142
|
:auto_minor_version_upgrade,
|
2126
2143
|
:configuration,
|
2127
2144
|
:engine_version,
|
2145
|
+
:host_instance_type,
|
2128
2146
|
:logs,
|
2129
2147
|
:security_groups)
|
2130
2148
|
include Aws::Structure
|
@@ -2151,6 +2169,12 @@ module Aws::MQ
|
|
2151
2169
|
# https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
|
2152
2170
|
# @return [String]
|
2153
2171
|
#
|
2172
|
+
# @!attribute [rw] host_instance_type
|
2173
|
+
# The host instance type of the broker to upgrade to. For a list of
|
2174
|
+
# supported instance types, see
|
2175
|
+
# https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types
|
2176
|
+
# @return [String]
|
2177
|
+
#
|
2154
2178
|
# @!attribute [rw] logs
|
2155
2179
|
# The list of information about logs to be enabled for the specified
|
2156
2180
|
# broker.
|
@@ -2168,6 +2192,7 @@ module Aws::MQ
|
|
2168
2192
|
:broker_id,
|
2169
2193
|
:configuration,
|
2170
2194
|
:engine_version,
|
2195
|
+
:host_instance_type,
|
2171
2196
|
:logs,
|
2172
2197
|
:security_groups)
|
2173
2198
|
include Aws::Structure
|
@@ -2184,6 +2209,7 @@ module Aws::MQ
|
|
2184
2209
|
# revision: 1,
|
2185
2210
|
# },
|
2186
2211
|
# engine_version: "__string",
|
2212
|
+
# host_instance_type: "__string",
|
2187
2213
|
# logs: {
|
2188
2214
|
# audit: false,
|
2189
2215
|
# general: false,
|
@@ -2204,6 +2230,9 @@ module Aws::MQ
|
|
2204
2230
|
# @!attribute [rw] engine_version
|
2205
2231
|
# @return [String]
|
2206
2232
|
#
|
2233
|
+
# @!attribute [rw] host_instance_type
|
2234
|
+
# @return [String]
|
2235
|
+
#
|
2207
2236
|
# @!attribute [rw] logs
|
2208
2237
|
# The list of information about logs to be enabled for the specified
|
2209
2238
|
# broker.
|
@@ -2219,6 +2248,7 @@ module Aws::MQ
|
|
2219
2248
|
:broker_id,
|
2220
2249
|
:configuration,
|
2221
2250
|
:engine_version,
|
2251
|
+
:host_instance_type,
|
2222
2252
|
:logs,
|
2223
2253
|
:security_groups)
|
2224
2254
|
include Aws::Structure
|
@@ -2237,6 +2267,9 @@ module Aws::MQ
|
|
2237
2267
|
# @!attribute [rw] engine_version
|
2238
2268
|
# @return [String]
|
2239
2269
|
#
|
2270
|
+
# @!attribute [rw] host_instance_type
|
2271
|
+
# @return [String]
|
2272
|
+
#
|
2240
2273
|
# @!attribute [rw] logs
|
2241
2274
|
# The list of information about logs to be enabled for the specified
|
2242
2275
|
# broker.
|
@@ -2252,6 +2285,7 @@ module Aws::MQ
|
|
2252
2285
|
:broker_id,
|
2253
2286
|
:configuration,
|
2254
2287
|
:engine_version,
|
2288
|
+
:host_instance_type,
|
2255
2289
|
:logs,
|
2256
2290
|
:security_groups)
|
2257
2291
|
include Aws::Structure
|
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.22.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-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|