Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit d361c13

Browse files
Release v1.43.11 (2022-03-03) (#4302)
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
1 parent 3500f28 commit d361c13

File tree

18 files changed

+705
-211
lines changed

18 files changed

+705
-211
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.43.11 (2022-03-03)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appflow`: Updates service API and documentation
6+
* `service/fsx`: Updates service API and documentation
7+
* `service/greengrassv2`: Updates service documentation
8+
* `service/kendra`: Updates service API and documentation
9+
* 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
10+
* `service/timestream-query`: Updates service documentation
11+
112
Release v1.43.10 (2022-03-02)
213
===
314

aws/endpoints/defaults.go

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
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.43.10"
8+
const SDKVersion = "1.43.11"

models/apis/appflow/2020-08-23/api-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,7 @@
13381338
"Honeycode":{"shape":"HoneycodeDestinationProperties"},
13391339
"CustomerProfiles":{"shape":"CustomerProfilesDestinationProperties"},
13401340
"Zendesk":{"shape":"ZendeskDestinationProperties"},
1341+
"Marketo":{"shape":"MarketoDestinationProperties"},
13411342
"CustomConnector":{"shape":"CustomConnectorDestinationProperties"},
13421343
"SAPOData":{"shape":"SAPODataDestinationProperties"}
13431344
}
@@ -1905,6 +1906,14 @@
19051906
"instanceUrl":{"shape":"InstanceUrl"}
19061907
}
19071908
},
1909+
"MarketoDestinationProperties":{
1910+
"type":"structure",
1911+
"required":["object"],
1912+
"members":{
1913+
"object":{"shape":"Object"},
1914+
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
1915+
}
1916+
},
19081917
"MarketoMetadata":{
19091918
"type":"structure",
19101919
"members":{

models/apis/appflow/2020-08-23/docs-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@
10091009
"CustomConnectorDestinationProperties$errorHandlingConfig": "<p>The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.</p>",
10101010
"EventBridgeDestinationProperties$errorHandlingConfig": null,
10111011
"HoneycodeDestinationProperties$errorHandlingConfig": null,
1012+
"MarketoDestinationProperties$errorHandlingConfig": null,
10121013
"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>",
10131014
"SAPODataDestinationProperties$errorHandlingConfig": null,
10141015
"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>",
@@ -1429,6 +1430,12 @@
14291430
"ConnectorProfileProperties$Marketo": "<p> The connector-specific properties required by Marketo. </p>"
14301431
}
14311432
},
1433+
"MarketoDestinationProperties": {
1434+
"base": "<p>The properties that Amazon AppFlow applies when you use Marketo as a flow destination.</p>",
1435+
"refs": {
1436+
"DestinationConnectorProperties$Marketo": "<p>The properties required to query Marketo.</p>"
1437+
}
1438+
},
14321439
"MarketoMetadata": {
14331440
"base": "<p> The connector metadata specific to Marketo. </p>",
14341441
"refs": {
@@ -1550,6 +1557,7 @@
15501557
"GoogleAnalyticsSourceProperties$object": "<p> The object specified in the Google Analytics flow source. </p>",
15511558
"HoneycodeDestinationProperties$object": "<p> The object specified in the Amazon Honeycode flow destination. </p>",
15521559
"InforNexusSourceProperties$object": "<p> The object specified in the Infor Nexus flow source. </p>",
1560+
"MarketoDestinationProperties$object": "<p>The object specified in the Marketo flow destination.</p>",
15531561
"MarketoSourceProperties$object": "<p> The object specified in the Marketo flow source. </p>",
15541562
"RedshiftDestinationProperties$object": "<p> The object specified in the Amazon Redshift flow destination. </p>",
15551563
"SAPODataDestinationProperties$objectPath": "<p>The object path specified in the SAPOData flow destination.</p>",

models/apis/fsx/2018-03-01/api-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,7 @@
23552355
"type":"string",
23562356
"max":4096,
23572357
"min":1,
2358-
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4096}$"
2358+
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,4096}$"
23592359
},
23602360
"NetBiosAlias":{
23612361
"type":"string",

0 commit comments

Comments
 (0)