Skip to content

Commit ca841f7

Browse files
committed
chore: update README with review suggestions
1 parent 68a54bc commit ca841f7

File tree

252 files changed

+1260
-252
lines changed

Some content is hidden

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

252 files changed

+1260
-252
lines changed

clients/client-accessanalyzer/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ client.send(command, (err, data) => {
127127

128128
#### v2 compatible style
129129

130-
The client can also send requests using v2 compatible style as follows:
130+
The client can also send requests using v2 compatible style.
131+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
132+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
131133

132134
```ts
133135
import * as AWS from "@aws-sdk/client-accessanalyzer";
@@ -186,6 +188,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
186188

187189
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
188190
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
191+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
192+
on AWS Developer Blog.
189193
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
190194
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
191195
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-acm-pca/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ client.send(command, (err, data) => {
136136

137137
#### v2 compatible style
138138

139-
The client can also send requests using v2 compatible style as follows:
139+
The client can also send requests using v2 compatible style.
140+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
141+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
140142

141143
```ts
142144
import * as AWS from "@aws-sdk/client-acm-pca";
@@ -195,6 +197,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
195197

196198
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
197199
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
200+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
201+
on AWS Developer Blog.
198202
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
199203
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
200204
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-acm/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ client.send(command, (err, data) => {
127127

128128
#### v2 compatible style
129129

130-
The client can also send requests using v2 compatible style as follows:
130+
The client can also send requests using v2 compatible style.
131+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
132+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
131133

132134
```ts
133135
import * as AWS from "@aws-sdk/client-acm";
@@ -186,6 +188,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
186188

187189
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
188190
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
191+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
192+
on AWS Developer Blog.
189193
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
190194
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
191195
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-alexa-for-business/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ client.send(command, (err, data) => {
128128

129129
#### v2 compatible style
130130

131-
The client can also send requests using v2 compatible style as follows:
131+
The client can also send requests using v2 compatible style.
132+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
133+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
132134

133135
```ts
134136
import * as AWS from "@aws-sdk/client-alexa-for-business";
@@ -187,6 +189,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
187189

188190
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
189191
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
192+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
193+
on AWS Developer Blog.
190194
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
191195
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
192196
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-amplify/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ client.send(command, (err, data) => {
126126

127127
#### v2 compatible style
128128

129-
The client can also send requests using v2 compatible style as follows:
129+
The client can also send requests using v2 compatible style.
130+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
131+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
130132

131133
```ts
132134
import * as AWS from "@aws-sdk/client-amplify";
@@ -185,6 +187,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
185187

186188
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
187189
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
190+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
191+
on AWS Developer Blog.
188192
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
189193
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
190194
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-amplifybackend/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ client.send(command, (err, data) => {
121121

122122
#### v2 compatible style
123123

124-
The client can also send requests using v2 compatible style as follows:
124+
The client can also send requests using v2 compatible style.
125+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
126+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
125127

126128
```ts
127129
import * as AWS from "@aws-sdk/client-amplifybackend";
@@ -180,6 +182,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
180182

181183
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
182184
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
185+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
186+
on AWS Developer Blog.
183187
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
184188
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
185189
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-api-gateway/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ client.send(command, (err, data) => {
123123

124124
#### v2 compatible style
125125

126-
The client can also send requests using v2 compatible style as follows:
126+
The client can also send requests using v2 compatible style.
127+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
128+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
127129

128130
```ts
129131
import * as AWS from "@aws-sdk/client-api-gateway";
@@ -182,6 +184,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
182184

183185
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
184186
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
187+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
188+
on AWS Developer Blog.
185189
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
186190
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
187191
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-apigatewaymanagementapi/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ client.send(command, (err, data) => {
121121

122122
#### v2 compatible style
123123

124-
The client can also send requests using v2 compatible style as follows:
124+
The client can also send requests using v2 compatible style.
125+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
126+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
125127

126128
```ts
127129
import * as AWS from "@aws-sdk/client-apigatewaymanagementapi";
@@ -180,6 +182,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
180182

181183
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
182184
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
185+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
186+
on AWS Developer Blog.
183187
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
184188
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
185189
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-apigatewayv2/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ client.send(command, (err, data) => {
121121

122122
#### v2 compatible style
123123

124-
The client can also send requests using v2 compatible style as follows:
124+
The client can also send requests using v2 compatible style.
125+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
126+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
125127

126128
```ts
127129
import * as AWS from "@aws-sdk/client-apigatewayv2";
@@ -180,6 +182,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
180182

181183
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
182184
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
185+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
186+
on AWS Developer Blog.
183187
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
184188
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
185189
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-app-mesh/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ client.send(command, (err, data) => {
133133

134134
#### v2 compatible style
135135

136-
The client can also send requests using v2 compatible style as follows:
136+
The client can also send requests using v2 compatible style.
137+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
138+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
137139

138140
```ts
139141
import * as AWS from "@aws-sdk/client-app-mesh";
@@ -192,6 +194,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
192194

193195
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
194196
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
197+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
198+
on AWS Developer Blog.
195199
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
196200
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
197201
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-appconfig/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ client.send(command, (err, data) => {
170170

171171
#### v2 compatible style
172172

173-
The client can also send requests using v2 compatible style as follows:
173+
The client can also send requests using v2 compatible style.
174+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
175+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
174176

175177
```ts
176178
import * as AWS from "@aws-sdk/client-appconfig";
@@ -229,6 +231,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
229231

230232
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
231233
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
234+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
235+
on AWS Developer Blog.
232236
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
233237
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
234238
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-appflow/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ client.send(command, (err, data) => {
149149

150150
#### v2 compatible style
151151

152-
The client can also send requests using v2 compatible style as follows:
152+
The client can also send requests using v2 compatible style.
153+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
154+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
153155

154156
```ts
155157
import * as AWS from "@aws-sdk/client-appflow";
@@ -208,6 +210,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
208210

209211
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
210212
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
213+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
214+
on AWS Developer Blog.
211215
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
212216
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
213217
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-appintegrations/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ client.send(command, (err, data) => {
124124

125125
#### v2 compatible style
126126

127-
The client can also send requests using v2 compatible style as follows:
127+
The client can also send requests using v2 compatible style.
128+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
129+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
128130

129131
```ts
130132
import * as AWS from "@aws-sdk/client-appintegrations";
@@ -183,6 +185,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
183185

184186
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
185187
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
188+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
189+
on AWS Developer Blog.
186190
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
187191
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
188192
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-application-auto-scaling/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ client.send(command, (err, data) => {
190190

191191
#### v2 compatible style
192192

193-
The client can also send requests using v2 compatible style as follows:
193+
The client can also send requests using v2 compatible style.
194+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
195+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
194196

195197
```ts
196198
import * as AWS from "@aws-sdk/client-application-auto-scaling";
@@ -249,6 +251,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
249251

250252
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
251253
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
254+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
255+
on AWS Developer Blog.
252256
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
253257
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
254258
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

clients/client-application-discovery-service/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ client.send(command, (err, data) => {
252252

253253
#### v2 compatible style
254254

255-
The client can also send requests using v2 compatible style as follows:
255+
The client can also send requests using v2 compatible style.
256+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
257+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
256258

257259
```ts
258260
import * as AWS from "@aws-sdk/client-application-discovery-service";
@@ -311,6 +313,8 @@ We use the GitHub issues for tracking bugs and feature requests, but have limite
311313

312314
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
313315
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
316+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
317+
on AWS Developer Blog.
314318
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
315319
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
316320
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).

0 commit comments

Comments
 (0)