Skip to content

Commit 59ed081

Browse files
Merging v1.3.52 release
2 parents 84bd8db + 25cda18 commit 59ed081

File tree

8 files changed

+212
-91
lines changed

8 files changed

+212
-91
lines changed

.changes/a9deee4f-8f15-472c-906f-492066275178.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [1.3.52] - 10/11/2024
4+
5+
### Features
6+
* (**elasticloadbalancingv2**) Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.
7+
* (**emr**) This release provides new parameter "Context" in instance fleet clusters.
8+
* (**guardduty**) Added a new field for network connection details.
9+
10+
### Fixes
11+
* [#1433](https://github.com/awslabs/aws-sdk-kotlin/issues/1433) Remove Route53 InvalidChangeBatch error response customization
12+
13+
### Documentation
14+
* (**appflow**) Doc only updates for clarification around OAuth2GrantType for Salesforce.
15+
* (**robomaker**) Documentation update: added support notices to each API action.
16+
317
## [1.3.51] - 10/10/2024
418

519
### Features

codegen/sdk/aws-models/appflow.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7886,7 +7886,7 @@
78867886
"oAuth2GrantType": {
78877887
"target": "com.amazonaws.appflow#OAuth2GrantType",
78887888
"traits": {
7889-
"smithy.api#documentation": "<p>Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an\n access token from Salesforce. Amazon AppFlow requires an access token each time it\n attempts to access your Salesforce records.</p>\n <p>You can specify one of the following values:</p>\n <dl>\n <dt>AUTHORIZATION_CODE</dt>\n <dd>\n <p>Amazon AppFlow passes an authorization code when it requests the access token\n from Salesforce. Amazon AppFlow receives the authorization code from Salesforce\n after you log in to your Salesforce account and authorize Amazon AppFlow to access\n your records.</p>\n </dd>\n <dt>CLIENT_CREDENTIALS</dt>\n <dd>\n <p>Amazon AppFlow passes client credentials (a client ID and client secret) when\n it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.</p>\n </dd>\n <dt>JWT_BEARER</dt>\n <dd>\n <p>Amazon AppFlow passes a JSON web token (JWT) when it requests the access token\n from Salesforce. You provide the JWT to Amazon AppFlow when you define the\n connection to your Salesforce account. When you use this grant type, you don't need to\n log in to your Salesforce account to authorize Amazon AppFlow to access your\n records.</p>\n </dd>\n </dl>"
7889+
"smithy.api#documentation": "<p>Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an\n access token from Salesforce. Amazon AppFlow requires an access token each time it\n attempts to access your Salesforce records.</p>\n <p>You can specify one of the following values:</p>\n <dl>\n <dt>AUTHORIZATION_CODE</dt>\n <dd>\n <p>Amazon AppFlow passes an authorization code when it requests the access token\n from Salesforce. Amazon AppFlow receives the authorization code from Salesforce\n after you log in to your Salesforce account and authorize Amazon AppFlow to access\n your records.</p>\n </dd>\n <dt>JWT_BEARER</dt>\n <dd>\n <p>Amazon AppFlow passes a JSON web token (JWT) when it requests the access token\n from Salesforce. You provide the JWT to Amazon AppFlow when you define the\n connection to your Salesforce account. When you use this grant type, you don't need to\n log in to your Salesforce account to authorize Amazon AppFlow to access your\n records.</p>\n </dd>\n </dl>\n <note>\n <p>The CLIENT_CREDENTIALS value is not supported for Salesforce.</p>\n </note>"
78907890
}
78917891
},
78927892
"jwtToken": {
@@ -8014,7 +8014,7 @@
80148014
"oauth2GrantTypesSupported": {
80158015
"target": "com.amazonaws.appflow#OAuth2GrantTypeSupportedList",
80168016
"traits": {
8017-
"smithy.api#documentation": "<p>The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access\n token from Salesforce. Amazon AppFlow requires an access token each time it attempts to\n access your Salesforce records.</p>\n <dl>\n <dt>AUTHORIZATION_CODE</dt>\n <dd>\n <p>Amazon AppFlow passes an authorization code when it requests the access token\n from Salesforce. Amazon AppFlow receives the authorization code from Salesforce\n after you log in to your Salesforce account and authorize Amazon AppFlow to access\n your records.</p>\n </dd>\n <dt>CLIENT_CREDENTIALS</dt>\n <dd>\n <p>Amazon AppFlow passes client credentials (a client ID and client secret) when\n it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.</p>\n </dd>\n <dt>JWT_BEARER</dt>\n <dd>\n <p>Amazon AppFlow passes a JSON web token (JWT) when it requests the access token\n from Salesforce. You provide the JWT to Amazon AppFlow when you define the\n connection to your Salesforce account. When you use this grant type, you don't need to\n log in to your Salesforce account to authorize Amazon AppFlow to access your\n records.</p>\n </dd>\n </dl>"
8017+
"smithy.api#documentation": "<p>The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access\n token from Salesforce. Amazon AppFlow requires an access token each time it attempts to\n access your Salesforce records.</p>\n <dl>\n <dt>AUTHORIZATION_CODE</dt>\n <dd>\n <p>Amazon AppFlow passes an authorization code when it requests the access token\n from Salesforce. Amazon AppFlow receives the authorization code from Salesforce\n after you log in to your Salesforce account and authorize Amazon AppFlow to access\n your records.</p>\n </dd>\n <dt>JWT_BEARER</dt>\n <dd>\n <p>Amazon AppFlow passes a JSON web token (JWT) when it requests the access token\n from Salesforce. You provide the JWT to Amazon AppFlow when you define the\n connection to your Salesforce account. When you use this grant type, you don't need to\n log in to your Salesforce account to authorize Amazon AppFlow to access your\n records.</p>\n </dd>\n </dl>\n <note>\n <p>The CLIENT_CREDENTIALS value is not supported for Salesforce.</p>\n </note>"
80188018
}
80198019
}
80208020
},

codegen/sdk/aws-models/elastic-load-balancing-v2.json

Lines changed: 91 additions & 1 deletion
Large diffs are not rendered by default.

codegen/sdk/aws-models/emr.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4568,6 +4568,12 @@
45684568
"traits": {
45694569
"smithy.api#documentation": "<p>The resize specification for the instance fleet.</p>"
45704570
}
4571+
},
4572+
"Context": {
4573+
"target": "com.amazonaws.emr#XmlStringMaxLen256",
4574+
"traits": {
4575+
"smithy.api#documentation": "<p>Reserved.</p>"
4576+
}
45714577
}
45724578
},
45734579
"traits": {
@@ -4620,6 +4626,12 @@
46204626
"traits": {
46214627
"smithy.api#documentation": "<p>The resize specification for the instance fleet.</p>"
46224628
}
4629+
},
4630+
"Context": {
4631+
"target": "com.amazonaws.emr#XmlStringMaxLen256",
4632+
"traits": {
4633+
"smithy.api#documentation": "<p>Reserved.</p>"
4634+
}
46234635
}
46244636
},
46254637
"traits": {
@@ -4675,6 +4687,12 @@
46754687
"traits": {
46764688
"smithy.api#documentation": "<p>An array of InstanceTypeConfig objects that specify how Amazon EMR provisions Amazon EC2 instances\n when it fulfills On-Demand and Spot capacities. For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/APIReference/API_InstanceTypeConfig.html\">InstanceTypeConfig</a>.</p>"
46774689
}
4690+
},
4691+
"Context": {
4692+
"target": "com.amazonaws.emr#XmlStringMaxLen256",
4693+
"traits": {
4694+
"smithy.api#documentation": "<p>Reserved.</p>"
4695+
}
46784696
}
46794697
},
46804698
"traits": {

codegen/sdk/aws-models/guardduty.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11049,6 +11049,13 @@
1104911049
"smithy.api#jsonName": "localIpDetails"
1105011050
}
1105111051
},
11052+
"LocalNetworkInterface": {
11053+
"target": "com.amazonaws.guardduty#String",
11054+
"traits": {
11055+
"smithy.api#documentation": "<p>The EC2 instance's local elastic network interface utilized for the connection.</p>",
11056+
"smithy.api#jsonName": "localNetworkInterface"
11057+
}
11058+
},
1105211059
"RemoteIpDetails": {
1105311060
"target": "com.amazonaws.guardduty#RemoteIpDetails",
1105411061
"traits": {

0 commit comments

Comments
 (0)