Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 26, 2024
1 parent f54eb24 commit 27088b2
Show file tree
Hide file tree
Showing 12 changed files with 125 additions and 298 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-chatbot-75536.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``chatbot``",
"description": "Return State and StateReason fields for Chatbot Channel Configurations."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-lambda-98881.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``lambda``",
"description": "Reverting Lambda resource-based policy and block public access APIs."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-organizations-47877.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``organizations``",
"description": "Add support for policy operations on the CHATBOT_POLICY policy type."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-pcs-2690.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``pcs``",
"description": "AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rdsdata-97822.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rds-data``",
"description": "Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-42804.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "Adding `TagPropagation` attribute to Sagemaker API"
}
45 changes: 45 additions & 0 deletions botocore/data/chatbot/2017-10-11/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,14 @@
"Tags":{
"shape":"Tags",
"documentation":"<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
},
"State":{
"shape":"ResourceState",
"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>"
},
"StateReason":{
"shape":"String",
"documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
},
"documentation":"<p>An AWS Chatbot configuration for Amazon Chime.</p>"
Expand Down Expand Up @@ -564,6 +572,14 @@
"TeamName":{
"shape":"UUID",
"documentation":"<p>The name of the Microsoft Teams Team.</p>"
},
"State":{
"shape":"ResourceState",
"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>"
},
"StateReason":{
"shape":"String",
"documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
},
"documentation":"<p>A Microsoft Teams team that is authorized with AWS Chatbot.</p>"
Expand Down Expand Up @@ -1417,6 +1433,10 @@
},
"exception":true
},
"ResourceState":{
"type":"string",
"pattern":"(ENABLED|DISABLED)"
},
"ServiceUnavailableException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1488,6 +1508,14 @@
"Tags":{
"shape":"Tags",
"documentation":"<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
},
"State":{
"shape":"ResourceState",
"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>"
},
"StateReason":{
"shape":"String",
"documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
},
"documentation":"<p>An AWS Chatbot configuration for Slack.</p>"
Expand Down Expand Up @@ -1575,6 +1603,14 @@
"SlackTeamName":{
"shape":"SlackTeamName",
"documentation":"<p>The name of the Slack workspace.</p>"
},
"State":{
"shape":"ResourceState",
"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>"
},
"StateReason":{
"shape":"String",
"documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
},
"documentation":"<p>A Slack workspace. </p>"
Expand All @@ -1587,6 +1623,7 @@
"type":"list",
"member":{"shape":"Arn"}
},
"String":{"type":"string"},
"Tag":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1726,6 +1763,14 @@
"Tags":{
"shape":"Tags",
"documentation":"<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
},
"State":{
"shape":"ResourceState",
"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>"
},
"StateReason":{
"shape":"String",
"documentation":"<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
},
"documentation":"<p>An AWS Chatbot configuration for Microsoft Teams.</p>"
Expand Down
Loading

0 comments on commit 27088b2

Please sign in to comment.