Skip to content

Commit 715ae8e

Browse files
Merging v1.2.43 release
2 parents ff26ce6 + 3be445c commit 715ae8e

File tree

12 files changed

+488
-266
lines changed

12 files changed

+488
-266
lines changed

CHANGELOG.md

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

3+
## [1.2.43] - 06/28/2024
4+
5+
### Features
6+
* (**acmpca**) Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.
7+
* (**cloudhsmv2**) Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.
8+
* (**connect**) This release supports showing PreferredAgentRouting step via DescribeContact API.
9+
* (**emr**) This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.
10+
* (**glue**) Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.
11+
* (**kinesisanalyticsv2**) Support for Flink 1.19 in Managed Service for Apache Flink
12+
* (**opensearch**) This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.
13+
* (**workspaces**) Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
14+
15+
### Documentation
16+
* (**pi**) Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances.
17+
318
## [1.2.42] - 06/27/2024
419

520
### Features

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21079,6 +21079,14 @@
2107921079
"cn-northwest-1" : { }
2108021080
}
2108121081
},
21082+
"acm-pca" : {
21083+
"defaults" : {
21084+
"protocols" : [ "https" ]
21085+
},
21086+
"endpoints" : {
21087+
"cn-north-1" : { }
21088+
}
21089+
},
2108221090
"airflow" : {
2108321091
"endpoints" : {
2108421092
"cn-north-1" : { },

codegen/sdk/aws-models/acm-pca.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,6 +3322,12 @@
33223322
"traits": {
33233323
"smithy.api#enumValue": "EC_secp384r1"
33243324
}
3325+
},
3326+
"SM2": {
3327+
"target": "smithy.api#Unit",
3328+
"traits": {
3329+
"smithy.api#enumValue": "SM2"
3330+
}
33253331
}
33263332
}
33273333
},
@@ -3339,6 +3345,12 @@
33393345
"traits": {
33403346
"smithy.api#enumValue": "FIPS_140_2_LEVEL_3_OR_HIGHER"
33413347
}
3348+
},
3349+
"CCPC_LEVEL_1_OR_HIGHER": {
3350+
"target": "smithy.api#Unit",
3351+
"traits": {
3352+
"smithy.api#enumValue": "CCPC_LEVEL_1_OR_HIGHER"
3353+
}
33423354
}
33433355
}
33443356
},
@@ -4311,6 +4323,12 @@
43114323
"traits": {
43124324
"smithy.api#enumValue": "SHA512WITHRSA"
43134325
}
4326+
},
4327+
"SM3WITHSM2": {
4328+
"target": "smithy.api#Unit",
4329+
"traits": {
4330+
"smithy.api#enumValue": "SM3WITHSM2"
4331+
}
43144332
}
43154333
}
43164334
},

codegen/sdk/aws-models/cloudhsm-v2.json

Lines changed: 255 additions & 24 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/connect.json

Lines changed: 75 additions & 17 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/emr.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,7 +2833,7 @@
28332833
"sdkId": "EMR",
28342834
"arnNamespace": "elasticmapreduce",
28352835
"cloudFormationName": "EMR",
2836-
"cloudTrailEventSource": "emr.amazonaws.com",
2836+
"cloudTrailEventSource": "elasticmapreduce.amazonaws.com",
28372837
"docId": "elasticmapreduce-2009-03-31",
28382838
"endpointPrefix": "elasticmapreduce"
28392839
},
@@ -5715,6 +5715,12 @@
57155715
"traits": {
57165716
"smithy.api#documentation": "<p>The custom AMI ID to use for the instance type.</p>"
57175717
}
5718+
},
5719+
"Priority": {
5720+
"target": "com.amazonaws.emr#NonNegativeDouble",
5721+
"traits": {
5722+
"smithy.api#documentation": "<p>The priority at which Amazon EMR launches the Amazon EC2 instances with this instance type. \n Priority starts at 0, which is the highest priority. Amazon EMR considers the highest priority first.</p>"
5723+
}
57185724
}
57195725
},
57205726
"traits": {
@@ -5777,6 +5783,12 @@
57775783
"traits": {
57785784
"smithy.api#documentation": "<p>The custom AMI ID to use for the instance type.</p>"
57795785
}
5786+
},
5787+
"Priority": {
5788+
"target": "com.amazonaws.emr#NonNegativeDouble",
5789+
"traits": {
5790+
"smithy.api#documentation": "<p>The priority at which Amazon EMR launches the Amazon EC2 instances with this instance type. \n Priority starts at 0, which is the highest priority. Amazon EMR considers the highest priority first.</p>"
5791+
}
57805792
}
57815793
},
57825794
"traits": {
@@ -7807,6 +7819,12 @@
78077819
"traits": {
78087820
"smithy.api#enumValue": "lowest-price"
78097821
}
7822+
},
7823+
"PRIORITIZED": {
7824+
"target": "smithy.api#Unit",
7825+
"traits": {
7826+
"smithy.api#enumValue": "prioritized"
7827+
}
78107828
}
78117829
}
78127830
},
@@ -7817,7 +7835,7 @@
78177835
"target": "com.amazonaws.emr#OnDemandProvisioningAllocationStrategy",
78187836
"traits": {
78197837
"smithy.api#clientOptional": {},
7820-
"smithy.api#documentation": "<p>Specifies the strategy to use in launching On-Demand instance fleets. Currently, the\n only option is <code>lowest-price</code> (the default), which launches the lowest price\n first.</p>",
7838+
"smithy.api#documentation": "<p>Specifies the strategy to use in launching On-Demand instance fleets. Available\n options are <code>lowest-price</code> and <code>prioritized</code>. <code>lowest-price</code>\n specifies to launch the instances with the lowest price first, and <code>prioritized</code> specifies\n that Amazon EMR should launch the instances with the highest priority first. The default is\n <code>lowest-price</code>.</p>",
78217839
"smithy.api#required": {}
78227840
}
78237841
},
@@ -9225,6 +9243,12 @@
92259243
"traits": {
92269244
"smithy.api#enumValue": "diversified"
92279245
}
9246+
},
9247+
"CAPACITY_OPTIMIZED_PRIORITIZED": {
9248+
"target": "smithy.api#Unit",
9249+
"traits": {
9250+
"smithy.api#enumValue": "capacity-optimized-prioritized"
9251+
}
92289252
}
92299253
}
92309254
},
@@ -9256,7 +9280,7 @@
92569280
"AllocationStrategy": {
92579281
"target": "com.amazonaws.emr#SpotProvisioningAllocationStrategy",
92589282
"traits": {
9259-
"smithy.api#documentation": "<p>Specifies one of the following strategies to launch Spot Instance fleets: <code>price-capacity-optimized</code>, <code>capacity-optimized</code>, <code>lowest-price</code>, or <code>diversified</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>\n <note>\n <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p>\n </note>"
9283+
"smithy.api#documentation": "<p>Specifies one of the following strategies to launch Spot Instance fleets: \n <code>capacity-optimized</code>, <code>price-capacity-optimized</code>, <code>lowest-price</code>, or \n <code>diversified</code>, and <code>capacity-optimized-prioritized</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>\n <note>\n <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p>\n </note>"
92609284
}
92619285
}
92629286
},

codegen/sdk/aws-models/glue.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11770,6 +11770,23 @@
1177011770
"smithy.api#documentation": "<p>The <code>Database</code> object represents a logical grouping of tables that might reside\n in a Hive metastore or an RDBMS.</p>"
1177111771
}
1177211772
},
11773+
"com.amazonaws.glue#DatabaseAttributes": {
11774+
"type": "enum",
11775+
"members": {
11776+
"NAME": {
11777+
"target": "smithy.api#Unit",
11778+
"traits": {
11779+
"smithy.api#enumValue": "NAME"
11780+
}
11781+
}
11782+
}
11783+
},
11784+
"com.amazonaws.glue#DatabaseAttributesList": {
11785+
"type": "list",
11786+
"member": {
11787+
"target": "com.amazonaws.glue#DatabaseAttributes"
11788+
}
11789+
},
1177311790
"com.amazonaws.glue#DatabaseIdentifier": {
1177411791
"type": "structure",
1177511792
"members": {
@@ -17145,6 +17162,12 @@
1714517162
"traits": {
1714617163
"smithy.api#documentation": "<p>Allows you to specify that you want to list the databases shared with your account. The allowable values are <code>FEDERATED</code>, <code>FOREIGN</code> or <code>ALL</code>. </p>\n <ul>\n <li>\n <p>If set to <code>FEDERATED</code>, will list the federated databases (referencing an external entity) shared with your account.</p>\n </li>\n <li>\n <p>If set to <code>FOREIGN</code>, will list the databases shared with your account. </p>\n </li>\n <li>\n <p>If set to <code>ALL</code>, will list the databases shared with your account, as well as the databases in yor local account. </p>\n </li>\n </ul>"
1714717164
}
17165+
},
17166+
"AttributesToGet": {
17167+
"target": "com.amazonaws.glue#DatabaseAttributesList",
17168+
"traits": {
17169+
"smithy.api#documentation": "<p>Specifies the database fields returned by the <code>GetDatabases</code> call. This parameter doesn’t accept an empty list. The request must include the <code>NAME</code>.</p>"
17170+
}
1714817171
}
1714917172
},
1715017173
"traits": {

0 commit comments

Comments
 (0)