Skip to content

Commit

Permalink
Merging v1.3.41 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Sep 26, 2024
2 parents 5715cbc + dc6648e commit 66af64c
Show file tree
Hide file tree
Showing 9 changed files with 154 additions and 475 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.3.41] - 09/26/2024

### Features
* (**chatbot**) Return State and StateReason fields for Chatbot Channel Configurations.
* (**lambda**) Reverting Lambda resource-based policy and block public access APIs.
* (**organizations**) Add support for policy operations on the CHATBOT_POLICY policy type.
* (**sagemaker**) Adding `TagPropagation` attribute to Sagemaker API

### Documentation
* (**pcs**) 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.
* (**rdsdata**) Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.

## [1.3.40] - 09/25/2024

### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9634,6 +9634,8 @@
},
"endpoints" : {
"ap-south-1" : { },
"ap-southeast-2" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down
69 changes: 69 additions & 0 deletions codegen/sdk/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
469 changes: 9 additions & 460 deletions codegen/sdk/aws-models/lambda.json

Large diffs are not rendered by default.

Loading

0 comments on commit 66af64c

Please sign in to comment.