Skip to content

Commit

Permalink
Release v1.44.309 (2023-07-26) (#4928)
Browse files Browse the repository at this point in the history
Release v1.44.309 (2023-07-26)
===

### Service Client Updates
* `service/cloudcontrol`: Updates service documentation
* `service/entityresolution`: Adds new service
* `service/glue`: Updates service API and documentation
  * Release Glue Studio Snowflake Connector Node for SDK/CLI
* `service/healthlake`: Updates service documentation
* `service/managedblockchain-query`: Adds new service
* `service/mediaconvert`: Updates service API and documentation
  * This release includes general updates to user documentation.
* `service/omics`: Updates service documentation
* `service/opensearchserverless`: Updates service API and documentation
* `service/polly`: Updates service API
  * Amazon Polly adds 1 new voice - Lisa (nl-BE)
* `service/route53`: Updates service documentation
  * Update that corrects the documents for received feedback.
  • Loading branch information
aws-sdk-go-automation authored Jul 26, 2023
1 parent 756289a commit 909f3e1
Show file tree
Hide file tree
Showing 55 changed files with 19,733 additions and 5,543 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.44.309 (2023-07-26)
===

### Service Client Updates
* `service/cloudcontrol`: Updates service documentation
* `service/entityresolution`: Adds new service
* `service/glue`: Updates service API and documentation
* Release Glue Studio Snowflake Connector Node for SDK/CLI
* `service/healthlake`: Updates service documentation
* `service/managedblockchain-query`: Adds new service
* `service/mediaconvert`: Updates service API and documentation
* This release includes general updates to user documentation.
* `service/omics`: Updates service documentation
* `service/opensearchserverless`: Updates service API and documentation
* `service/polly`: Updates service API
* Amazon Polly adds 1 new voice - Lisa (nl-BE)
* `service/route53`: Updates service documentation
* Update that corrects the documents for received feedback.

Release v1.44.308 (2023-07-25)
===

Expand Down
100 changes: 71 additions & 29 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.308"
const SDKVersion = "1.44.309"
2 changes: 1 addition & 1 deletion models/apis/cloudcontrol/2021-09-30/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"Properties": {
"base": null,
"refs": {
"CreateResourceInput$DesiredState": "<p>Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values.</p> <note> <p>Cloud Control API currently supports JSON as a structured data format.</p> </note> <pre><code> &lt;p&gt;Specify the desired state as one of the following:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;A JSON blob&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;A local path containing the desired state in JSON data format&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;For more information, see &lt;a href=&quot;https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate&quot;&gt;Composing the desired state of the resource&lt;/a&gt; in the &lt;i&gt;Amazon Web Services Cloud Control API User Guide&lt;/i&gt;.&lt;/p&gt; &lt;p&gt;For more information about the properties of a specific resource, refer to the related topic for the resource in the &lt;a href=&quot;https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html&quot;&gt;Resource and property types reference&lt;/a&gt; in the &lt;i&gt;CloudFormation Users Guide&lt;/i&gt;.&lt;/p&gt; </code></pre>",
"CreateResourceInput$DesiredState": "<p>Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values.</p> <note> <p>Cloud Control API currently supports JSON as a structured data format.</p> </note> <p>Specify the desired state as one of the following:</p> <ul> <li> <p>A JSON blob</p> </li> <li> <p>A local path containing the desired state in JSON data format</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate\">Composing the desired state of the resource</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p> <p>For more information about the properties of a specific resource, refer to the related topic for the resource in the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">Resource and property types reference</a> in the <i>CloudFormation Users Guide</i>.</p>",
"ListResourcesInput$ResourceModel": "<p>The resource model to use to select the resources to return.</p>",
"ProgressEvent$ResourceModel": "<p>A JSON string containing the resource model, consisting of each resource property and its current value.</p>",
"ResourceDescription$Properties": "<p>A list of the resource properties and their current values.</p>"
Expand Down
Loading

0 comments on commit 909f3e1

Please sign in to comment.