Skip to content

Commit 00c5fc7

Browse files
Release v1.44.136 (2022-11-11) (#4620)
Release v1.44.136 (2022-11-11) === ### Service Client Updates * `service/glue`: Updates service documentation * Added links related to enabling job bookmarks. * `service/iot`: Updates service API and documentation * This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit. * `service/license-manager`: Updates service API and documentation * `service/marketplace-catalog`: Updates service API and documentation * `service/rekognition`: Updates service API and documentation * Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories" * `service/securityhub`: Updates service documentation * `service/ssm-incidents`: Updates service API and documentation
1 parent 2d26930 commit 00c5fc7

File tree

37 files changed

+8820
-688
lines changed

37 files changed

+8820
-688
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release v1.44.136 (2022-11-11)
2+
===
3+
4+
### Service Client Updates
5+
* `service/glue`: Updates service documentation
6+
* Added links related to enabling job bookmarks.
7+
* `service/iot`: Updates service API and documentation
8+
* This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
9+
* `service/license-manager`: Updates service API and documentation
10+
* `service/marketplace-catalog`: Updates service API and documentation
11+
* `service/rekognition`: Updates service API and documentation
12+
* Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
13+
* `service/securityhub`: Updates service documentation
14+
* `service/ssm-incidents`: Updates service API and documentation
15+
116
Release v1.44.135 (2022-11-10)
217
===
318

aws/endpoints/defaults.go

+37-3
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.135"
8+
const SDKVersion = "1.44.136"

models/apis/glue/2017-03-31/docs-2.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"GetDatabases": "<p>Retrieves all databases defined in a given Data Catalog.</p>",
8484
"GetDataflowGraph": "<p>Transforms a Python script into a directed acyclic graph (DAG). </p>",
8585
"GetDevEndpoint": "<p>Retrieves information about a specified development endpoint.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>",
86-
"GetDevEndpoints": "<p>Retrieves all the development endpoints in this AWS account.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>",
86+
"GetDevEndpoints": "<p>Retrieves all the development endpoints in this Amazon Web Services account.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>",
8787
"GetJob": "<p>Retrieves an existing job definition.</p>",
88-
"GetJobBookmark": "<p>Returns information on a job bookmark entry.</p>",
88+
"GetJobBookmark": "<p>Returns information on a job bookmark entry.</p> <p>For more information about enabling and using job bookmarks, see:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html\">Tracking processed data using job bookmarks</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Job parameters used by Glue</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job\">Job structure</a> </p> </li> </ul>",
8989
"GetJobRun": "<p>Retrieves the metadata for a given job run.</p>",
9090
"GetJobRuns": "<p>Retrieves metadata for all runs of a given job definition.</p>",
9191
"GetJobs": "<p>Retrieves all current job definitions.</p>",
@@ -147,7 +147,7 @@
147147
"QuerySchemaVersionMetadata": "<p>Queries for the schema version metadata information. </p>",
148148
"RegisterSchemaVersion": "<p>Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.</p> <p>If this is the first schema definition to be registered in the Schema Registry, this API will store the schema version and return immediately. Otherwise, this call has the potential to run longer than other operations due to compatibility modes. You can call the <code>GetSchemaVersion</code> API with the <code>SchemaVersionId</code> to check compatibility modes.</p> <p>If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.</p>",
149149
"RemoveSchemaVersionMetadata": "<p>Removes a key value pair from the schema version metadata for the specified schema version ID.</p>",
150-
"ResetJobBookmark": "<p>Resets a bookmark entry.</p>",
150+
"ResetJobBookmark": "<p>Resets a bookmark entry.</p> <p>For more information about enabling and using job bookmarks, see:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html\">Tracking processed data using job bookmarks</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Job parameters used by Glue</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job\">Job structure</a> </p> </li> </ul>",
151151
"ResumeWorkflowRun": "<p>Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.</p>",
152152
"RunStatement": "<p>Executes the statement.</p>",
153153
"SearchTables": "<p>Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions. </p> <p>You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search. </p>",
@@ -2808,7 +2808,7 @@
28082808
"CreateDevEndpointResponse$Status": "<p>The current status of the new <code>DevEndpoint</code>.</p>",
28092809
"CreateDevEndpointResponse$SubnetId": "<p>The subnet ID assigned to the new <code>DevEndpoint</code>.</p>",
28102810
"CreateDevEndpointResponse$YarnEndpointAddress": "<p>The address of the YARN endpoint used by this <code>DevEndpoint</code>.</p>",
2811-
"CreateDevEndpointResponse$AvailabilityZone": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>",
2811+
"CreateDevEndpointResponse$AvailabilityZone": "<p>The Amazon Web Services Availability Zone where this <code>DevEndpoint</code> is located.</p>",
28122812
"CreateDevEndpointResponse$VpcId": "<p>The ID of the virtual private cloud (VPC) used by this <code>DevEndpoint</code>.</p>",
28132813
"CreateDevEndpointResponse$ExtraPythonLibsS3Path": "<p>The paths to one or more Python libraries in an S3 bucket that will be loaded in your <code>DevEndpoint</code>.</p>",
28142814
"CreateDevEndpointResponse$ExtraJarsS3Path": "<p>Path to one or more Java <code>.jar</code> files in an S3 bucket that will be loaded in your <code>DevEndpoint</code>.</p>",
@@ -2822,7 +2822,7 @@
28222822
"DevEndpoint$PrivateAddress": "<p>A private IP address to access the <code>DevEndpoint</code> within a VPC if the <code>DevEndpoint</code> is created within one. The <code>PrivateAddress</code> field is present only when you create the <code>DevEndpoint</code> within your VPC.</p>",
28232823
"DevEndpoint$PublicAddress": "<p>The public IP address used by this <code>DevEndpoint</code>. The <code>PublicAddress</code> field is present only when you create a non-virtual private cloud (VPC) <code>DevEndpoint</code>.</p>",
28242824
"DevEndpoint$Status": "<p>The current status of this <code>DevEndpoint</code>.</p>",
2825-
"DevEndpoint$AvailabilityZone": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>",
2825+
"DevEndpoint$AvailabilityZone": "<p>The Amazon Web Services Availability Zone where this <code>DevEndpoint</code> is located.</p>",
28262826
"DevEndpoint$VpcId": "<p>The ID of the virtual private cloud (VPC) used by this <code>DevEndpoint</code>.</p>",
28272827
"DevEndpoint$ExtraPythonLibsS3Path": "<p>The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be complete paths separated by a comma.</p> <note> <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on C extensions, such as the <a href=\"http://pandas.pydata.org/\">pandas</a> Python data analysis library, are not currently supported.</p> </note>",
28282828
"DevEndpoint$ExtraJarsS3Path": "<p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded in your <code>DevEndpoint</code>.</p> <note> <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p> </note>",

0 commit comments

Comments
 (0)