Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 26, 2024
1 parent 3a96a42 commit a51f8d9
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 474 deletions.
69 changes: 69 additions & 0 deletions codegen/sdk-codegen/aws-models/chatbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,18 @@
"traits": {
"smithy.api#documentation": "<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#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.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -177,6 +189,18 @@
"traits": {
"smithy.api#documentation": "<p>The name of the Microsoft Teams Team.</p>"
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#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.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2030,6 +2054,12 @@
"smithy.api#httpError": 404
}
},
"com.amazonaws.chatbot#ResourceState": {
"type": "string",
"traits": {
"smithy.api#pattern": "^(ENABLED|DISABLED)$"
}
},
"com.amazonaws.chatbot#ServiceUnavailableException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2124,6 +2154,18 @@
"traits": {
"smithy.api#documentation": "<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#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.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2249,6 +2291,18 @@
"smithy.api#documentation": "<p>The name of the Slack workspace.</p>",
"smithy.api#required": {}
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#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.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand All @@ -2267,6 +2321,9 @@
"target": "com.amazonaws.chatbot#Arn"
}
},
"com.amazonaws.chatbot#String": {
"type": "string"
},
"com.amazonaws.chatbot#Tag": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2500,6 +2557,18 @@
"traits": {
"smithy.api#documentation": "<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#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.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit a51f8d9

Please sign in to comment.