Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Mar 3, 2022
1 parent 1efdc0b commit 800b234
Show file tree
Hide file tree
Showing 36 changed files with 724 additions and 265 deletions.
9 changes: 9 additions & 0 deletions apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
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 apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
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 apis/fsx/2018-03-01/api-2.json
Original file line number Diff line number Diff line change
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
28 changes: 14 additions & 14 deletions apis/fsx/2018-03-01/docs-2.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apis/greengrassv2/2020-11-30/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"BatchDisassociateClientDeviceFromCoreDevice": "<p>Disassociates a list of client devices from a core device. After you disassociate a client device from a core device, the client device won't be able to use cloud discovery to retrieve the core device's connectivity information and certificates.</p>",
"CancelDeployment": "<p>Cancels a deployment. This operation cancels the deployment for devices that haven't yet received it. If a device already received the deployment, this operation doesn't change anything for that device.</p>",
"CreateComponentVersion": "<p>Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices.</p> <p>You can use this operation to do the following:</p> <ul> <li> <p> <b>Create components from recipes</b> </p> <p>Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/component-recipe-reference.html\">IoT Greengrass component recipe reference</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p> <p>To create a component from a recipe, specify <code>inlineRecipe</code> when you call this operation.</p> </li> <li> <p> <b>Create components from Lambda functions</b> </p> <p>Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2.</p> <p>This function only accepts Lambda functions that use the following runtimes:</p> <ul> <li> <p>Python 2.7 – <code>python2.7</code> </p> </li> <li> <p>Python 3.7 – <code>python3.7</code> </p> </li> <li> <p>Python 3.8 – <code>python3.8</code> </p> </li> <li> <p>Java 8 – <code>java8</code> </p> </li> <li> <p>Node.js 10 – <code>nodejs10.x</code> </p> </li> <li> <p>Node.js 12 – <code>nodejs12.x</code> </p> </li> </ul> <p>To create a component from a Lambda function, specify <code>lambdaFunction</code> when you call this operation.</p> <note> <p>IoT Greengrass currently supports Lambda functions on only Linux core devices.</p> </note> </li> </ul>",
"CreateDeployment": "<p>Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices. When you add a new core device to a group of core devices that has a deployment, IoT Greengrass deploys that group's deployment to the new device.</p> <p>You can define one deployment for each target. When you create a new deployment for a target that has an existing deployment, you replace the previous deployment. IoT Greengrass applies the new deployment to the target devices.</p> <p>Every deployment has a revision number that indicates how many deployment revisions you define for a target. Use this operation to create a new revision of an existing deployment. This operation returns the revision number of the new deployment when you create it.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html\">Create deployments</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>",
"CreateDeployment": "<p>Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices. When you add a new core device to a group of core devices that has a deployment, IoT Greengrass deploys that group's deployment to the new device.</p> <p>You can define one deployment for each target. When you create a new deployment for a target that has an existing deployment, you replace the previous deployment. IoT Greengrass applies the new deployment to the target devices.</p> <p>Every deployment has a revision number that indicates how many deployment revisions you define for a target. Use this operation to create a new revision of an existing deployment.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html\">Create deployments</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>",
"DeleteComponent": "<p>Deletes a version of a component from IoT Greengrass.</p> <note> <p>This operation deletes the component's recipe and artifacts. As a result, deployments that refer to this component version will fail. If you have deployments that use this component version, you can remove the component from the deployment or update the deployment to use a valid version.</p> </note>",
"DeleteCoreDevice": "<p>Deletes a Greengrass core device, which is an IoT thing. This operation removes the core device from the list of core devices. This operation doesn't delete the IoT thing. For more information about how to delete the IoT thing, see <a href=\"https://docs.aws.amazon.com/iot/latest/apireference/API_DeleteThing.html\">DeleteThing</a> in the <i>IoT API Reference</i>.</p>",
"DescribeComponent": "<p>Retrieves metadata for a version of a component.</p>",
"DisassociateServiceRoleFromAccount": "<p>Disassociates the Greengrass service role from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. Without a service role, IoT Greengrass can't verify the identity of client devices or manage core device connectivity information. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-service-role.html\">Greengrass service role</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>",
"GetComponent": "<p>Gets the recipe for a version of a component. Core devices can call this operation to identify the artifacts and requirements to install a component.</p>",
"GetComponentVersionArtifact": "<p>Gets the pre-signed URL to download a public component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.</p>",
"GetConnectivityInfo": "<p>Retrieves connectivity information for a Greengrass core device.</p> <p>Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html\">Greengrass discovery API</a>, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/connect-client-devices.html\">Connect client devices to core devices</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>",
"GetConnectivityInfo": "<p>Retrieves connectivity information for a Greengrass core device.</p> <p>Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html\">IoT Greengrass discovery API</a>, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/connect-client-devices.html\">Connect client devices to core devices</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>",
"GetCoreDevice": "<p>Retrieves metadata for a Greengrass core device.</p>",
"GetDeployment": "<p>Gets a deployment. Deployments define the components that run on Greengrass core devices.</p>",
"GetServiceRoleForAccount": "<p>Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. IoT Greengrass uses this role to verify the identity of client devices and manage core device connectivity information. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-service-role.html\">Greengrass service role</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>",
Expand All @@ -29,7 +29,7 @@
"ResolveComponentCandidates": "<p>Retrieves a list of components that meet the component, version, and platform requirements of a deployment. Greengrass core devices call this operation when they receive a deployment to identify the components to install.</p> <p>This operation identifies components that meet all dependency requirements for a deployment. If the requirements conflict, then this operation returns an error and the deployment fails. For example, this occurs if component <code>A</code> requires version <code>&gt;2.0.0</code> and component <code>B</code> requires version <code>&lt;2.0.0</code> of a component dependency.</p> <p>When you specify the component candidates to resolve, IoT Greengrass compares each component's digest from the core device with the component's digest in the Amazon Web Services Cloud. If the digests don't match, then IoT Greengrass specifies to use the version from the Amazon Web Services Cloud.</p> <important> <p>To use this operation, you must use the data plane API endpoint and authenticate with an IoT device certificate. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/greengrass.html\">IoT Greengrass endpoints and quotas</a>.</p> </important>",
"TagResource": "<p>Adds tags to an IoT Greengrass resource. If a tag already exists for the resource, this operation updates the tag's value.</p>",
"UntagResource": "<p>Removes a tag from an IoT Greengrass resource.</p>",
"UpdateConnectivityInfo": "<p>Updates connectivity information for a Greengrass core device.</p> <p>Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html\">Greengrass discovery API</a>, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/connect-client-devices.html\">Connect client devices to core devices</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>"
"UpdateConnectivityInfo": "<p>Updates connectivity information for a Greengrass core device.</p> <p>Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-discover-api.html\">IoT Greengrass discovery API</a>, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/connect-client-devices.html\">Connect client devices to core devices</a> in the <i>IoT Greengrass Version 2 Developer Guide</i>.</p>"
},
"shapes": {
"AccessDeniedException": {
Expand Down
42 changes: 40 additions & 2 deletions apis/kendra/2019-02-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,19 @@
"PPT"
]
},
"Correction":{
"type":"structure",
"members":{
"BeginOffset":{"shape":"Integer"},
"EndOffset":{"shape":"Integer"},
"Term":{"shape":"String"},
"CorrectedTerm":{"shape":"String"}
}
},
"CorrectionList":{
"type":"list",
"member":{"shape":"Correction"}
},
"CrawlDepth":{
"type":"integer",
"max":10,
Expand Down Expand Up @@ -3587,7 +3600,8 @@
"PageSize":{"shape":"Integer"},
"SortingConfiguration":{"shape":"SortingConfiguration"},
"UserContext":{"shape":"UserContext"},
"VisitorId":{"shape":"VisitorId"}
"VisitorId":{"shape":"VisitorId"},
"SpellCorrectionConfiguration":{"shape":"SpellCorrectionConfiguration"}
}
},
"QueryResult":{
Expand All @@ -3597,7 +3611,8 @@
"ResultItems":{"shape":"QueryResultItemList"},
"FacetResults":{"shape":"FacetResultList"},
"TotalNumberOfResults":{"shape":"Integer"},
"Warnings":{"shape":"WarningList"}
"Warnings":{"shape":"WarningList"},
"SpellCorrectedQueries":{"shape":"SpellCorrectedQueryList"}
}
},
"QueryResultItem":{
Expand Down Expand Up @@ -4169,6 +4184,24 @@
"SortOrder":{"shape":"SortOrder"}
}
},
"SpellCorrectedQuery":{
"type":"structure",
"members":{
"SuggestedQueryText":{"shape":"SuggestedQueryText"},
"Corrections":{"shape":"CorrectionList"}
}
},
"SpellCorrectedQueryList":{
"type":"list",
"member":{"shape":"SpellCorrectedQuery"}
},
"SpellCorrectionConfiguration":{
"type":"structure",
"required":["IncludeQuerySpellCheckSuggestions"],
"members":{
"IncludeQuerySpellCheckSuggestions":{"shape":"Boolean"}
}
},
"SqlConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4246,6 +4279,11 @@
"max":6,
"min":1
},
"SuggestedQueryText":{
"type":"string",
"max":1000,
"min":1
},
"Suggestion":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 800b234

Please sign in to comment.