@aws-sdk/client-pipes 3.296.0 → 3.298.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.
Files changed (38) hide show
  1. package/dist-cjs/commands/CreatePipeCommand.js +1 -1
  2. package/dist-cjs/commands/DeletePipeCommand.js +2 -3
  3. package/dist-cjs/commands/DescribePipeCommand.js +1 -1
  4. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  5. package/dist-cjs/commands/StartPipeCommand.js +2 -3
  6. package/dist-cjs/commands/StopPipeCommand.js +2 -3
  7. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  8. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  9. package/dist-cjs/commands/UpdatePipeCommand.js +1 -1
  10. package/dist-cjs/models/models_0.js +10 -221
  11. package/dist-es/commands/CreatePipeCommand.js +2 -2
  12. package/dist-es/commands/DeletePipeCommand.js +2 -3
  13. package/dist-es/commands/DescribePipeCommand.js +2 -2
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-es/commands/StartPipeCommand.js +2 -3
  16. package/dist-es/commands/StopPipeCommand.js +2 -3
  17. package/dist-es/commands/TagResourceCommand.js +2 -2
  18. package/dist-es/commands/UntagResourceCommand.js +2 -3
  19. package/dist-es/commands/UpdatePipeCommand.js +2 -2
  20. package/dist-es/models/models_0.js +8 -173
  21. package/dist-types/Pipes.d.ts +11 -0
  22. package/dist-types/PipesClient.d.ts +24 -4
  23. package/dist-types/commands/CreatePipeCommand.d.ts +16 -0
  24. package/dist-types/commands/DeletePipeCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribePipeCommand.d.ts +16 -0
  26. package/dist-types/commands/ListPipesCommand.d.ts +16 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  28. package/dist-types/commands/StartPipeCommand.d.ts +16 -0
  29. package/dist-types/commands/StopPipeCommand.d.ts +16 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  31. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  32. package/dist-types/commands/UpdatePipeCommand.d.ts +16 -0
  33. package/dist-types/models/PipesServiceException.d.ts +2 -0
  34. package/dist-types/models/models_0.d.ts +189 -181
  35. package/dist-types/pagination/Interfaces.d.ts +3 -0
  36. package/dist-types/pagination/ListPipesPaginator.d.ts +3 -0
  37. package/dist-types/ts3.4/models/models_0.d.ts +0 -133
  38. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePipeRequestFilterSensitiveLog, UpdatePipeResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { UpdatePipeRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdatePipeCommand, serializeAws_restJson1UpdatePipeCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdatePipeCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class UpdatePipeCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: UpdatePipeRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdatePipeResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -221,24 +221,6 @@ export const AwsVpcConfigurationFilterSensitiveLog = (obj) => ({
221
221
  ...(obj.Subnets && { Subnets: SENSITIVE_STRING }),
222
222
  ...(obj.SecurityGroups && { SecurityGroups: SENSITIVE_STRING }),
223
223
  });
224
- export const BatchArrayPropertiesFilterSensitiveLog = (obj) => ({
225
- ...obj,
226
- });
227
- export const BatchEnvironmentVariableFilterSensitiveLog = (obj) => ({
228
- ...obj,
229
- });
230
- export const BatchResourceRequirementFilterSensitiveLog = (obj) => ({
231
- ...obj,
232
- });
233
- export const BatchContainerOverridesFilterSensitiveLog = (obj) => ({
234
- ...obj,
235
- });
236
- export const BatchJobDependencyFilterSensitiveLog = (obj) => ({
237
- ...obj,
238
- });
239
- export const BatchRetryStrategyFilterSensitiveLog = (obj) => ({
240
- ...obj,
241
- });
242
224
  export const CapacityProviderStrategyItemFilterSensitiveLog = (obj) => ({
243
225
  ...obj,
244
226
  ...(obj.capacityProvider && { capacityProvider: SENSITIVE_STRING }),
@@ -254,23 +236,11 @@ export const PipeEnrichmentParametersFilterSensitiveLog = (obj) => ({
254
236
  ...(obj.InputTemplate && { InputTemplate: SENSITIVE_STRING }),
255
237
  ...(obj.HttpParameters && { HttpParameters: PipeEnrichmentHttpParametersFilterSensitiveLog(obj.HttpParameters) }),
256
238
  });
257
- export const MQBrokerAccessCredentialsFilterSensitiveLog = (obj) => {
258
- if (obj.BasicAuth !== undefined)
259
- return { BasicAuth: obj.BasicAuth };
260
- if (obj.$unknown !== undefined)
261
- return { [obj.$unknown[0]]: "UNKNOWN" };
262
- };
263
239
  export const PipeSourceActiveMQBrokerParametersFilterSensitiveLog = (obj) => ({
264
240
  ...obj,
265
- ...(obj.Credentials && { Credentials: MQBrokerAccessCredentialsFilterSensitiveLog(obj.Credentials) }),
241
+ ...(obj.Credentials && { Credentials: obj.Credentials }),
266
242
  ...(obj.QueueName && { QueueName: SENSITIVE_STRING }),
267
243
  });
268
- export const DeadLetterConfigFilterSensitiveLog = (obj) => ({
269
- ...obj,
270
- });
271
- export const PipeSourceDynamoDBStreamParametersFilterSensitiveLog = (obj) => ({
272
- ...obj,
273
- });
274
244
  export const FilterFilterSensitiveLog = (obj) => ({
275
245
  ...obj,
276
246
  ...(obj.Pattern && { Pattern: SENSITIVE_STRING }),
@@ -279,41 +249,18 @@ export const FilterCriteriaFilterSensitiveLog = (obj) => ({
279
249
  ...obj,
280
250
  ...(obj.Filters && { Filters: obj.Filters.map((item) => FilterFilterSensitiveLog(item)) }),
281
251
  });
282
- export const PipeSourceKinesisStreamParametersFilterSensitiveLog = (obj) => ({
283
- ...obj,
284
- });
285
- export const MSKAccessCredentialsFilterSensitiveLog = (obj) => {
286
- if (obj.SaslScram512Auth !== undefined)
287
- return { SaslScram512Auth: obj.SaslScram512Auth };
288
- if (obj.ClientCertificateTlsAuth !== undefined)
289
- return { ClientCertificateTlsAuth: obj.ClientCertificateTlsAuth };
290
- if (obj.$unknown !== undefined)
291
- return { [obj.$unknown[0]]: "UNKNOWN" };
292
- };
293
252
  export const PipeSourceManagedStreamingKafkaParametersFilterSensitiveLog = (obj) => ({
294
253
  ...obj,
295
254
  ...(obj.TopicName && { TopicName: SENSITIVE_STRING }),
296
255
  ...(obj.ConsumerGroupID && { ConsumerGroupID: SENSITIVE_STRING }),
297
- ...(obj.Credentials && { Credentials: MSKAccessCredentialsFilterSensitiveLog(obj.Credentials) }),
256
+ ...(obj.Credentials && { Credentials: obj.Credentials }),
298
257
  });
299
258
  export const PipeSourceRabbitMQBrokerParametersFilterSensitiveLog = (obj) => ({
300
259
  ...obj,
301
- ...(obj.Credentials && { Credentials: MQBrokerAccessCredentialsFilterSensitiveLog(obj.Credentials) }),
260
+ ...(obj.Credentials && { Credentials: obj.Credentials }),
302
261
  ...(obj.QueueName && { QueueName: SENSITIVE_STRING }),
303
262
  ...(obj.VirtualHost && { VirtualHost: SENSITIVE_STRING }),
304
263
  });
305
- export const SelfManagedKafkaAccessConfigurationCredentialsFilterSensitiveLog = (obj) => {
306
- if (obj.BasicAuth !== undefined)
307
- return { BasicAuth: obj.BasicAuth };
308
- if (obj.SaslScram512Auth !== undefined)
309
- return { SaslScram512Auth: obj.SaslScram512Auth };
310
- if (obj.SaslScram256Auth !== undefined)
311
- return { SaslScram256Auth: obj.SaslScram256Auth };
312
- if (obj.ClientCertificateTlsAuth !== undefined)
313
- return { ClientCertificateTlsAuth: obj.ClientCertificateTlsAuth };
314
- if (obj.$unknown !== undefined)
315
- return { [obj.$unknown[0]]: "UNKNOWN" };
316
- };
317
264
  export const SelfManagedKafkaAccessConfigurationVpcFilterSensitiveLog = (obj) => ({
318
265
  ...obj,
319
266
  ...(obj.Subnets && { Subnets: SENSITIVE_STRING }),
@@ -324,14 +271,9 @@ export const PipeSourceSelfManagedKafkaParametersFilterSensitiveLog = (obj) => (
324
271
  ...(obj.TopicName && { TopicName: SENSITIVE_STRING }),
325
272
  ...(obj.AdditionalBootstrapServers && { AdditionalBootstrapServers: SENSITIVE_STRING }),
326
273
  ...(obj.ConsumerGroupID && { ConsumerGroupID: SENSITIVE_STRING }),
327
- ...(obj.Credentials && {
328
- Credentials: SelfManagedKafkaAccessConfigurationCredentialsFilterSensitiveLog(obj.Credentials),
329
- }),
274
+ ...(obj.Credentials && { Credentials: obj.Credentials }),
330
275
  ...(obj.Vpc && { Vpc: SelfManagedKafkaAccessConfigurationVpcFilterSensitiveLog(obj.Vpc) }),
331
276
  });
332
- export const PipeSourceSqsQueueParametersFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
277
  export const PipeSourceParametersFilterSensitiveLog = (obj) => ({
336
278
  ...obj,
337
279
  ...(obj.FilterCriteria && { FilterCriteria: FilterCriteriaFilterSensitiveLog(obj.FilterCriteria) }),
@@ -348,39 +290,12 @@ export const PipeSourceParametersFilterSensitiveLog = (obj) => ({
348
290
  SelfManagedKafkaParameters: PipeSourceSelfManagedKafkaParametersFilterSensitiveLog(obj.SelfManagedKafkaParameters),
349
291
  }),
350
292
  });
351
- export const PipeTargetBatchJobParametersFilterSensitiveLog = (obj) => ({
352
- ...obj,
353
- });
354
- export const PipeTargetCloudWatchLogsParametersFilterSensitiveLog = (obj) => ({
355
- ...obj,
356
- });
357
293
  export const NetworkConfigurationFilterSensitiveLog = (obj) => ({
358
294
  ...obj,
359
295
  ...(obj.awsvpcConfiguration && {
360
296
  awsvpcConfiguration: AwsVpcConfigurationFilterSensitiveLog(obj.awsvpcConfiguration),
361
297
  }),
362
298
  });
363
- export const EcsEnvironmentVariableFilterSensitiveLog = (obj) => ({
364
- ...obj,
365
- });
366
- export const EcsEnvironmentFileFilterSensitiveLog = (obj) => ({
367
- ...obj,
368
- });
369
- export const EcsResourceRequirementFilterSensitiveLog = (obj) => ({
370
- ...obj,
371
- });
372
- export const EcsContainerOverrideFilterSensitiveLog = (obj) => ({
373
- ...obj,
374
- });
375
- export const EcsEphemeralStorageFilterSensitiveLog = (obj) => ({
376
- ...obj,
377
- });
378
- export const EcsInferenceAcceleratorOverrideFilterSensitiveLog = (obj) => ({
379
- ...obj,
380
- });
381
- export const EcsTaskOverrideFilterSensitiveLog = (obj) => ({
382
- ...obj,
383
- });
384
299
  export const PlacementConstraintFilterSensitiveLog = (obj) => ({
385
300
  ...obj,
386
301
  ...(obj.expression && { expression: SENSITIVE_STRING }),
@@ -426,9 +341,6 @@ export const PipeTargetKinesisStreamParametersFilterSensitiveLog = (obj) => ({
426
341
  ...obj,
427
342
  ...(obj.PartitionKey && { PartitionKey: SENSITIVE_STRING }),
428
343
  });
429
- export const PipeTargetLambdaFunctionParametersFilterSensitiveLog = (obj) => ({
430
- ...obj,
431
- });
432
344
  export const PipeTargetRedshiftDataParametersFilterSensitiveLog = (obj) => ({
433
345
  ...obj,
434
346
  ...(obj.Database && { Database: SENSITIVE_STRING }),
@@ -452,9 +364,6 @@ export const PipeTargetSqsQueueParametersFilterSensitiveLog = (obj) => ({
452
364
  ...(obj.MessageGroupId && { MessageGroupId: SENSITIVE_STRING }),
453
365
  ...(obj.MessageDeduplicationId && { MessageDeduplicationId: SENSITIVE_STRING }),
454
366
  });
455
- export const PipeTargetStateMachineParametersFilterSensitiveLog = (obj) => ({
456
- ...obj,
457
- });
458
367
  export const PipeTargetParametersFilterSensitiveLog = (obj) => ({
459
368
  ...obj,
460
369
  ...(obj.InputTemplate && { InputTemplate: SENSITIVE_STRING }),
@@ -488,21 +397,6 @@ export const CreatePipeRequestFilterSensitiveLog = (obj) => ({
488
397
  ...(obj.TargetParameters && { TargetParameters: PipeTargetParametersFilterSensitiveLog(obj.TargetParameters) }),
489
398
  ...(obj.Tags && { Tags: SENSITIVE_STRING }),
490
399
  });
491
- export const CreatePipeResponseFilterSensitiveLog = (obj) => ({
492
- ...obj,
493
- });
494
- export const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
495
- ...obj,
496
- });
497
- export const DeletePipeRequestFilterSensitiveLog = (obj) => ({
498
- ...obj,
499
- });
500
- export const DeletePipeResponseFilterSensitiveLog = (obj) => ({
501
- ...obj,
502
- });
503
- export const DescribePipeRequestFilterSensitiveLog = (obj) => ({
504
- ...obj,
505
- });
506
400
  export const DescribePipeResponseFilterSensitiveLog = (obj) => ({
507
401
  ...obj,
508
402
  ...(obj.Description && { Description: SENSITIVE_STRING }),
@@ -517,72 +411,25 @@ export const ListPipesRequestFilterSensitiveLog = (obj) => ({
517
411
  ...obj,
518
412
  ...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
519
413
  });
520
- export const PipeFilterSensitiveLog = (obj) => ({
521
- ...obj,
522
- });
523
414
  export const ListPipesResponseFilterSensitiveLog = (obj) => ({
524
415
  ...obj,
525
416
  ...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
526
417
  });
527
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
528
- ...obj,
529
- });
530
418
  export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
531
419
  ...obj,
532
420
  ...(obj.tags && { tags: SENSITIVE_STRING }),
533
421
  });
534
- export const StartPipeRequestFilterSensitiveLog = (obj) => ({
535
- ...obj,
536
- });
537
- export const StartPipeResponseFilterSensitiveLog = (obj) => ({
538
- ...obj,
539
- });
540
- export const StopPipeRequestFilterSensitiveLog = (obj) => ({
541
- ...obj,
542
- });
543
- export const StopPipeResponseFilterSensitiveLog = (obj) => ({
544
- ...obj,
545
- });
546
- export const UpdatePipeSourceActiveMQBrokerParametersFilterSensitiveLog = (obj) => ({
547
- ...obj,
548
- ...(obj.Credentials && { Credentials: MQBrokerAccessCredentialsFilterSensitiveLog(obj.Credentials) }),
549
- });
550
- export const UpdatePipeSourceDynamoDBStreamParametersFilterSensitiveLog = (obj) => ({
551
- ...obj,
552
- });
553
- export const UpdatePipeSourceKinesisStreamParametersFilterSensitiveLog = (obj) => ({
554
- ...obj,
555
- });
556
- export const UpdatePipeSourceManagedStreamingKafkaParametersFilterSensitiveLog = (obj) => ({
557
- ...obj,
558
- ...(obj.Credentials && { Credentials: MSKAccessCredentialsFilterSensitiveLog(obj.Credentials) }),
559
- });
560
- export const UpdatePipeSourceRabbitMQBrokerParametersFilterSensitiveLog = (obj) => ({
561
- ...obj,
562
- ...(obj.Credentials && { Credentials: MQBrokerAccessCredentialsFilterSensitiveLog(obj.Credentials) }),
563
- });
564
422
  export const UpdatePipeSourceSelfManagedKafkaParametersFilterSensitiveLog = (obj) => ({
565
423
  ...obj,
566
- ...(obj.Credentials && {
567
- Credentials: SelfManagedKafkaAccessConfigurationCredentialsFilterSensitiveLog(obj.Credentials),
568
- }),
424
+ ...(obj.Credentials && { Credentials: obj.Credentials }),
569
425
  ...(obj.Vpc && { Vpc: SelfManagedKafkaAccessConfigurationVpcFilterSensitiveLog(obj.Vpc) }),
570
426
  });
571
- export const UpdatePipeSourceSqsQueueParametersFilterSensitiveLog = (obj) => ({
572
- ...obj,
573
- });
574
427
  export const UpdatePipeSourceParametersFilterSensitiveLog = (obj) => ({
575
428
  ...obj,
576
429
  ...(obj.FilterCriteria && { FilterCriteria: FilterCriteriaFilterSensitiveLog(obj.FilterCriteria) }),
577
- ...(obj.ActiveMQBrokerParameters && {
578
- ActiveMQBrokerParameters: UpdatePipeSourceActiveMQBrokerParametersFilterSensitiveLog(obj.ActiveMQBrokerParameters),
579
- }),
580
- ...(obj.RabbitMQBrokerParameters && {
581
- RabbitMQBrokerParameters: UpdatePipeSourceRabbitMQBrokerParametersFilterSensitiveLog(obj.RabbitMQBrokerParameters),
582
- }),
583
- ...(obj.ManagedStreamingKafkaParameters && {
584
- ManagedStreamingKafkaParameters: UpdatePipeSourceManagedStreamingKafkaParametersFilterSensitiveLog(obj.ManagedStreamingKafkaParameters),
585
- }),
430
+ ...(obj.ActiveMQBrokerParameters && { ActiveMQBrokerParameters: obj.ActiveMQBrokerParameters }),
431
+ ...(obj.RabbitMQBrokerParameters && { RabbitMQBrokerParameters: obj.RabbitMQBrokerParameters }),
432
+ ...(obj.ManagedStreamingKafkaParameters && { ManagedStreamingKafkaParameters: obj.ManagedStreamingKafkaParameters }),
586
433
  ...(obj.SelfManagedKafkaParameters && {
587
434
  SelfManagedKafkaParameters: UpdatePipeSourceSelfManagedKafkaParametersFilterSensitiveLog(obj.SelfManagedKafkaParameters),
588
435
  }),
@@ -596,19 +443,7 @@ export const UpdatePipeRequestFilterSensitiveLog = (obj) => ({
596
443
  }),
597
444
  ...(obj.TargetParameters && { TargetParameters: PipeTargetParametersFilterSensitiveLog(obj.TargetParameters) }),
598
445
  });
599
- export const UpdatePipeResponseFilterSensitiveLog = (obj) => ({
600
- ...obj,
601
- });
602
446
  export const TagResourceRequestFilterSensitiveLog = (obj) => ({
603
447
  ...obj,
604
448
  ...(obj.tags && { tags: SENSITIVE_STRING }),
605
449
  });
606
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
607
- ...obj,
608
- });
609
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
610
- ...obj,
611
- });
612
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
613
- ...obj,
614
- });
@@ -11,54 +11,63 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
11
11
  import { UpdatePipeCommandInput, UpdatePipeCommandOutput } from "./commands/UpdatePipeCommand";
12
12
  import { PipesClient } from "./PipesClient";
13
13
  /**
14
+ * @public
14
15
  * <p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need for specialized knowledge and integration code when developing
15
16
  * event driven architectures. This helps ensures consistency across your company’s applications. With Pipes, the target can be any available EventBridge target.
16
17
  * To set up a pipe, you select the event source, add optional event filtering, define optional enrichment, and select the target for the event data. </p>
17
18
  */
18
19
  export declare class Pipes extends PipesClient {
19
20
  /**
21
+ * @public
20
22
  * <p>Create a pipe. Amazon EventBridge Pipes connect event sources to targets and reduces the need for specialized knowledge and integration code.</p>
21
23
  */
22
24
  createPipe(args: CreatePipeCommandInput, options?: __HttpHandlerOptions): Promise<CreatePipeCommandOutput>;
23
25
  createPipe(args: CreatePipeCommandInput, cb: (err: any, data?: CreatePipeCommandOutput) => void): void;
24
26
  createPipe(args: CreatePipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePipeCommandOutput) => void): void;
25
27
  /**
28
+ * @public
26
29
  * <p>Delete an existing pipe. For more information about pipes, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html">Amazon EventBridge Pipes</a> in the Amazon EventBridge User Guide.</p>
27
30
  */
28
31
  deletePipe(args: DeletePipeCommandInput, options?: __HttpHandlerOptions): Promise<DeletePipeCommandOutput>;
29
32
  deletePipe(args: DeletePipeCommandInput, cb: (err: any, data?: DeletePipeCommandOutput) => void): void;
30
33
  deletePipe(args: DeletePipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePipeCommandOutput) => void): void;
31
34
  /**
35
+ * @public
32
36
  * <p>Get the information about an existing pipe. For more information about pipes, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html">Amazon EventBridge Pipes</a> in the Amazon EventBridge User Guide.</p>
33
37
  */
34
38
  describePipe(args: DescribePipeCommandInput, options?: __HttpHandlerOptions): Promise<DescribePipeCommandOutput>;
35
39
  describePipe(args: DescribePipeCommandInput, cb: (err: any, data?: DescribePipeCommandOutput) => void): void;
36
40
  describePipe(args: DescribePipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePipeCommandOutput) => void): void;
37
41
  /**
42
+ * @public
38
43
  * <p>Get the pipes associated with this account. For more information about pipes, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html">Amazon EventBridge Pipes</a> in the Amazon EventBridge User Guide.</p>
39
44
  */
40
45
  listPipes(args: ListPipesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipesCommandOutput>;
41
46
  listPipes(args: ListPipesCommandInput, cb: (err: any, data?: ListPipesCommandOutput) => void): void;
42
47
  listPipes(args: ListPipesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipesCommandOutput) => void): void;
43
48
  /**
49
+ * @public
44
50
  * <p>Displays the tags associated with a pipe.</p>
45
51
  */
46
52
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
47
53
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
48
54
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
49
55
  /**
56
+ * @public
50
57
  * <p>Start an existing pipe.</p>
51
58
  */
52
59
  startPipe(args: StartPipeCommandInput, options?: __HttpHandlerOptions): Promise<StartPipeCommandOutput>;
53
60
  startPipe(args: StartPipeCommandInput, cb: (err: any, data?: StartPipeCommandOutput) => void): void;
54
61
  startPipe(args: StartPipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPipeCommandOutput) => void): void;
55
62
  /**
63
+ * @public
56
64
  * <p>Stop an existing pipe.</p>
57
65
  */
58
66
  stopPipe(args: StopPipeCommandInput, options?: __HttpHandlerOptions): Promise<StopPipeCommandOutput>;
59
67
  stopPipe(args: StopPipeCommandInput, cb: (err: any, data?: StopPipeCommandOutput) => void): void;
60
68
  stopPipe(args: StopPipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPipeCommandOutput) => void): void;
61
69
  /**
70
+ * @public
62
71
  * <p>Assigns one or more tags (key-value pairs) to the specified pipe. Tags can
63
72
  * help you organize and categorize your resources. You can also use them to scope user
64
73
  * permissions by granting a user permission to access or change only resources with certain tag
@@ -75,12 +84,14 @@ export declare class Pipes extends PipesClient {
75
84
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
76
85
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
77
86
  /**
87
+ * @public
78
88
  * <p>Removes one or more tags from the specified pipes.</p>
79
89
  */
80
90
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
81
91
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
82
92
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
83
93
  /**
94
+ * @public
84
95
  * <p>Update an existing pipe. When you call <code>UpdatePipe</code>, only the fields that are included in the request are changed, the rest are unchanged.
85
96
  * The exception to this is if you modify any Amazon Web Services-service specific fields in the <code>SourceParameters</code>, <code>EnrichmentParameters</code>, or
86
97
  * <code>TargetParameters</code> objects. The fields in these objects are updated atomically as one and override existing values. This is by design and means that
@@ -18,15 +18,24 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
18
18
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
19
19
  import { UpdatePipeCommandInput, UpdatePipeCommandOutput } from "./commands/UpdatePipeCommand";
20
20
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
21
+ /**
22
+ * @public
23
+ */
21
24
  export type ServiceInputTypes = CreatePipeCommandInput | DeletePipeCommandInput | DescribePipeCommandInput | ListPipesCommandInput | ListTagsForResourceCommandInput | StartPipeCommandInput | StopPipeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdatePipeCommandInput;
25
+ /**
26
+ * @public
27
+ */
22
28
  export type ServiceOutputTypes = CreatePipeCommandOutput | DeletePipeCommandOutput | DescribePipeCommandOutput | ListPipesCommandOutput | ListTagsForResourceCommandOutput | StartPipeCommandOutput | StopPipeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdatePipeCommandOutput;
29
+ /**
30
+ * @public
31
+ */
23
32
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
24
33
  /**
25
34
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
26
35
  */
27
36
  requestHandler?: __HttpHandler;
28
37
  /**
29
- * A constructor for a class implementing the {@link __Checksum} interface
38
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
30
39
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
31
40
  * @internal
32
41
  */
@@ -116,23 +125,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
116
125
  */
117
126
  logger?: __Logger;
118
127
  /**
119
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
128
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
120
129
  */
121
130
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
122
131
  }
132
+ /**
133
+ * @public
134
+ */
123
135
  type PipesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
124
136
  /**
125
- * The configuration interface of PipesClient class constructor that set the region, credentials and other options.
137
+ * @public
138
+ *
139
+ * The configuration interface of PipesClient class constructor that set the region, credentials and other options.
126
140
  */
127
141
  export interface PipesClientConfig extends PipesClientConfigType {
128
142
  }
143
+ /**
144
+ * @public
145
+ */
129
146
  type PipesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
130
147
  /**
131
- * The resolved configuration interface of PipesClient class. This is resolved and normalized from the {@link PipesClientConfig | constructor configuration interface}.
148
+ * @public
149
+ *
150
+ * The resolved configuration interface of PipesClient class. This is resolved and normalized from the {@link PipesClientConfig | constructor configuration interface}.
132
151
  */
133
152
  export interface PipesClientResolvedConfig extends PipesClientResolvedConfigType {
134
153
  }
135
154
  /**
155
+ * @public
136
156
  * <p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need for specialized knowledge and integration code when developing
137
157
  * event driven architectures. This helps ensures consistency across your company’s applications. With Pipes, the target can be any available EventBridge target.
138
158
  * To set up a pipe, you select the event source, add optional event filtering, define optional enrichment, and select the target for the event data. </p>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreatePipeRequest, CreatePipeResponse } from "../models/models_0";
5
5
  import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreatePipeCommand}.
8
10
  */
9
11
  export interface CreatePipeCommandInput extends CreatePipeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreatePipeCommand}.
13
17
  */
14
18
  export interface CreatePipeCommandOutput extends CreatePipeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a pipe. Amazon EventBridge Pipes connect event sources to targets and reduces the need for specialized knowledge and integration code.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreatePipeCommandOutput extends CreatePipeResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreatePipeCommandInput - {@link CreatePipeCommandInput}
34
+ * @returns {@link CreatePipeCommandOutput}
28
35
  * @see {@link CreatePipeCommandInput} for command's `input` shape.
29
36
  * @see {@link CreatePipeCommandOutput} for command's `response` shape.
30
37
  * @see {@link PipesClientResolvedConfig | config} for PipesClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreatePipeCommandOutput extends CreatePipeResponse, __MetadataB
52
59
  export declare class CreatePipeCommand extends $Command<CreatePipeCommandInput, CreatePipeCommandOutput, PipesClientResolvedConfig> {
53
60
  readonly input: CreatePipeCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreatePipeCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PipesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePipeCommandInput, CreatePipeCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeletePipeRequest, DeletePipeResponse } from "../models/models_0";
5
5
  import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePipeCommand}.
8
10
  */
9
11
  export interface DeletePipeCommandInput extends DeletePipeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePipeCommand}.
13
17
  */
14
18
  export interface DeletePipeCommandOutput extends DeletePipeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an existing pipe. For more information about pipes, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html">Amazon EventBridge Pipes</a> in the Amazon EventBridge User Guide.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeletePipeCommandOutput extends DeletePipeResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeletePipeCommandInput - {@link DeletePipeCommandInput}
34
+ * @returns {@link DeletePipeCommandOutput}
28
35
  * @see {@link DeletePipeCommandInput} for command's `input` shape.
29
36
  * @see {@link DeletePipeCommandOutput} for command's `response` shape.
30
37
  * @see {@link PipesClientResolvedConfig | config} for PipesClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeletePipeCommandOutput extends DeletePipeResponse, __MetadataB
49
56
  export declare class DeletePipeCommand extends $Command<DeletePipeCommandInput, DeletePipeCommandOutput, PipesClientResolvedConfig> {
50
57
  readonly input: DeletePipeCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeletePipeCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PipesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePipeCommandInput, DeletePipeCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribePipeRequest, DescribePipeResponse } from "../models/models_0";
5
5
  import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribePipeCommand}.
8
10
  */
9
11
  export interface DescribePipeCommandInput extends DescribePipeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribePipeCommand}.
13
17
  */
14
18
  export interface DescribePipeCommandOutput extends DescribePipeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get the information about an existing pipe. For more information about pipes, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html">Amazon EventBridge Pipes</a> in the Amazon EventBridge User Guide.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribePipeCommandOutput extends DescribePipeResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribePipeCommandInput - {@link DescribePipeCommandInput}
34
+ * @returns {@link DescribePipeCommandOutput}
28
35
  * @see {@link DescribePipeCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribePipeCommandOutput} for command's `response` shape.
30
37
  * @see {@link PipesClientResolvedConfig | config} for PipesClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DescribePipeCommandOutput extends DescribePipeResponse, __Metad
46
53
  export declare class DescribePipeCommand extends $Command<DescribePipeCommandInput, DescribePipeCommandOutput, PipesClientResolvedConfig> {
47
54
  readonly input: DescribePipeCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DescribePipeCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PipesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePipeCommandInput, DescribePipeCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }