Skip to content

Commit

Permalink
Updates SDK to v2.1394.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 8, 2023
1 parent cae1321 commit 0e276d3
Show file tree
Hide file tree
Showing 36 changed files with 8,597 additions and 205 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1394.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Athena",
"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."
},
{
"type": "feature",
"category": "ComprehendMedical",
"description": "This release supports a new set of entities and traits."
},
{
"type": "feature",
"category": "PaymentCryptography",
"description": "Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing."
},
{
"type": "feature",
"category": "PaymentCryptographyData",
"description": "Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing."
},
{
"type": "feature",
"category": "ServiceCatalog",
"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"
},
{
"type": "feature",
"category": "TimestreamWrite",
"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."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1393.0-->
<!--LATEST=2.1394.0-->
<!--ENTRYINSERT-->

## 2.1394.0
* 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.
* feature: ComprehendMedical: This release supports a new set of entities and traits.
* feature: PaymentCryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing.
* feature: PaymentCryptographyData: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing.
* 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
* 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.

## 2.1393.0
* 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
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 3 additions & 0 deletions apis/athena-2017-05-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,9 @@
},
"AdditionalConfigs": {
"shape": "S1z"
},
"SparkProperties": {
"shape": "S1z"
}
}
},
Expand Down
10 changes: 7 additions & 3 deletions apis/athena-2017-05-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@
"documentation": "<p>The KMS key that is used to encrypt the user's data stores in Athena.</p>"
}
},
"documentation": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>"
"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>"
},
"DataCatalog": {
"type": "structure",
Expand Down Expand Up @@ -2682,6 +2682,10 @@
"AdditionalConfigs": {
"shape": "ParametersMap",
"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>"
},
"SparkProperties": {
"shape": "ParametersMap",
"documentation": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>"
}
},
"documentation": "<p>Contains data processing unit (DPU) configuration settings and parameter mappings for a notebook engine.</p>"
Expand Down Expand Up @@ -5527,7 +5531,7 @@
},
"CustomerContentEncryptionConfiguration": {
"shape": "CustomerContentEncryptionConfiguration",
"documentation": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>"
"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>"
},
"EnableMinimumEncryptionConfiguration": {
"shape": "BoxedBoolean",
Expand Down Expand Up @@ -5569,7 +5573,7 @@
},
"RemoveCustomerContentEncryptionConfiguration": {
"shape": "BoxedBoolean",
"documentation": "<p>Removes content encryption configuration for a workgroup.</p>"
"documentation": "<p>Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.</p>"
},
"AdditionalConfiguration": {
"shape": "NameString",
Expand Down
13 changes: 9 additions & 4 deletions apis/comprehendmedical-2018-10-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,8 @@
"type": "string",
"enum": [
"OVERLAP",
"SYSTEM_ORGAN_SITE"
"SYSTEM_ORGAN_SITE",
"QUALITY"
]
},
"ICD10CMTrait": {
Expand Down Expand Up @@ -1838,7 +1839,9 @@
"TEST_UNIT",
"DIRECTION",
"SYSTEM_ORGAN_SITE",
"AMOUNT"
"AMOUNT",
"USAGE",
"QUALITY"
]
},
"RxNormAttribute": {
Expand Down Expand Up @@ -2009,7 +2012,8 @@
"RxNormTraitName": {
"type": "string",
"enum": [
"NEGATION"
"NEGATION",
"PAST_HISTORY"
]
},
"S3Bucket": {
Expand Down Expand Up @@ -2209,7 +2213,8 @@
"TEST_VALUE",
"TEST_UNITS",
"DIRECTION",
"SYSTEM_ORGAN_SITE"
"SYSTEM_ORGAN_SITE",
"TEST_UNIT"
]
},
"SNOMEDCTTrait": {
Expand Down
8 changes: 8 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1299,5 +1299,13 @@
},
"mediapackagev2": {
"name": "MediaPackageV2"
},
"paymentcryptography": {
"prefix": "payment-cryptography",
"name": "PaymentCryptography"
},
"paymentcryptographydata": {
"prefix": "payment-cryptography-data",
"name": "PaymentCryptographyData"
}
}
5 changes: 5 additions & 0 deletions apis/payment-cryptography-2021-09-14.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 0e276d3

Please sign in to comment.