Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.43.11 #4302

Merged
merged 1 commit into from Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.43.11 (2022-03-03)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/fsx`: Updates service API and documentation
* `service/greengrassv2`: Updates service documentation
* `service/kendra`: Updates service API and documentation
* Amazon Kendra now suggests spell corrections for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/query-spell-check.html
* `service/timestream-query`: Updates service documentation

Release v1.43.10 (2022-03-02)
===

Expand Down
53 changes: 53 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.10"
const SDKVersion = "1.43.11"
9 changes: 9 additions & 0 deletions models/apis/appflow/2020-08-23/api-2.json
Expand Up @@ -1338,6 +1338,7 @@
"Honeycode":{"shape":"HoneycodeDestinationProperties"},
"CustomerProfiles":{"shape":"CustomerProfilesDestinationProperties"},
"Zendesk":{"shape":"ZendeskDestinationProperties"},
"Marketo":{"shape":"MarketoDestinationProperties"},
"CustomConnector":{"shape":"CustomConnectorDestinationProperties"},
"SAPOData":{"shape":"SAPODataDestinationProperties"}
}
Expand Down Expand Up @@ -1905,6 +1906,14 @@
"instanceUrl":{"shape":"InstanceUrl"}
}
},
"MarketoDestinationProperties":{
"type":"structure",
"required":["object"],
"members":{
"object":{"shape":"Object"},
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
}
},
"MarketoMetadata":{
"type":"structure",
"members":{
Expand Down
8 changes: 8 additions & 0 deletions models/apis/appflow/2020-08-23/docs-2.json
Expand Up @@ -1009,6 +1009,7 @@
"CustomConnectorDestinationProperties$errorHandlingConfig": "<p>The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.</p>",
"EventBridgeDestinationProperties$errorHandlingConfig": null,
"HoneycodeDestinationProperties$errorHandlingConfig": null,
"MarketoDestinationProperties$errorHandlingConfig": null,
"RedshiftDestinationProperties$errorHandlingConfig": "<p> The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details. </p>",
"SAPODataDestinationProperties$errorHandlingConfig": null,
"SalesforceDestinationProperties$errorHandlingConfig": "<p> The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details. </p>",
Expand Down Expand Up @@ -1429,6 +1430,12 @@
"ConnectorProfileProperties$Marketo": "<p> The connector-specific properties required by Marketo. </p>"
}
},
"MarketoDestinationProperties": {
"base": "<p>The properties that Amazon AppFlow applies when you use Marketo as a flow destination.</p>",
"refs": {
"DestinationConnectorProperties$Marketo": "<p>The properties required to query Marketo.</p>"
}
},
"MarketoMetadata": {
"base": "<p> The connector metadata specific to Marketo. </p>",
"refs": {
Expand Down Expand Up @@ -1550,6 +1557,7 @@
"GoogleAnalyticsSourceProperties$object": "<p> The object specified in the Google Analytics flow source. </p>",
"HoneycodeDestinationProperties$object": "<p> The object specified in the Amazon Honeycode flow destination. </p>",
"InforNexusSourceProperties$object": "<p> The object specified in the Infor Nexus flow source. </p>",
"MarketoDestinationProperties$object": "<p>The object specified in the Marketo flow destination.</p>",
"MarketoSourceProperties$object": "<p> The object specified in the Marketo flow source. </p>",
"RedshiftDestinationProperties$object": "<p> The object specified in the Amazon Redshift flow destination. </p>",
"SAPODataDestinationProperties$objectPath": "<p>The object path specified in the SAPOData flow destination.</p>",
Expand Down
2 changes: 1 addition & 1 deletion models/apis/fsx/2018-03-01/api-2.json
Expand Up @@ -2355,7 +2355,7 @@
"type":"string",
"max":4096,
"min":1,
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4096}$"
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,4096}$"
},
"NetBiosAlias":{
"type":"string",
Expand Down