Skip to content

Commit acbb59a

Browse files
authored
feat(clients): update clients as of 08/19/2021 (#2689)
1 parent 7e3b449 commit acbb59a

File tree

237 files changed

+28527
-3358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+28527
-3358
lines changed

clients/client-appflow/Appflow.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
6969
*
7070
* <p>Amazon AppFlow is a fully managed integration service that enables you to securely
7171
* transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
72-
* Slack, and ServiceNow, and AWS services like Amazon S3 and Amazon Redshift. </p>
72+
* Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
7373
*
7474
*
7575
*
@@ -108,8 +108,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
108108
*/
109109
export class Appflow extends AppflowClient {
110110
/**
111-
* <p> Creates a new connector profile associated with your AWS account. There is a soft quota
112-
* of 100 connector profiles per AWS account. If you need more connector profiles than this quota
111+
* <p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota
112+
* of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota
113113
* allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support
114114
* channel. </p>
115115
*/

clients/client-appflow/AppflowClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export interface AppflowClientResolvedConfig extends AppflowClientResolvedConfig
277277
*
278278
* <p>Amazon AppFlow is a fully managed integration service that enables you to securely
279279
* transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
280-
* Slack, and ServiceNow, and AWS services like Amazon S3 and Amazon Redshift. </p>
280+
* Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
281281
*
282282
*
283283
*

clients/client-appflow/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ detailed information about the Amazon AppFlow API operations, data types, and er
1212

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

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

clients/client-appflow/commands/CreateConnectorProfileCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export interface CreateConnectorProfileCommandInput extends CreateConnectorProfi
2121
export interface CreateConnectorProfileCommandOutput extends CreateConnectorProfileResponse, __MetadataBearer {}
2222

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

0 commit comments

Comments
 (0)