Skip to content

Commit 66af64c

Browse files
Merging v1.3.41 release
2 parents 5715cbc + dc6648e commit 66af64c

File tree

9 files changed

+154
-475
lines changed

9 files changed

+154
-475
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.41] - 09/26/2024
4+
5+
### Features
6+
* (**chatbot**) Return State and StateReason fields for Chatbot Channel Configurations.
7+
* (**lambda**) Reverting Lambda resource-based policy and block public access APIs.
8+
* (**organizations**) Add support for policy operations on the CHATBOT_POLICY policy type.
9+
* (**sagemaker**) Adding `TagPropagation` attribute to Sagemaker API
10+
11+
### Documentation
12+
* (**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.
13+
* (**rdsdata**) Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
14+
315
## [1.3.40] - 09/25/2024
416

517
### Documentation

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9634,6 +9634,8 @@
96349634
},
96359635
"endpoints" : {
96369636
"ap-south-1" : { },
9637+
"ap-southeast-2" : { },
9638+
"eu-west-2" : { },
96379639
"us-east-1" : { },
96389640
"us-east-2" : { },
96399641
"us-west-2" : { }

codegen/sdk/aws-models/chatbot.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,18 @@
112112
"traits": {
113113
"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>"
114114
}
115+
},
116+
"State": {
117+
"target": "com.amazonaws.chatbot#ResourceState",
118+
"traits": {
119+
"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>"
120+
}
121+
},
122+
"StateReason": {
123+
"target": "com.amazonaws.chatbot#String",
124+
"traits": {
125+
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
126+
}
115127
}
116128
},
117129
"traits": {
@@ -177,6 +189,18 @@
177189
"traits": {
178190
"smithy.api#documentation": "<p>The name of the Microsoft Teams Team.</p>"
179191
}
192+
},
193+
"State": {
194+
"target": "com.amazonaws.chatbot#ResourceState",
195+
"traits": {
196+
"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>"
197+
}
198+
},
199+
"StateReason": {
200+
"target": "com.amazonaws.chatbot#String",
201+
"traits": {
202+
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
203+
}
180204
}
181205
},
182206
"traits": {
@@ -2030,6 +2054,12 @@
20302054
"smithy.api#httpError": 404
20312055
}
20322056
},
2057+
"com.amazonaws.chatbot#ResourceState": {
2058+
"type": "string",
2059+
"traits": {
2060+
"smithy.api#pattern": "^(ENABLED|DISABLED)$"
2061+
}
2062+
},
20332063
"com.amazonaws.chatbot#ServiceUnavailableException": {
20342064
"type": "structure",
20352065
"members": {
@@ -2124,6 +2154,18 @@
21242154
"traits": {
21252155
"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>"
21262156
}
2157+
},
2158+
"State": {
2159+
"target": "com.amazonaws.chatbot#ResourceState",
2160+
"traits": {
2161+
"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>"
2162+
}
2163+
},
2164+
"StateReason": {
2165+
"target": "com.amazonaws.chatbot#String",
2166+
"traits": {
2167+
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
2168+
}
21272169
}
21282170
},
21292171
"traits": {
@@ -2249,6 +2291,18 @@
22492291
"smithy.api#documentation": "<p>The name of the Slack workspace.</p>",
22502292
"smithy.api#required": {}
22512293
}
2294+
},
2295+
"State": {
2296+
"target": "com.amazonaws.chatbot#ResourceState",
2297+
"traits": {
2298+
"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>"
2299+
}
2300+
},
2301+
"StateReason": {
2302+
"target": "com.amazonaws.chatbot#String",
2303+
"traits": {
2304+
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
2305+
}
22522306
}
22532307
},
22542308
"traits": {
@@ -2267,6 +2321,9 @@
22672321
"target": "com.amazonaws.chatbot#Arn"
22682322
}
22692323
},
2324+
"com.amazonaws.chatbot#String": {
2325+
"type": "string"
2326+
},
22702327
"com.amazonaws.chatbot#Tag": {
22712328
"type": "structure",
22722329
"members": {
@@ -2500,6 +2557,18 @@
25002557
"traits": {
25012558
"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>"
25022559
}
2560+
},
2561+
"State": {
2562+
"target": "com.amazonaws.chatbot#ResourceState",
2563+
"traits": {
2564+
"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>"
2565+
}
2566+
},
2567+
"StateReason": {
2568+
"target": "com.amazonaws.chatbot#String",
2569+
"traits": {
2570+
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
2571+
}
25032572
}
25042573
},
25052574
"traits": {

codegen/sdk/aws-models/lambda.json

Lines changed: 9 additions & 460 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)