Skip to content

Commit 0e276d3

Browse files
author
awstools
committed
Updates SDK to v2.1394.0
1 parent cae1321 commit 0e276d3

36 files changed

+8597
-205
lines changed

.changes/2.1394.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Athena",
5+
"description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ComprehendMedical",
10+
"description": "This release supports a new set of entities and traits."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "PaymentCryptography",
15+
"description": "Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "PaymentCryptographyData",
20+
"description": "Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ServiceCatalog",
25+
"description": "New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "TimestreamWrite",
30+
"description": "This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation."
31+
}
32+
]

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1393.0-->
2+
<!--LATEST=2.1394.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1394.0
6+
* feature: Athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
7+
* feature: ComprehendMedical: This release supports a new set of entities and traits.
8+
* feature: PaymentCryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing.
9+
* feature: PaymentCryptographyData: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing.
10+
* feature: ServiceCatalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product
11+
* feature: TimestreamWrite: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation.
12+
513
## 2.1393.0
614
* feature: CloudFormation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
715
* feature: CloudWatchLogs: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1393.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1394.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

apis/athena-2017-05-18.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,6 +2270,9 @@
22702270
},
22712271
"AdditionalConfigs": {
22722272
"shape": "S1z"
2273+
},
2274+
"SparkProperties": {
2275+
"shape": "S1z"
22732276
}
22742277
}
22752278
},

apis/athena-2017-05-18.normal.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,7 @@
24182418
"documentation": "<p>The KMS key that is used to encrypt the user's data stores in Athena.</p>"
24192419
}
24202420
},
2421-
"documentation": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>"
2421+
"documentation": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.</p>"
24222422
},
24232423
"DataCatalog": {
24242424
"type": "structure",
@@ -2682,6 +2682,10 @@
26822682
"AdditionalConfigs": {
26832683
"shape": "ParametersMap",
26842684
"documentation": "<p>Contains additional notebook engine <code>MAP&lt;string, string&gt;</code> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the Athena notebook ID.</p>"
2685+
},
2686+
"SparkProperties": {
2687+
"shape": "ParametersMap",
2688+
"documentation": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>"
26852689
}
26862690
},
26872691
"documentation": "<p>Contains data processing unit (DPU) configuration settings and parameter mappings for a notebook engine.</p>"
@@ -5527,7 +5531,7 @@
55275531
},
55285532
"CustomerContentEncryptionConfiguration": {
55295533
"shape": "CustomerContentEncryptionConfiguration",
5530-
"documentation": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>"
5534+
"documentation": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.</p>"
55315535
},
55325536
"EnableMinimumEncryptionConfiguration": {
55335537
"shape": "BoxedBoolean",
@@ -5569,7 +5573,7 @@
55695573
},
55705574
"RemoveCustomerContentEncryptionConfiguration": {
55715575
"shape": "BoxedBoolean",
5572-
"documentation": "<p>Removes content encryption configuration for a workgroup.</p>"
5576+
"documentation": "<p>Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.</p>"
55735577
},
55745578
"AdditionalConfiguration": {
55755579
"shape": "NameString",

apis/comprehendmedical-2018-10-30.normal.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,8 @@
14311431
"type": "string",
14321432
"enum": [
14331433
"OVERLAP",
1434-
"SYSTEM_ORGAN_SITE"
1434+
"SYSTEM_ORGAN_SITE",
1435+
"QUALITY"
14351436
]
14361437
},
14371438
"ICD10CMTrait": {
@@ -1838,7 +1839,9 @@
18381839
"TEST_UNIT",
18391840
"DIRECTION",
18401841
"SYSTEM_ORGAN_SITE",
1841-
"AMOUNT"
1842+
"AMOUNT",
1843+
"USAGE",
1844+
"QUALITY"
18421845
]
18431846
},
18441847
"RxNormAttribute": {
@@ -2009,7 +2012,8 @@
20092012
"RxNormTraitName": {
20102013
"type": "string",
20112014
"enum": [
2012-
"NEGATION"
2015+
"NEGATION",
2016+
"PAST_HISTORY"
20132017
]
20142018
},
20152019
"S3Bucket": {
@@ -2209,7 +2213,8 @@
22092213
"TEST_VALUE",
22102214
"TEST_UNITS",
22112215
"DIRECTION",
2212-
"SYSTEM_ORGAN_SITE"
2216+
"SYSTEM_ORGAN_SITE",
2217+
"TEST_UNIT"
22132218
]
22142219
},
22152220
"SNOMEDCTTrait": {

apis/metadata.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,5 +1299,13 @@
12991299
},
13001300
"mediapackagev2": {
13011301
"name": "MediaPackageV2"
1302+
},
1303+
"paymentcryptography": {
1304+
"prefix": "payment-cryptography",
1305+
"name": "PaymentCryptography"
1306+
},
1307+
"paymentcryptographydata": {
1308+
"prefix": "payment-cryptography-data",
1309+
"name": "PaymentCryptographyData"
13021310
}
13031311
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)