|
29 | 29 | ]
|
30 | 30 | },
|
31 | 31 | "shapes": {
|
| 32 | + "com.amazonaws.mq#ActionRequired": { |
| 33 | + "type": "structure", |
| 34 | + "members": { |
| 35 | + "ActionRequiredCode": { |
| 36 | + "target": "com.amazonaws.mq#__string", |
| 37 | + "traits": { |
| 38 | + "smithy.api#documentation": "<p>The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state. You can find instructions by choosing the link for your code from the list of action required codes in <a href=\"https://docs.aws.amazon.com//latest/developer-guide/troubleshooting-action-required-codes.html\">Amazon MQ action required codes</a>. Each code references a topic with detailed information, instructions, and recommendations for how to resolve the issue and prevent future occurrences.</p>", |
| 39 | + "smithy.api#jsonName": "actionRequiredCode" |
| 40 | + } |
| 41 | + }, |
| 42 | + "ActionRequiredInfo": { |
| 43 | + "target": "com.amazonaws.mq#__string", |
| 44 | + "traits": { |
| 45 | + "smithy.api#documentation": "<p>Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.</p>", |
| 46 | + "smithy.api#jsonName": "actionRequiredInfo" |
| 47 | + } |
| 48 | + } |
| 49 | + }, |
| 50 | + "traits": { |
| 51 | + "smithy.api#documentation": "<p>The action required to resolve a broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.</p>" |
| 52 | + } |
| 53 | + }, |
32 | 54 | "com.amazonaws.mq#AuthenticationStrategy": {
|
33 | 55 | "type": "string",
|
34 | 56 | "traits": {
|
|
209 | 231 | {
|
210 | 232 | "value": "REBOOT_IN_PROGRESS",
|
211 | 233 | "name": "REBOOT_IN_PROGRESS"
|
| 234 | + }, |
| 235 | + { |
| 236 | + "value": "CRITICAL_ACTION_REQUIRED", |
| 237 | + "name": "CRITICAL_ACTION_REQUIRED" |
212 | 238 | }
|
213 | 239 | ]
|
214 | 240 | }
|
|
841 | 867 | "input": {
|
842 | 868 | "target": "com.amazonaws.mq#CreateTagsRequest"
|
843 | 869 | },
|
| 870 | + "output": { |
| 871 | + "target": "smithy.api#Unit" |
| 872 | + }, |
844 | 873 | "errors": [
|
845 | 874 | {
|
846 | 875 | "target": "com.amazonaws.mq#BadRequestException"
|
|
1067 | 1096 | "input": {
|
1068 | 1097 | "target": "com.amazonaws.mq#DeleteTagsRequest"
|
1069 | 1098 | },
|
| 1099 | + "output": { |
| 1100 | + "target": "smithy.api#Unit" |
| 1101 | + }, |
1070 | 1102 | "errors": [
|
1071 | 1103 | {
|
1072 | 1104 | "target": "com.amazonaws.mq#BadRequestException"
|
|
1408 | 1440 | "com.amazonaws.mq#DescribeBrokerResponse": {
|
1409 | 1441 | "type": "structure",
|
1410 | 1442 | "members": {
|
| 1443 | + "ActionsRequired": { |
| 1444 | + "target": "com.amazonaws.mq#__listOfActionRequired", |
| 1445 | + "traits": { |
| 1446 | + "smithy.api#documentation": "<p>A list of actions required for a broker.</p>", |
| 1447 | + "smithy.api#jsonName": "actionsRequired" |
| 1448 | + } |
| 1449 | + }, |
1411 | 1450 | "AuthenticationStrategy": {
|
1412 | 1451 | "target": "com.amazonaws.mq#AuthenticationStrategy",
|
1413 | 1452 | "traits": {
|
|
3327 | 3366 | }
|
3328 | 3367 | }
|
3329 | 3368 | },
|
| 3369 | + "com.amazonaws.mq#__listOfActionRequired": { |
| 3370 | + "type": "list", |
| 3371 | + "member": { |
| 3372 | + "target": "com.amazonaws.mq#ActionRequired" |
| 3373 | + } |
| 3374 | + }, |
3330 | 3375 | "com.amazonaws.mq#__listOfAvailabilityZone": {
|
3331 | 3376 | "type": "list",
|
3332 | 3377 | "member": {
|
|
3431 | 3476 | },
|
3432 | 3477 | "com.amazonaws.mq#mq": {
|
3433 | 3478 | "type": "service",
|
| 3479 | + "traits": { |
| 3480 | + "aws.api#service": { |
| 3481 | + "sdkId": "mq", |
| 3482 | + "arnNamespace": "mq", |
| 3483 | + "cloudFormationName": "AmazonMQ", |
| 3484 | + "cloudTrailEventSource": "mq.amazonaws.com", |
| 3485 | + "endpointPrefix": "mq" |
| 3486 | + }, |
| 3487 | + "aws.auth#sigv4": { |
| 3488 | + "name": "mq" |
| 3489 | + }, |
| 3490 | + "aws.protocols#restJson1": {}, |
| 3491 | + "smithy.api#documentation": "<p>Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols.</p>", |
| 3492 | + "smithy.api#title": "AmazonMQ" |
| 3493 | + }, |
3434 | 3494 | "version": "2017-11-27",
|
3435 | 3495 | "operations": [
|
3436 | 3496 | {
|
|
3499 | 3559 | {
|
3500 | 3560 | "target": "com.amazonaws.mq#UpdateUser"
|
3501 | 3561 | }
|
3502 |
| - ], |
3503 |
| - "traits": { |
3504 |
| - "aws.api#service": { |
3505 |
| - "sdkId": "mq", |
3506 |
| - "arnNamespace": "mq", |
3507 |
| - "cloudFormationName": "AmazonMQ", |
3508 |
| - "cloudTrailEventSource": "mq.amazonaws.com", |
3509 |
| - "endpointPrefix": "mq" |
3510 |
| - }, |
3511 |
| - "aws.auth#sigv4": { |
3512 |
| - "name": "mq" |
3513 |
| - }, |
3514 |
| - "aws.protocols#restJson1": {}, |
3515 |
| - "smithy.api#documentation": "<p>Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols.</p>", |
3516 |
| - "smithy.api#title": "AmazonMQ" |
3517 |
| - } |
| 3562 | + ] |
3518 | 3563 | }
|
3519 | 3564 | }
|
3520 | 3565 | }
|
0 commit comments