|
519 | 519 | "Tags":{
|
520 | 520 | "shape":"Tags",
|
521 | 521 | "documentation":"<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
|
| 522 | + }, |
| 523 | + "State":{ |
| 524 | + "shape":"ResourceState", |
| 525 | + "documentation":"<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.</p>" |
| 526 | + }, |
| 527 | + "StateReason":{ |
| 528 | + "shape":"String", |
| 529 | + "documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>" |
522 | 530 | }
|
523 | 531 | },
|
524 | 532 | "documentation":"<p>An AWS Chatbot configuration for Amazon Chime.</p>"
|
|
564 | 572 | "TeamName":{
|
565 | 573 | "shape":"UUID",
|
566 | 574 | "documentation":"<p>The name of the Microsoft Teams Team.</p>"
|
| 575 | + }, |
| 576 | + "State":{ |
| 577 | + "shape":"ResourceState", |
| 578 | + "documentation":"<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.</p>" |
| 579 | + }, |
| 580 | + "StateReason":{ |
| 581 | + "shape":"String", |
| 582 | + "documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>" |
567 | 583 | }
|
568 | 584 | },
|
569 | 585 | "documentation":"<p>A Microsoft Teams team that is authorized with AWS Chatbot.</p>"
|
|
1417 | 1433 | },
|
1418 | 1434 | "exception":true
|
1419 | 1435 | },
|
| 1436 | + "ResourceState":{ |
| 1437 | + "type":"string", |
| 1438 | + "pattern":"(ENABLED|DISABLED)" |
| 1439 | + }, |
1420 | 1440 | "ServiceUnavailableException":{
|
1421 | 1441 | "type":"structure",
|
1422 | 1442 | "members":{
|
|
1488 | 1508 | "Tags":{
|
1489 | 1509 | "shape":"Tags",
|
1490 | 1510 | "documentation":"<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
|
| 1511 | + }, |
| 1512 | + "State":{ |
| 1513 | + "shape":"ResourceState", |
| 1514 | + "documentation":"<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.</p>" |
| 1515 | + }, |
| 1516 | + "StateReason":{ |
| 1517 | + "shape":"String", |
| 1518 | + "documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>" |
1491 | 1519 | }
|
1492 | 1520 | },
|
1493 | 1521 | "documentation":"<p>An AWS Chatbot configuration for Slack.</p>"
|
|
1575 | 1603 | "SlackTeamName":{
|
1576 | 1604 | "shape":"SlackTeamName",
|
1577 | 1605 | "documentation":"<p>The name of the Slack workspace.</p>"
|
| 1606 | + }, |
| 1607 | + "State":{ |
| 1608 | + "shape":"ResourceState", |
| 1609 | + "documentation":"<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.</p>" |
| 1610 | + }, |
| 1611 | + "StateReason":{ |
| 1612 | + "shape":"String", |
| 1613 | + "documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>" |
1578 | 1614 | }
|
1579 | 1615 | },
|
1580 | 1616 | "documentation":"<p>A Slack workspace. </p>"
|
|
1587 | 1623 | "type":"list",
|
1588 | 1624 | "member":{"shape":"Arn"}
|
1589 | 1625 | },
|
| 1626 | + "String":{"type":"string"}, |
1590 | 1627 | "Tag":{
|
1591 | 1628 | "type":"structure",
|
1592 | 1629 | "required":[
|
|
1726 | 1763 | "Tags":{
|
1727 | 1764 | "shape":"Tags",
|
1728 | 1765 | "documentation":"<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
|
| 1766 | + }, |
| 1767 | + "State":{ |
| 1768 | + "shape":"ResourceState", |
| 1769 | + "documentation":"<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.</p>" |
| 1770 | + }, |
| 1771 | + "StateReason":{ |
| 1772 | + "shape":"String", |
| 1773 | + "documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>" |
1729 | 1774 | }
|
1730 | 1775 | },
|
1731 | 1776 | "documentation":"<p>An AWS Chatbot configuration for Microsoft Teams.</p>"
|
|
0 commit comments