@aws-sdk/client-pipes 3.956.0 → 3.958.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,10 +14,8 @@ source, add optional event filtering, define optional enrichment, and select the
14
14
  the event data. </p>
15
15
 
16
16
  ## Installing
17
-
18
17
  To install this package, simply type add or install @aws-sdk/client-pipes
19
18
  using your favorite package manager:
20
-
21
19
  - `npm install @aws-sdk/client-pipes`
22
20
  - `yarn add @aws-sdk/client-pipes`
23
21
  - `pnpm add @aws-sdk/client-pipes`
@@ -53,9 +51,7 @@ To send a request, you:
53
51
  // a client can be shared by different commands.
54
52
  const client = new PipesClient({ region: "REGION" });
55
53
 
56
- const params = {
57
- /** input parameters */
58
- };
54
+ const params = { /** input parameters */ };
59
55
  const command = new ListPipesCommand(params);
60
56
  ```
61
57
 
@@ -214,7 +210,6 @@ CreatePipe
214
210
  </summary>
215
211
 
216
212
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/CreatePipeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/CreatePipeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/CreatePipeCommandOutput/)
217
-
218
213
  </details>
219
214
  <details>
220
215
  <summary>
@@ -222,7 +217,6 @@ DeletePipe
222
217
  </summary>
223
218
 
224
219
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/DeletePipeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/DeletePipeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/DeletePipeCommandOutput/)
225
-
226
220
  </details>
227
221
  <details>
228
222
  <summary>
@@ -230,7 +224,6 @@ DescribePipe
230
224
  </summary>
231
225
 
232
226
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/DescribePipeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/DescribePipeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/DescribePipeCommandOutput/)
233
-
234
227
  </details>
235
228
  <details>
236
229
  <summary>
@@ -238,7 +231,6 @@ ListPipes
238
231
  </summary>
239
232
 
240
233
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/ListPipesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/ListPipesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/ListPipesCommandOutput/)
241
-
242
234
  </details>
243
235
  <details>
244
236
  <summary>
@@ -246,7 +238,6 @@ ListTagsForResource
246
238
  </summary>
247
239
 
248
240
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/ListTagsForResourceCommandOutput/)
249
-
250
241
  </details>
251
242
  <details>
252
243
  <summary>
@@ -254,7 +245,6 @@ StartPipe
254
245
  </summary>
255
246
 
256
247
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/StartPipeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/StartPipeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/StartPipeCommandOutput/)
257
-
258
248
  </details>
259
249
  <details>
260
250
  <summary>
@@ -262,7 +252,6 @@ StopPipe
262
252
  </summary>
263
253
 
264
254
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/StopPipeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/StopPipeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/StopPipeCommandOutput/)
265
-
266
255
  </details>
267
256
  <details>
268
257
  <summary>
@@ -270,7 +259,6 @@ TagResource
270
259
  </summary>
271
260
 
272
261
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/TagResourceCommandOutput/)
273
-
274
262
  </details>
275
263
  <details>
276
264
  <summary>
@@ -278,7 +266,6 @@ UntagResource
278
266
  </summary>
279
267
 
280
268
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/UntagResourceCommandOutput/)
281
-
282
269
  </details>
283
270
  <details>
284
271
  <summary>
@@ -286,5 +273,4 @@ UpdatePipe
286
273
  </summary>
287
274
 
288
275
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pipes/command/UpdatePipeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/UpdatePipeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pipes/Interface/UpdatePipeCommandOutput/)
289
-
290
276
  </details>
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultPipesHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
8
8
  operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
- region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
- (() => {
11
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
- })(),
9
+ region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
10
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
+ })(),
13
12
  };
14
13
  };
15
14
  exports.defaultPipesHttpAuthSchemeParametersProvider = defaultPipesHttpAuthSchemeParametersProvider;