Skip to content

feat(clients): update clients as of 08/19/2021 #2689

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

Merged
merged 2 commits into from
Aug 19, 2021
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions clients/client-appflow/Appflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
*
* <p>Amazon AppFlow is a fully managed integration service that enables you to securely
* transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
* Slack, and ServiceNow, and AWS services like Amazon S3 and Amazon Redshift. </p>
* Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
*
*
*
Expand Down Expand Up @@ -108,8 +108,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
*/
export class Appflow extends AppflowClient {
/**
* <p> Creates a new connector profile associated with your AWS account. There is a soft quota
* of 100 connector profiles per AWS account. If you need more connector profiles than this quota
* <p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota
* of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota
* allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support
* channel. </p>
*/
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/AppflowClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export interface AppflowClientResolvedConfig extends AppflowClientResolvedConfig
*
* <p>Amazon AppFlow is a fully managed integration service that enables you to securely
* transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
* Slack, and ServiceNow, and AWS services like Amazon S3 and Amazon Redshift. </p>
* Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ detailed information about the Amazon AppFlow API operations, data types, and er

<p>Amazon AppFlow is a fully managed integration service that enables you to securely
transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
Slack, and ServiceNow, and AWS services like Amazon S3 and Amazon Redshift. </p>
Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>

<p>Use the following links to get started on the Amazon AppFlow API:</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export interface CreateConnectorProfileCommandInput extends CreateConnectorProfi
export interface CreateConnectorProfileCommandOutput extends CreateConnectorProfileResponse, __MetadataBearer {}

/**
* <p> Creates a new connector profile associated with your AWS account. There is a soft quota
* of 100 connector profiles per AWS account. If you need more connector profiles than this quota
* <p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota
* of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota
* allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support
* channel. </p>
* @example
Expand Down
Loading