Skip to content

Commit 909f3e1

Browse files
Release v1.44.309 (2023-07-26) (#4928)
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.
1 parent 756289a commit 909f3e1

File tree

55 files changed

+19733
-5543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+19733
-5543
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.44.309 (2023-07-26)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cloudcontrol`: Updates service documentation
6+
* `service/entityresolution`: Adds new service
7+
* `service/glue`: Updates service API and documentation
8+
* Release Glue Studio Snowflake Connector Node for SDK/CLI
9+
* `service/healthlake`: Updates service documentation
10+
* `service/managedblockchain-query`: Adds new service
11+
* `service/mediaconvert`: Updates service API and documentation
12+
* This release includes general updates to user documentation.
13+
* `service/omics`: Updates service documentation
14+
* `service/opensearchserverless`: Updates service API and documentation
15+
* `service/polly`: Updates service API
16+
* Amazon Polly adds 1 new voice - Lisa (nl-BE)
17+
* `service/route53`: Updates service documentation
18+
* Update that corrects the documents for received feedback.
19+
120
Release v1.44.308 (2023-07-25)
221
===
322

aws/endpoints/defaults.go

+71-29
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.308"
8+
const SDKVersion = "1.44.309"

models/apis/cloudcontrol/2021-09-30/docs-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"Properties": {
265265
"base": null,
266266
"refs": {
267-
"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>",
267+
"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>",
268268
"ListResourcesInput$ResourceModel": "<p>The resource model to use to select the resources to return.</p>",
269269
"ProgressEvent$ResourceModel": "<p>A JSON string containing the resource model, consisting of each resource property and its current value.</p>",
270270
"ResourceDescription$Properties": "<p>A list of the resource properties and their current values.</p>"

0 commit comments

Comments
 (0)