Skip to content

Commit a5bef15

Browse files
Release v1.44.279 (2023-06-08) (#4878)
Release v1.44.279 (2023-06-08) === ### Service Client Updates * `service/athena`: Updates service API and documentation * You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. * `service/comprehendmedical`: Updates service API * `service/payment-cryptography`: Adds new service * `service/payment-cryptography-data`: Adds new service * `service/servicecatalog`: Updates service API and documentation * New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product * `service/timestream-write`: Updates service API and documentation
1 parent f9eb254 commit a5bef15

File tree

40 files changed

+21524
-404
lines changed

40 files changed

+21524
-404
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.44.279 (2023-06-08)
2+
===
3+
4+
### Service Client Updates
5+
* `service/athena`: Updates service API and documentation
6+
* 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+
* `service/comprehendmedical`: Updates service API
8+
* `service/payment-cryptography`: Adds new service
9+
* `service/payment-cryptography-data`: Adds new service
10+
* `service/servicecatalog`: Updates service API and documentation
11+
* New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product
12+
* `service/timestream-write`: Updates service API and documentation
13+
114
Release v1.44.278 (2023-06-07)
215
===
316

aws/endpoints/defaults.go

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.278"
8+
const SDKVersion = "1.44.279"

models/apis/athena/2017-05-18/api-2.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,8 @@
15911591
"CoordinatorDpuSize":{"shape":"CoordinatorDpuSize"},
15921592
"MaxConcurrentDpus":{"shape":"MaxConcurrentDpus"},
15931593
"DefaultExecutorDpuSize":{"shape":"DefaultExecutorDpuSize"},
1594-
"AdditionalConfigs":{"shape":"ParametersMap"}
1594+
"AdditionalConfigs":{"shape":"ParametersMap"},
1595+
"SparkProperties":{"shape":"ParametersMap"}
15951596
}
15961597
},
15971598
"EngineVersion":{

models/apis/athena/2017-05-18/docs-2.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"WorkGroupConfigurationUpdates$PublishCloudWatchMetricsEnabled": "<p>Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.</p>",
187187
"WorkGroupConfigurationUpdates$RemoveBytesScannedCutoffPerQuery": "<p>Indicates that the data usage control limit per query is removed. <a>WorkGroupConfiguration$BytesScannedCutoffPerQuery</a> </p>",
188188
"WorkGroupConfigurationUpdates$RequesterPaysEnabled": "<p>If set to <code>true</code>, allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets in queries. If set to <code>false</code>, workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is <code>false</code>. For more information about Requester Pays buckets, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html\">Requester Pays Buckets</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
189-
"WorkGroupConfigurationUpdates$RemoveCustomerContentEncryptionConfiguration": "<p>Removes content encryption configuration for a workgroup.</p>",
189+
"WorkGroupConfigurationUpdates$RemoveCustomerContentEncryptionConfiguration": "<p>Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.</p>",
190190
"WorkGroupConfigurationUpdates$EnableMinimumEncryptionConfiguration": "<p>Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries. This setting does not apply to Spark-enabled workgroups.</p> <p>The <code>EnforceWorkGroupConfiguration</code> setting takes precedence over the <code>EnableMinimumEncryptionConfiguration</code> flag. This means that if <code>EnforceWorkGroupConfiguration</code> is true, the <code>EnableMinimumEncryptionConfiguration</code> flag is ignored, and the workgroup configuration for encryption is used.</p>"
191191
}
192192
},
@@ -484,9 +484,9 @@
484484
}
485485
},
486486
"CustomerContentEncryptionConfiguration": {
487-
"base": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>",
487+
"base": "<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>",
488488
"refs": {
489-
"WorkGroupConfiguration$CustomerContentEncryptionConfiguration": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>",
489+
"WorkGroupConfiguration$CustomerContentEncryptionConfiguration": "<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>",
490490
"WorkGroupConfigurationUpdates$CustomerContentEncryptionConfiguration": null
491491
}
492492
},
@@ -1440,6 +1440,7 @@
14401440
"DataCatalog$Parameters": "<p>Specifies the Lambda function or functions to use for the data catalog. This is a mapping whose values depend on the catalog type. </p> <ul> <li> <p>For the <code>HIVE</code> data catalog type, use the following syntax. The <code>metadata-function</code> parameter is required. <code>The sdk-version</code> parameter is optional and defaults to the currently supported version.</p> <p> <code>metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i> </code> </p> </li> <li> <p>For the <code>LAMBDA</code> data catalog type, use one of the following sets of required parameters, but not both.</p> <ul> <li> <p>If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.</p> <p> <code>metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i> </code> </p> </li> <li> <p> If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.</p> <p> <code>function=<i>lambda_arn</i> </code> </p> </li> </ul> </li> <li> <p>The <code>GLUE</code> type takes a catalog ID parameter and is required. The <code> <i>catalog_id</i> </code> is the account ID of the Amazon Web Services account to which the Glue catalog belongs.</p> <p> <code>catalog-id=<i>catalog_id</i> </code> </p> <ul> <li> <p>The <code>GLUE</code> data catalog type also applies to the default <code>AwsDataCatalog</code> that already exists in your account, of which you can have only one and cannot modify.</p> </li> <li> <p>Queries that specify a Glue Data Catalog other than the default <code>AwsDataCatalog</code> must be run on Athena engine version 2.</p> </li> </ul> </li> </ul>",
14411441
"Database$Parameters": "<p>A set of custom key/value pairs.</p>",
14421442
"EngineConfiguration$AdditionalConfigs": "<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>",
1443+
"EngineConfiguration$SparkProperties": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>",
14431444
"TableMetadata$Parameters": "<p>A set of custom key/value pairs for table properties.</p>",
14441445
"UpdateDataCatalogInput$Parameters": "<p>Specifies the Lambda function or functions to use for updating the data catalog. This is a mapping whose values depend on the catalog type. </p> <ul> <li> <p>For the <code>HIVE</code> data catalog type, use the following syntax. The <code>metadata-function</code> parameter is required. <code>The sdk-version</code> parameter is optional and defaults to the currently supported version.</p> <p> <code>metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i> </code> </p> </li> <li> <p>For the <code>LAMBDA</code> data catalog type, use one of the following sets of required parameters, but not both.</p> <ul> <li> <p>If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.</p> <p> <code>metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i> </code> </p> </li> <li> <p> If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.</p> <p> <code>function=<i>lambda_arn</i> </code> </p> </li> </ul> </li> </ul>"
14451446
}

models/apis/comprehendmedical/2018-10-30/api-2.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,8 @@
781781
"type":"string",
782782
"enum":[
783783
"OVERLAP",
784-
"SYSTEM_ORGAN_SITE"
784+
"SYSTEM_ORGAN_SITE",
785+
"QUALITY"
785786
]
786787
},
787788
"ICD10CMTrait":{
@@ -1049,7 +1050,9 @@
10491050
"TEST_UNIT",
10501051
"DIRECTION",
10511052
"SYSTEM_ORGAN_SITE",
1052-
"AMOUNT"
1053+
"AMOUNT",
1054+
"USAGE",
1055+
"QUALITY"
10531056
]
10541057
},
10551058
"ResourceNotFoundException":{
@@ -1143,7 +1146,10 @@
11431146
},
11441147
"RxNormTraitName":{
11451148
"type":"string",
1146-
"enum":["NEGATION"]
1149+
"enum":[
1150+
"NEGATION",
1151+
"PAST_HISTORY"
1152+
]
11471153
},
11481154
"S3Bucket":{
11491155
"type":"string",
@@ -1251,7 +1257,8 @@
12511257
"TEST_VALUE",
12521258
"TEST_UNITS",
12531259
"DIRECTION",
1254-
"SYSTEM_ORGAN_SITE"
1260+
"SYSTEM_ORGAN_SITE",
1261+
"TEST_UNIT"
12551262
]
12561263
},
12571264
"SNOMEDCTTrait":{

0 commit comments

Comments
 (0)