aws-sdk-mq 1.32.0 → 1.37.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/CHANGELOG.md +198 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-mq.rb +2 -2
- data/lib/aws-sdk-mq/client.rb +138 -69
- data/lib/aws-sdk-mq/client_api.rb +91 -86
- data/lib/aws-sdk-mq/errors.rb +1 -1
- data/lib/aws-sdk-mq/resource.rb +1 -1
- data/lib/aws-sdk-mq/types.rb +435 -249
- metadata +11 -9
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -149,7 +149,7 @@ module Aws::MQ
|
|
149
149
|
BrokerEngineType.struct_class = Types::BrokerEngineType
|
150
150
|
|
151
151
|
BrokerEngineTypeOutput.add_member(:broker_engine_types, Shapes::ShapeRef.new(shape: __listOfBrokerEngineType, location_name: "brokerEngineTypes"))
|
152
|
-
BrokerEngineTypeOutput.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin5Max100, location_name: "maxResults"))
|
152
|
+
BrokerEngineTypeOutput.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin5Max100, required: true, location_name: "maxResults"))
|
153
153
|
BrokerEngineTypeOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
154
154
|
BrokerEngineTypeOutput.struct_class = Types::BrokerEngineTypeOutput
|
155
155
|
|
@@ -167,7 +167,7 @@ module Aws::MQ
|
|
167
167
|
BrokerInstanceOption.struct_class = Types::BrokerInstanceOption
|
168
168
|
|
169
169
|
BrokerInstanceOptionsOutput.add_member(:broker_instance_options, Shapes::ShapeRef.new(shape: __listOfBrokerInstanceOption, location_name: "brokerInstanceOptions"))
|
170
|
-
BrokerInstanceOptionsOutput.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin5Max100, location_name: "maxResults"))
|
170
|
+
BrokerInstanceOptionsOutput.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin5Max100, required: true, location_name: "maxResults"))
|
171
171
|
BrokerInstanceOptionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
172
172
|
BrokerInstanceOptionsOutput.struct_class = Types::BrokerInstanceOptionsOutput
|
173
173
|
|
@@ -176,29 +176,30 @@ module Aws::MQ
|
|
176
176
|
BrokerSummary.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, location_name: "brokerName"))
|
177
177
|
BrokerSummary.add_member(:broker_state, Shapes::ShapeRef.new(shape: BrokerState, location_name: "brokerState"))
|
178
178
|
BrokerSummary.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "created"))
|
179
|
-
BrokerSummary.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "deploymentMode"))
|
179
|
+
BrokerSummary.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
|
180
|
+
BrokerSummary.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
180
181
|
BrokerSummary.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
181
182
|
BrokerSummary.struct_class = Types::BrokerSummary
|
182
183
|
|
183
|
-
Configuration.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
184
|
-
Configuration.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
185
|
-
Configuration.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "created"))
|
186
|
-
Configuration.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
187
|
-
Configuration.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
188
|
-
Configuration.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
189
|
-
Configuration.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
190
|
-
Configuration.add_member(:latest_revision, Shapes::ShapeRef.new(shape: ConfigurationRevision, location_name: "latestRevision"))
|
191
|
-
Configuration.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
184
|
+
Configuration.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "arn"))
|
185
|
+
Configuration.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, required: true, location_name: "authenticationStrategy"))
|
186
|
+
Configuration.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "created"))
|
187
|
+
Configuration.add_member(:description, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "description"))
|
188
|
+
Configuration.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
189
|
+
Configuration.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "engineVersion"))
|
190
|
+
Configuration.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
|
191
|
+
Configuration.add_member(:latest_revision, Shapes::ShapeRef.new(shape: ConfigurationRevision, required: true, location_name: "latestRevision"))
|
192
|
+
Configuration.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
192
193
|
Configuration.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
193
194
|
Configuration.struct_class = Types::Configuration
|
194
195
|
|
195
|
-
ConfigurationId.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
196
|
+
ConfigurationId.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
|
196
197
|
ConfigurationId.add_member(:revision, Shapes::ShapeRef.new(shape: __integer, location_name: "revision"))
|
197
198
|
ConfigurationId.struct_class = Types::ConfigurationId
|
198
199
|
|
199
|
-
ConfigurationRevision.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "created"))
|
200
|
+
ConfigurationRevision.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "created"))
|
200
201
|
ConfigurationRevision.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
201
|
-
ConfigurationRevision.add_member(:revision, Shapes::ShapeRef.new(shape: __integer, location_name: "revision"))
|
202
|
+
ConfigurationRevision.add_member(:revision, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "revision"))
|
202
203
|
ConfigurationRevision.struct_class = Types::ConfigurationRevision
|
203
204
|
|
204
205
|
Configurations.add_member(:current, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "current"))
|
@@ -211,24 +212,24 @@ module Aws::MQ
|
|
211
212
|
ConflictException.struct_class = Types::ConflictException
|
212
213
|
|
213
214
|
CreateBrokerInput.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
214
|
-
CreateBrokerInput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
215
|
-
CreateBrokerInput.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, location_name: "brokerName"))
|
215
|
+
CreateBrokerInput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "autoMinorVersionUpgrade"))
|
216
|
+
CreateBrokerInput.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerName"))
|
216
217
|
CreateBrokerInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
217
218
|
CreateBrokerInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken"=>true}))
|
218
|
-
CreateBrokerInput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "deploymentMode"))
|
219
|
+
CreateBrokerInput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
|
219
220
|
CreateBrokerInput.add_member(:encryption_options, Shapes::ShapeRef.new(shape: EncryptionOptions, location_name: "encryptionOptions"))
|
220
|
-
CreateBrokerInput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
221
|
-
CreateBrokerInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
222
|
-
CreateBrokerInput.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
221
|
+
CreateBrokerInput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
222
|
+
CreateBrokerInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "engineVersion"))
|
223
|
+
CreateBrokerInput.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "hostInstanceType"))
|
223
224
|
CreateBrokerInput.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataInput, location_name: "ldapServerMetadata"))
|
224
225
|
CreateBrokerInput.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
225
226
|
CreateBrokerInput.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
226
|
-
CreateBrokerInput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, location_name: "publiclyAccessible"))
|
227
|
+
CreateBrokerInput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "publiclyAccessible"))
|
227
228
|
CreateBrokerInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
228
229
|
CreateBrokerInput.add_member(:storage_type, Shapes::ShapeRef.new(shape: BrokerStorageType, location_name: "storageType"))
|
229
230
|
CreateBrokerInput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnetIds"))
|
230
231
|
CreateBrokerInput.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
231
|
-
CreateBrokerInput.add_member(:users, Shapes::ShapeRef.new(shape: __listOfUser, location_name: "users"))
|
232
|
+
CreateBrokerInput.add_member(:users, Shapes::ShapeRef.new(shape: __listOfUser, required: true, location_name: "users"))
|
232
233
|
CreateBrokerInput.struct_class = Types::CreateBrokerInput
|
233
234
|
|
234
235
|
CreateBrokerOutput.add_member(:broker_arn, Shapes::ShapeRef.new(shape: __string, location_name: "brokerArn"))
|
@@ -236,24 +237,24 @@ module Aws::MQ
|
|
236
237
|
CreateBrokerOutput.struct_class = Types::CreateBrokerOutput
|
237
238
|
|
238
239
|
CreateBrokerRequest.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
239
|
-
CreateBrokerRequest.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
240
|
-
CreateBrokerRequest.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, location_name: "brokerName"))
|
240
|
+
CreateBrokerRequest.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "autoMinorVersionUpgrade"))
|
241
|
+
CreateBrokerRequest.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerName"))
|
241
242
|
CreateBrokerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
242
243
|
CreateBrokerRequest.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken"=>true}))
|
243
|
-
CreateBrokerRequest.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "deploymentMode"))
|
244
|
+
CreateBrokerRequest.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
|
244
245
|
CreateBrokerRequest.add_member(:encryption_options, Shapes::ShapeRef.new(shape: EncryptionOptions, location_name: "encryptionOptions"))
|
245
|
-
CreateBrokerRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
246
|
-
CreateBrokerRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
247
|
-
CreateBrokerRequest.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
246
|
+
CreateBrokerRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
247
|
+
CreateBrokerRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "engineVersion"))
|
248
|
+
CreateBrokerRequest.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "hostInstanceType"))
|
248
249
|
CreateBrokerRequest.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataInput, location_name: "ldapServerMetadata"))
|
249
250
|
CreateBrokerRequest.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
250
251
|
CreateBrokerRequest.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
251
|
-
CreateBrokerRequest.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, location_name: "publiclyAccessible"))
|
252
|
+
CreateBrokerRequest.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "publiclyAccessible"))
|
252
253
|
CreateBrokerRequest.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
253
254
|
CreateBrokerRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: BrokerStorageType, location_name: "storageType"))
|
254
255
|
CreateBrokerRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnetIds"))
|
255
256
|
CreateBrokerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
256
|
-
CreateBrokerRequest.add_member(:users, Shapes::ShapeRef.new(shape: __listOfUser, location_name: "users"))
|
257
|
+
CreateBrokerRequest.add_member(:users, Shapes::ShapeRef.new(shape: __listOfUser, required: true, location_name: "users"))
|
257
258
|
CreateBrokerRequest.struct_class = Types::CreateBrokerRequest
|
258
259
|
|
259
260
|
CreateBrokerResponse.add_member(:broker_arn, Shapes::ShapeRef.new(shape: __string, location_name: "brokerArn"))
|
@@ -261,24 +262,24 @@ module Aws::MQ
|
|
261
262
|
CreateBrokerResponse.struct_class = Types::CreateBrokerResponse
|
262
263
|
|
263
264
|
CreateConfigurationInput.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
264
|
-
CreateConfigurationInput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
265
|
-
CreateConfigurationInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
266
|
-
CreateConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
265
|
+
CreateConfigurationInput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
266
|
+
CreateConfigurationInput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "engineVersion"))
|
267
|
+
CreateConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
267
268
|
CreateConfigurationInput.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
268
269
|
CreateConfigurationInput.struct_class = Types::CreateConfigurationInput
|
269
270
|
|
270
|
-
CreateConfigurationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
271
|
-
CreateConfigurationOutput.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
272
|
-
CreateConfigurationOutput.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "created"))
|
273
|
-
CreateConfigurationOutput.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
271
|
+
CreateConfigurationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "arn"))
|
272
|
+
CreateConfigurationOutput.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, required: true, location_name: "authenticationStrategy"))
|
273
|
+
CreateConfigurationOutput.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "created"))
|
274
|
+
CreateConfigurationOutput.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
|
274
275
|
CreateConfigurationOutput.add_member(:latest_revision, Shapes::ShapeRef.new(shape: ConfigurationRevision, location_name: "latestRevision"))
|
275
|
-
CreateConfigurationOutput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
276
|
+
CreateConfigurationOutput.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
276
277
|
CreateConfigurationOutput.struct_class = Types::CreateConfigurationOutput
|
277
278
|
|
278
279
|
CreateConfigurationRequest.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
279
|
-
CreateConfigurationRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
280
|
-
CreateConfigurationRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
281
|
-
CreateConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
280
|
+
CreateConfigurationRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
281
|
+
CreateConfigurationRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "engineVersion"))
|
282
|
+
CreateConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
282
283
|
CreateConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
283
284
|
CreateConfigurationRequest.struct_class = Types::CreateConfigurationRequest
|
284
285
|
|
@@ -296,13 +297,13 @@ module Aws::MQ
|
|
296
297
|
|
297
298
|
CreateUserInput.add_member(:console_access, Shapes::ShapeRef.new(shape: __boolean, location_name: "consoleAccess"))
|
298
299
|
CreateUserInput.add_member(:groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "groups"))
|
299
|
-
CreateUserInput.add_member(:password, Shapes::ShapeRef.new(shape: __string, location_name: "password"))
|
300
|
+
CreateUserInput.add_member(:password, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "password"))
|
300
301
|
CreateUserInput.struct_class = Types::CreateUserInput
|
301
302
|
|
302
303
|
CreateUserRequest.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "broker-id"))
|
303
304
|
CreateUserRequest.add_member(:console_access, Shapes::ShapeRef.new(shape: __boolean, location_name: "consoleAccess"))
|
304
305
|
CreateUserRequest.add_member(:groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "groups"))
|
305
|
-
CreateUserRequest.add_member(:password, Shapes::ShapeRef.new(shape: __string, location_name: "password"))
|
306
|
+
CreateUserRequest.add_member(:password, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "password"))
|
306
307
|
CreateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "username"))
|
307
308
|
CreateUserRequest.struct_class = Types::CreateUserRequest
|
308
309
|
|
@@ -350,7 +351,7 @@ module Aws::MQ
|
|
350
351
|
DescribeBrokerInstanceOptionsResponse.struct_class = Types::DescribeBrokerInstanceOptionsResponse
|
351
352
|
|
352
353
|
DescribeBrokerOutput.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
353
|
-
DescribeBrokerOutput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
354
|
+
DescribeBrokerOutput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "autoMinorVersionUpgrade"))
|
354
355
|
DescribeBrokerOutput.add_member(:broker_arn, Shapes::ShapeRef.new(shape: __string, location_name: "brokerArn"))
|
355
356
|
DescribeBrokerOutput.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, location_name: "brokerId"))
|
356
357
|
DescribeBrokerOutput.add_member(:broker_instances, Shapes::ShapeRef.new(shape: __listOfBrokerInstance, location_name: "brokerInstances"))
|
@@ -358,9 +359,9 @@ module Aws::MQ
|
|
358
359
|
DescribeBrokerOutput.add_member(:broker_state, Shapes::ShapeRef.new(shape: BrokerState, location_name: "brokerState"))
|
359
360
|
DescribeBrokerOutput.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
360
361
|
DescribeBrokerOutput.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "created"))
|
361
|
-
DescribeBrokerOutput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "deploymentMode"))
|
362
|
+
DescribeBrokerOutput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
|
362
363
|
DescribeBrokerOutput.add_member(:encryption_options, Shapes::ShapeRef.new(shape: EncryptionOptions, location_name: "encryptionOptions"))
|
363
|
-
DescribeBrokerOutput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
364
|
+
DescribeBrokerOutput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
364
365
|
DescribeBrokerOutput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
365
366
|
DescribeBrokerOutput.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
366
367
|
DescribeBrokerOutput.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataOutput, location_name: "ldapServerMetadata"))
|
@@ -371,7 +372,7 @@ module Aws::MQ
|
|
371
372
|
DescribeBrokerOutput.add_member(:pending_host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "pendingHostInstanceType"))
|
372
373
|
DescribeBrokerOutput.add_member(:pending_ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataOutput, location_name: "pendingLdapServerMetadata"))
|
373
374
|
DescribeBrokerOutput.add_member(:pending_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "pendingSecurityGroups"))
|
374
|
-
DescribeBrokerOutput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, location_name: "publiclyAccessible"))
|
375
|
+
DescribeBrokerOutput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "publiclyAccessible"))
|
375
376
|
DescribeBrokerOutput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
376
377
|
DescribeBrokerOutput.add_member(:storage_type, Shapes::ShapeRef.new(shape: BrokerStorageType, location_name: "storageType"))
|
377
378
|
DescribeBrokerOutput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnetIds"))
|
@@ -427,9 +428,9 @@ module Aws::MQ
|
|
427
428
|
DescribeConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
428
429
|
DescribeConfigurationResponse.struct_class = Types::DescribeConfigurationResponse
|
429
430
|
|
430
|
-
DescribeConfigurationRevisionOutput.add_member(:configuration_id, Shapes::ShapeRef.new(shape: __string, location_name: "configurationId"))
|
431
|
-
DescribeConfigurationRevisionOutput.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "created"))
|
432
|
-
DescribeConfigurationRevisionOutput.add_member(:data, Shapes::ShapeRef.new(shape: __string, location_name: "data"))
|
431
|
+
DescribeConfigurationRevisionOutput.add_member(:configuration_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "configurationId"))
|
432
|
+
DescribeConfigurationRevisionOutput.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "created"))
|
433
|
+
DescribeConfigurationRevisionOutput.add_member(:data, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "data"))
|
433
434
|
DescribeConfigurationRevisionOutput.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
434
435
|
DescribeConfigurationRevisionOutput.struct_class = Types::DescribeConfigurationRevisionOutput
|
435
436
|
|
@@ -443,11 +444,11 @@ module Aws::MQ
|
|
443
444
|
DescribeConfigurationRevisionResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
444
445
|
DescribeConfigurationRevisionResponse.struct_class = Types::DescribeConfigurationRevisionResponse
|
445
446
|
|
446
|
-
DescribeUserOutput.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, location_name: "brokerId"))
|
447
|
+
DescribeUserOutput.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerId"))
|
447
448
|
DescribeUserOutput.add_member(:console_access, Shapes::ShapeRef.new(shape: __boolean, location_name: "consoleAccess"))
|
448
449
|
DescribeUserOutput.add_member(:groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "groups"))
|
449
450
|
DescribeUserOutput.add_member(:pending, Shapes::ShapeRef.new(shape: UserPendingChanges, location_name: "pending"))
|
450
|
-
DescribeUserOutput.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
451
|
+
DescribeUserOutput.add_member(:username, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "username"))
|
451
452
|
DescribeUserOutput.struct_class = Types::DescribeUserOutput
|
452
453
|
|
453
454
|
DescribeUserRequest.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "broker-id"))
|
@@ -480,28 +481,28 @@ module Aws::MQ
|
|
480
481
|
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
481
482
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
482
483
|
|
483
|
-
LdapServerMetadataInput.add_member(:hosts, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "hosts"))
|
484
|
-
LdapServerMetadataInput.add_member(:role_base, Shapes::ShapeRef.new(shape: __string, location_name: "roleBase"))
|
484
|
+
LdapServerMetadataInput.add_member(:hosts, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "hosts"))
|
485
|
+
LdapServerMetadataInput.add_member(:role_base, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleBase"))
|
485
486
|
LdapServerMetadataInput.add_member(:role_name, Shapes::ShapeRef.new(shape: __string, location_name: "roleName"))
|
486
|
-
LdapServerMetadataInput.add_member(:role_search_matching, Shapes::ShapeRef.new(shape: __string, location_name: "roleSearchMatching"))
|
487
|
+
LdapServerMetadataInput.add_member(:role_search_matching, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleSearchMatching"))
|
487
488
|
LdapServerMetadataInput.add_member(:role_search_subtree, Shapes::ShapeRef.new(shape: __boolean, location_name: "roleSearchSubtree"))
|
488
|
-
LdapServerMetadataInput.add_member(:service_account_password, Shapes::ShapeRef.new(shape: __string, location_name: "serviceAccountPassword"))
|
489
|
-
LdapServerMetadataInput.add_member(:service_account_username, Shapes::ShapeRef.new(shape: __string, location_name: "serviceAccountUsername"))
|
490
|
-
LdapServerMetadataInput.add_member(:user_base, Shapes::ShapeRef.new(shape: __string, location_name: "userBase"))
|
489
|
+
LdapServerMetadataInput.add_member(:service_account_password, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "serviceAccountPassword"))
|
490
|
+
LdapServerMetadataInput.add_member(:service_account_username, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "serviceAccountUsername"))
|
491
|
+
LdapServerMetadataInput.add_member(:user_base, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "userBase"))
|
491
492
|
LdapServerMetadataInput.add_member(:user_role_name, Shapes::ShapeRef.new(shape: __string, location_name: "userRoleName"))
|
492
|
-
LdapServerMetadataInput.add_member(:user_search_matching, Shapes::ShapeRef.new(shape: __string, location_name: "userSearchMatching"))
|
493
|
+
LdapServerMetadataInput.add_member(:user_search_matching, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "userSearchMatching"))
|
493
494
|
LdapServerMetadataInput.add_member(:user_search_subtree, Shapes::ShapeRef.new(shape: __boolean, location_name: "userSearchSubtree"))
|
494
495
|
LdapServerMetadataInput.struct_class = Types::LdapServerMetadataInput
|
495
496
|
|
496
|
-
LdapServerMetadataOutput.add_member(:hosts, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "hosts"))
|
497
|
-
LdapServerMetadataOutput.add_member(:role_base, Shapes::ShapeRef.new(shape: __string, location_name: "roleBase"))
|
497
|
+
LdapServerMetadataOutput.add_member(:hosts, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "hosts"))
|
498
|
+
LdapServerMetadataOutput.add_member(:role_base, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleBase"))
|
498
499
|
LdapServerMetadataOutput.add_member(:role_name, Shapes::ShapeRef.new(shape: __string, location_name: "roleName"))
|
499
|
-
LdapServerMetadataOutput.add_member(:role_search_matching, Shapes::ShapeRef.new(shape: __string, location_name: "roleSearchMatching"))
|
500
|
+
LdapServerMetadataOutput.add_member(:role_search_matching, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleSearchMatching"))
|
500
501
|
LdapServerMetadataOutput.add_member(:role_search_subtree, Shapes::ShapeRef.new(shape: __boolean, location_name: "roleSearchSubtree"))
|
501
|
-
LdapServerMetadataOutput.add_member(:service_account_username, Shapes::ShapeRef.new(shape: __string, location_name: "serviceAccountUsername"))
|
502
|
-
LdapServerMetadataOutput.add_member(:user_base, Shapes::ShapeRef.new(shape: __string, location_name: "userBase"))
|
502
|
+
LdapServerMetadataOutput.add_member(:service_account_username, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "serviceAccountUsername"))
|
503
|
+
LdapServerMetadataOutput.add_member(:user_base, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "userBase"))
|
503
504
|
LdapServerMetadataOutput.add_member(:user_role_name, Shapes::ShapeRef.new(shape: __string, location_name: "userRoleName"))
|
504
|
-
LdapServerMetadataOutput.add_member(:user_search_matching, Shapes::ShapeRef.new(shape: __string, location_name: "userSearchMatching"))
|
505
|
+
LdapServerMetadataOutput.add_member(:user_search_matching, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "userSearchMatching"))
|
505
506
|
LdapServerMetadataOutput.add_member(:user_search_subtree, Shapes::ShapeRef.new(shape: __boolean, location_name: "userSearchSubtree"))
|
506
507
|
LdapServerMetadataOutput.struct_class = Types::LdapServerMetadataOutput
|
507
508
|
|
@@ -554,10 +555,10 @@ module Aws::MQ
|
|
554
555
|
ListTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
555
556
|
ListTagsResponse.struct_class = Types::ListTagsResponse
|
556
557
|
|
557
|
-
ListUsersOutput.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, location_name: "brokerId"))
|
558
|
-
ListUsersOutput.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin5Max100, location_name: "maxResults"))
|
558
|
+
ListUsersOutput.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerId"))
|
559
|
+
ListUsersOutput.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin5Max100, required: true, location_name: "maxResults"))
|
559
560
|
ListUsersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
560
|
-
ListUsersOutput.add_member(:users, Shapes::ShapeRef.new(shape: __listOfUserSummary, location_name: "users"))
|
561
|
+
ListUsersOutput.add_member(:users, Shapes::ShapeRef.new(shape: __listOfUserSummary, required: true, location_name: "users"))
|
561
562
|
ListUsersOutput.struct_class = Types::ListUsersOutput
|
562
563
|
|
563
564
|
ListUsersRequest.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "broker-id"))
|
@@ -577,8 +578,8 @@ module Aws::MQ
|
|
577
578
|
|
578
579
|
LogsSummary.add_member(:audit, Shapes::ShapeRef.new(shape: __boolean, location_name: "audit"))
|
579
580
|
LogsSummary.add_member(:audit_log_group, Shapes::ShapeRef.new(shape: __string, location_name: "auditLogGroup"))
|
580
|
-
LogsSummary.add_member(:general, Shapes::ShapeRef.new(shape: __boolean, location_name: "general"))
|
581
|
-
LogsSummary.add_member(:general_log_group, Shapes::ShapeRef.new(shape: __string, location_name: "generalLogGroup"))
|
581
|
+
LogsSummary.add_member(:general, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "general"))
|
582
|
+
LogsSummary.add_member(:general_log_group, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "generalLogGroup"))
|
582
583
|
LogsSummary.add_member(:pending, Shapes::ShapeRef.new(shape: PendingLogs, location_name: "pending"))
|
583
584
|
LogsSummary.struct_class = Types::LogsSummary
|
584
585
|
|
@@ -597,7 +598,7 @@ module Aws::MQ
|
|
597
598
|
|
598
599
|
SanitizationWarning.add_member(:attribute_name, Shapes::ShapeRef.new(shape: __string, location_name: "attributeName"))
|
599
600
|
SanitizationWarning.add_member(:element_name, Shapes::ShapeRef.new(shape: __string, location_name: "elementName"))
|
600
|
-
SanitizationWarning.add_member(:reason, Shapes::ShapeRef.new(shape: SanitizationWarningReason, location_name: "reason"))
|
601
|
+
SanitizationWarning.add_member(:reason, Shapes::ShapeRef.new(shape: SanitizationWarningReason, required: true, location_name: "reason"))
|
601
602
|
SanitizationWarning.struct_class = Types::SanitizationWarning
|
602
603
|
|
603
604
|
Tags.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
@@ -614,17 +615,19 @@ module Aws::MQ
|
|
614
615
|
UpdateBrokerInput.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
615
616
|
UpdateBrokerInput.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataInput, location_name: "ldapServerMetadata"))
|
616
617
|
UpdateBrokerInput.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
618
|
+
UpdateBrokerInput.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
617
619
|
UpdateBrokerInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
618
620
|
UpdateBrokerInput.struct_class = Types::UpdateBrokerInput
|
619
621
|
|
620
622
|
UpdateBrokerOutput.add_member(:authentication_strategy, Shapes::ShapeRef.new(shape: AuthenticationStrategy, location_name: "authenticationStrategy"))
|
621
623
|
UpdateBrokerOutput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
|
622
|
-
UpdateBrokerOutput.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, location_name: "brokerId"))
|
624
|
+
UpdateBrokerOutput.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerId"))
|
623
625
|
UpdateBrokerOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
|
624
626
|
UpdateBrokerOutput.add_member(:engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "engineVersion"))
|
625
627
|
UpdateBrokerOutput.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
626
628
|
UpdateBrokerOutput.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataOutput, location_name: "ldapServerMetadata"))
|
627
629
|
UpdateBrokerOutput.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
630
|
+
UpdateBrokerOutput.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
628
631
|
UpdateBrokerOutput.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
629
632
|
UpdateBrokerOutput.struct_class = Types::UpdateBrokerOutput
|
630
633
|
|
@@ -636,6 +639,7 @@ module Aws::MQ
|
|
636
639
|
UpdateBrokerRequest.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
637
640
|
UpdateBrokerRequest.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataInput, location_name: "ldapServerMetadata"))
|
638
641
|
UpdateBrokerRequest.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
642
|
+
UpdateBrokerRequest.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
639
643
|
UpdateBrokerRequest.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
640
644
|
UpdateBrokerRequest.struct_class = Types::UpdateBrokerRequest
|
641
645
|
|
@@ -647,23 +651,24 @@ module Aws::MQ
|
|
647
651
|
UpdateBrokerResponse.add_member(:host_instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "hostInstanceType"))
|
648
652
|
UpdateBrokerResponse.add_member(:ldap_server_metadata, Shapes::ShapeRef.new(shape: LdapServerMetadataOutput, location_name: "ldapServerMetadata"))
|
649
653
|
UpdateBrokerResponse.add_member(:logs, Shapes::ShapeRef.new(shape: Logs, location_name: "logs"))
|
654
|
+
UpdateBrokerResponse.add_member(:maintenance_window_start_time, Shapes::ShapeRef.new(shape: WeeklyStartTime, location_name: "maintenanceWindowStartTime"))
|
650
655
|
UpdateBrokerResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
|
651
656
|
UpdateBrokerResponse.struct_class = Types::UpdateBrokerResponse
|
652
657
|
|
653
|
-
UpdateConfigurationInput.add_member(:data, Shapes::ShapeRef.new(shape: __string, location_name: "data"))
|
658
|
+
UpdateConfigurationInput.add_member(:data, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "data"))
|
654
659
|
UpdateConfigurationInput.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
655
660
|
UpdateConfigurationInput.struct_class = Types::UpdateConfigurationInput
|
656
661
|
|
657
|
-
UpdateConfigurationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
658
|
-
UpdateConfigurationOutput.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "created"))
|
659
|
-
UpdateConfigurationOutput.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
662
|
+
UpdateConfigurationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "arn"))
|
663
|
+
UpdateConfigurationOutput.add_member(:created, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "created"))
|
664
|
+
UpdateConfigurationOutput.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
|
660
665
|
UpdateConfigurationOutput.add_member(:latest_revision, Shapes::ShapeRef.new(shape: ConfigurationRevision, location_name: "latestRevision"))
|
661
|
-
UpdateConfigurationOutput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
666
|
+
UpdateConfigurationOutput.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
662
667
|
UpdateConfigurationOutput.add_member(:warnings, Shapes::ShapeRef.new(shape: __listOfSanitizationWarning, location_name: "warnings"))
|
663
668
|
UpdateConfigurationOutput.struct_class = Types::UpdateConfigurationOutput
|
664
669
|
|
665
670
|
UpdateConfigurationRequest.add_member(:configuration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "configuration-id"))
|
666
|
-
UpdateConfigurationRequest.add_member(:data, Shapes::ShapeRef.new(shape: __string, location_name: "data"))
|
671
|
+
UpdateConfigurationRequest.add_member(:data, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "data"))
|
667
672
|
UpdateConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
668
673
|
UpdateConfigurationRequest.struct_class = Types::UpdateConfigurationRequest
|
669
674
|
|
@@ -691,21 +696,21 @@ module Aws::MQ
|
|
691
696
|
|
692
697
|
User.add_member(:console_access, Shapes::ShapeRef.new(shape: __boolean, location_name: "consoleAccess"))
|
693
698
|
User.add_member(:groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "groups"))
|
694
|
-
User.add_member(:password, Shapes::ShapeRef.new(shape: __string, location_name: "password"))
|
695
|
-
User.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
699
|
+
User.add_member(:password, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "password"))
|
700
|
+
User.add_member(:username, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "username"))
|
696
701
|
User.struct_class = Types::User
|
697
702
|
|
698
703
|
UserPendingChanges.add_member(:console_access, Shapes::ShapeRef.new(shape: __boolean, location_name: "consoleAccess"))
|
699
704
|
UserPendingChanges.add_member(:groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "groups"))
|
700
|
-
UserPendingChanges.add_member(:pending_change, Shapes::ShapeRef.new(shape: ChangeType, location_name: "pendingChange"))
|
705
|
+
UserPendingChanges.add_member(:pending_change, Shapes::ShapeRef.new(shape: ChangeType, required: true, location_name: "pendingChange"))
|
701
706
|
UserPendingChanges.struct_class = Types::UserPendingChanges
|
702
707
|
|
703
708
|
UserSummary.add_member(:pending_change, Shapes::ShapeRef.new(shape: ChangeType, location_name: "pendingChange"))
|
704
|
-
UserSummary.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
709
|
+
UserSummary.add_member(:username, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "username"))
|
705
710
|
UserSummary.struct_class = Types::UserSummary
|
706
711
|
|
707
|
-
WeeklyStartTime.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, location_name: "dayOfWeek"))
|
708
|
-
WeeklyStartTime.add_member(:time_of_day, Shapes::ShapeRef.new(shape: __string, location_name: "timeOfDay"))
|
712
|
+
WeeklyStartTime.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, required: true, location_name: "dayOfWeek"))
|
713
|
+
WeeklyStartTime.add_member(:time_of_day, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "timeOfDay"))
|
709
714
|
WeeklyStartTime.add_member(:time_zone, Shapes::ShapeRef.new(shape: __string, location_name: "timeZone"))
|
710
715
|
WeeklyStartTime.struct_class = Types::WeeklyStartTime
|
711
716
|
|
data/lib/aws-sdk-mq/errors.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
data/lib/aws-sdk-mq/resource.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
data/lib/aws-sdk-mq/types.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -44,7 +44,7 @@ module Aws::MQ
|
|
44
44
|
# Types of broker engines.
|
45
45
|
#
|
46
46
|
# @!attribute [rw] engine_type
|
47
|
-
# The
|
47
|
+
# The broker's engine type.
|
48
48
|
# @return [String]
|
49
49
|
#
|
50
50
|
# @!attribute [rw] engine_versions
|
@@ -90,7 +90,7 @@ module Aws::MQ
|
|
90
90
|
# Returns information about all brokers.
|
91
91
|
#
|
92
92
|
# @!attribute [rw] console_url
|
93
|
-
# The
|
93
|
+
# The brokers web console URL.
|
94
94
|
# @return [String]
|
95
95
|
#
|
96
96
|
# @!attribute [rw] endpoints
|
@@ -99,7 +99,7 @@ module Aws::MQ
|
|
99
99
|
#
|
100
100
|
# @!attribute [rw] ip_address
|
101
101
|
# The IP address of the Elastic Network Interface (ENI) attached to
|
102
|
-
# the broker.
|
102
|
+
# the broker. Does not apply to RabbitMQ brokers.
|
103
103
|
# @return [String]
|
104
104
|
#
|
105
105
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/BrokerInstance AWS API Documentation
|
@@ -119,11 +119,11 @@ module Aws::MQ
|
|
119
119
|
# @return [Array<Types::AvailabilityZone>]
|
120
120
|
#
|
121
121
|
# @!attribute [rw] engine_type
|
122
|
-
# The
|
122
|
+
# The broker's engine type.
|
123
123
|
# @return [String]
|
124
124
|
#
|
125
125
|
# @!attribute [rw] host_instance_type
|
126
|
-
# The
|
126
|
+
# The broker's instance type.
|
127
127
|
# @return [String]
|
128
128
|
#
|
129
129
|
# @!attribute [rw] storage_type
|
@@ -178,10 +178,10 @@ module Aws::MQ
|
|
178
178
|
include Aws::Structure
|
179
179
|
end
|
180
180
|
|
181
|
-
#
|
181
|
+
# Returns information about all brokers.
|
182
182
|
#
|
183
183
|
# @!attribute [rw] broker_arn
|
184
|
-
# The Amazon Resource Name (ARN)
|
184
|
+
# The broker's Amazon Resource Name (ARN).
|
185
185
|
# @return [String]
|
186
186
|
#
|
187
187
|
# @!attribute [rw] broker_id
|
@@ -189,14 +189,14 @@ module Aws::MQ
|
|
189
189
|
# @return [String]
|
190
190
|
#
|
191
191
|
# @!attribute [rw] broker_name
|
192
|
-
# The name
|
193
|
-
#
|
194
|
-
#
|
195
|
-
#
|
192
|
+
# The broker's name. This value is unique in your AWS account, 1-50
|
193
|
+
# characters long, and containing only letters, numbers, dashes, and
|
194
|
+
# underscores, and must not contain white spaces, brackets, wildcard
|
195
|
+
# characters, or special characters.
|
196
196
|
# @return [String]
|
197
197
|
#
|
198
198
|
# @!attribute [rw] broker_state
|
199
|
-
# The status
|
199
|
+
# The broker's status.
|
200
200
|
# @return [String]
|
201
201
|
#
|
202
202
|
# @!attribute [rw] created
|
@@ -204,7 +204,11 @@ module Aws::MQ
|
|
204
204
|
# @return [Time]
|
205
205
|
#
|
206
206
|
# @!attribute [rw] deployment_mode
|
207
|
-
#
|
207
|
+
# The broker's deployment mode.
|
208
|
+
# @return [String]
|
209
|
+
#
|
210
|
+
# @!attribute [rw] engine_type
|
211
|
+
# The type of broker engine.
|
208
212
|
# @return [String]
|
209
213
|
#
|
210
214
|
# @!attribute [rw] host_instance_type
|
@@ -220,6 +224,7 @@ module Aws::MQ
|
|
220
224
|
:broker_state,
|
221
225
|
:created,
|
222
226
|
:deployment_mode,
|
227
|
+
:engine_type,
|
223
228
|
:host_instance_type)
|
224
229
|
SENSITIVE = []
|
225
230
|
include Aws::Structure
|
@@ -232,7 +237,8 @@ module Aws::MQ
|
|
232
237
|
# @return [String]
|
233
238
|
#
|
234
239
|
# @!attribute [rw] authentication_strategy
|
235
|
-
# The authentication strategy associated with the
|
240
|
+
# Optional. The authentication strategy associated with the
|
241
|
+
# configuration. The default is SIMPLE.
|
236
242
|
# @return [String]
|
237
243
|
#
|
238
244
|
# @!attribute [rw] created
|
@@ -244,14 +250,17 @@ module Aws::MQ
|
|
244
250
|
# @return [String]
|
245
251
|
#
|
246
252
|
# @!attribute [rw] engine_type
|
247
|
-
# Required. The type of broker engine.
|
248
|
-
#
|
253
|
+
# Required. The type of broker engine. Currently, Amazon MQ supports
|
254
|
+
# ACTIVEMQ and RABBITMQ.
|
249
255
|
# @return [String]
|
250
256
|
#
|
251
257
|
# @!attribute [rw] engine_version
|
252
|
-
# Required. The
|
253
|
-
# engine versions, see
|
254
|
-
#
|
258
|
+
# Required. The broker engine's version. For a list of supported
|
259
|
+
# engine versions, see, [Supported engines][1].
|
260
|
+
#
|
261
|
+
#
|
262
|
+
#
|
263
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html
|
255
264
|
# @return [String]
|
256
265
|
#
|
257
266
|
# @!attribute [rw] id
|
@@ -292,11 +301,13 @@ module Aws::MQ
|
|
292
301
|
|
293
302
|
# A list of information about the configuration.
|
294
303
|
#
|
304
|
+
# Does not apply to RabbitMQ brokers.
|
305
|
+
#
|
295
306
|
# @note When making an API call, you may pass ConfigurationId
|
296
307
|
# data as a hash:
|
297
308
|
#
|
298
309
|
# {
|
299
|
-
# id: "__string",
|
310
|
+
# id: "__string", # required
|
300
311
|
# revision: 1,
|
301
312
|
# }
|
302
313
|
#
|
@@ -345,7 +356,7 @@ module Aws::MQ
|
|
345
356
|
# Broker configuration information
|
346
357
|
#
|
347
358
|
# @!attribute [rw] current
|
348
|
-
# The current configuration
|
359
|
+
# The broker's current configuration.
|
349
360
|
# @return [Types::ConfigurationId]
|
350
361
|
#
|
351
362
|
# @!attribute [rw] history
|
@@ -353,7 +364,7 @@ module Aws::MQ
|
|
353
364
|
# @return [Array<Types::ConfigurationId>]
|
354
365
|
#
|
355
366
|
# @!attribute [rw] pending
|
356
|
-
# The pending configuration
|
367
|
+
# The broker's pending configuration.
|
357
368
|
# @return [Types::ConfigurationId]
|
358
369
|
#
|
359
370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/Configurations AWS API Documentation
|
@@ -383,25 +394,25 @@ module Aws::MQ
|
|
383
394
|
include Aws::Structure
|
384
395
|
end
|
385
396
|
|
386
|
-
#
|
387
|
-
# engine versions, see
|
388
|
-
# https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
|
397
|
+
# Creates a broker.
|
389
398
|
#
|
390
399
|
# @!attribute [rw] authentication_strategy
|
391
|
-
# The authentication strategy used to secure the broker.
|
400
|
+
# Optional. The authentication strategy used to secure the broker. The
|
401
|
+
# default is SIMPLE.
|
392
402
|
# @return [String]
|
393
403
|
#
|
394
404
|
# @!attribute [rw] auto_minor_version_upgrade
|
395
|
-
#
|
396
|
-
#
|
397
|
-
# occur during the maintenance window of the broker or after
|
398
|
-
# broker reboot.
|
405
|
+
# Enables automatic upgrades to new minor versions for brokers, as new
|
406
|
+
# versions are released and supported by Amazon MQ. Automatic upgrades
|
407
|
+
# occur during the scheduled maintenance window of the broker or after
|
408
|
+
# a manual broker reboot. Set to true by default, if no value is
|
409
|
+
# specified.
|
399
410
|
# @return [Boolean]
|
400
411
|
#
|
401
412
|
# @!attribute [rw] broker_name
|
402
|
-
# Required. The name
|
403
|
-
#
|
404
|
-
#
|
413
|
+
# Required. The broker's name. This value must be unique in your AWS
|
414
|
+
# account, 1-50 characters long, must contain only letters, numbers,
|
415
|
+
# dashes, and underscores, and must not contain white spaces,
|
405
416
|
# brackets, wildcard characters, or special characters.
|
406
417
|
# @return [String]
|
407
418
|
#
|
@@ -410,27 +421,37 @@ module Aws::MQ
|
|
410
421
|
# @return [Types::ConfigurationId]
|
411
422
|
#
|
412
423
|
# @!attribute [rw] creator_request_id
|
413
|
-
# The unique ID that the requester receives for the created broker.
|
424
|
+
# The unique ID that the requester receives for the created broker.
|
425
|
+
# Amazon MQ passes your ID with the API action. Note: We recommend
|
426
|
+
# using a Universally Unique Identifier (UUID) for the
|
427
|
+
# creatorRequestId. You may omit the creatorRequestId if your
|
428
|
+
# application doesn't require idempotency.
|
429
|
+
#
|
430
|
+
# **A suitable default value is auto-generated.** You should normally
|
414
431
|
# not need to pass this option.
|
415
432
|
# @return [String]
|
416
433
|
#
|
417
434
|
# @!attribute [rw] deployment_mode
|
418
|
-
# Required. The deployment mode
|
435
|
+
# Required. The broker's deployment mode.
|
419
436
|
# @return [String]
|
420
437
|
#
|
421
438
|
# @!attribute [rw] encryption_options
|
422
|
-
# Encryption options for the broker.
|
439
|
+
# Encryption options for the broker. Does not apply to RabbitMQ
|
440
|
+
# brokers.
|
423
441
|
# @return [Types::EncryptionOptions]
|
424
442
|
#
|
425
443
|
# @!attribute [rw] engine_type
|
426
|
-
# Required. The type of broker engine.
|
427
|
-
#
|
444
|
+
# Required. The type of broker engine. Currently, Amazon MQ supports
|
445
|
+
# ACTIVEMQ and RABBITMQ.
|
428
446
|
# @return [String]
|
429
447
|
#
|
430
448
|
# @!attribute [rw] engine_version
|
431
|
-
# Required. The
|
432
|
-
# engine versions, see
|
433
|
-
#
|
449
|
+
# Required. The broker engine's version. For a list of supported
|
450
|
+
# engine versions, see [Supported engines][1].
|
451
|
+
#
|
452
|
+
#
|
453
|
+
#
|
454
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html
|
434
455
|
# @return [String]
|
435
456
|
#
|
436
457
|
# @!attribute [rw] host_instance_type
|
@@ -438,8 +459,9 @@ module Aws::MQ
|
|
438
459
|
# @return [String]
|
439
460
|
#
|
440
461
|
# @!attribute [rw] ldap_server_metadata
|
441
|
-
# The metadata of the LDAP server used to authenticate and
|
442
|
-
# connections to the broker.
|
462
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
463
|
+
# authorize connections to the broker. Does not apply to RabbitMQ
|
464
|
+
# brokers.
|
443
465
|
# @return [Types::LdapServerMetadataInput]
|
444
466
|
#
|
445
467
|
# @!attribute [rw] logs
|
@@ -451,12 +473,13 @@ module Aws::MQ
|
|
451
473
|
# @return [Types::WeeklyStartTime]
|
452
474
|
#
|
453
475
|
# @!attribute [rw] publicly_accessible
|
454
|
-
#
|
455
|
-
#
|
476
|
+
# Enables connections from applications outside of the VPC that hosts
|
477
|
+
# the broker's subnets. Set to false by default, if no value is
|
478
|
+
# provided.
|
456
479
|
# @return [Boolean]
|
457
480
|
#
|
458
481
|
# @!attribute [rw] security_groups
|
459
|
-
# The list of
|
482
|
+
# The list of rules (1 minimum, 125 maximum) that authorize
|
460
483
|
# connections to brokers.
|
461
484
|
# @return [Array<String>]
|
462
485
|
#
|
@@ -465,11 +488,26 @@ module Aws::MQ
|
|
465
488
|
# @return [String]
|
466
489
|
#
|
467
490
|
# @!attribute [rw] subnet_ids
|
468
|
-
# The list of groups
|
469
|
-
#
|
491
|
+
# The list of groups that define which subnets and IP ranges the
|
492
|
+
# broker can use from different Availability Zones. If you specify
|
493
|
+
# more than one subnet, the subnets must be in different Availability
|
494
|
+
# Zones. Amazon MQ will not be able to create VPC endpoints for your
|
495
|
+
# broker with multiple subnets in the same Availability Zone. A
|
470
496
|
# SINGLE\_INSTANCE deployment requires one subnet (for example, the
|
471
|
-
# default subnet). An ACTIVE\_STANDBY\_MULTI\_AZ
|
472
|
-
# two subnets.
|
497
|
+
# default subnet). An ACTIVE\_STANDBY\_MULTI\_AZ Amazon MQ for
|
498
|
+
# ActiveMQ deployment requires two subnets. A CLUSTER\_MULTI\_AZ
|
499
|
+
# Amazon MQ for RabbitMQ deployment has no subnet requirements when
|
500
|
+
# deployed with public accessibility. Deployment without public
|
501
|
+
# accessibility requires at least one subnet.
|
502
|
+
#
|
503
|
+
# If you specify subnets in a [shared VPC][1] for a RabbitMQ broker,
|
504
|
+
# the associated VPC to which the specified subnets belong must be
|
505
|
+
# owned by your AWS account. Amazon MQ will not be able to create VPC
|
506
|
+
# endpoints in VPCs that are not owned by your AWS account.
|
507
|
+
#
|
508
|
+
#
|
509
|
+
#
|
510
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-sharing.html
|
473
511
|
# @return [Array<String>]
|
474
512
|
#
|
475
513
|
# @!attribute [rw] tags
|
@@ -477,10 +515,18 @@ module Aws::MQ
|
|
477
515
|
# @return [Hash<String,String>]
|
478
516
|
#
|
479
517
|
# @!attribute [rw] users
|
480
|
-
# Required. The list of
|
481
|
-
#
|
482
|
-
#
|
483
|
-
#
|
518
|
+
# Required. The list of broker users (persons or applications) who can
|
519
|
+
# access queues and topics. This value can contain only alphanumeric
|
520
|
+
# characters, dashes, periods, underscores, and tildes (- . \_ ~).
|
521
|
+
# This value must be 2-100 characters long.
|
522
|
+
#
|
523
|
+
# <title>Amazon MQ for RabbitMQ</title>
|
524
|
+
#
|
525
|
+
# When you create an Amazon MQ for RabbitMQ broker, one and only one
|
526
|
+
# administrative user is accepted and created when a broker is first
|
527
|
+
# provisioned. All subsequent broker users are created by making
|
528
|
+
# RabbitMQ API calls directly to brokers or via the RabbitMQ web
|
529
|
+
# console.
|
484
530
|
# @return [Array<Types::User>]
|
485
531
|
#
|
486
532
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/CreateBrokerInput AWS API Documentation
|
@@ -512,7 +558,7 @@ module Aws::MQ
|
|
512
558
|
# Returns information about the created broker.
|
513
559
|
#
|
514
560
|
# @!attribute [rw] broker_arn
|
515
|
-
# The Amazon Resource Name (ARN)
|
561
|
+
# The broker's Amazon Resource Name (ARN).
|
516
562
|
# @return [String]
|
517
563
|
#
|
518
564
|
# @!attribute [rw] broker_id
|
@@ -533,32 +579,32 @@ module Aws::MQ
|
|
533
579
|
#
|
534
580
|
# {
|
535
581
|
# authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
|
536
|
-
# auto_minor_version_upgrade: false,
|
537
|
-
# broker_name: "__string",
|
582
|
+
# auto_minor_version_upgrade: false, # required
|
583
|
+
# broker_name: "__string", # required
|
538
584
|
# configuration: {
|
539
|
-
# id: "__string",
|
585
|
+
# id: "__string", # required
|
540
586
|
# revision: 1,
|
541
587
|
# },
|
542
588
|
# creator_request_id: "__string",
|
543
|
-
# deployment_mode: "SINGLE_INSTANCE", # accepts SINGLE_INSTANCE, ACTIVE_STANDBY_MULTI_AZ
|
589
|
+
# deployment_mode: "SINGLE_INSTANCE", # required, accepts SINGLE_INSTANCE, ACTIVE_STANDBY_MULTI_AZ, CLUSTER_MULTI_AZ
|
544
590
|
# encryption_options: {
|
545
591
|
# kms_key_id: "__string",
|
546
592
|
# use_aws_owned_key: false, # required
|
547
593
|
# },
|
548
|
-
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ
|
549
|
-
# engine_version: "__string",
|
550
|
-
# host_instance_type: "__string",
|
594
|
+
# engine_type: "ACTIVEMQ", # required, accepts ACTIVEMQ, RABBITMQ
|
595
|
+
# engine_version: "__string", # required
|
596
|
+
# host_instance_type: "__string", # required
|
551
597
|
# ldap_server_metadata: {
|
552
|
-
# hosts: ["__string"],
|
553
|
-
# role_base: "__string",
|
598
|
+
# hosts: ["__string"], # required
|
599
|
+
# role_base: "__string", # required
|
554
600
|
# role_name: "__string",
|
555
|
-
# role_search_matching: "__string",
|
601
|
+
# role_search_matching: "__string", # required
|
556
602
|
# role_search_subtree: false,
|
557
|
-
# service_account_password: "__string",
|
558
|
-
# service_account_username: "__string",
|
559
|
-
# user_base: "__string",
|
603
|
+
# service_account_password: "__string", # required
|
604
|
+
# service_account_username: "__string", # required
|
605
|
+
# user_base: "__string", # required
|
560
606
|
# user_role_name: "__string",
|
561
|
-
# user_search_matching: "__string",
|
607
|
+
# user_search_matching: "__string", # required
|
562
608
|
# user_search_subtree: false,
|
563
609
|
# },
|
564
610
|
# logs: {
|
@@ -566,29 +612,30 @@ module Aws::MQ
|
|
566
612
|
# general: false,
|
567
613
|
# },
|
568
614
|
# maintenance_window_start_time: {
|
569
|
-
# day_of_week: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
570
|
-
# time_of_day: "__string",
|
615
|
+
# day_of_week: "MONDAY", # required, accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
616
|
+
# time_of_day: "__string", # required
|
571
617
|
# time_zone: "__string",
|
572
618
|
# },
|
573
|
-
# publicly_accessible: false,
|
619
|
+
# publicly_accessible: false, # required
|
574
620
|
# security_groups: ["__string"],
|
575
621
|
# storage_type: "EBS", # accepts EBS, EFS
|
576
622
|
# subnet_ids: ["__string"],
|
577
623
|
# tags: {
|
578
624
|
# "__string" => "__string",
|
579
625
|
# },
|
580
|
-
# users: [
|
626
|
+
# users: [ # required
|
581
627
|
# {
|
582
628
|
# console_access: false,
|
583
629
|
# groups: ["__string"],
|
584
|
-
# password: "__string",
|
585
|
-
# username: "__string",
|
630
|
+
# password: "__string", # required
|
631
|
+
# username: "__string", # required
|
586
632
|
# },
|
587
633
|
# ],
|
588
634
|
# }
|
589
635
|
#
|
590
636
|
# @!attribute [rw] authentication_strategy
|
591
|
-
# The authentication strategy used to secure the broker.
|
637
|
+
# Optional. The authentication strategy used to secure the broker. The
|
638
|
+
# default is SIMPLE.
|
592
639
|
# @return [String]
|
593
640
|
#
|
594
641
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -599,6 +646,8 @@ module Aws::MQ
|
|
599
646
|
#
|
600
647
|
# @!attribute [rw] configuration
|
601
648
|
# A list of information about the configuration.
|
649
|
+
#
|
650
|
+
# Does not apply to RabbitMQ brokers.
|
602
651
|
# @return [Types::ConfigurationId]
|
603
652
|
#
|
604
653
|
# @!attribute [rw] creator_request_id
|
@@ -607,16 +656,17 @@ module Aws::MQ
|
|
607
656
|
# @return [String]
|
608
657
|
#
|
609
658
|
# @!attribute [rw] deployment_mode
|
610
|
-
# The deployment mode
|
659
|
+
# The broker's deployment mode.
|
611
660
|
# @return [String]
|
612
661
|
#
|
613
662
|
# @!attribute [rw] encryption_options
|
663
|
+
# Does not apply to RabbitMQ brokers.
|
664
|
+
#
|
614
665
|
# Encryption options for the broker.
|
615
666
|
# @return [Types::EncryptionOptions]
|
616
667
|
#
|
617
668
|
# @!attribute [rw] engine_type
|
618
|
-
# The type of broker engine.
|
619
|
-
# ActiveMQ.
|
669
|
+
# The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
|
620
670
|
# @return [String]
|
621
671
|
#
|
622
672
|
# @!attribute [rw] engine_version
|
@@ -626,8 +676,10 @@ module Aws::MQ
|
|
626
676
|
# @return [String]
|
627
677
|
#
|
628
678
|
# @!attribute [rw] ldap_server_metadata
|
629
|
-
# The metadata of the LDAP server used to authenticate and
|
630
|
-
# connections to the broker.
|
679
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
680
|
+
# authorize connections to the broker.
|
681
|
+
#
|
682
|
+
# Does not apply to RabbitMQ brokers.
|
631
683
|
# @return [Types::LdapServerMetadataInput]
|
632
684
|
#
|
633
685
|
# @!attribute [rw] logs
|
@@ -647,7 +699,9 @@ module Aws::MQ
|
|
647
699
|
# @return [Array<String>]
|
648
700
|
#
|
649
701
|
# @!attribute [rw] storage_type
|
650
|
-
# The storage type
|
702
|
+
# The broker's storage type.
|
703
|
+
#
|
704
|
+
# EFS is not supported for RabbitMQ engine type.
|
651
705
|
# @return [String]
|
652
706
|
#
|
653
707
|
# @!attribute [rw] subnet_ids
|
@@ -705,18 +759,22 @@ module Aws::MQ
|
|
705
759
|
# version).
|
706
760
|
#
|
707
761
|
# @!attribute [rw] authentication_strategy
|
708
|
-
# The authentication strategy associated with the
|
762
|
+
# Optional. The authentication strategy associated with the
|
763
|
+
# configuration. The default is SIMPLE.
|
709
764
|
# @return [String]
|
710
765
|
#
|
711
766
|
# @!attribute [rw] engine_type
|
712
|
-
# Required. The type of broker engine.
|
713
|
-
#
|
767
|
+
# Required. The type of broker engine. Currently, Amazon MQ supports
|
768
|
+
# ACTIVEMQ and RABBITMQ.
|
714
769
|
# @return [String]
|
715
770
|
#
|
716
771
|
# @!attribute [rw] engine_version
|
717
|
-
# Required. The
|
718
|
-
# engine versions, see
|
719
|
-
#
|
772
|
+
# Required. The broker engine's version. For a list of supported
|
773
|
+
# engine versions, see [Supported engines][1].
|
774
|
+
#
|
775
|
+
#
|
776
|
+
#
|
777
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html
|
720
778
|
# @return [String]
|
721
779
|
#
|
722
780
|
# @!attribute [rw] name
|
@@ -748,7 +806,8 @@ module Aws::MQ
|
|
748
806
|
# @return [String]
|
749
807
|
#
|
750
808
|
# @!attribute [rw] authentication_strategy
|
751
|
-
# The authentication strategy associated with the
|
809
|
+
# Optional. The authentication strategy associated with the
|
810
|
+
# configuration. The default is SIMPLE.
|
752
811
|
# @return [String]
|
753
812
|
#
|
754
813
|
# @!attribute [rw] created
|
@@ -788,21 +847,21 @@ module Aws::MQ
|
|
788
847
|
#
|
789
848
|
# {
|
790
849
|
# authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
|
791
|
-
# engine_type: "ACTIVEMQ", # accepts ACTIVEMQ
|
792
|
-
# engine_version: "__string",
|
793
|
-
# name: "__string",
|
850
|
+
# engine_type: "ACTIVEMQ", # required, accepts ACTIVEMQ, RABBITMQ
|
851
|
+
# engine_version: "__string", # required
|
852
|
+
# name: "__string", # required
|
794
853
|
# tags: {
|
795
854
|
# "__string" => "__string",
|
796
855
|
# },
|
797
856
|
# }
|
798
857
|
#
|
799
858
|
# @!attribute [rw] authentication_strategy
|
800
|
-
# The authentication strategy used to secure the broker.
|
859
|
+
# Optional. The authentication strategy used to secure the broker. The
|
860
|
+
# default is SIMPLE.
|
801
861
|
# @return [String]
|
802
862
|
#
|
803
863
|
# @!attribute [rw] engine_type
|
804
|
-
# The type of broker engine.
|
805
|
-
# ActiveMQ.
|
864
|
+
# The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
|
806
865
|
# @return [String]
|
807
866
|
#
|
808
867
|
# @!attribute [rw] engine_version
|
@@ -830,7 +889,8 @@ module Aws::MQ
|
|
830
889
|
# @return [String]
|
831
890
|
#
|
832
891
|
# @!attribute [rw] authentication_strategy
|
833
|
-
# The authentication strategy used to secure the broker.
|
892
|
+
# Optional. The authentication strategy used to secure the broker. The
|
893
|
+
# default is SIMPLE.
|
834
894
|
# @return [String]
|
835
895
|
#
|
836
896
|
# @!attribute [rw] created
|
@@ -887,8 +947,7 @@ module Aws::MQ
|
|
887
947
|
# Creates a new ActiveMQ user.
|
888
948
|
#
|
889
949
|
# @!attribute [rw] console_access
|
890
|
-
# Enables access to the
|
891
|
-
# user.
|
950
|
+
# Enables access to the ActiveMQ Web Console for the ActiveMQ user.
|
892
951
|
# @return [Boolean]
|
893
952
|
#
|
894
953
|
# @!attribute [rw] groups
|
@@ -901,7 +960,7 @@ module Aws::MQ
|
|
901
960
|
# @!attribute [rw] password
|
902
961
|
# Required. The password of the user. This value must be at least 12
|
903
962
|
# characters long, must contain at least 4 unique characters, and must
|
904
|
-
# not contain commas.
|
963
|
+
# not contain commas, colons, or equal signs (,:=).
|
905
964
|
# @return [String]
|
906
965
|
#
|
907
966
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/CreateUserInput AWS API Documentation
|
@@ -921,7 +980,7 @@ module Aws::MQ
|
|
921
980
|
# broker_id: "__string", # required
|
922
981
|
# console_access: false,
|
923
982
|
# groups: ["__string"],
|
924
|
-
# password: "__string",
|
983
|
+
# password: "__string", # required
|
925
984
|
# username: "__string", # required
|
926
985
|
# }
|
927
986
|
#
|
@@ -1153,23 +1212,22 @@ module Aws::MQ
|
|
1153
1212
|
include Aws::Structure
|
1154
1213
|
end
|
1155
1214
|
|
1156
|
-
#
|
1157
|
-
# versions, see
|
1158
|
-
# https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
|
1215
|
+
# Returns information about the specified broker.
|
1159
1216
|
#
|
1160
1217
|
# @!attribute [rw] authentication_strategy
|
1161
|
-
# The authentication strategy used to secure the broker.
|
1218
|
+
# The authentication strategy used to secure the broker. The default
|
1219
|
+
# is SIMPLE.
|
1162
1220
|
# @return [String]
|
1163
1221
|
#
|
1164
1222
|
# @!attribute [rw] auto_minor_version_upgrade
|
1165
|
-
#
|
1166
|
-
#
|
1167
|
-
# occur during the maintenance window of the broker or after
|
1168
|
-
# broker reboot.
|
1223
|
+
# Enables automatic upgrades to new minor versions for brokers, as new
|
1224
|
+
# versions are released and supported by Amazon MQ. Automatic upgrades
|
1225
|
+
# occur during the scheduled maintenance window of the broker or after
|
1226
|
+
# a manual broker reboot.
|
1169
1227
|
# @return [Boolean]
|
1170
1228
|
#
|
1171
1229
|
# @!attribute [rw] broker_arn
|
1172
|
-
# The Amazon Resource Name (ARN)
|
1230
|
+
# The broker's Amazon Resource Name (ARN).
|
1173
1231
|
# @return [String]
|
1174
1232
|
#
|
1175
1233
|
# @!attribute [rw] broker_id
|
@@ -1181,14 +1239,14 @@ module Aws::MQ
|
|
1181
1239
|
# @return [Array<Types::BrokerInstance>]
|
1182
1240
|
#
|
1183
1241
|
# @!attribute [rw] broker_name
|
1184
|
-
# The name
|
1185
|
-
#
|
1186
|
-
#
|
1242
|
+
# The broker's name. This value must be unique in your AWS account,
|
1243
|
+
# 1-50 characters long, must contain only letters, numbers, dashes,
|
1244
|
+
# and underscores, and must not contain white spaces, brackets,
|
1187
1245
|
# wildcard characters, or special characters.
|
1188
1246
|
# @return [String]
|
1189
1247
|
#
|
1190
1248
|
# @!attribute [rw] broker_state
|
1191
|
-
# The status
|
1249
|
+
# The broker's status.
|
1192
1250
|
# @return [String]
|
1193
1251
|
#
|
1194
1252
|
# @!attribute [rw] configurations
|
@@ -1200,22 +1258,26 @@ module Aws::MQ
|
|
1200
1258
|
# @return [Time]
|
1201
1259
|
#
|
1202
1260
|
# @!attribute [rw] deployment_mode
|
1203
|
-
#
|
1261
|
+
# The broker's deployment mode.
|
1204
1262
|
# @return [String]
|
1205
1263
|
#
|
1206
1264
|
# @!attribute [rw] encryption_options
|
1207
|
-
# Encryption options for the broker.
|
1265
|
+
# Encryption options for the broker. Does not apply to RabbitMQ
|
1266
|
+
# brokers.
|
1208
1267
|
# @return [Types::EncryptionOptions]
|
1209
1268
|
#
|
1210
1269
|
# @!attribute [rw] engine_type
|
1211
|
-
#
|
1212
|
-
#
|
1270
|
+
# The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ
|
1271
|
+
# and RABBITMQ.
|
1213
1272
|
# @return [String]
|
1214
1273
|
#
|
1215
1274
|
# @!attribute [rw] engine_version
|
1216
|
-
# The
|
1217
|
-
# versions, see
|
1218
|
-
#
|
1275
|
+
# The broker engine's version. For a list of supported engine
|
1276
|
+
# versions, see [Supported engines][1].
|
1277
|
+
#
|
1278
|
+
#
|
1279
|
+
#
|
1280
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html
|
1219
1281
|
# @return [String]
|
1220
1282
|
#
|
1221
1283
|
# @!attribute [rw] host_instance_type
|
@@ -1238,24 +1300,30 @@ module Aws::MQ
|
|
1238
1300
|
#
|
1239
1301
|
# @!attribute [rw] pending_authentication_strategy
|
1240
1302
|
# The authentication strategy that will be applied when the broker is
|
1241
|
-
# rebooted.
|
1303
|
+
# rebooted. The default is SIMPLE.
|
1242
1304
|
# @return [String]
|
1243
1305
|
#
|
1244
1306
|
# @!attribute [rw] pending_engine_version
|
1245
|
-
# The
|
1246
|
-
#
|
1247
|
-
#
|
1307
|
+
# The broker engine version to upgrade to. For a list of supported
|
1308
|
+
# engine versions, see [Supported engines][1].
|
1309
|
+
#
|
1310
|
+
#
|
1311
|
+
#
|
1312
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html
|
1248
1313
|
# @return [String]
|
1249
1314
|
#
|
1250
1315
|
# @!attribute [rw] pending_host_instance_type
|
1251
|
-
# The host instance type
|
1252
|
-
# supported instance types, see
|
1253
|
-
#
|
1316
|
+
# The broker's host instance type to upgrade to. For a list of
|
1317
|
+
# supported instance types, see [Broker instance types][1].
|
1318
|
+
#
|
1319
|
+
#
|
1320
|
+
#
|
1321
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types
|
1254
1322
|
# @return [String]
|
1255
1323
|
#
|
1256
1324
|
# @!attribute [rw] pending_ldap_server_metadata
|
1257
1325
|
# The metadata of the LDAP server that will be used to authenticate
|
1258
|
-
# and authorize connections to the broker
|
1326
|
+
# and authorize connections to the broker after it is rebooted.
|
1259
1327
|
# @return [Types::LdapServerMetadataOutput]
|
1260
1328
|
#
|
1261
1329
|
# @!attribute [rw] pending_security_groups
|
@@ -1264,12 +1332,12 @@ module Aws::MQ
|
|
1264
1332
|
# @return [Array<String>]
|
1265
1333
|
#
|
1266
1334
|
# @!attribute [rw] publicly_accessible
|
1267
|
-
#
|
1268
|
-
#
|
1335
|
+
# Enables connections from applications outside of the VPC that hosts
|
1336
|
+
# the broker's subnets.
|
1269
1337
|
# @return [Boolean]
|
1270
1338
|
#
|
1271
1339
|
# @!attribute [rw] security_groups
|
1272
|
-
# The list of
|
1340
|
+
# The list of rules (1 minimum, 125 maximum) that authorize
|
1273
1341
|
# connections to brokers.
|
1274
1342
|
# @return [Array<String>]
|
1275
1343
|
#
|
@@ -1278,11 +1346,8 @@ module Aws::MQ
|
|
1278
1346
|
# @return [String]
|
1279
1347
|
#
|
1280
1348
|
# @!attribute [rw] subnet_ids
|
1281
|
-
# The list of groups
|
1282
|
-
#
|
1283
|
-
# SINGLE\_INSTANCE deployment requires one subnet (for example, the
|
1284
|
-
# default subnet). An ACTIVE\_STANDBY\_MULTI\_AZ deployment requires
|
1285
|
-
# two subnets.
|
1349
|
+
# The list of groups that define which subnets and IP ranges the
|
1350
|
+
# broker can use from different Availability Zones.
|
1286
1351
|
# @return [Array<String>]
|
1287
1352
|
#
|
1288
1353
|
# @!attribute [rw] tags
|
@@ -1290,7 +1355,7 @@ module Aws::MQ
|
|
1290
1355
|
# @return [Hash<String,String>]
|
1291
1356
|
#
|
1292
1357
|
# @!attribute [rw] users
|
1293
|
-
# The list of all
|
1358
|
+
# The list of all broker usernames for the specified broker.
|
1294
1359
|
# @return [Array<Types::UserSummary>]
|
1295
1360
|
#
|
1296
1361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DescribeBrokerOutput AWS API Documentation
|
@@ -1347,7 +1412,8 @@ module Aws::MQ
|
|
1347
1412
|
end
|
1348
1413
|
|
1349
1414
|
# @!attribute [rw] authentication_strategy
|
1350
|
-
# The authentication strategy used to secure the broker.
|
1415
|
+
# Optional. The authentication strategy used to secure the broker. The
|
1416
|
+
# default is SIMPLE.
|
1351
1417
|
# @return [String]
|
1352
1418
|
#
|
1353
1419
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -1366,7 +1432,7 @@ module Aws::MQ
|
|
1366
1432
|
# @return [String]
|
1367
1433
|
#
|
1368
1434
|
# @!attribute [rw] broker_state
|
1369
|
-
# The status
|
1435
|
+
# The broker's status.
|
1370
1436
|
# @return [String]
|
1371
1437
|
#
|
1372
1438
|
# @!attribute [rw] configurations
|
@@ -1377,16 +1443,17 @@ module Aws::MQ
|
|
1377
1443
|
# @return [Time]
|
1378
1444
|
#
|
1379
1445
|
# @!attribute [rw] deployment_mode
|
1380
|
-
# The deployment mode
|
1446
|
+
# The broker's deployment mode.
|
1381
1447
|
# @return [String]
|
1382
1448
|
#
|
1383
1449
|
# @!attribute [rw] encryption_options
|
1450
|
+
# Does not apply to RabbitMQ brokers.
|
1451
|
+
#
|
1384
1452
|
# Encryption options for the broker.
|
1385
1453
|
# @return [Types::EncryptionOptions]
|
1386
1454
|
#
|
1387
1455
|
# @!attribute [rw] engine_type
|
1388
|
-
# The type of broker engine.
|
1389
|
-
# ActiveMQ.
|
1456
|
+
# The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
|
1390
1457
|
# @return [String]
|
1391
1458
|
#
|
1392
1459
|
# @!attribute [rw] engine_version
|
@@ -1396,8 +1463,8 @@ module Aws::MQ
|
|
1396
1463
|
# @return [String]
|
1397
1464
|
#
|
1398
1465
|
# @!attribute [rw] ldap_server_metadata
|
1399
|
-
# The metadata of the LDAP server used to authenticate and
|
1400
|
-
# connections to the broker.
|
1466
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
1467
|
+
# authorize connections to the broker.
|
1401
1468
|
# @return [Types::LdapServerMetadataOutput]
|
1402
1469
|
#
|
1403
1470
|
# @!attribute [rw] logs
|
@@ -1411,7 +1478,8 @@ module Aws::MQ
|
|
1411
1478
|
# @return [Types::WeeklyStartTime]
|
1412
1479
|
#
|
1413
1480
|
# @!attribute [rw] pending_authentication_strategy
|
1414
|
-
# The authentication strategy used to secure the broker.
|
1481
|
+
# Optional. The authentication strategy used to secure the broker. The
|
1482
|
+
# default is SIMPLE.
|
1415
1483
|
# @return [String]
|
1416
1484
|
#
|
1417
1485
|
# @!attribute [rw] pending_engine_version
|
@@ -1421,8 +1489,8 @@ module Aws::MQ
|
|
1421
1489
|
# @return [String]
|
1422
1490
|
#
|
1423
1491
|
# @!attribute [rw] pending_ldap_server_metadata
|
1424
|
-
# The metadata of the LDAP server used to authenticate and
|
1425
|
-
# connections to the broker.
|
1492
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
1493
|
+
# authorize connections to the broker.
|
1426
1494
|
# @return [Types::LdapServerMetadataOutput]
|
1427
1495
|
#
|
1428
1496
|
# @!attribute [rw] pending_security_groups
|
@@ -1435,7 +1503,9 @@ module Aws::MQ
|
|
1435
1503
|
# @return [Array<String>]
|
1436
1504
|
#
|
1437
1505
|
# @!attribute [rw] storage_type
|
1438
|
-
# The storage type
|
1506
|
+
# The broker's storage type.
|
1507
|
+
#
|
1508
|
+
# EFS is not supported for RabbitMQ engine type.
|
1439
1509
|
# @return [String]
|
1440
1510
|
#
|
1441
1511
|
# @!attribute [rw] subnet_ids
|
@@ -1504,7 +1574,8 @@ module Aws::MQ
|
|
1504
1574
|
# @return [String]
|
1505
1575
|
#
|
1506
1576
|
# @!attribute [rw] authentication_strategy
|
1507
|
-
# The authentication strategy used to secure the broker.
|
1577
|
+
# Optional. The authentication strategy used to secure the broker. The
|
1578
|
+
# default is SIMPLE.
|
1508
1579
|
# @return [String]
|
1509
1580
|
#
|
1510
1581
|
# @!attribute [rw] created
|
@@ -1514,8 +1585,7 @@ module Aws::MQ
|
|
1514
1585
|
# @return [String]
|
1515
1586
|
#
|
1516
1587
|
# @!attribute [rw] engine_type
|
1517
|
-
# The type of broker engine.
|
1518
|
-
# ActiveMQ.
|
1588
|
+
# The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
|
1519
1589
|
# @return [String]
|
1520
1590
|
#
|
1521
1591
|
# @!attribute [rw] engine_version
|
@@ -1720,6 +1790,8 @@ module Aws::MQ
|
|
1720
1790
|
include Aws::Structure
|
1721
1791
|
end
|
1722
1792
|
|
1793
|
+
# Does not apply to RabbitMQ brokers.
|
1794
|
+
#
|
1723
1795
|
# Encryption options for the broker.
|
1724
1796
|
#
|
1725
1797
|
# @note When making an API call, you may pass EncryptionOptions
|
@@ -1731,15 +1803,15 @@ module Aws::MQ
|
|
1731
1803
|
# }
|
1732
1804
|
#
|
1733
1805
|
# @!attribute [rw] kms_key_id
|
1734
|
-
# The
|
1735
|
-
#
|
1736
|
-
#
|
1737
|
-
# your data.
|
1806
|
+
# The customer master key (CMK) to use for the AWS Key Management
|
1807
|
+
# Service (KMS). This key is used to encrypt your data at rest. If not
|
1808
|
+
# provided, Amazon MQ will use a default CMK to encrypt your data.
|
1738
1809
|
# @return [String]
|
1739
1810
|
#
|
1740
1811
|
# @!attribute [rw] use_aws_owned_key
|
1741
1812
|
# Enables the use of an AWS owned CMK using AWS Key Management Service
|
1742
|
-
# (KMS).
|
1813
|
+
# (KMS). Set to true by default, if no value is provided, for example,
|
1814
|
+
# for RabbitMQ brokers.
|
1743
1815
|
# @return [Boolean]
|
1744
1816
|
#
|
1745
1817
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/EncryptionOptions AWS API Documentation
|
@@ -1818,33 +1890,37 @@ module Aws::MQ
|
|
1818
1890
|
include Aws::Structure
|
1819
1891
|
end
|
1820
1892
|
|
1821
|
-
# The metadata of the LDAP server used to authenticate and
|
1822
|
-
# connections to the broker.
|
1893
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
1894
|
+
# authorize connections to the broker.
|
1895
|
+
#
|
1896
|
+
# Does not apply to RabbitMQ brokers.
|
1823
1897
|
#
|
1824
1898
|
# @note When making an API call, you may pass LdapServerMetadataInput
|
1825
1899
|
# data as a hash:
|
1826
1900
|
#
|
1827
1901
|
# {
|
1828
|
-
# hosts: ["__string"],
|
1829
|
-
# role_base: "__string",
|
1902
|
+
# hosts: ["__string"], # required
|
1903
|
+
# role_base: "__string", # required
|
1830
1904
|
# role_name: "__string",
|
1831
|
-
# role_search_matching: "__string",
|
1905
|
+
# role_search_matching: "__string", # required
|
1832
1906
|
# role_search_subtree: false,
|
1833
|
-
# service_account_password: "__string",
|
1834
|
-
# service_account_username: "__string",
|
1835
|
-
# user_base: "__string",
|
1907
|
+
# service_account_password: "__string", # required
|
1908
|
+
# service_account_username: "__string", # required
|
1909
|
+
# user_base: "__string", # required
|
1836
1910
|
# user_role_name: "__string",
|
1837
|
-
# user_search_matching: "__string",
|
1911
|
+
# user_search_matching: "__string", # required
|
1838
1912
|
# user_search_subtree: false,
|
1839
1913
|
# }
|
1840
1914
|
#
|
1841
1915
|
# @!attribute [rw] hosts
|
1842
|
-
#
|
1843
|
-
# server.
|
1916
|
+
# Specifies the location of the LDAP server such as AWS Directory
|
1917
|
+
# Service for Microsoft Active Directory . Optional failover server.
|
1844
1918
|
# @return [Array<String>]
|
1845
1919
|
#
|
1846
1920
|
# @!attribute [rw] role_base
|
1847
|
-
#
|
1921
|
+
# The distinguished name of the node in the directory information tree
|
1922
|
+
# (DIT) to search for roles or groups. For example, ou=group, ou=corp,
|
1923
|
+
# dc=corp, dc=example, dc=com.
|
1848
1924
|
# @return [String]
|
1849
1925
|
#
|
1850
1926
|
# @!attribute [rw] role_name
|
@@ -1853,25 +1929,41 @@ module Aws::MQ
|
|
1853
1929
|
# @return [String]
|
1854
1930
|
#
|
1855
1931
|
# @!attribute [rw] role_search_matching
|
1856
|
-
# The search
|
1932
|
+
# The LDAP search filter used to find roles within the roleBase. The
|
1933
|
+
# distinguished name of the user matched by userSearchMatching is
|
1934
|
+
# substituted into the \\\{0\\} placeholder in the search filter. The
|
1935
|
+
# client's username is substituted into the \\\{1\\} placeholder. For
|
1936
|
+
# example, if you set this option to (member=uid=\\\{1\\})for the user
|
1937
|
+
# janedoe, the search filter becomes (member=uid=janedoe) after string
|
1938
|
+
# substitution. It matches all role entries that have a member
|
1939
|
+
# attribute equal to uid=janedoe under the subtree selected by the
|
1940
|
+
# roleBase.
|
1857
1941
|
# @return [String]
|
1858
1942
|
#
|
1859
1943
|
# @!attribute [rw] role_search_subtree
|
1860
1944
|
# The directory search scope for the role. If set to true, scope is to
|
1861
|
-
# search the entire
|
1945
|
+
# search the entire subtree.
|
1862
1946
|
# @return [Boolean]
|
1863
1947
|
#
|
1864
1948
|
# @!attribute [rw] service_account_password
|
1865
|
-
# Service account password.
|
1949
|
+
# Service account password. A service account is an account in your
|
1950
|
+
# LDAP server that has access to initiate a connection. For example,
|
1951
|
+
# cn=admin,dc=corp, dc=example, dc=com.
|
1866
1952
|
# @return [String]
|
1867
1953
|
#
|
1868
1954
|
# @!attribute [rw] service_account_username
|
1869
|
-
# Service account username.
|
1955
|
+
# Service account username. A service account is an account in your
|
1956
|
+
# LDAP server that has access to initiate a connection. For example,
|
1957
|
+
# cn=admin,dc=corp, dc=example, dc=com.
|
1870
1958
|
# @return [String]
|
1871
1959
|
#
|
1872
1960
|
# @!attribute [rw] user_base
|
1873
|
-
#
|
1874
|
-
#
|
1961
|
+
# Select a particular subtree of the directory information tree (DIT)
|
1962
|
+
# to search for user entries. The subtree is specified by a DN, which
|
1963
|
+
# specifies the base node of the subtree. For example, by setting this
|
1964
|
+
# option to ou=Users,ou=corp, dc=corp, dc=example, dc=com, the search
|
1965
|
+
# for user entries is restricted to the subtree beneath ou=Users,
|
1966
|
+
# ou=corp, dc=corp, dc=example, dc=com.
|
1875
1967
|
# @return [String]
|
1876
1968
|
#
|
1877
1969
|
# @!attribute [rw] user_role_name
|
@@ -1880,12 +1972,18 @@ module Aws::MQ
|
|
1880
1972
|
# @return [String]
|
1881
1973
|
#
|
1882
1974
|
# @!attribute [rw] user_search_matching
|
1883
|
-
# The search
|
1975
|
+
# The LDAP search filter used to find users within the userBase. The
|
1976
|
+
# client's username is substituted into the \\\{0\\} placeholder in
|
1977
|
+
# the search filter. For example, if this option is set to
|
1978
|
+
# (uid=\\\{0\\}) and the received username is janedoe, the search
|
1979
|
+
# filter becomes (uid=janedoe) after string substitution. It will
|
1980
|
+
# result in matching an entry like uid=janedoe, ou=Users,ou=corp,
|
1981
|
+
# dc=corp, dc=example, dc=com.
|
1884
1982
|
# @return [String]
|
1885
1983
|
#
|
1886
1984
|
# @!attribute [rw] user_search_subtree
|
1887
1985
|
# The directory search scope for the user. If set to true, scope is to
|
1888
|
-
# search the entire
|
1986
|
+
# search the entire subtree.
|
1889
1987
|
# @return [Boolean]
|
1890
1988
|
#
|
1891
1989
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/LdapServerMetadataInput AWS API Documentation
|
@@ -1906,16 +2004,18 @@ module Aws::MQ
|
|
1906
2004
|
include Aws::Structure
|
1907
2005
|
end
|
1908
2006
|
|
1909
|
-
# The metadata of the LDAP server used to authenticate and
|
1910
|
-
# connections to the broker.
|
2007
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
2008
|
+
# authorize connections to the broker.
|
1911
2009
|
#
|
1912
2010
|
# @!attribute [rw] hosts
|
1913
|
-
#
|
1914
|
-
# server.
|
2011
|
+
# Specifies the location of the LDAP server such as AWS Directory
|
2012
|
+
# Service for Microsoft Active Directory . Optional failover server.
|
1915
2013
|
# @return [Array<String>]
|
1916
2014
|
#
|
1917
2015
|
# @!attribute [rw] role_base
|
1918
|
-
#
|
2016
|
+
# The distinguished name of the node in the directory information tree
|
2017
|
+
# (DIT) to search for roles or groups. For example, ou=group, ou=corp,
|
2018
|
+
# dc=corp, dc=example, dc=com.
|
1919
2019
|
# @return [String]
|
1920
2020
|
#
|
1921
2021
|
# @!attribute [rw] role_name
|
@@ -1924,21 +2024,35 @@ module Aws::MQ
|
|
1924
2024
|
# @return [String]
|
1925
2025
|
#
|
1926
2026
|
# @!attribute [rw] role_search_matching
|
1927
|
-
# The search
|
2027
|
+
# The LDAP search filter used to find roles within the roleBase. The
|
2028
|
+
# distinguished name of the user matched by userSearchMatching is
|
2029
|
+
# substituted into the \\\{0\\} placeholder in the search filter. The
|
2030
|
+
# client's username is substituted into the \\\{1\\} placeholder. For
|
2031
|
+
# example, if you set this option to (member=uid=\\\{1\\})for the user
|
2032
|
+
# janedoe, the search filter becomes (member=uid=janedoe) after string
|
2033
|
+
# substitution. It matches all role entries that have a member
|
2034
|
+
# attribute equal to uid=janedoe under the subtree selected by the
|
2035
|
+
# roleBase.
|
1928
2036
|
# @return [String]
|
1929
2037
|
#
|
1930
2038
|
# @!attribute [rw] role_search_subtree
|
1931
2039
|
# The directory search scope for the role. If set to true, scope is to
|
1932
|
-
# search the entire
|
2040
|
+
# search the entire subtree.
|
1933
2041
|
# @return [Boolean]
|
1934
2042
|
#
|
1935
2043
|
# @!attribute [rw] service_account_username
|
1936
|
-
# Service account username.
|
2044
|
+
# Service account username. A service account is an account in your
|
2045
|
+
# LDAP server that has access to initiate a connection. For example,
|
2046
|
+
# cn=admin,dc=corp, dc=example, dc=com.
|
1937
2047
|
# @return [String]
|
1938
2048
|
#
|
1939
2049
|
# @!attribute [rw] user_base
|
1940
|
-
#
|
1941
|
-
#
|
2050
|
+
# Select a particular subtree of the directory information tree (DIT)
|
2051
|
+
# to search for user entries. The subtree is specified by a DN, which
|
2052
|
+
# specifies the base node of the subtree. For example, by setting this
|
2053
|
+
# option to ou=Users,ou=corp, dc=corp, dc=example, dc=com, the search
|
2054
|
+
# for user entries is restricted to the subtree beneath ou=Users,
|
2055
|
+
# ou=corp, dc=corp, dc=example, dc=com.
|
1942
2056
|
# @return [String]
|
1943
2057
|
#
|
1944
2058
|
# @!attribute [rw] user_role_name
|
@@ -1947,12 +2061,18 @@ module Aws::MQ
|
|
1947
2061
|
# @return [String]
|
1948
2062
|
#
|
1949
2063
|
# @!attribute [rw] user_search_matching
|
1950
|
-
# The search
|
2064
|
+
# The LDAP search filter used to find users within the userBase. The
|
2065
|
+
# client's username is substituted into the \\\{0\\} placeholder in
|
2066
|
+
# the search filter. For example, if this option is set to
|
2067
|
+
# (uid=\\\{0\\}) and the received username is janedoe, the search
|
2068
|
+
# filter becomes (uid=janedoe) after string substitution. It will
|
2069
|
+
# result in matching an entry like uid=janedoe, ou=Users,ou=corp,
|
2070
|
+
# dc=corp, dc=example, dc=com.
|
1951
2071
|
# @return [String]
|
1952
2072
|
#
|
1953
2073
|
# @!attribute [rw] user_search_subtree
|
1954
2074
|
# The directory search scope for the user. If set to true, scope is to
|
1955
|
-
# search the entire
|
2075
|
+
# search the entire subtree.
|
1956
2076
|
# @return [Boolean]
|
1957
2077
|
#
|
1958
2078
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/LdapServerMetadataOutput AWS API Documentation
|
@@ -1972,8 +2092,6 @@ module Aws::MQ
|
|
1972
2092
|
include Aws::Structure
|
1973
2093
|
end
|
1974
2094
|
|
1975
|
-
# A list of information about all brokers.
|
1976
|
-
#
|
1977
2095
|
# @!attribute [rw] broker_summaries
|
1978
2096
|
# A list of information about all brokers.
|
1979
2097
|
# @return [Array<Types::BrokerSummary>]
|
@@ -2229,7 +2347,7 @@ module Aws::MQ
|
|
2229
2347
|
#
|
2230
2348
|
# @!attribute [rw] users
|
2231
2349
|
# Required. The list of all ActiveMQ usernames for the specified
|
2232
|
-
# broker.
|
2350
|
+
# broker. Does not apply to RabbitMQ brokers.
|
2233
2351
|
# @return [Array<Types::UserSummary>]
|
2234
2352
|
#
|
2235
2353
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/ListUsersOutput AWS API Documentation
|
@@ -2307,7 +2425,8 @@ module Aws::MQ
|
|
2307
2425
|
#
|
2308
2426
|
# @!attribute [rw] audit
|
2309
2427
|
# Enables audit logging. Every user management action made using JMX
|
2310
|
-
# or the ActiveMQ Web Console is logged.
|
2428
|
+
# or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ
|
2429
|
+
# brokers.
|
2311
2430
|
# @return [Boolean]
|
2312
2431
|
#
|
2313
2432
|
# @!attribute [rw] general
|
@@ -2482,14 +2601,15 @@ module Aws::MQ
|
|
2482
2601
|
# Updates the broker using the specified properties.
|
2483
2602
|
#
|
2484
2603
|
# @!attribute [rw] authentication_strategy
|
2485
|
-
# The authentication strategy used to secure the broker.
|
2604
|
+
# Optional. The authentication strategy used to secure the broker. The
|
2605
|
+
# default is SIMPLE.
|
2486
2606
|
# @return [String]
|
2487
2607
|
#
|
2488
2608
|
# @!attribute [rw] auto_minor_version_upgrade
|
2489
|
-
# Enables automatic upgrades to new minor versions for brokers, as
|
2490
|
-
#
|
2491
|
-
# the maintenance window of the broker or after
|
2492
|
-
# reboot.
|
2609
|
+
# Enables automatic upgrades to new minor versions for brokers, as new
|
2610
|
+
# versions are released and supported by Amazon MQ. Automatic upgrades
|
2611
|
+
# occur during the scheduled maintenance window of the broker or after
|
2612
|
+
# a manual broker reboot.
|
2493
2613
|
# @return [Boolean]
|
2494
2614
|
#
|
2495
2615
|
# @!attribute [rw] configuration
|
@@ -2497,26 +2617,37 @@ module Aws::MQ
|
|
2497
2617
|
# @return [Types::ConfigurationId]
|
2498
2618
|
#
|
2499
2619
|
# @!attribute [rw] engine_version
|
2500
|
-
# The
|
2501
|
-
#
|
2502
|
-
#
|
2620
|
+
# The broker engine version. For a list of supported engine versions,
|
2621
|
+
# see [Supported engines][1].
|
2622
|
+
#
|
2623
|
+
#
|
2624
|
+
#
|
2625
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html
|
2503
2626
|
# @return [String]
|
2504
2627
|
#
|
2505
2628
|
# @!attribute [rw] host_instance_type
|
2506
|
-
# The host instance type
|
2507
|
-
# supported instance types, see
|
2508
|
-
#
|
2629
|
+
# The broker's host instance type to upgrade to. For a list of
|
2630
|
+
# supported instance types, see [Broker instance types][1].
|
2631
|
+
#
|
2632
|
+
#
|
2633
|
+
#
|
2634
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types
|
2509
2635
|
# @return [String]
|
2510
2636
|
#
|
2511
2637
|
# @!attribute [rw] ldap_server_metadata
|
2512
|
-
# The metadata of the LDAP server used to authenticate and
|
2513
|
-
# connections to the broker.
|
2638
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
2639
|
+
# authorize connections to the broker. Does not apply to RabbitMQ
|
2640
|
+
# brokers.
|
2514
2641
|
# @return [Types::LdapServerMetadataInput]
|
2515
2642
|
#
|
2516
2643
|
# @!attribute [rw] logs
|
2517
2644
|
# Enables Amazon CloudWatch logging for brokers.
|
2518
2645
|
# @return [Types::Logs]
|
2519
2646
|
#
|
2647
|
+
# @!attribute [rw] maintenance_window_start_time
|
2648
|
+
# The parameters that determine the WeeklyStartTime.
|
2649
|
+
# @return [Types::WeeklyStartTime]
|
2650
|
+
#
|
2520
2651
|
# @!attribute [rw] security_groups
|
2521
2652
|
# The list of security groups (1 minimum, 5 maximum) that authorizes
|
2522
2653
|
# connections to brokers.
|
@@ -2532,6 +2663,7 @@ module Aws::MQ
|
|
2532
2663
|
:host_instance_type,
|
2533
2664
|
:ldap_server_metadata,
|
2534
2665
|
:logs,
|
2666
|
+
:maintenance_window_start_time,
|
2535
2667
|
:security_groups)
|
2536
2668
|
SENSITIVE = []
|
2537
2669
|
include Aws::Structure
|
@@ -2540,12 +2672,14 @@ module Aws::MQ
|
|
2540
2672
|
# Returns information about the updated broker.
|
2541
2673
|
#
|
2542
2674
|
# @!attribute [rw] authentication_strategy
|
2543
|
-
# The authentication strategy used to secure the broker.
|
2675
|
+
# Optional. The authentication strategy used to secure the broker. The
|
2676
|
+
# default is SIMPLE.
|
2544
2677
|
# @return [String]
|
2545
2678
|
#
|
2546
2679
|
# @!attribute [rw] auto_minor_version_upgrade
|
2547
|
-
# The new value
|
2548
|
-
#
|
2680
|
+
# The new boolean value that specifies whether broker engines
|
2681
|
+
# automatically upgrade to new minor versions as new versions are
|
2682
|
+
# released and supported by Amazon MQ.
|
2549
2683
|
# @return [Boolean]
|
2550
2684
|
#
|
2551
2685
|
# @!attribute [rw] broker_id
|
@@ -2557,20 +2691,27 @@ module Aws::MQ
|
|
2557
2691
|
# @return [Types::ConfigurationId]
|
2558
2692
|
#
|
2559
2693
|
# @!attribute [rw] engine_version
|
2560
|
-
# The
|
2561
|
-
#
|
2562
|
-
#
|
2694
|
+
# The broker engine version to upgrade to. For a list of supported
|
2695
|
+
# engine versions, see [Supported engines][1].
|
2696
|
+
#
|
2697
|
+
#
|
2698
|
+
#
|
2699
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html
|
2563
2700
|
# @return [String]
|
2564
2701
|
#
|
2565
2702
|
# @!attribute [rw] host_instance_type
|
2566
|
-
# The host instance type
|
2567
|
-
# supported instance types, see
|
2568
|
-
#
|
2703
|
+
# The broker's host instance type to upgrade to. For a list of
|
2704
|
+
# supported instance types, see [Broker instance types][1].
|
2705
|
+
#
|
2706
|
+
#
|
2707
|
+
#
|
2708
|
+
# [1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker.html#broker-instance-types
|
2569
2709
|
# @return [String]
|
2570
2710
|
#
|
2571
2711
|
# @!attribute [rw] ldap_server_metadata
|
2572
|
-
# The metadata of the LDAP server used to authenticate and
|
2573
|
-
# connections to the broker.
|
2712
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
2713
|
+
# authorize connections to the broker. Does not apply to RabbitMQ
|
2714
|
+
# brokers.
|
2574
2715
|
# @return [Types::LdapServerMetadataOutput]
|
2575
2716
|
#
|
2576
2717
|
# @!attribute [rw] logs
|
@@ -2578,6 +2719,10 @@ module Aws::MQ
|
|
2578
2719
|
# broker.
|
2579
2720
|
# @return [Types::Logs]
|
2580
2721
|
#
|
2722
|
+
# @!attribute [rw] maintenance_window_start_time
|
2723
|
+
# The parameters that determine the WeeklyStartTime.
|
2724
|
+
# @return [Types::WeeklyStartTime]
|
2725
|
+
#
|
2581
2726
|
# @!attribute [rw] security_groups
|
2582
2727
|
# The list of security groups (1 minimum, 5 maximum) that authorizes
|
2583
2728
|
# connections to brokers.
|
@@ -2594,6 +2739,7 @@ module Aws::MQ
|
|
2594
2739
|
:host_instance_type,
|
2595
2740
|
:ldap_server_metadata,
|
2596
2741
|
:logs,
|
2742
|
+
:maintenance_window_start_time,
|
2597
2743
|
:security_groups)
|
2598
2744
|
SENSITIVE = []
|
2599
2745
|
include Aws::Structure
|
@@ -2607,33 +2753,39 @@ module Aws::MQ
|
|
2607
2753
|
# auto_minor_version_upgrade: false,
|
2608
2754
|
# broker_id: "__string", # required
|
2609
2755
|
# configuration: {
|
2610
|
-
# id: "__string",
|
2756
|
+
# id: "__string", # required
|
2611
2757
|
# revision: 1,
|
2612
2758
|
# },
|
2613
2759
|
# engine_version: "__string",
|
2614
2760
|
# host_instance_type: "__string",
|
2615
2761
|
# ldap_server_metadata: {
|
2616
|
-
# hosts: ["__string"],
|
2617
|
-
# role_base: "__string",
|
2762
|
+
# hosts: ["__string"], # required
|
2763
|
+
# role_base: "__string", # required
|
2618
2764
|
# role_name: "__string",
|
2619
|
-
# role_search_matching: "__string",
|
2765
|
+
# role_search_matching: "__string", # required
|
2620
2766
|
# role_search_subtree: false,
|
2621
|
-
# service_account_password: "__string",
|
2622
|
-
# service_account_username: "__string",
|
2623
|
-
# user_base: "__string",
|
2767
|
+
# service_account_password: "__string", # required
|
2768
|
+
# service_account_username: "__string", # required
|
2769
|
+
# user_base: "__string", # required
|
2624
2770
|
# user_role_name: "__string",
|
2625
|
-
# user_search_matching: "__string",
|
2771
|
+
# user_search_matching: "__string", # required
|
2626
2772
|
# user_search_subtree: false,
|
2627
2773
|
# },
|
2628
2774
|
# logs: {
|
2629
2775
|
# audit: false,
|
2630
2776
|
# general: false,
|
2631
2777
|
# },
|
2778
|
+
# maintenance_window_start_time: {
|
2779
|
+
# day_of_week: "MONDAY", # required, accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
2780
|
+
# time_of_day: "__string", # required
|
2781
|
+
# time_zone: "__string",
|
2782
|
+
# },
|
2632
2783
|
# security_groups: ["__string"],
|
2633
2784
|
# }
|
2634
2785
|
#
|
2635
2786
|
# @!attribute [rw] authentication_strategy
|
2636
|
-
# The authentication strategy used to secure the broker.
|
2787
|
+
# Optional. The authentication strategy used to secure the broker. The
|
2788
|
+
# default is SIMPLE.
|
2637
2789
|
# @return [String]
|
2638
2790
|
#
|
2639
2791
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -2644,6 +2796,8 @@ module Aws::MQ
|
|
2644
2796
|
#
|
2645
2797
|
# @!attribute [rw] configuration
|
2646
2798
|
# A list of information about the configuration.
|
2799
|
+
#
|
2800
|
+
# Does not apply to RabbitMQ brokers.
|
2647
2801
|
# @return [Types::ConfigurationId]
|
2648
2802
|
#
|
2649
2803
|
# @!attribute [rw] engine_version
|
@@ -2653,8 +2807,10 @@ module Aws::MQ
|
|
2653
2807
|
# @return [String]
|
2654
2808
|
#
|
2655
2809
|
# @!attribute [rw] ldap_server_metadata
|
2656
|
-
# The metadata of the LDAP server used to authenticate and
|
2657
|
-
# connections to the broker.
|
2810
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
2811
|
+
# authorize connections to the broker.
|
2812
|
+
#
|
2813
|
+
# Does not apply to RabbitMQ brokers.
|
2658
2814
|
# @return [Types::LdapServerMetadataInput]
|
2659
2815
|
#
|
2660
2816
|
# @!attribute [rw] logs
|
@@ -2662,6 +2818,11 @@ module Aws::MQ
|
|
2662
2818
|
# broker.
|
2663
2819
|
# @return [Types::Logs]
|
2664
2820
|
#
|
2821
|
+
# @!attribute [rw] maintenance_window_start_time
|
2822
|
+
# The scheduled time period relative to UTC during which Amazon MQ
|
2823
|
+
# begins to apply pending updates or patches to the broker.
|
2824
|
+
# @return [Types::WeeklyStartTime]
|
2825
|
+
#
|
2665
2826
|
# @!attribute [rw] security_groups
|
2666
2827
|
# @return [Array<String>]
|
2667
2828
|
#
|
@@ -2676,13 +2837,15 @@ module Aws::MQ
|
|
2676
2837
|
:host_instance_type,
|
2677
2838
|
:ldap_server_metadata,
|
2678
2839
|
:logs,
|
2840
|
+
:maintenance_window_start_time,
|
2679
2841
|
:security_groups)
|
2680
2842
|
SENSITIVE = []
|
2681
2843
|
include Aws::Structure
|
2682
2844
|
end
|
2683
2845
|
|
2684
2846
|
# @!attribute [rw] authentication_strategy
|
2685
|
-
# The authentication strategy used to secure the broker.
|
2847
|
+
# Optional. The authentication strategy used to secure the broker. The
|
2848
|
+
# default is SIMPLE.
|
2686
2849
|
# @return [String]
|
2687
2850
|
#
|
2688
2851
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -2693,6 +2856,8 @@ module Aws::MQ
|
|
2693
2856
|
#
|
2694
2857
|
# @!attribute [rw] configuration
|
2695
2858
|
# A list of information about the configuration.
|
2859
|
+
#
|
2860
|
+
# Does not apply to RabbitMQ brokers.
|
2696
2861
|
# @return [Types::ConfigurationId]
|
2697
2862
|
#
|
2698
2863
|
# @!attribute [rw] engine_version
|
@@ -2702,8 +2867,8 @@ module Aws::MQ
|
|
2702
2867
|
# @return [String]
|
2703
2868
|
#
|
2704
2869
|
# @!attribute [rw] ldap_server_metadata
|
2705
|
-
# The metadata of the LDAP server used to authenticate and
|
2706
|
-
# connections to the broker.
|
2870
|
+
# Optional. The metadata of the LDAP server used to authenticate and
|
2871
|
+
# authorize connections to the broker.
|
2707
2872
|
# @return [Types::LdapServerMetadataOutput]
|
2708
2873
|
#
|
2709
2874
|
# @!attribute [rw] logs
|
@@ -2711,6 +2876,11 @@ module Aws::MQ
|
|
2711
2876
|
# broker.
|
2712
2877
|
# @return [Types::Logs]
|
2713
2878
|
#
|
2879
|
+
# @!attribute [rw] maintenance_window_start_time
|
2880
|
+
# The scheduled time period relative to UTC during which Amazon MQ
|
2881
|
+
# begins to apply pending updates or patches to the broker.
|
2882
|
+
# @return [Types::WeeklyStartTime]
|
2883
|
+
#
|
2714
2884
|
# @!attribute [rw] security_groups
|
2715
2885
|
# @return [Array<String>]
|
2716
2886
|
#
|
@@ -2725,6 +2895,7 @@ module Aws::MQ
|
|
2725
2895
|
:host_instance_type,
|
2726
2896
|
:ldap_server_metadata,
|
2727
2897
|
:logs,
|
2898
|
+
:maintenance_window_start_time,
|
2728
2899
|
:security_groups)
|
2729
2900
|
SENSITIVE = []
|
2730
2901
|
include Aws::Structure
|
@@ -2797,7 +2968,7 @@ module Aws::MQ
|
|
2797
2968
|
#
|
2798
2969
|
# {
|
2799
2970
|
# configuration_id: "__string", # required
|
2800
|
-
# data: "__string",
|
2971
|
+
# data: "__string", # required
|
2801
2972
|
# description: "__string",
|
2802
2973
|
# }
|
2803
2974
|
#
|
@@ -2869,7 +3040,7 @@ module Aws::MQ
|
|
2869
3040
|
# @!attribute [rw] password
|
2870
3041
|
# The password of the user. This value must be at least 12 characters
|
2871
3042
|
# long, must contain at least 4 unique characters, and must not
|
2872
|
-
# contain commas.
|
3043
|
+
# contain commas, colons, or equal signs (,:=).
|
2873
3044
|
# @return [String]
|
2874
3045
|
#
|
2875
3046
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/UpdateUserInput AWS API Documentation
|
@@ -2924,7 +3095,11 @@ module Aws::MQ
|
|
2924
3095
|
#
|
2925
3096
|
class UpdateUserResponse < Aws::EmptyStructure; end
|
2926
3097
|
|
2927
|
-
#
|
3098
|
+
# A user associated with the broker. For RabbitMQ brokers, one and only
|
3099
|
+
# one administrative user is accepted and created when a broker is first
|
3100
|
+
# provisioned. All subsequent broker users are created by making
|
3101
|
+
# RabbitMQ API calls directly to brokers or via the RabbitMQ web
|
3102
|
+
# console.
|
2928
3103
|
#
|
2929
3104
|
# @note When making an API call, you may pass User
|
2930
3105
|
# data as a hash:
|
@@ -2932,32 +3107,42 @@ module Aws::MQ
|
|
2932
3107
|
# {
|
2933
3108
|
# console_access: false,
|
2934
3109
|
# groups: ["__string"],
|
2935
|
-
# password: "__string",
|
2936
|
-
# username: "__string",
|
3110
|
+
# password: "__string", # required
|
3111
|
+
# username: "__string", # required
|
2937
3112
|
# }
|
2938
3113
|
#
|
2939
3114
|
# @!attribute [rw] console_access
|
2940
|
-
# Enables access to the
|
2941
|
-
#
|
3115
|
+
# Enables access to the ActiveMQ Web Console for the ActiveMQ user.
|
3116
|
+
# Does not apply to RabbitMQ brokers.
|
2942
3117
|
# @return [Boolean]
|
2943
3118
|
#
|
2944
3119
|
# @!attribute [rw] groups
|
2945
3120
|
# The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
2946
3121
|
# This value can contain only alphanumeric characters, dashes,
|
2947
3122
|
# periods, underscores, and tildes (- . \_ ~). This value must be
|
2948
|
-
# 2-100 characters long.
|
3123
|
+
# 2-100 characters long. Does not apply to RabbitMQ brokers.
|
2949
3124
|
# @return [Array<String>]
|
2950
3125
|
#
|
2951
3126
|
# @!attribute [rw] password
|
2952
|
-
# Required. The password of the
|
2953
|
-
#
|
2954
|
-
#
|
3127
|
+
# Required. The password of the user. This value must be at least 12
|
3128
|
+
# characters long, must contain at least 4 unique characters, and must
|
3129
|
+
# not contain commas, colons, or equal signs (,:=).
|
2955
3130
|
# @return [String]
|
2956
3131
|
#
|
2957
3132
|
# @!attribute [rw] username
|
2958
|
-
#
|
3133
|
+
# important><title>Amazon MQ for ActiveMQ</title>
|
3134
|
+
#
|
3135
|
+
# <para markdown="1">For ActiveMQ brokers, this value can contain
|
2959
3136
|
# only alphanumeric characters, dashes, periods, underscores, and
|
2960
|
-
# tildes (- . \_ ~). This value must be 2-100 characters
|
3137
|
+
# tildes (- . \_ ~). This value must be 2-100 characters
|
3138
|
+
# long.</p>/important> <title>Amazon MQ for RabbitMQ</title>
|
3139
|
+
#
|
3140
|
+
# For RabbitMQ brokers, this value can contain only alphanumeric
|
3141
|
+
# characters, dashes, periods, underscores (- . \_). This value must
|
3142
|
+
# not contain a tilde (~) character. Amazon MQ prohibts using guest as
|
3143
|
+
# a valid usename. This value must be 2-100 characters long.
|
3144
|
+
#
|
3145
|
+
# </para>
|
2961
3146
|
# @return [String]
|
2962
3147
|
#
|
2963
3148
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/User AWS API Documentation
|
@@ -3000,14 +3185,15 @@ module Aws::MQ
|
|
3000
3185
|
include Aws::Structure
|
3001
3186
|
end
|
3002
3187
|
|
3003
|
-
# Returns a list of all
|
3188
|
+
# Returns a list of all broker users. Does not apply to RabbitMQ
|
3189
|
+
# brokers.
|
3004
3190
|
#
|
3005
3191
|
# @!attribute [rw] pending_change
|
3006
|
-
# The type of change pending for the
|
3192
|
+
# The type of change pending for the broker user.
|
3007
3193
|
# @return [String]
|
3008
3194
|
#
|
3009
3195
|
# @!attribute [rw] username
|
3010
|
-
# Required. The username of the
|
3196
|
+
# Required. The username of the broker user. This value can contain
|
3011
3197
|
# only alphanumeric characters, dashes, periods, underscores, and
|
3012
3198
|
# tildes (- . \_ ~). This value must be 2-100 characters long.
|
3013
3199
|
# @return [String]
|
@@ -3028,8 +3214,8 @@ module Aws::MQ
|
|
3028
3214
|
# data as a hash:
|
3029
3215
|
#
|
3030
3216
|
# {
|
3031
|
-
# day_of_week: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
3032
|
-
# time_of_day: "__string",
|
3217
|
+
# day_of_week: "MONDAY", # required, accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
3218
|
+
# time_of_day: "__string", # required
|
3033
3219
|
# time_zone: "__string",
|
3034
3220
|
# }
|
3035
3221
|
#
|