Skip to content

Commit

Permalink
Release v1.44.279 (2023-06-08) (#4878)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Jun 8, 2023
1 parent f9eb254 commit a5bef15
Show file tree
Hide file tree
Showing 40 changed files with 21,524 additions and 404 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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

Release v1.44.278 (2023-06-07)
===

Expand Down
22 changes: 22 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.278"
const SDKVersion = "1.44.279"
3 changes: 2 additions & 1 deletion models/apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,8 @@
"CoordinatorDpuSize":{"shape":"CoordinatorDpuSize"},
"MaxConcurrentDpus":{"shape":"MaxConcurrentDpus"},
"DefaultExecutorDpuSize":{"shape":"DefaultExecutorDpuSize"},
"AdditionalConfigs":{"shape":"ParametersMap"}
"AdditionalConfigs":{"shape":"ParametersMap"},
"SparkProperties":{"shape":"ParametersMap"}
}
},
"EngineVersion":{
Expand Down
7 changes: 4 additions & 3 deletions models/apis/athena/2017-05-18/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"WorkGroupConfigurationUpdates$PublishCloudWatchMetricsEnabled": "<p>Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.</p>",
"WorkGroupConfigurationUpdates$RemoveBytesScannedCutoffPerQuery": "<p>Indicates that the data usage control limit per query is removed. <a>WorkGroupConfiguration$BytesScannedCutoffPerQuery</a> </p>",
"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>",
"WorkGroupConfigurationUpdates$RemoveCustomerContentEncryptionConfiguration": "<p>Removes content encryption configuration for a workgroup.</p>",
"WorkGroupConfigurationUpdates$RemoveCustomerContentEncryptionConfiguration": "<p>Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.</p>",
"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>"
}
},
Expand Down Expand Up @@ -484,9 +484,9 @@
}
},
"CustomerContentEncryptionConfiguration": {
"base": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>",
"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>",
"refs": {
"WorkGroupConfiguration$CustomerContentEncryptionConfiguration": "<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>",
"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>",
"WorkGroupConfigurationUpdates$CustomerContentEncryptionConfiguration": null
}
},
Expand Down Expand Up @@ -1440,6 +1440,7 @@
"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>",
"Database$Parameters": "<p>A set of custom key/value pairs.</p>",
"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>",
"EngineConfiguration$SparkProperties": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>",
"TableMetadata$Parameters": "<p>A set of custom key/value pairs for table properties.</p>",
"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>"
}
Expand Down
15 changes: 11 additions & 4 deletions models/apis/comprehendmedical/2018-10-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,8 @@
"type":"string",
"enum":[
"OVERLAP",
"SYSTEM_ORGAN_SITE"
"SYSTEM_ORGAN_SITE",
"QUALITY"
]
},
"ICD10CMTrait":{
Expand Down Expand Up @@ -1049,7 +1050,9 @@
"TEST_UNIT",
"DIRECTION",
"SYSTEM_ORGAN_SITE",
"AMOUNT"
"AMOUNT",
"USAGE",
"QUALITY"
]
},
"ResourceNotFoundException":{
Expand Down Expand Up @@ -1143,7 +1146,10 @@
},
"RxNormTraitName":{
"type":"string",
"enum":["NEGATION"]
"enum":[
"NEGATION",
"PAST_HISTORY"
]
},
"S3Bucket":{
"type":"string",
Expand Down Expand Up @@ -1251,7 +1257,8 @@
"TEST_VALUE",
"TEST_UNITS",
"DIRECTION",
"SYSTEM_ORGAN_SITE"
"SYSTEM_ORGAN_SITE",
"TEST_UNIT"
]
},
"SNOMEDCTTrait":{
Expand Down
Loading

0 comments on commit a5bef15

Please sign in to comment.