Skip to content

Commit

Permalink
Release v1.38.19 (2021-04-13) (#3863)
Browse files Browse the repository at this point in the history
Release v1.38.19 (2021-04-13)
===

### Service Client Updates
* `service/comprehendmedical`: Updates service API and documentation
* `service/lightsail`: Updates service documentation
  * Documentation updates for Amazon Lightsail.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Clarify that enabling or disabling automated backups causes a brief downtime, not an outage.
* `service/redshift`: Updates service API and documentation
  * Added support to enable AQUA in Amazon Redshift clusters.
* `service/sts`: Updates service API and documentation
  * This release adds the SourceIdentity parameter that can be set when assuming a role.
  • Loading branch information
aws-sdk-go-automation committed Apr 13, 2021
1 parent 73f0416 commit ff5ec4a
Show file tree
Hide file tree
Showing 16 changed files with 936 additions and 219 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.38.19 (2021-04-13)
===

### Service Client Updates
* `service/comprehendmedical`: Updates service API and documentation
* `service/lightsail`: Updates service documentation
* Documentation updates for Amazon Lightsail.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Clarify that enabling or disabling automated backups causes a brief downtime, not an outage.
* `service/redshift`: Updates service API and documentation
* Added support to enable AQUA in Amazon Redshift clusters.
* `service/sts`: Updates service API and documentation
* This release adds the SourceIdentity parameter that can be set when assuming a role.

Release v1.38.18 (2021-04-12)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.18"
const SDKVersion = "1.38.19"
20 changes: 17 additions & 3 deletions models/apis/comprehendmedical/2018-10-30/api-2.json
Expand Up @@ -601,7 +601,9 @@
"BeginOffset":{"shape":"Integer"},
"EndOffset":{"shape":"Integer"},
"Text":{"shape":"String"},
"Traits":{"shape":"ICD10CMTraitList"}
"Traits":{"shape":"ICD10CMTraitList"},
"Category":{"shape":"ICD10CMEntityType"},
"RelationshipType":{"shape":"ICD10CMRelationshipType"}
}
},
"ICD10CMAttributeList":{
Expand All @@ -615,7 +617,9 @@
"DIRECTION",
"SYSTEM_ORGAN_SITE",
"QUALITY",
"QUANTITY"
"QUANTITY",
"TIME_TO_DX_NAME",
"TIME_EXPRESSION"
]
},
"ICD10CMConcept":{
Expand Down Expand Up @@ -655,7 +659,17 @@
},
"ICD10CMEntityType":{
"type":"string",
"enum":["DX_NAME"]
"enum":[
"DX_NAME",
"TIME_EXPRESSION"
]
},
"ICD10CMRelationshipType":{
"type":"string",
"enum":[
"OVERLAP",
"SYSTEM_ORGAN_SITE"
]
},
"ICD10CMTrait":{
"type":"structure",
Expand Down
15 changes: 11 additions & 4 deletions models/apis/comprehendmedical/2018-10-30/docs-2.json
Expand Up @@ -9,8 +9,8 @@
"DetectEntities": "<p>The <code>DetectEntities</code> operation is deprecated. You should use the <a>DetectEntitiesV2</a> operation instead.</p> <p> Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .</p>",
"DetectEntitiesV2": "<p>Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information. Amazon Comprehend Medical only detects medical entities in English language texts.</p> <p>The <code>DetectEntitiesV2</code> operation replaces the <a>DetectEntities</a> operation. This new action uses a different model for determining the entities in your medical text and changes the way that some entities are returned in the output. You should use the <code>DetectEntitiesV2</code> operation in all new applications.</p> <p>The <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and <code>Direction</code> entities as attributes instead of types. </p>",
"DetectPHI": "<p> Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.</p>",
"InferICD10CM": "<p>InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control. Amazon Comprehend Medical only detects medical entities in English language texts.</p>",
"InferRxNorm": "<p>InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine. Amazon Comprehend Medical only detects medical entities in English language texts.</p>",
"InferICD10CM": "<p>InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control. Amazon Comprehend Medical only detects medical entities in English language texts. </p>",
"InferRxNorm": "<p>InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine. Amazon Comprehend Medical only detects medical entities in English language texts. </p>",
"ListEntitiesDetectionV2Jobs": "<p>Gets a list of medical entity detection jobs that you have submitted.</p>",
"ListICD10CMInferenceJobs": "<p>Gets a list of InferICD10CM jobs that you have submitted.</p>",
"ListPHIDetectionJobs": "<p>Gets a list of protected health information (PHI) detection jobs that you have submitted.</p>",
Expand Down Expand Up @@ -264,7 +264,14 @@
"ICD10CMEntityType": {
"base": null,
"refs": {
"ICD10CMEntity$Type": "<p>Describes the specific type of entity with category of entities. InferICD10CM detects entities of the type <code>DX_NAME</code>.</p>"
"ICD10CMAttribute$Category": "<p>The category of attribute. Can be either of <code>DX_NAME</code> or <code>TIME_EXPRESSION</code>.</p>",
"ICD10CMEntity$Type": "<p>Describes the specific type of entity with category of entities. InferICD10CM detects entities of the type <code>DX_NAME</code> and <code>TIME_EXPRESSION</code>.</p>"
}
},
"ICD10CMRelationshipType": {
"base": null,
"refs": {
"ICD10CMAttribute$RelationshipType": "<p>The type of relationship between the entity and attribute. Type for the relationship can be either of <code>OVERLAP</code> or <code>SYSTEM_ORGAN_SITE</code>.</p>"
}
},
"ICD10CMTrait": {
Expand Down Expand Up @@ -317,7 +324,7 @@
}
},
"InputDataConfig": {
"base": "<p>The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed. See <a>batch-manifest</a> for more information. </p>",
"base": "<p>The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed. </p>",
"refs": {
"ComprehendMedicalAsyncJobProperties$InputDataConfig": "<p>The input data configuration that you supplied when you created the detection job.</p>",
"StartEntitiesDetectionV2JobRequest$InputDataConfig": "<p>Specifies the format and location of the input data for the job.</p>",
Expand Down
12 changes: 6 additions & 6 deletions models/apis/lightsail/2016-11-28/docs-2.json
Expand Up @@ -3277,7 +3277,7 @@
"CreateLoadBalancerRequest$certificateName": "<p>The name of the SSL/TLS certificate.</p> <p>If you specify <code>certificateName</code>, then <code>certificateDomainName</code> is required (and vice-versa).</p>",
"CreateLoadBalancerTlsCertificateRequest$loadBalancerName": "<p>The load balancer name where you want to create the SSL/TLS certificate.</p>",
"CreateLoadBalancerTlsCertificateRequest$certificateName": "<p>The SSL/TLS certificate name.</p> <p>You can have up to 10 certificates in your account at one time. Each Lightsail load balancer can have up to 2 certificates associated with it at one time. There is also an overall limit to the number of certificates that can be issue in a 365-day period. For more information, see <a href=\"http://docs.aws.amazon.com/acm/latest/userguide/acm-limits.html\">Limits</a>.</p>",
"CreateRelationalDatabaseFromSnapshotRequest$relationalDatabaseName": "<p>The name to use for your new database.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 2 to 255 alphanumeric characters, or hyphens.</p> </li> <li> <p>The first and last character must be a letter or number.</p> </li> </ul>",
"CreateRelationalDatabaseFromSnapshotRequest$relationalDatabaseName": "<p>The name to use for your new Lightsail database resource.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 2 to 255 alphanumeric characters, or hyphens.</p> </li> <li> <p>The first and last character must be a letter or number.</p> </li> </ul>",
"CreateRelationalDatabaseFromSnapshotRequest$relationalDatabaseSnapshotName": "<p>The name of the database snapshot from which to create your new database.</p>",
"CreateRelationalDatabaseFromSnapshotRequest$sourceRelationalDatabaseName": "<p>The name of the source database.</p>",
"CreateRelationalDatabaseRequest$relationalDatabaseName": "<p>The name to use for your new Lightsail database resource.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 2 to 255 alphanumeric characters, or hyphens.</p> </li> <li> <p>The first and last character must be a letter or number.</p> </li> </ul>",
Expand Down Expand Up @@ -3389,7 +3389,7 @@
"UpdateDistributionRequest$distributionName": "<p>The name of the distribution to update.</p> <p>Use the <code>GetDistributions</code> action to get a list of distribution names that you can specify.</p>",
"UpdateLoadBalancerAttributeRequest$loadBalancerName": "<p>The name of the load balancer that you want to modify (e.g., <code>my-load-balancer</code>.</p>",
"UpdateRelationalDatabaseParametersRequest$relationalDatabaseName": "<p>The name of your database for which to update parameters.</p>",
"UpdateRelationalDatabaseRequest$relationalDatabaseName": "<p>The name of your database to update.</p>"
"UpdateRelationalDatabaseRequest$relationalDatabaseName": "<p>The name of your Lightsail database resource to update.</p>"
}
},
"ResourceNameList": {
Expand Down Expand Up @@ -3451,9 +3451,9 @@
"SensitiveString": {
"base": null,
"refs": {
"CreateRelationalDatabaseRequest$masterUserPassword": "<p>The password for the master user of your new database. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".</p> <p>Constraints: Must contain 8 to 41 characters.</p>",
"CreateRelationalDatabaseRequest$masterUserPassword": "<p>The password for the master user. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\". It cannot contain spaces.</p> <p> <b>MySQL</b> </p> <p>Constraints: Must contain from 8 to 41 characters.</p> <p> <b>PostgreSQL</b> </p> <p>Constraints: Must contain from 8 to 128 characters.</p>",
"GetRelationalDatabaseMasterUserPasswordResult$masterUserPassword": "<p>The master user password for the <code>password version</code> specified.</p>",
"UpdateRelationalDatabaseRequest$masterUserPassword": "<p>The password for the master user of your database. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".</p> <p>Constraints: Must contain 8 to 41 characters.</p>"
"UpdateRelationalDatabaseRequest$masterUserPassword": "<p>The password for the master user. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".</p> <p>My<b>SQL</b> </p> <p>Constraints: Must contain from 8 to 41 characters.</p> <p> <b>PostgreSQL</b> </p> <p>Constraints: Must contain from 8 to 128 characters.</p>"
}
},
"SerialNumber": {
Expand Down Expand Up @@ -3959,8 +3959,8 @@
"CreateRelationalDatabaseRequest$availabilityZone": "<p>The Availability Zone in which to create your new database. Use the <code>us-east-2a</code> case-sensitive format.</p> <p>You can get a list of Availability Zones by using the <code>get regions</code> operation. Be sure to add the <code>include relational database Availability Zones</code> parameter to your request.</p>",
"CreateRelationalDatabaseRequest$relationalDatabaseBlueprintId": "<p>The blueprint ID for your new database. A blueprint describes the major engine version of a database.</p> <p>You can get a list of database blueprints IDs by using the <code>get relational database blueprints</code> operation.</p>",
"CreateRelationalDatabaseRequest$relationalDatabaseBundleId": "<p>The bundle ID for your new database. A bundle describes the performance specifications for your database.</p> <p>You can get a list of database bundle IDs by using the <code>get relational database bundles</code> operation.</p>",
"CreateRelationalDatabaseRequest$masterDatabaseName": "<p>The name of the master database created when the Lightsail database resource is created.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 1 to 64 alphanumeric characters.</p> </li> <li> <p>Cannot be a word reserved by the specified database engine</p> </li> </ul>",
"CreateRelationalDatabaseRequest$masterUsername": "<p>The master user name for your new database.</p> <p>Constraints:</p> <ul> <li> <p>Master user name is required.</p> </li> <li> <p>Must contain from 1 to 16 alphanumeric characters.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Cannot be a reserved word for the database engine you choose.</p> <p>For more information about reserved words in MySQL 5.6 or 5.7, see the Keywords and Reserved Words articles for <a href=\"https://dev.mysql.com/doc/refman/5.6/en/keywords.html\">MySQL 5.6</a> or <a href=\"https://dev.mysql.com/doc/refman/5.7/en/keywords.html\">MySQL 5.7</a> respectively.</p> </li> </ul>",
"CreateRelationalDatabaseRequest$masterDatabaseName": "<p>The meaning of this parameter differs according to the database engine you use.</p> <p> <b>MySQL</b> </p> <p>The name of the database to create when the Lightsail database resource is created. If this parameter isn't specified, no database is created in the database resource.</p> <p>Constraints:</p> <ul> <li> <p>Must contain 1 to 64 letters or numbers.</p> </li> <li> <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0- 9).</p> </li> <li> <p>Can't be a word reserved by the specified database engine.</p> <p>For more information about reserved words in MySQL, see the Keywords and Reserved Words articles for <a href=\"https://dev.mysql.com/doc/refman/5.6/en/keywords.html\">MySQL 5.6</a>, <a href=\"https://dev.mysql.com/doc/refman/5.7/en/keywords.html\">MySQL 5.7</a>, and <a href=\"https://dev.mysql.com/doc/refman/8.0/en/keywords.html\">MySQL 8.0</a>.</p> </li> </ul> <p> <b>PostgreSQL</b> </p> <p>The name of the database to create when the Lightsail database resource is created. If this parameter isn't specified, a database named <code>postgres</code> is created in the database resource.</p> <p>Constraints:</p> <ul> <li> <p>Must contain 1 to 63 letters or numbers.</p> </li> <li> <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0- 9).</p> </li> <li> <p>Can't be a word reserved by the specified database engine.</p> <p>For more information about reserved words in PostgreSQL, see the SQL Key Words articles for <a href=\"https://www.postgresql.org/docs/9.6/sql-keywords-appendix.html\">PostgreSQL 9.6</a>, <a href=\"https://www.postgresql.org/docs/10/sql-keywords-appendix.html\">PostgreSQL 10</a>, <a href=\"https://www.postgresql.org/docs/11/sql-keywords-appendix.html\">PostgreSQL 11</a>, and <a href=\"https://www.postgresql.org/docs/12/sql-keywords-appendix.html\">PostgreSQL 12</a>.</p> </li> </ul>",
"CreateRelationalDatabaseRequest$masterUsername": "<p>The name for the master user.</p> <p> <b>MySQL</b> </p> <p>Constraints:</p> <ul> <li> <p>Required for MySQL.</p> </li> <li> <p>Must be 1 to 16 letters or numbers. Can contain underscores.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't be a reserved word for the chosen database engine.</p> <p>For more information about reserved words in MySQL 5.6 or 5.7, see the Keywords and Reserved Words articles for <a href=\"https://dev.mysql.com/doc/refman/5.6/en/keywords.html\">MySQL 5.6</a>, <a href=\"https://dev.mysql.com/doc/refman/5.7/en/keywords.html\">MySQL 5.7</a>, or <a href=\"https://dev.mysql.com/doc/refman/8.0/en/keywords.html\">MySQL 8.0</a>.</p> </li> </ul> <p> <b>PostgreSQL</b> </p> <p>Constraints:</p> <ul> <li> <p>Required for PostgreSQL.</p> </li> <li> <p>Must be 1 to 63 letters or numbers. Can contain underscores.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't be a reserved word for the chosen database engine.</p> <p>For more information about reserved words in MySQL 5.6 or 5.7, see the Keywords and Reserved Words articles for <a href=\"https://www.postgresql.org/docs/9.6/sql-keywords-appendix.html\">PostgreSQL 9.6</a>, <a href=\"https://www.postgresql.org/docs/10/sql-keywords-appendix.html\">PostgreSQL 10</a>, <a href=\"https://www.postgresql.org/docs/11/sql-keywords-appendix.html\">PostgreSQL 11</a>, and <a href=\"https://www.postgresql.org/docs/12/sql-keywords-appendix.html\">PostgreSQL 12</a>.</p> </li> </ul>",
"CreateRelationalDatabaseRequest$preferredBackupWindow": "<p>The daily time range during which automated backups are created for your new database if automated backups are enabled.</p> <p>The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. For more information about the preferred backup window time blocks for each region, see the <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow\">Working With Backups</a> guide in the Amazon Relational Database Service (Amazon RDS) documentation.</p> <p>Constraints:</p> <ul> <li> <p>Must be in the <code>hh24:mi-hh24:mi</code> format.</p> <p>Example: <code>16:00-16:30</code> </p> </li> <li> <p>Specified in Coordinated Universal Time (UTC).</p> </li> <li> <p>Must not conflict with the preferred maintenance window.</p> </li> <li> <p>Must be at least 30 minutes.</p> </li> </ul>",
"CreateRelationalDatabaseRequest$preferredMaintenanceWindow": "<p>The weekly time range during which system maintenance can occur on your new database.</p> <p>The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week.</p> <p>Constraints:</p> <ul> <li> <p>Must be in the <code>ddd:hh24:mi-ddd:hh24:mi</code> format.</p> </li> <li> <p>Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.</p> </li> <li> <p>Must be at least 30 minutes.</p> </li> <li> <p>Specified in Coordinated Universal Time (UTC).</p> </li> <li> <p>Example: <code>Tue:17:00-Tue:17:30</code> </p> </li> </ul>",
"DeleteContainerImageRequest$image": "<p>The name of the container image to delete from the container service.</p> <p>Use the <code>GetContainerImages</code> action to get the name of the container images that are registered to a container service.</p> <note> <p>Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (<code>:</code>). For example, <code>:container-service-1.mystaticwebsite.1</code>. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, <code>nginx:latest</code> or <code>nginx</code>.</p> </note>",
Expand Down

0 comments on commit ff5ec4a

Please sign in to comment.