aws-sdk-pipes 1.18.0 → 1.20.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pipes/client.rb +600 -515
- data/lib/aws-sdk-pipes/client_api.rb +180 -120
- data/lib/aws-sdk-pipes/errors.rb +14 -14
- data/lib/aws-sdk-pipes/types.rb +957 -690
- data/lib/aws-sdk-pipes/waiters.rb +15 -0
- data/lib/aws-sdk-pipes.rb +2 -1
- data/sig/client.rbs +402 -336
- data/sig/errors.rbs +3 -3
- data/sig/types.rbs +164 -124
- metadata +5 -4
data/lib/aws-sdk-pipes/client.rb
CHANGED
@@ -417,35 +417,26 @@ module Aws::Pipes
|
|
417
417
|
# targets and reduces the need for specialized knowledge and integration
|
418
418
|
# code.
|
419
419
|
#
|
420
|
+
# @option params [required, String] :name
|
421
|
+
# The name of the pipe.
|
422
|
+
#
|
420
423
|
# @option params [String] :description
|
421
424
|
# A description of the pipe.
|
422
425
|
#
|
423
426
|
# @option params [String] :desired_state
|
424
427
|
# The state the pipe should be in.
|
425
428
|
#
|
426
|
-
# @option params [String] :enrichment
|
427
|
-
# The ARN of the enrichment resource.
|
428
|
-
#
|
429
|
-
# @option params [Types::PipeEnrichmentParameters] :enrichment_parameters
|
430
|
-
# The parameters required to set up enrichment on your pipe.
|
431
|
-
#
|
432
|
-
# @option params [Types::PipeLogConfigurationParameters] :log_configuration
|
433
|
-
# The logging configuration settings for the pipe.
|
434
|
-
#
|
435
|
-
# @option params [required, String] :name
|
436
|
-
# The name of the pipe.
|
437
|
-
#
|
438
|
-
# @option params [required, String] :role_arn
|
439
|
-
# The ARN of the role that allows the pipe to send data to the target.
|
440
|
-
#
|
441
429
|
# @option params [required, String] :source
|
442
430
|
# The ARN of the source resource.
|
443
431
|
#
|
444
432
|
# @option params [Types::PipeSourceParameters] :source_parameters
|
445
433
|
# The parameters required to set up a source for your pipe.
|
446
434
|
#
|
447
|
-
# @option params [
|
448
|
-
# The
|
435
|
+
# @option params [String] :enrichment
|
436
|
+
# The ARN of the enrichment resource.
|
437
|
+
#
|
438
|
+
# @option params [Types::PipeEnrichmentParameters] :enrichment_parameters
|
439
|
+
# The parameters required to set up enrichment on your pipe.
|
449
440
|
#
|
450
441
|
# @option params [required, String] :target
|
451
442
|
# The ARN of the target resource.
|
@@ -461,73 +452,32 @@ module Aws::Pipes
|
|
461
452
|
#
|
462
453
|
# [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-target.html
|
463
454
|
#
|
455
|
+
# @option params [required, String] :role_arn
|
456
|
+
# The ARN of the role that allows the pipe to send data to the target.
|
457
|
+
#
|
458
|
+
# @option params [Hash<String,String>] :tags
|
459
|
+
# The list of key-value pairs to associate with the pipe.
|
460
|
+
#
|
461
|
+
# @option params [Types::PipeLogConfigurationParameters] :log_configuration
|
462
|
+
# The logging configuration settings for the pipe.
|
463
|
+
#
|
464
464
|
# @return [Types::CreatePipeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
465
465
|
#
|
466
466
|
# * {Types::CreatePipeResponse#arn #arn} => String
|
467
|
-
# * {Types::CreatePipeResponse#
|
468
|
-
# * {Types::CreatePipeResponse#current_state #current_state} => String
|
467
|
+
# * {Types::CreatePipeResponse#name #name} => String
|
469
468
|
# * {Types::CreatePipeResponse#desired_state #desired_state} => String
|
469
|
+
# * {Types::CreatePipeResponse#current_state #current_state} => String
|
470
|
+
# * {Types::CreatePipeResponse#creation_time #creation_time} => Time
|
470
471
|
# * {Types::CreatePipeResponse#last_modified_time #last_modified_time} => Time
|
471
|
-
# * {Types::CreatePipeResponse#name #name} => String
|
472
472
|
#
|
473
473
|
# @example Request syntax with placeholder values
|
474
474
|
#
|
475
475
|
# resp = client.create_pipe({
|
476
|
+
# name: "PipeName", # required
|
476
477
|
# description: "PipeDescription",
|
477
478
|
# desired_state: "RUNNING", # accepts RUNNING, STOPPED
|
478
|
-
# enrichment: "OptionalArn",
|
479
|
-
# enrichment_parameters: {
|
480
|
-
# http_parameters: {
|
481
|
-
# header_parameters: {
|
482
|
-
# "HeaderKey" => "HeaderValue",
|
483
|
-
# },
|
484
|
-
# path_parameter_values: ["PathParameter"],
|
485
|
-
# query_string_parameters: {
|
486
|
-
# "QueryStringKey" => "QueryStringValue",
|
487
|
-
# },
|
488
|
-
# },
|
489
|
-
# input_template: "InputTemplate",
|
490
|
-
# },
|
491
|
-
# log_configuration: {
|
492
|
-
# cloudwatch_logs_log_destination: {
|
493
|
-
# log_group_arn: "CloudwatchLogGroupArn", # required
|
494
|
-
# },
|
495
|
-
# firehose_log_destination: {
|
496
|
-
# delivery_stream_arn: "FirehoseArn", # required
|
497
|
-
# },
|
498
|
-
# include_execution_data: ["ALL"], # accepts ALL
|
499
|
-
# level: "OFF", # required, accepts OFF, ERROR, INFO, TRACE
|
500
|
-
# s3_log_destination: {
|
501
|
-
# bucket_name: "S3LogDestinationParametersBucketNameString", # required
|
502
|
-
# bucket_owner: "S3LogDestinationParametersBucketOwnerString", # required
|
503
|
-
# output_format: "json", # accepts json, plain, w3c
|
504
|
-
# prefix: "S3LogDestinationParametersPrefixString",
|
505
|
-
# },
|
506
|
-
# },
|
507
|
-
# name: "PipeName", # required
|
508
|
-
# role_arn: "RoleArn", # required
|
509
479
|
# source: "ArnOrUrl", # required
|
510
480
|
# source_parameters: {
|
511
|
-
# active_mq_broker_parameters: {
|
512
|
-
# batch_size: 1,
|
513
|
-
# credentials: { # required
|
514
|
-
# basic_auth: "SecretManagerArn",
|
515
|
-
# },
|
516
|
-
# maximum_batching_window_in_seconds: 1,
|
517
|
-
# queue_name: "MQBrokerQueueName", # required
|
518
|
-
# },
|
519
|
-
# dynamo_db_stream_parameters: {
|
520
|
-
# batch_size: 1,
|
521
|
-
# dead_letter_config: {
|
522
|
-
# arn: "Arn",
|
523
|
-
# },
|
524
|
-
# maximum_batching_window_in_seconds: 1,
|
525
|
-
# maximum_record_age_in_seconds: 1,
|
526
|
-
# maximum_retry_attempts: 1,
|
527
|
-
# on_partial_batch_item_failure: "AUTOMATIC_BISECT", # accepts AUTOMATIC_BISECT
|
528
|
-
# parallelization_factor: 1,
|
529
|
-
# starting_position: "TRIM_HORIZON", # required, accepts TRIM_HORIZON, LATEST
|
530
|
-
# },
|
531
481
|
# filter_criteria: {
|
532
482
|
# filters: [
|
533
483
|
# {
|
@@ -540,121 +490,139 @@ module Aws::Pipes
|
|
540
490
|
# dead_letter_config: {
|
541
491
|
# arn: "Arn",
|
542
492
|
# },
|
493
|
+
# on_partial_batch_item_failure: "AUTOMATIC_BISECT", # accepts AUTOMATIC_BISECT
|
543
494
|
# maximum_batching_window_in_seconds: 1,
|
544
495
|
# maximum_record_age_in_seconds: 1,
|
545
496
|
# maximum_retry_attempts: 1,
|
546
|
-
# on_partial_batch_item_failure: "AUTOMATIC_BISECT", # accepts AUTOMATIC_BISECT
|
547
497
|
# parallelization_factor: 1,
|
548
498
|
# starting_position: "TRIM_HORIZON", # required, accepts TRIM_HORIZON, LATEST, AT_TIMESTAMP
|
549
499
|
# starting_position_timestamp: Time.now,
|
550
500
|
# },
|
551
|
-
#
|
501
|
+
# dynamo_db_stream_parameters: {
|
552
502
|
# batch_size: 1,
|
553
|
-
#
|
554
|
-
#
|
555
|
-
# client_certificate_tls_auth: "SecretManagerArn",
|
556
|
-
# sasl_scram_512_auth: "SecretManagerArn",
|
503
|
+
# dead_letter_config: {
|
504
|
+
# arn: "Arn",
|
557
505
|
# },
|
506
|
+
# on_partial_batch_item_failure: "AUTOMATIC_BISECT", # accepts AUTOMATIC_BISECT
|
558
507
|
# maximum_batching_window_in_seconds: 1,
|
559
|
-
#
|
560
|
-
#
|
508
|
+
# maximum_record_age_in_seconds: 1,
|
509
|
+
# maximum_retry_attempts: 1,
|
510
|
+
# parallelization_factor: 1,
|
511
|
+
# starting_position: "TRIM_HORIZON", # required, accepts TRIM_HORIZON, LATEST
|
561
512
|
# },
|
562
|
-
#
|
513
|
+
# sqs_queue_parameters: {
|
563
514
|
# batch_size: 1,
|
515
|
+
# maximum_batching_window_in_seconds: 1,
|
516
|
+
# },
|
517
|
+
# active_mq_broker_parameters: {
|
564
518
|
# credentials: { # required
|
565
519
|
# basic_auth: "SecretManagerArn",
|
566
520
|
# },
|
521
|
+
# queue_name: "MQBrokerQueueName", # required
|
522
|
+
# batch_size: 1,
|
567
523
|
# maximum_batching_window_in_seconds: 1,
|
524
|
+
# },
|
525
|
+
# rabbit_mq_broker_parameters: {
|
526
|
+
# credentials: { # required
|
527
|
+
# basic_auth: "SecretManagerArn",
|
528
|
+
# },
|
568
529
|
# queue_name: "MQBrokerQueueName", # required
|
569
530
|
# virtual_host: "URI",
|
531
|
+
# batch_size: 1,
|
532
|
+
# maximum_batching_window_in_seconds: 1,
|
533
|
+
# },
|
534
|
+
# managed_streaming_kafka_parameters: {
|
535
|
+
# topic_name: "KafkaTopicName", # required
|
536
|
+
# starting_position: "TRIM_HORIZON", # accepts TRIM_HORIZON, LATEST
|
537
|
+
# batch_size: 1,
|
538
|
+
# maximum_batching_window_in_seconds: 1,
|
539
|
+
# consumer_group_id: "URI",
|
540
|
+
# credentials: {
|
541
|
+
# sasl_scram_512_auth: "SecretManagerArn",
|
542
|
+
# client_certificate_tls_auth: "SecretManagerArn",
|
543
|
+
# },
|
570
544
|
# },
|
571
545
|
# self_managed_kafka_parameters: {
|
546
|
+
# topic_name: "KafkaTopicName", # required
|
547
|
+
# starting_position: "TRIM_HORIZON", # accepts TRIM_HORIZON, LATEST
|
572
548
|
# additional_bootstrap_servers: ["EndpointString"],
|
573
549
|
# batch_size: 1,
|
550
|
+
# maximum_batching_window_in_seconds: 1,
|
574
551
|
# consumer_group_id: "URI",
|
575
552
|
# credentials: {
|
576
553
|
# basic_auth: "SecretManagerArn",
|
577
|
-
# client_certificate_tls_auth: "SecretManagerArn",
|
578
|
-
# sasl_scram_256_auth: "SecretManagerArn",
|
579
554
|
# sasl_scram_512_auth: "SecretManagerArn",
|
555
|
+
# sasl_scram_256_auth: "SecretManagerArn",
|
556
|
+
# client_certificate_tls_auth: "SecretManagerArn",
|
580
557
|
# },
|
581
|
-
# maximum_batching_window_in_seconds: 1,
|
582
558
|
# server_root_ca_certificate: "SecretManagerArn",
|
583
|
-
# starting_position: "TRIM_HORIZON", # accepts TRIM_HORIZON, LATEST
|
584
|
-
# topic_name: "KafkaTopicName", # required
|
585
559
|
# vpc: {
|
586
|
-
# security_group: ["SecurityGroupId"],
|
587
560
|
# subnets: ["SubnetId"],
|
561
|
+
# security_group: ["SecurityGroupId"],
|
588
562
|
# },
|
589
563
|
# },
|
590
|
-
# sqs_queue_parameters: {
|
591
|
-
# batch_size: 1,
|
592
|
-
# maximum_batching_window_in_seconds: 1,
|
593
|
-
# },
|
594
564
|
# },
|
595
|
-
#
|
596
|
-
#
|
565
|
+
# enrichment: "OptionalArn",
|
566
|
+
# enrichment_parameters: {
|
567
|
+
# input_template: "InputTemplate",
|
568
|
+
# http_parameters: {
|
569
|
+
# path_parameter_values: ["PathParameter"],
|
570
|
+
# header_parameters: {
|
571
|
+
# "HeaderKey" => "HeaderValue",
|
572
|
+
# },
|
573
|
+
# query_string_parameters: {
|
574
|
+
# "QueryStringKey" => "QueryStringValue",
|
575
|
+
# },
|
576
|
+
# },
|
597
577
|
# },
|
598
578
|
# target: "Arn", # required
|
599
579
|
# target_parameters: {
|
600
|
-
#
|
601
|
-
#
|
602
|
-
#
|
603
|
-
# },
|
604
|
-
# container_overrides: {
|
605
|
-
# command: ["String"],
|
606
|
-
# environment: [
|
607
|
-
# {
|
608
|
-
# name: "String",
|
609
|
-
# value: "String",
|
610
|
-
# },
|
611
|
-
# ],
|
612
|
-
# instance_type: "String",
|
613
|
-
# resource_requirements: [
|
614
|
-
# {
|
615
|
-
# type: "GPU", # required, accepts GPU, MEMORY, VCPU
|
616
|
-
# value: "String", # required
|
617
|
-
# },
|
618
|
-
# ],
|
619
|
-
# },
|
620
|
-
# depends_on: [
|
621
|
-
# {
|
622
|
-
# job_id: "String",
|
623
|
-
# type: "N_TO_N", # accepts N_TO_N, SEQUENTIAL
|
624
|
-
# },
|
625
|
-
# ],
|
626
|
-
# job_definition: "String", # required
|
627
|
-
# job_name: "String", # required
|
628
|
-
# parameters: {
|
629
|
-
# "String" => "String",
|
630
|
-
# },
|
631
|
-
# retry_strategy: {
|
632
|
-
# attempts: 1,
|
633
|
-
# },
|
580
|
+
# input_template: "InputTemplate",
|
581
|
+
# lambda_function_parameters: {
|
582
|
+
# invocation_type: "REQUEST_RESPONSE", # accepts REQUEST_RESPONSE, FIRE_AND_FORGET
|
634
583
|
# },
|
635
|
-
#
|
636
|
-
#
|
637
|
-
#
|
584
|
+
# step_function_state_machine_parameters: {
|
585
|
+
# invocation_type: "REQUEST_RESPONSE", # accepts REQUEST_RESPONSE, FIRE_AND_FORGET
|
586
|
+
# },
|
587
|
+
# kinesis_stream_parameters: {
|
588
|
+
# partition_key: "KinesisPartitionKey", # required
|
638
589
|
# },
|
639
590
|
# ecs_task_parameters: {
|
591
|
+
# task_definition_arn: "ArnOrJsonPath", # required
|
592
|
+
# task_count: 1,
|
593
|
+
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
594
|
+
# network_configuration: {
|
595
|
+
# awsvpc_configuration: {
|
596
|
+
# subnets: ["Subnet"], # required
|
597
|
+
# security_groups: ["SecurityGroup"],
|
598
|
+
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
599
|
+
# },
|
600
|
+
# },
|
601
|
+
# platform_version: "String",
|
602
|
+
# group: "String",
|
640
603
|
# capacity_provider_strategy: [
|
641
604
|
# {
|
642
|
-
# base: 1,
|
643
605
|
# capacity_provider: "CapacityProvider", # required
|
644
606
|
# weight: 1,
|
607
|
+
# base: 1,
|
645
608
|
# },
|
646
609
|
# ],
|
647
610
|
# enable_ecs_managed_tags: false,
|
648
611
|
# enable_execute_command: false,
|
649
|
-
#
|
650
|
-
#
|
651
|
-
#
|
652
|
-
#
|
653
|
-
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
654
|
-
# security_groups: ["SecurityGroup"],
|
655
|
-
# subnets: ["Subnet"], # required
|
612
|
+
# placement_constraints: [
|
613
|
+
# {
|
614
|
+
# type: "distinctInstance", # accepts distinctInstance, memberOf
|
615
|
+
# expression: "PlacementConstraintExpression",
|
656
616
|
# },
|
657
|
-
#
|
617
|
+
# ],
|
618
|
+
# placement_strategy: [
|
619
|
+
# {
|
620
|
+
# type: "random", # accepts random, spread, binpack
|
621
|
+
# field: "PlacementStrategyField",
|
622
|
+
# },
|
623
|
+
# ],
|
624
|
+
# propagate_tags: "TASK_DEFINITION", # accepts TASK_DEFINITION
|
625
|
+
# reference_id: "ReferenceId",
|
658
626
|
# overrides: {
|
659
627
|
# container_overrides: [
|
660
628
|
# {
|
@@ -697,60 +665,68 @@ module Aws::Pipes
|
|
697
665
|
# memory: "String",
|
698
666
|
# task_role_arn: "ArnOrJsonPath",
|
699
667
|
# },
|
700
|
-
#
|
701
|
-
# {
|
702
|
-
# expression: "PlacementConstraintExpression",
|
703
|
-
# type: "distinctInstance", # accepts distinctInstance, memberOf
|
704
|
-
# },
|
705
|
-
# ],
|
706
|
-
# placement_strategy: [
|
668
|
+
# tags: [
|
707
669
|
# {
|
708
|
-
#
|
709
|
-
#
|
670
|
+
# key: "TagKey", # required
|
671
|
+
# value: "TagValue", # required
|
710
672
|
# },
|
711
673
|
# ],
|
712
|
-
#
|
713
|
-
#
|
714
|
-
#
|
715
|
-
#
|
674
|
+
# },
|
675
|
+
# batch_job_parameters: {
|
676
|
+
# job_definition: "String", # required
|
677
|
+
# job_name: "String", # required
|
678
|
+
# array_properties: {
|
679
|
+
# size: 1,
|
680
|
+
# },
|
681
|
+
# retry_strategy: {
|
682
|
+
# attempts: 1,
|
683
|
+
# },
|
684
|
+
# container_overrides: {
|
685
|
+
# command: ["String"],
|
686
|
+
# environment: [
|
687
|
+
# {
|
688
|
+
# name: "String",
|
689
|
+
# value: "String",
|
690
|
+
# },
|
691
|
+
# ],
|
692
|
+
# instance_type: "String",
|
693
|
+
# resource_requirements: [
|
694
|
+
# {
|
695
|
+
# type: "GPU", # required, accepts GPU, MEMORY, VCPU
|
696
|
+
# value: "String", # required
|
697
|
+
# },
|
698
|
+
# ],
|
699
|
+
# },
|
700
|
+
# depends_on: [
|
716
701
|
# {
|
717
|
-
#
|
718
|
-
#
|
702
|
+
# job_id: "String",
|
703
|
+
# type: "N_TO_N", # accepts N_TO_N, SEQUENTIAL
|
719
704
|
# },
|
720
705
|
# ],
|
721
|
-
#
|
722
|
-
#
|
706
|
+
# parameters: {
|
707
|
+
# "String" => "String",
|
708
|
+
# },
|
723
709
|
# },
|
724
|
-
#
|
725
|
-
#
|
726
|
-
#
|
727
|
-
# resources: ["ArnOrJsonPath"],
|
728
|
-
# source: "EventBridgeEventSource",
|
729
|
-
# time: "JsonPath",
|
710
|
+
# sqs_queue_parameters: {
|
711
|
+
# message_group_id: "MessageGroupId",
|
712
|
+
# message_deduplication_id: "MessageDeduplicationId",
|
730
713
|
# },
|
731
714
|
# http_parameters: {
|
715
|
+
# path_parameter_values: ["PathParameter"],
|
732
716
|
# header_parameters: {
|
733
717
|
# "HeaderKey" => "HeaderValue",
|
734
718
|
# },
|
735
|
-
# path_parameter_values: ["PathParameter"],
|
736
719
|
# query_string_parameters: {
|
737
720
|
# "QueryStringKey" => "QueryStringValue",
|
738
721
|
# },
|
739
722
|
# },
|
740
|
-
# input_template: "InputTemplate",
|
741
|
-
# kinesis_stream_parameters: {
|
742
|
-
# partition_key: "KinesisPartitionKey", # required
|
743
|
-
# },
|
744
|
-
# lambda_function_parameters: {
|
745
|
-
# invocation_type: "REQUEST_RESPONSE", # accepts REQUEST_RESPONSE, FIRE_AND_FORGET
|
746
|
-
# },
|
747
723
|
# redshift_data_parameters: {
|
724
|
+
# secret_manager_arn: "SecretManagerArnOrJsonPath",
|
748
725
|
# database: "Database", # required
|
749
726
|
# db_user: "DbUser",
|
750
|
-
# secret_manager_arn: "SecretManagerArnOrJsonPath",
|
751
|
-
# sqls: ["Sql"], # required
|
752
727
|
# statement_name: "StatementName",
|
753
728
|
# with_event: false,
|
729
|
+
# sqls: ["Sql"], # required
|
754
730
|
# },
|
755
731
|
# sage_maker_pipeline_parameters: {
|
756
732
|
# pipeline_parameter_list: [
|
@@ -760,24 +736,81 @@ module Aws::Pipes
|
|
760
736
|
# },
|
761
737
|
# ],
|
762
738
|
# },
|
763
|
-
#
|
764
|
-
#
|
765
|
-
#
|
739
|
+
# event_bridge_event_bus_parameters: {
|
740
|
+
# endpoint_id: "EventBridgeEndpointId",
|
741
|
+
# detail_type: "EventBridgeDetailType",
|
742
|
+
# source: "EventBridgeEventSource",
|
743
|
+
# resources: ["ArnOrJsonPath"],
|
744
|
+
# time: "JsonPath",
|
766
745
|
# },
|
767
|
-
#
|
768
|
-
#
|
746
|
+
# cloud_watch_logs_parameters: {
|
747
|
+
# log_stream_name: "LogStreamName",
|
748
|
+
# timestamp: "JsonPath",
|
749
|
+
# },
|
750
|
+
# timestream_parameters: {
|
751
|
+
# time_value: "TimeValue", # required
|
752
|
+
# epoch_time_unit: "MILLISECONDS", # accepts MILLISECONDS, SECONDS, MICROSECONDS, NANOSECONDS
|
753
|
+
# time_field_type: "EPOCH", # accepts EPOCH, TIMESTAMP_FORMAT
|
754
|
+
# timestamp_format: "TimestampFormat",
|
755
|
+
# version_value: "VersionValue", # required
|
756
|
+
# dimension_mappings: [ # required
|
757
|
+
# {
|
758
|
+
# dimension_value: "DimensionValue", # required
|
759
|
+
# dimension_value_type: "VARCHAR", # required, accepts VARCHAR
|
760
|
+
# dimension_name: "DimensionName", # required
|
761
|
+
# },
|
762
|
+
# ],
|
763
|
+
# single_measure_mappings: [
|
764
|
+
# {
|
765
|
+
# measure_value: "MeasureValue", # required
|
766
|
+
# measure_value_type: "DOUBLE", # required, accepts DOUBLE, BIGINT, VARCHAR, BOOLEAN, TIMESTAMP
|
767
|
+
# measure_name: "MeasureName", # required
|
768
|
+
# },
|
769
|
+
# ],
|
770
|
+
# multi_measure_mappings: [
|
771
|
+
# {
|
772
|
+
# multi_measure_name: "MultiMeasureName", # required
|
773
|
+
# multi_measure_attribute_mappings: [ # required
|
774
|
+
# {
|
775
|
+
# measure_value: "MeasureValue", # required
|
776
|
+
# measure_value_type: "DOUBLE", # required, accepts DOUBLE, BIGINT, VARCHAR, BOOLEAN, TIMESTAMP
|
777
|
+
# multi_measure_attribute_name: "MultiMeasureAttributeName", # required
|
778
|
+
# },
|
779
|
+
# ],
|
780
|
+
# },
|
781
|
+
# ],
|
782
|
+
# },
|
783
|
+
# },
|
784
|
+
# role_arn: "RoleArn", # required
|
785
|
+
# tags: {
|
786
|
+
# "TagKey" => "TagValue",
|
787
|
+
# },
|
788
|
+
# log_configuration: {
|
789
|
+
# s3_log_destination: {
|
790
|
+
# bucket_name: "S3LogDestinationParametersBucketNameString", # required
|
791
|
+
# bucket_owner: "S3LogDestinationParametersBucketOwnerString", # required
|
792
|
+
# output_format: "json", # accepts json, plain, w3c
|
793
|
+
# prefix: "S3LogDestinationParametersPrefixString",
|
794
|
+
# },
|
795
|
+
# firehose_log_destination: {
|
796
|
+
# delivery_stream_arn: "FirehoseArn", # required
|
797
|
+
# },
|
798
|
+
# cloudwatch_logs_log_destination: {
|
799
|
+
# log_group_arn: "CloudwatchLogGroupArn", # required
|
769
800
|
# },
|
801
|
+
# level: "OFF", # required, accepts OFF, ERROR, INFO, TRACE
|
802
|
+
# include_execution_data: ["ALL"], # accepts ALL
|
770
803
|
# },
|
771
804
|
# })
|
772
805
|
#
|
773
806
|
# @example Response structure
|
774
807
|
#
|
775
808
|
# resp.arn #=> String
|
776
|
-
# resp.
|
777
|
-
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
809
|
+
# resp.name #=> String
|
778
810
|
# resp.desired_state #=> String, one of "RUNNING", "STOPPED"
|
811
|
+
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
812
|
+
# resp.creation_time #=> Time
|
779
813
|
# resp.last_modified_time #=> Time
|
780
|
-
# resp.name #=> String
|
781
814
|
#
|
782
815
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/CreatePipe AWS API Documentation
|
783
816
|
#
|
@@ -801,11 +834,11 @@ module Aws::Pipes
|
|
801
834
|
# @return [Types::DeletePipeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
802
835
|
#
|
803
836
|
# * {Types::DeletePipeResponse#arn #arn} => String
|
804
|
-
# * {Types::DeletePipeResponse#
|
805
|
-
# * {Types::DeletePipeResponse#current_state #current_state} => String
|
837
|
+
# * {Types::DeletePipeResponse#name #name} => String
|
806
838
|
# * {Types::DeletePipeResponse#desired_state #desired_state} => String
|
839
|
+
# * {Types::DeletePipeResponse#current_state #current_state} => String
|
840
|
+
# * {Types::DeletePipeResponse#creation_time #creation_time} => Time
|
807
841
|
# * {Types::DeletePipeResponse#last_modified_time #last_modified_time} => Time
|
808
|
-
# * {Types::DeletePipeResponse#name #name} => String
|
809
842
|
#
|
810
843
|
# @example Request syntax with placeholder values
|
811
844
|
#
|
@@ -816,11 +849,11 @@ module Aws::Pipes
|
|
816
849
|
# @example Response structure
|
817
850
|
#
|
818
851
|
# resp.arn #=> String
|
819
|
-
# resp.
|
820
|
-
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
852
|
+
# resp.name #=> String
|
821
853
|
# resp.desired_state #=> String, one of "RUNNING", "STOPPED", "DELETED"
|
854
|
+
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
855
|
+
# resp.creation_time #=> Time
|
822
856
|
# resp.last_modified_time #=> Time
|
823
|
-
# resp.name #=> String
|
824
857
|
#
|
825
858
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/DeletePipe AWS API Documentation
|
826
859
|
#
|
@@ -845,22 +878,22 @@ module Aws::Pipes
|
|
845
878
|
# @return [Types::DescribePipeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
846
879
|
#
|
847
880
|
# * {Types::DescribePipeResponse#arn #arn} => String
|
848
|
-
# * {Types::DescribePipeResponse#
|
849
|
-
# * {Types::DescribePipeResponse#current_state #current_state} => String
|
881
|
+
# * {Types::DescribePipeResponse#name #name} => String
|
850
882
|
# * {Types::DescribePipeResponse#description #description} => String
|
851
883
|
# * {Types::DescribePipeResponse#desired_state #desired_state} => String
|
852
|
-
# * {Types::DescribePipeResponse#
|
853
|
-
# * {Types::DescribePipeResponse#
|
854
|
-
# * {Types::DescribePipeResponse#last_modified_time #last_modified_time} => Time
|
855
|
-
# * {Types::DescribePipeResponse#log_configuration #log_configuration} => Types::PipeLogConfiguration
|
856
|
-
# * {Types::DescribePipeResponse#name #name} => String
|
857
|
-
# * {Types::DescribePipeResponse#role_arn #role_arn} => String
|
884
|
+
# * {Types::DescribePipeResponse#current_state #current_state} => String
|
885
|
+
# * {Types::DescribePipeResponse#state_reason #state_reason} => String
|
858
886
|
# * {Types::DescribePipeResponse#source #source} => String
|
859
887
|
# * {Types::DescribePipeResponse#source_parameters #source_parameters} => Types::PipeSourceParameters
|
860
|
-
# * {Types::DescribePipeResponse#
|
861
|
-
# * {Types::DescribePipeResponse#
|
888
|
+
# * {Types::DescribePipeResponse#enrichment #enrichment} => String
|
889
|
+
# * {Types::DescribePipeResponse#enrichment_parameters #enrichment_parameters} => Types::PipeEnrichmentParameters
|
862
890
|
# * {Types::DescribePipeResponse#target #target} => String
|
863
891
|
# * {Types::DescribePipeResponse#target_parameters #target_parameters} => Types::PipeTargetParameters
|
892
|
+
# * {Types::DescribePipeResponse#role_arn #role_arn} => String
|
893
|
+
# * {Types::DescribePipeResponse#tags #tags} => Hash<String,String>
|
894
|
+
# * {Types::DescribePipeResponse#creation_time #creation_time} => Time
|
895
|
+
# * {Types::DescribePipeResponse#last_modified_time #last_modified_time} => Time
|
896
|
+
# * {Types::DescribePipeResponse#log_configuration #log_configuration} => Types::PipeLogConfiguration
|
864
897
|
#
|
865
898
|
# @example Request syntax with placeholder values
|
866
899
|
#
|
@@ -871,121 +904,102 @@ module Aws::Pipes
|
|
871
904
|
# @example Response structure
|
872
905
|
#
|
873
906
|
# resp.arn #=> String
|
874
|
-
# resp.
|
875
|
-
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
907
|
+
# resp.name #=> String
|
876
908
|
# resp.description #=> String
|
877
909
|
# resp.desired_state #=> String, one of "RUNNING", "STOPPED", "DELETED"
|
878
|
-
# resp.
|
879
|
-
# resp.
|
880
|
-
# resp.enrichment_parameters.http_parameters.header_parameters["HeaderKey"] #=> String
|
881
|
-
# resp.enrichment_parameters.http_parameters.path_parameter_values #=> Array
|
882
|
-
# resp.enrichment_parameters.http_parameters.path_parameter_values[0] #=> String
|
883
|
-
# resp.enrichment_parameters.http_parameters.query_string_parameters #=> Hash
|
884
|
-
# resp.enrichment_parameters.http_parameters.query_string_parameters["QueryStringKey"] #=> String
|
885
|
-
# resp.enrichment_parameters.input_template #=> String
|
886
|
-
# resp.last_modified_time #=> Time
|
887
|
-
# resp.log_configuration.cloudwatch_logs_log_destination.log_group_arn #=> String
|
888
|
-
# resp.log_configuration.firehose_log_destination.delivery_stream_arn #=> String
|
889
|
-
# resp.log_configuration.include_execution_data #=> Array
|
890
|
-
# resp.log_configuration.include_execution_data[0] #=> String, one of "ALL"
|
891
|
-
# resp.log_configuration.level #=> String, one of "OFF", "ERROR", "INFO", "TRACE"
|
892
|
-
# resp.log_configuration.s3_log_destination.bucket_name #=> String
|
893
|
-
# resp.log_configuration.s3_log_destination.bucket_owner #=> String
|
894
|
-
# resp.log_configuration.s3_log_destination.output_format #=> String, one of "json", "plain", "w3c"
|
895
|
-
# resp.log_configuration.s3_log_destination.prefix #=> String
|
896
|
-
# resp.name #=> String
|
897
|
-
# resp.role_arn #=> String
|
910
|
+
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
911
|
+
# resp.state_reason #=> String
|
898
912
|
# resp.source #=> String
|
899
|
-
# resp.source_parameters.active_mq_broker_parameters.batch_size #=> Integer
|
900
|
-
# resp.source_parameters.active_mq_broker_parameters.credentials.basic_auth #=> String
|
901
|
-
# resp.source_parameters.active_mq_broker_parameters.maximum_batching_window_in_seconds #=> Integer
|
902
|
-
# resp.source_parameters.active_mq_broker_parameters.queue_name #=> String
|
903
|
-
# resp.source_parameters.dynamo_db_stream_parameters.batch_size #=> Integer
|
904
|
-
# resp.source_parameters.dynamo_db_stream_parameters.dead_letter_config.arn #=> String
|
905
|
-
# resp.source_parameters.dynamo_db_stream_parameters.maximum_batching_window_in_seconds #=> Integer
|
906
|
-
# resp.source_parameters.dynamo_db_stream_parameters.maximum_record_age_in_seconds #=> Integer
|
907
|
-
# resp.source_parameters.dynamo_db_stream_parameters.maximum_retry_attempts #=> Integer
|
908
|
-
# resp.source_parameters.dynamo_db_stream_parameters.on_partial_batch_item_failure #=> String, one of "AUTOMATIC_BISECT"
|
909
|
-
# resp.source_parameters.dynamo_db_stream_parameters.parallelization_factor #=> Integer
|
910
|
-
# resp.source_parameters.dynamo_db_stream_parameters.starting_position #=> String, one of "TRIM_HORIZON", "LATEST"
|
911
913
|
# resp.source_parameters.filter_criteria.filters #=> Array
|
912
914
|
# resp.source_parameters.filter_criteria.filters[0].pattern #=> String
|
913
915
|
# resp.source_parameters.kinesis_stream_parameters.batch_size #=> Integer
|
914
916
|
# resp.source_parameters.kinesis_stream_parameters.dead_letter_config.arn #=> String
|
917
|
+
# resp.source_parameters.kinesis_stream_parameters.on_partial_batch_item_failure #=> String, one of "AUTOMATIC_BISECT"
|
915
918
|
# resp.source_parameters.kinesis_stream_parameters.maximum_batching_window_in_seconds #=> Integer
|
916
919
|
# resp.source_parameters.kinesis_stream_parameters.maximum_record_age_in_seconds #=> Integer
|
917
920
|
# resp.source_parameters.kinesis_stream_parameters.maximum_retry_attempts #=> Integer
|
918
|
-
# resp.source_parameters.kinesis_stream_parameters.on_partial_batch_item_failure #=> String, one of "AUTOMATIC_BISECT"
|
919
921
|
# resp.source_parameters.kinesis_stream_parameters.parallelization_factor #=> Integer
|
920
922
|
# resp.source_parameters.kinesis_stream_parameters.starting_position #=> String, one of "TRIM_HORIZON", "LATEST", "AT_TIMESTAMP"
|
921
923
|
# resp.source_parameters.kinesis_stream_parameters.starting_position_timestamp #=> Time
|
922
|
-
# resp.source_parameters.
|
923
|
-
# resp.source_parameters.
|
924
|
-
# resp.source_parameters.
|
925
|
-
# resp.source_parameters.
|
926
|
-
# resp.source_parameters.
|
927
|
-
# resp.source_parameters.
|
928
|
-
# resp.source_parameters.
|
929
|
-
# resp.source_parameters.
|
924
|
+
# resp.source_parameters.dynamo_db_stream_parameters.batch_size #=> Integer
|
925
|
+
# resp.source_parameters.dynamo_db_stream_parameters.dead_letter_config.arn #=> String
|
926
|
+
# resp.source_parameters.dynamo_db_stream_parameters.on_partial_batch_item_failure #=> String, one of "AUTOMATIC_BISECT"
|
927
|
+
# resp.source_parameters.dynamo_db_stream_parameters.maximum_batching_window_in_seconds #=> Integer
|
928
|
+
# resp.source_parameters.dynamo_db_stream_parameters.maximum_record_age_in_seconds #=> Integer
|
929
|
+
# resp.source_parameters.dynamo_db_stream_parameters.maximum_retry_attempts #=> Integer
|
930
|
+
# resp.source_parameters.dynamo_db_stream_parameters.parallelization_factor #=> Integer
|
931
|
+
# resp.source_parameters.dynamo_db_stream_parameters.starting_position #=> String, one of "TRIM_HORIZON", "LATEST"
|
932
|
+
# resp.source_parameters.sqs_queue_parameters.batch_size #=> Integer
|
933
|
+
# resp.source_parameters.sqs_queue_parameters.maximum_batching_window_in_seconds #=> Integer
|
934
|
+
# resp.source_parameters.active_mq_broker_parameters.credentials.basic_auth #=> String
|
935
|
+
# resp.source_parameters.active_mq_broker_parameters.queue_name #=> String
|
936
|
+
# resp.source_parameters.active_mq_broker_parameters.batch_size #=> Integer
|
937
|
+
# resp.source_parameters.active_mq_broker_parameters.maximum_batching_window_in_seconds #=> Integer
|
930
938
|
# resp.source_parameters.rabbit_mq_broker_parameters.credentials.basic_auth #=> String
|
931
|
-
# resp.source_parameters.rabbit_mq_broker_parameters.maximum_batching_window_in_seconds #=> Integer
|
932
939
|
# resp.source_parameters.rabbit_mq_broker_parameters.queue_name #=> String
|
933
940
|
# resp.source_parameters.rabbit_mq_broker_parameters.virtual_host #=> String
|
941
|
+
# resp.source_parameters.rabbit_mq_broker_parameters.batch_size #=> Integer
|
942
|
+
# resp.source_parameters.rabbit_mq_broker_parameters.maximum_batching_window_in_seconds #=> Integer
|
943
|
+
# resp.source_parameters.managed_streaming_kafka_parameters.topic_name #=> String
|
944
|
+
# resp.source_parameters.managed_streaming_kafka_parameters.starting_position #=> String, one of "TRIM_HORIZON", "LATEST"
|
945
|
+
# resp.source_parameters.managed_streaming_kafka_parameters.batch_size #=> Integer
|
946
|
+
# resp.source_parameters.managed_streaming_kafka_parameters.maximum_batching_window_in_seconds #=> Integer
|
947
|
+
# resp.source_parameters.managed_streaming_kafka_parameters.consumer_group_id #=> String
|
948
|
+
# resp.source_parameters.managed_streaming_kafka_parameters.credentials.sasl_scram_512_auth #=> String
|
949
|
+
# resp.source_parameters.managed_streaming_kafka_parameters.credentials.client_certificate_tls_auth #=> String
|
950
|
+
# resp.source_parameters.self_managed_kafka_parameters.topic_name #=> String
|
951
|
+
# resp.source_parameters.self_managed_kafka_parameters.starting_position #=> String, one of "TRIM_HORIZON", "LATEST"
|
934
952
|
# resp.source_parameters.self_managed_kafka_parameters.additional_bootstrap_servers #=> Array
|
935
953
|
# resp.source_parameters.self_managed_kafka_parameters.additional_bootstrap_servers[0] #=> String
|
936
954
|
# resp.source_parameters.self_managed_kafka_parameters.batch_size #=> Integer
|
955
|
+
# resp.source_parameters.self_managed_kafka_parameters.maximum_batching_window_in_seconds #=> Integer
|
937
956
|
# resp.source_parameters.self_managed_kafka_parameters.consumer_group_id #=> String
|
938
957
|
# resp.source_parameters.self_managed_kafka_parameters.credentials.basic_auth #=> String
|
939
|
-
# resp.source_parameters.self_managed_kafka_parameters.credentials.client_certificate_tls_auth #=> String
|
940
|
-
# resp.source_parameters.self_managed_kafka_parameters.credentials.sasl_scram_256_auth #=> String
|
941
958
|
# resp.source_parameters.self_managed_kafka_parameters.credentials.sasl_scram_512_auth #=> String
|
942
|
-
# resp.source_parameters.self_managed_kafka_parameters.
|
959
|
+
# resp.source_parameters.self_managed_kafka_parameters.credentials.sasl_scram_256_auth #=> String
|
960
|
+
# resp.source_parameters.self_managed_kafka_parameters.credentials.client_certificate_tls_auth #=> String
|
943
961
|
# resp.source_parameters.self_managed_kafka_parameters.server_root_ca_certificate #=> String
|
944
|
-
# resp.source_parameters.self_managed_kafka_parameters.starting_position #=> String, one of "TRIM_HORIZON", "LATEST"
|
945
|
-
# resp.source_parameters.self_managed_kafka_parameters.topic_name #=> String
|
946
|
-
# resp.source_parameters.self_managed_kafka_parameters.vpc.security_group #=> Array
|
947
|
-
# resp.source_parameters.self_managed_kafka_parameters.vpc.security_group[0] #=> String
|
948
962
|
# resp.source_parameters.self_managed_kafka_parameters.vpc.subnets #=> Array
|
949
963
|
# resp.source_parameters.self_managed_kafka_parameters.vpc.subnets[0] #=> String
|
950
|
-
# resp.source_parameters.
|
951
|
-
# resp.source_parameters.
|
952
|
-
# resp.
|
953
|
-
# resp.
|
954
|
-
# resp.
|
964
|
+
# resp.source_parameters.self_managed_kafka_parameters.vpc.security_group #=> Array
|
965
|
+
# resp.source_parameters.self_managed_kafka_parameters.vpc.security_group[0] #=> String
|
966
|
+
# resp.enrichment #=> String
|
967
|
+
# resp.enrichment_parameters.input_template #=> String
|
968
|
+
# resp.enrichment_parameters.http_parameters.path_parameter_values #=> Array
|
969
|
+
# resp.enrichment_parameters.http_parameters.path_parameter_values[0] #=> String
|
970
|
+
# resp.enrichment_parameters.http_parameters.header_parameters #=> Hash
|
971
|
+
# resp.enrichment_parameters.http_parameters.header_parameters["HeaderKey"] #=> String
|
972
|
+
# resp.enrichment_parameters.http_parameters.query_string_parameters #=> Hash
|
973
|
+
# resp.enrichment_parameters.http_parameters.query_string_parameters["QueryStringKey"] #=> String
|
955
974
|
# resp.target #=> String
|
956
|
-
# resp.target_parameters.
|
957
|
-
# resp.target_parameters.
|
958
|
-
# resp.target_parameters.
|
959
|
-
# resp.target_parameters.
|
960
|
-
# resp.target_parameters.
|
961
|
-
# resp.target_parameters.
|
962
|
-
# resp.target_parameters.
|
963
|
-
# resp.target_parameters.
|
964
|
-
# resp.target_parameters.
|
965
|
-
# resp.target_parameters.
|
966
|
-
# resp.target_parameters.
|
967
|
-
# resp.target_parameters.
|
968
|
-
# resp.target_parameters.
|
969
|
-
# resp.target_parameters.
|
970
|
-
# resp.target_parameters.batch_job_parameters.job_name #=> String
|
971
|
-
# resp.target_parameters.batch_job_parameters.parameters #=> Hash
|
972
|
-
# resp.target_parameters.batch_job_parameters.parameters["String"] #=> String
|
973
|
-
# resp.target_parameters.batch_job_parameters.retry_strategy.attempts #=> Integer
|
974
|
-
# resp.target_parameters.cloud_watch_logs_parameters.log_stream_name #=> String
|
975
|
-
# resp.target_parameters.cloud_watch_logs_parameters.timestamp #=> String
|
975
|
+
# resp.target_parameters.input_template #=> String
|
976
|
+
# resp.target_parameters.lambda_function_parameters.invocation_type #=> String, one of "REQUEST_RESPONSE", "FIRE_AND_FORGET"
|
977
|
+
# resp.target_parameters.step_function_state_machine_parameters.invocation_type #=> String, one of "REQUEST_RESPONSE", "FIRE_AND_FORGET"
|
978
|
+
# resp.target_parameters.kinesis_stream_parameters.partition_key #=> String
|
979
|
+
# resp.target_parameters.ecs_task_parameters.task_definition_arn #=> String
|
980
|
+
# resp.target_parameters.ecs_task_parameters.task_count #=> Integer
|
981
|
+
# resp.target_parameters.ecs_task_parameters.launch_type #=> String, one of "EC2", "FARGATE", "EXTERNAL"
|
982
|
+
# resp.target_parameters.ecs_task_parameters.network_configuration.awsvpc_configuration.subnets #=> Array
|
983
|
+
# resp.target_parameters.ecs_task_parameters.network_configuration.awsvpc_configuration.subnets[0] #=> String
|
984
|
+
# resp.target_parameters.ecs_task_parameters.network_configuration.awsvpc_configuration.security_groups #=> Array
|
985
|
+
# resp.target_parameters.ecs_task_parameters.network_configuration.awsvpc_configuration.security_groups[0] #=> String
|
986
|
+
# resp.target_parameters.ecs_task_parameters.network_configuration.awsvpc_configuration.assign_public_ip #=> String, one of "ENABLED", "DISABLED"
|
987
|
+
# resp.target_parameters.ecs_task_parameters.platform_version #=> String
|
988
|
+
# resp.target_parameters.ecs_task_parameters.group #=> String
|
976
989
|
# resp.target_parameters.ecs_task_parameters.capacity_provider_strategy #=> Array
|
977
|
-
# resp.target_parameters.ecs_task_parameters.capacity_provider_strategy[0].base #=> Integer
|
978
990
|
# resp.target_parameters.ecs_task_parameters.capacity_provider_strategy[0].capacity_provider #=> String
|
979
991
|
# resp.target_parameters.ecs_task_parameters.capacity_provider_strategy[0].weight #=> Integer
|
992
|
+
# resp.target_parameters.ecs_task_parameters.capacity_provider_strategy[0].base #=> Integer
|
980
993
|
# resp.target_parameters.ecs_task_parameters.enable_ecs_managed_tags #=> Boolean
|
981
994
|
# resp.target_parameters.ecs_task_parameters.enable_execute_command #=> Boolean
|
982
|
-
# resp.target_parameters.ecs_task_parameters.
|
983
|
-
# resp.target_parameters.ecs_task_parameters.
|
984
|
-
# resp.target_parameters.ecs_task_parameters.
|
985
|
-
# resp.target_parameters.ecs_task_parameters.
|
986
|
-
# resp.target_parameters.ecs_task_parameters.
|
987
|
-
# resp.target_parameters.ecs_task_parameters.
|
988
|
-
# resp.target_parameters.ecs_task_parameters.
|
995
|
+
# resp.target_parameters.ecs_task_parameters.placement_constraints #=> Array
|
996
|
+
# resp.target_parameters.ecs_task_parameters.placement_constraints[0].type #=> String, one of "distinctInstance", "memberOf"
|
997
|
+
# resp.target_parameters.ecs_task_parameters.placement_constraints[0].expression #=> String
|
998
|
+
# resp.target_parameters.ecs_task_parameters.placement_strategy #=> Array
|
999
|
+
# resp.target_parameters.ecs_task_parameters.placement_strategy[0].type #=> String, one of "random", "spread", "binpack"
|
1000
|
+
# resp.target_parameters.ecs_task_parameters.placement_strategy[0].field #=> String
|
1001
|
+
# resp.target_parameters.ecs_task_parameters.propagate_tags #=> String, one of "TASK_DEFINITION"
|
1002
|
+
# resp.target_parameters.ecs_task_parameters.reference_id #=> String
|
989
1003
|
# resp.target_parameters.ecs_task_parameters.overrides.container_overrides #=> Array
|
990
1004
|
# resp.target_parameters.ecs_task_parameters.overrides.container_overrides[0].command #=> Array
|
991
1005
|
# resp.target_parameters.ecs_task_parameters.overrides.container_overrides[0].command[0] #=> String
|
@@ -1010,48 +1024,86 @@ module Aws::Pipes
|
|
1010
1024
|
# resp.target_parameters.ecs_task_parameters.overrides.inference_accelerator_overrides[0].device_type #=> String
|
1011
1025
|
# resp.target_parameters.ecs_task_parameters.overrides.memory #=> String
|
1012
1026
|
# resp.target_parameters.ecs_task_parameters.overrides.task_role_arn #=> String
|
1013
|
-
# resp.target_parameters.ecs_task_parameters.placement_constraints #=> Array
|
1014
|
-
# resp.target_parameters.ecs_task_parameters.placement_constraints[0].expression #=> String
|
1015
|
-
# resp.target_parameters.ecs_task_parameters.placement_constraints[0].type #=> String, one of "distinctInstance", "memberOf"
|
1016
|
-
# resp.target_parameters.ecs_task_parameters.placement_strategy #=> Array
|
1017
|
-
# resp.target_parameters.ecs_task_parameters.placement_strategy[0].field #=> String
|
1018
|
-
# resp.target_parameters.ecs_task_parameters.placement_strategy[0].type #=> String, one of "random", "spread", "binpack"
|
1019
|
-
# resp.target_parameters.ecs_task_parameters.platform_version #=> String
|
1020
|
-
# resp.target_parameters.ecs_task_parameters.propagate_tags #=> String, one of "TASK_DEFINITION"
|
1021
|
-
# resp.target_parameters.ecs_task_parameters.reference_id #=> String
|
1022
1027
|
# resp.target_parameters.ecs_task_parameters.tags #=> Array
|
1023
1028
|
# resp.target_parameters.ecs_task_parameters.tags[0].key #=> String
|
1024
1029
|
# resp.target_parameters.ecs_task_parameters.tags[0].value #=> String
|
1025
|
-
# resp.target_parameters.
|
1026
|
-
# resp.target_parameters.
|
1027
|
-
# resp.target_parameters.
|
1028
|
-
# resp.target_parameters.
|
1029
|
-
# resp.target_parameters.
|
1030
|
-
# resp.target_parameters.
|
1031
|
-
# resp.target_parameters.
|
1032
|
-
# resp.target_parameters.
|
1033
|
-
# resp.target_parameters.
|
1034
|
-
# resp.target_parameters.
|
1030
|
+
# resp.target_parameters.batch_job_parameters.job_definition #=> String
|
1031
|
+
# resp.target_parameters.batch_job_parameters.job_name #=> String
|
1032
|
+
# resp.target_parameters.batch_job_parameters.array_properties.size #=> Integer
|
1033
|
+
# resp.target_parameters.batch_job_parameters.retry_strategy.attempts #=> Integer
|
1034
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.command #=> Array
|
1035
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.command[0] #=> String
|
1036
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.environment #=> Array
|
1037
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.environment[0].name #=> String
|
1038
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.environment[0].value #=> String
|
1039
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.instance_type #=> String
|
1040
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.resource_requirements #=> Array
|
1041
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.resource_requirements[0].type #=> String, one of "GPU", "MEMORY", "VCPU"
|
1042
|
+
# resp.target_parameters.batch_job_parameters.container_overrides.resource_requirements[0].value #=> String
|
1043
|
+
# resp.target_parameters.batch_job_parameters.depends_on #=> Array
|
1044
|
+
# resp.target_parameters.batch_job_parameters.depends_on[0].job_id #=> String
|
1045
|
+
# resp.target_parameters.batch_job_parameters.depends_on[0].type #=> String, one of "N_TO_N", "SEQUENTIAL"
|
1046
|
+
# resp.target_parameters.batch_job_parameters.parameters #=> Hash
|
1047
|
+
# resp.target_parameters.batch_job_parameters.parameters["String"] #=> String
|
1048
|
+
# resp.target_parameters.sqs_queue_parameters.message_group_id #=> String
|
1049
|
+
# resp.target_parameters.sqs_queue_parameters.message_deduplication_id #=> String
|
1035
1050
|
# resp.target_parameters.http_parameters.path_parameter_values #=> Array
|
1036
1051
|
# resp.target_parameters.http_parameters.path_parameter_values[0] #=> String
|
1052
|
+
# resp.target_parameters.http_parameters.header_parameters #=> Hash
|
1053
|
+
# resp.target_parameters.http_parameters.header_parameters["HeaderKey"] #=> String
|
1037
1054
|
# resp.target_parameters.http_parameters.query_string_parameters #=> Hash
|
1038
1055
|
# resp.target_parameters.http_parameters.query_string_parameters["QueryStringKey"] #=> String
|
1039
|
-
# resp.target_parameters.
|
1040
|
-
# resp.target_parameters.kinesis_stream_parameters.partition_key #=> String
|
1041
|
-
# resp.target_parameters.lambda_function_parameters.invocation_type #=> String, one of "REQUEST_RESPONSE", "FIRE_AND_FORGET"
|
1056
|
+
# resp.target_parameters.redshift_data_parameters.secret_manager_arn #=> String
|
1042
1057
|
# resp.target_parameters.redshift_data_parameters.database #=> String
|
1043
1058
|
# resp.target_parameters.redshift_data_parameters.db_user #=> String
|
1044
|
-
# resp.target_parameters.redshift_data_parameters.secret_manager_arn #=> String
|
1045
|
-
# resp.target_parameters.redshift_data_parameters.sqls #=> Array
|
1046
|
-
# resp.target_parameters.redshift_data_parameters.sqls[0] #=> String
|
1047
1059
|
# resp.target_parameters.redshift_data_parameters.statement_name #=> String
|
1048
1060
|
# resp.target_parameters.redshift_data_parameters.with_event #=> Boolean
|
1061
|
+
# resp.target_parameters.redshift_data_parameters.sqls #=> Array
|
1062
|
+
# resp.target_parameters.redshift_data_parameters.sqls[0] #=> String
|
1049
1063
|
# resp.target_parameters.sage_maker_pipeline_parameters.pipeline_parameter_list #=> Array
|
1050
1064
|
# resp.target_parameters.sage_maker_pipeline_parameters.pipeline_parameter_list[0].name #=> String
|
1051
1065
|
# resp.target_parameters.sage_maker_pipeline_parameters.pipeline_parameter_list[0].value #=> String
|
1052
|
-
# resp.target_parameters.
|
1053
|
-
# resp.target_parameters.
|
1054
|
-
# resp.target_parameters.
|
1066
|
+
# resp.target_parameters.event_bridge_event_bus_parameters.endpoint_id #=> String
|
1067
|
+
# resp.target_parameters.event_bridge_event_bus_parameters.detail_type #=> String
|
1068
|
+
# resp.target_parameters.event_bridge_event_bus_parameters.source #=> String
|
1069
|
+
# resp.target_parameters.event_bridge_event_bus_parameters.resources #=> Array
|
1070
|
+
# resp.target_parameters.event_bridge_event_bus_parameters.resources[0] #=> String
|
1071
|
+
# resp.target_parameters.event_bridge_event_bus_parameters.time #=> String
|
1072
|
+
# resp.target_parameters.cloud_watch_logs_parameters.log_stream_name #=> String
|
1073
|
+
# resp.target_parameters.cloud_watch_logs_parameters.timestamp #=> String
|
1074
|
+
# resp.target_parameters.timestream_parameters.time_value #=> String
|
1075
|
+
# resp.target_parameters.timestream_parameters.epoch_time_unit #=> String, one of "MILLISECONDS", "SECONDS", "MICROSECONDS", "NANOSECONDS"
|
1076
|
+
# resp.target_parameters.timestream_parameters.time_field_type #=> String, one of "EPOCH", "TIMESTAMP_FORMAT"
|
1077
|
+
# resp.target_parameters.timestream_parameters.timestamp_format #=> String
|
1078
|
+
# resp.target_parameters.timestream_parameters.version_value #=> String
|
1079
|
+
# resp.target_parameters.timestream_parameters.dimension_mappings #=> Array
|
1080
|
+
# resp.target_parameters.timestream_parameters.dimension_mappings[0].dimension_value #=> String
|
1081
|
+
# resp.target_parameters.timestream_parameters.dimension_mappings[0].dimension_value_type #=> String, one of "VARCHAR"
|
1082
|
+
# resp.target_parameters.timestream_parameters.dimension_mappings[0].dimension_name #=> String
|
1083
|
+
# resp.target_parameters.timestream_parameters.single_measure_mappings #=> Array
|
1084
|
+
# resp.target_parameters.timestream_parameters.single_measure_mappings[0].measure_value #=> String
|
1085
|
+
# resp.target_parameters.timestream_parameters.single_measure_mappings[0].measure_value_type #=> String, one of "DOUBLE", "BIGINT", "VARCHAR", "BOOLEAN", "TIMESTAMP"
|
1086
|
+
# resp.target_parameters.timestream_parameters.single_measure_mappings[0].measure_name #=> String
|
1087
|
+
# resp.target_parameters.timestream_parameters.multi_measure_mappings #=> Array
|
1088
|
+
# resp.target_parameters.timestream_parameters.multi_measure_mappings[0].multi_measure_name #=> String
|
1089
|
+
# resp.target_parameters.timestream_parameters.multi_measure_mappings[0].multi_measure_attribute_mappings #=> Array
|
1090
|
+
# resp.target_parameters.timestream_parameters.multi_measure_mappings[0].multi_measure_attribute_mappings[0].measure_value #=> String
|
1091
|
+
# resp.target_parameters.timestream_parameters.multi_measure_mappings[0].multi_measure_attribute_mappings[0].measure_value_type #=> String, one of "DOUBLE", "BIGINT", "VARCHAR", "BOOLEAN", "TIMESTAMP"
|
1092
|
+
# resp.target_parameters.timestream_parameters.multi_measure_mappings[0].multi_measure_attribute_mappings[0].multi_measure_attribute_name #=> String
|
1093
|
+
# resp.role_arn #=> String
|
1094
|
+
# resp.tags #=> Hash
|
1095
|
+
# resp.tags["TagKey"] #=> String
|
1096
|
+
# resp.creation_time #=> Time
|
1097
|
+
# resp.last_modified_time #=> Time
|
1098
|
+
# resp.log_configuration.s3_log_destination.bucket_name #=> String
|
1099
|
+
# resp.log_configuration.s3_log_destination.prefix #=> String
|
1100
|
+
# resp.log_configuration.s3_log_destination.bucket_owner #=> String
|
1101
|
+
# resp.log_configuration.s3_log_destination.output_format #=> String, one of "json", "plain", "w3c"
|
1102
|
+
# resp.log_configuration.firehose_log_destination.delivery_stream_arn #=> String
|
1103
|
+
# resp.log_configuration.cloudwatch_logs_log_destination.log_group_arn #=> String
|
1104
|
+
# resp.log_configuration.level #=> String, one of "OFF", "ERROR", "INFO", "TRACE"
|
1105
|
+
# resp.log_configuration.include_execution_data #=> Array
|
1106
|
+
# resp.log_configuration.include_execution_data[0] #=> String, one of "ALL"
|
1055
1107
|
#
|
1056
1108
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/DescribePipe AWS API Documentation
|
1057
1109
|
#
|
@@ -1070,19 +1122,22 @@ module Aws::Pipes
|
|
1070
1122
|
#
|
1071
1123
|
# [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html
|
1072
1124
|
#
|
1073
|
-
# @option params [String] :
|
1074
|
-
#
|
1125
|
+
# @option params [String] :name_prefix
|
1126
|
+
# A value that will return a subset of the pipes associated with this
|
1127
|
+
# account. For example, `"NamePrefix": "ABC"` will return all endpoints
|
1128
|
+
# with "ABC" in the name.
|
1075
1129
|
#
|
1076
1130
|
# @option params [String] :desired_state
|
1077
1131
|
# The state the pipe should be in.
|
1078
1132
|
#
|
1079
|
-
# @option params [
|
1080
|
-
# The
|
1133
|
+
# @option params [String] :current_state
|
1134
|
+
# The state the pipe is in.
|
1081
1135
|
#
|
1082
|
-
# @option params [String] :
|
1083
|
-
#
|
1084
|
-
#
|
1085
|
-
#
|
1136
|
+
# @option params [String] :source_prefix
|
1137
|
+
# The prefix matching the pipe source.
|
1138
|
+
#
|
1139
|
+
# @option params [String] :target_prefix
|
1140
|
+
# The prefix matching the pipe target.
|
1086
1141
|
#
|
1087
1142
|
# @option params [String] :next_token
|
1088
1143
|
# If `nextToken` is returned, there are more results available. The
|
@@ -1092,45 +1147,42 @@ module Aws::Pipes
|
|
1092
1147
|
# after 24 hours. Using an expired pagination token will return an HTTP
|
1093
1148
|
# 400 InvalidToken error.
|
1094
1149
|
#
|
1095
|
-
# @option params [
|
1096
|
-
# The
|
1097
|
-
#
|
1098
|
-
# @option params [String] :target_prefix
|
1099
|
-
# The prefix matching the pipe target.
|
1150
|
+
# @option params [Integer] :limit
|
1151
|
+
# The maximum number of pipes to include in the response.
|
1100
1152
|
#
|
1101
1153
|
# @return [Types::ListPipesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1102
1154
|
#
|
1103
|
-
# * {Types::ListPipesResponse#next_token #next_token} => String
|
1104
1155
|
# * {Types::ListPipesResponse#pipes #pipes} => Array<Types::Pipe>
|
1156
|
+
# * {Types::ListPipesResponse#next_token #next_token} => String
|
1105
1157
|
#
|
1106
1158
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1107
1159
|
#
|
1108
1160
|
# @example Request syntax with placeholder values
|
1109
1161
|
#
|
1110
1162
|
# resp = client.list_pipes({
|
1111
|
-
# current_state: "RUNNING", # accepts RUNNING, STOPPED, CREATING, UPDATING, DELETING, STARTING, STOPPING, CREATE_FAILED, UPDATE_FAILED, START_FAILED, STOP_FAILED, DELETE_FAILED, CREATE_ROLLBACK_FAILED, DELETE_ROLLBACK_FAILED, UPDATE_ROLLBACK_FAILED
|
1112
|
-
# desired_state: "RUNNING", # accepts RUNNING, STOPPED
|
1113
|
-
# limit: 1,
|
1114
1163
|
# name_prefix: "PipeName",
|
1115
|
-
#
|
1164
|
+
# desired_state: "RUNNING", # accepts RUNNING, STOPPED
|
1165
|
+
# current_state: "RUNNING", # accepts RUNNING, STOPPED, CREATING, UPDATING, DELETING, STARTING, STOPPING, CREATE_FAILED, UPDATE_FAILED, START_FAILED, STOP_FAILED, DELETE_FAILED, CREATE_ROLLBACK_FAILED, DELETE_ROLLBACK_FAILED, UPDATE_ROLLBACK_FAILED
|
1116
1166
|
# source_prefix: "ResourceArn",
|
1117
1167
|
# target_prefix: "ResourceArn",
|
1168
|
+
# next_token: "NextToken",
|
1169
|
+
# limit: 1,
|
1118
1170
|
# })
|
1119
1171
|
#
|
1120
1172
|
# @example Response structure
|
1121
1173
|
#
|
1122
|
-
# resp.next_token #=> String
|
1123
1174
|
# resp.pipes #=> Array
|
1175
|
+
# resp.pipes[0].name #=> String
|
1124
1176
|
# resp.pipes[0].arn #=> String
|
1125
|
-
# resp.pipes[0].creation_time #=> Time
|
1126
|
-
# resp.pipes[0].current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
1127
1177
|
# resp.pipes[0].desired_state #=> String, one of "RUNNING", "STOPPED"
|
1128
|
-
# resp.pipes[0].
|
1178
|
+
# resp.pipes[0].current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
1179
|
+
# resp.pipes[0].state_reason #=> String
|
1180
|
+
# resp.pipes[0].creation_time #=> Time
|
1129
1181
|
# resp.pipes[0].last_modified_time #=> Time
|
1130
|
-
# resp.pipes[0].name #=> String
|
1131
1182
|
# resp.pipes[0].source #=> String
|
1132
|
-
# resp.pipes[0].state_reason #=> String
|
1133
1183
|
# resp.pipes[0].target #=> String
|
1184
|
+
# resp.pipes[0].enrichment #=> String
|
1185
|
+
# resp.next_token #=> String
|
1134
1186
|
#
|
1135
1187
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/ListPipes AWS API Documentation
|
1136
1188
|
#
|
@@ -1178,11 +1230,11 @@ module Aws::Pipes
|
|
1178
1230
|
# @return [Types::StartPipeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1179
1231
|
#
|
1180
1232
|
# * {Types::StartPipeResponse#arn #arn} => String
|
1181
|
-
# * {Types::StartPipeResponse#
|
1182
|
-
# * {Types::StartPipeResponse#current_state #current_state} => String
|
1233
|
+
# * {Types::StartPipeResponse#name #name} => String
|
1183
1234
|
# * {Types::StartPipeResponse#desired_state #desired_state} => String
|
1235
|
+
# * {Types::StartPipeResponse#current_state #current_state} => String
|
1236
|
+
# * {Types::StartPipeResponse#creation_time #creation_time} => Time
|
1184
1237
|
# * {Types::StartPipeResponse#last_modified_time #last_modified_time} => Time
|
1185
|
-
# * {Types::StartPipeResponse#name #name} => String
|
1186
1238
|
#
|
1187
1239
|
# @example Request syntax with placeholder values
|
1188
1240
|
#
|
@@ -1193,11 +1245,11 @@ module Aws::Pipes
|
|
1193
1245
|
# @example Response structure
|
1194
1246
|
#
|
1195
1247
|
# resp.arn #=> String
|
1196
|
-
# resp.
|
1197
|
-
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
1248
|
+
# resp.name #=> String
|
1198
1249
|
# resp.desired_state #=> String, one of "RUNNING", "STOPPED"
|
1250
|
+
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
1251
|
+
# resp.creation_time #=> Time
|
1199
1252
|
# resp.last_modified_time #=> Time
|
1200
|
-
# resp.name #=> String
|
1201
1253
|
#
|
1202
1254
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/StartPipe AWS API Documentation
|
1203
1255
|
#
|
@@ -1216,11 +1268,11 @@ module Aws::Pipes
|
|
1216
1268
|
# @return [Types::StopPipeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1217
1269
|
#
|
1218
1270
|
# * {Types::StopPipeResponse#arn #arn} => String
|
1219
|
-
# * {Types::StopPipeResponse#
|
1220
|
-
# * {Types::StopPipeResponse#current_state #current_state} => String
|
1271
|
+
# * {Types::StopPipeResponse#name #name} => String
|
1221
1272
|
# * {Types::StopPipeResponse#desired_state #desired_state} => String
|
1273
|
+
# * {Types::StopPipeResponse#current_state #current_state} => String
|
1274
|
+
# * {Types::StopPipeResponse#creation_time #creation_time} => Time
|
1222
1275
|
# * {Types::StopPipeResponse#last_modified_time #last_modified_time} => Time
|
1223
|
-
# * {Types::StopPipeResponse#name #name} => String
|
1224
1276
|
#
|
1225
1277
|
# @example Request syntax with placeholder values
|
1226
1278
|
#
|
@@ -1231,11 +1283,11 @@ module Aws::Pipes
|
|
1231
1283
|
# @example Response structure
|
1232
1284
|
#
|
1233
1285
|
# resp.arn #=> String
|
1234
|
-
# resp.
|
1235
|
-
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
1286
|
+
# resp.name #=> String
|
1236
1287
|
# resp.desired_state #=> String, one of "RUNNING", "STOPPED"
|
1288
|
+
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
1289
|
+
# resp.creation_time #=> Time
|
1237
1290
|
# resp.last_modified_time #=> Time
|
1238
|
-
# resp.name #=> String
|
1239
1291
|
#
|
1240
1292
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/StopPipe AWS API Documentation
|
1241
1293
|
#
|
@@ -1333,30 +1385,24 @@ module Aws::Pipes
|
|
1333
1385
|
#
|
1334
1386
|
# [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html
|
1335
1387
|
#
|
1388
|
+
# @option params [required, String] :name
|
1389
|
+
# The name of the pipe.
|
1390
|
+
#
|
1336
1391
|
# @option params [String] :description
|
1337
1392
|
# A description of the pipe.
|
1338
1393
|
#
|
1339
1394
|
# @option params [String] :desired_state
|
1340
1395
|
# The state the pipe should be in.
|
1341
1396
|
#
|
1397
|
+
# @option params [Types::UpdatePipeSourceParameters] :source_parameters
|
1398
|
+
# The parameters required to set up a source for your pipe.
|
1399
|
+
#
|
1342
1400
|
# @option params [String] :enrichment
|
1343
1401
|
# The ARN of the enrichment resource.
|
1344
1402
|
#
|
1345
1403
|
# @option params [Types::PipeEnrichmentParameters] :enrichment_parameters
|
1346
1404
|
# The parameters required to set up enrichment on your pipe.
|
1347
1405
|
#
|
1348
|
-
# @option params [Types::PipeLogConfigurationParameters] :log_configuration
|
1349
|
-
# The logging configuration settings for the pipe.
|
1350
|
-
#
|
1351
|
-
# @option params [required, String] :name
|
1352
|
-
# The name of the pipe.
|
1353
|
-
#
|
1354
|
-
# @option params [required, String] :role_arn
|
1355
|
-
# The ARN of the role that allows the pipe to send data to the target.
|
1356
|
-
#
|
1357
|
-
# @option params [Types::UpdatePipeSourceParameters] :source_parameters
|
1358
|
-
# The parameters required to set up a source for your pipe.
|
1359
|
-
#
|
1360
1406
|
# @option params [String] :target
|
1361
1407
|
# The ARN of the target resource.
|
1362
1408
|
#
|
@@ -1371,183 +1417,160 @@ module Aws::Pipes
|
|
1371
1417
|
#
|
1372
1418
|
# [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-target.html
|
1373
1419
|
#
|
1420
|
+
# @option params [required, String] :role_arn
|
1421
|
+
# The ARN of the role that allows the pipe to send data to the target.
|
1422
|
+
#
|
1423
|
+
# @option params [Types::PipeLogConfigurationParameters] :log_configuration
|
1424
|
+
# The logging configuration settings for the pipe.
|
1425
|
+
#
|
1374
1426
|
# @return [Types::UpdatePipeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1375
1427
|
#
|
1376
1428
|
# * {Types::UpdatePipeResponse#arn #arn} => String
|
1377
|
-
# * {Types::UpdatePipeResponse#
|
1378
|
-
# * {Types::UpdatePipeResponse#current_state #current_state} => String
|
1429
|
+
# * {Types::UpdatePipeResponse#name #name} => String
|
1379
1430
|
# * {Types::UpdatePipeResponse#desired_state #desired_state} => String
|
1431
|
+
# * {Types::UpdatePipeResponse#current_state #current_state} => String
|
1432
|
+
# * {Types::UpdatePipeResponse#creation_time #creation_time} => Time
|
1380
1433
|
# * {Types::UpdatePipeResponse#last_modified_time #last_modified_time} => Time
|
1381
|
-
# * {Types::UpdatePipeResponse#name #name} => String
|
1382
1434
|
#
|
1383
1435
|
# @example Request syntax with placeholder values
|
1384
1436
|
#
|
1385
1437
|
# resp = client.update_pipe({
|
1438
|
+
# name: "PipeName", # required
|
1386
1439
|
# description: "PipeDescription",
|
1387
1440
|
# desired_state: "RUNNING", # accepts RUNNING, STOPPED
|
1388
|
-
#
|
1389
|
-
#
|
1390
|
-
#
|
1391
|
-
#
|
1392
|
-
#
|
1393
|
-
#
|
1394
|
-
#
|
1395
|
-
#
|
1396
|
-
#
|
1441
|
+
# source_parameters: {
|
1442
|
+
# filter_criteria: {
|
1443
|
+
# filters: [
|
1444
|
+
# {
|
1445
|
+
# pattern: "EventPattern",
|
1446
|
+
# },
|
1447
|
+
# ],
|
1448
|
+
# },
|
1449
|
+
# kinesis_stream_parameters: {
|
1450
|
+
# batch_size: 1,
|
1451
|
+
# dead_letter_config: {
|
1452
|
+
# arn: "Arn",
|
1397
1453
|
# },
|
1454
|
+
# on_partial_batch_item_failure: "AUTOMATIC_BISECT", # accepts AUTOMATIC_BISECT
|
1455
|
+
# maximum_batching_window_in_seconds: 1,
|
1456
|
+
# maximum_record_age_in_seconds: 1,
|
1457
|
+
# maximum_retry_attempts: 1,
|
1458
|
+
# parallelization_factor: 1,
|
1398
1459
|
# },
|
1399
|
-
#
|
1400
|
-
#
|
1401
|
-
#
|
1402
|
-
#
|
1403
|
-
#
|
1460
|
+
# dynamo_db_stream_parameters: {
|
1461
|
+
# batch_size: 1,
|
1462
|
+
# dead_letter_config: {
|
1463
|
+
# arn: "Arn",
|
1464
|
+
# },
|
1465
|
+
# on_partial_batch_item_failure: "AUTOMATIC_BISECT", # accepts AUTOMATIC_BISECT
|
1466
|
+
# maximum_batching_window_in_seconds: 1,
|
1467
|
+
# maximum_record_age_in_seconds: 1,
|
1468
|
+
# maximum_retry_attempts: 1,
|
1469
|
+
# parallelization_factor: 1,
|
1404
1470
|
# },
|
1405
|
-
#
|
1406
|
-
#
|
1407
|
-
#
|
1408
|
-
# include_execution_data: ["ALL"], # accepts ALL
|
1409
|
-
# level: "OFF", # required, accepts OFF, ERROR, INFO, TRACE
|
1410
|
-
# s3_log_destination: {
|
1411
|
-
# bucket_name: "S3LogDestinationParametersBucketNameString", # required
|
1412
|
-
# bucket_owner: "S3LogDestinationParametersBucketOwnerString", # required
|
1413
|
-
# output_format: "json", # accepts json, plain, w3c
|
1414
|
-
# prefix: "S3LogDestinationParametersPrefixString",
|
1471
|
+
# sqs_queue_parameters: {
|
1472
|
+
# batch_size: 1,
|
1473
|
+
# maximum_batching_window_in_seconds: 1,
|
1415
1474
|
# },
|
1416
|
-
# },
|
1417
|
-
# name: "PipeName", # required
|
1418
|
-
# role_arn: "RoleArn", # required
|
1419
|
-
# source_parameters: {
|
1420
1475
|
# active_mq_broker_parameters: {
|
1421
|
-
# batch_size: 1,
|
1422
1476
|
# credentials: { # required
|
1423
1477
|
# basic_auth: "SecretManagerArn",
|
1424
1478
|
# },
|
1425
|
-
# maximum_batching_window_in_seconds: 1,
|
1426
|
-
# },
|
1427
|
-
# dynamo_db_stream_parameters: {
|
1428
1479
|
# batch_size: 1,
|
1429
|
-
# dead_letter_config: {
|
1430
|
-
# arn: "Arn",
|
1431
|
-
# },
|
1432
1480
|
# maximum_batching_window_in_seconds: 1,
|
1433
|
-
# maximum_record_age_in_seconds: 1,
|
1434
|
-
# maximum_retry_attempts: 1,
|
1435
|
-
# on_partial_batch_item_failure: "AUTOMATIC_BISECT", # accepts AUTOMATIC_BISECT
|
1436
|
-
# parallelization_factor: 1,
|
1437
|
-
# },
|
1438
|
-
# filter_criteria: {
|
1439
|
-
# filters: [
|
1440
|
-
# {
|
1441
|
-
# pattern: "EventPattern",
|
1442
|
-
# },
|
1443
|
-
# ],
|
1444
1481
|
# },
|
1445
|
-
#
|
1446
|
-
#
|
1447
|
-
#
|
1448
|
-
# arn: "Arn",
|
1482
|
+
# rabbit_mq_broker_parameters: {
|
1483
|
+
# credentials: { # required
|
1484
|
+
# basic_auth: "SecretManagerArn",
|
1449
1485
|
# },
|
1486
|
+
# batch_size: 1,
|
1450
1487
|
# maximum_batching_window_in_seconds: 1,
|
1451
|
-
# maximum_record_age_in_seconds: 1,
|
1452
|
-
# maximum_retry_attempts: 1,
|
1453
|
-
# on_partial_batch_item_failure: "AUTOMATIC_BISECT", # accepts AUTOMATIC_BISECT
|
1454
|
-
# parallelization_factor: 1,
|
1455
1488
|
# },
|
1456
1489
|
# managed_streaming_kafka_parameters: {
|
1457
1490
|
# batch_size: 1,
|
1458
1491
|
# credentials: {
|
1459
|
-
# client_certificate_tls_auth: "SecretManagerArn",
|
1460
1492
|
# sasl_scram_512_auth: "SecretManagerArn",
|
1461
|
-
#
|
1462
|
-
# maximum_batching_window_in_seconds: 1,
|
1463
|
-
# },
|
1464
|
-
# rabbit_mq_broker_parameters: {
|
1465
|
-
# batch_size: 1,
|
1466
|
-
# credentials: { # required
|
1467
|
-
# basic_auth: "SecretManagerArn",
|
1493
|
+
# client_certificate_tls_auth: "SecretManagerArn",
|
1468
1494
|
# },
|
1469
1495
|
# maximum_batching_window_in_seconds: 1,
|
1470
1496
|
# },
|
1471
1497
|
# self_managed_kafka_parameters: {
|
1472
1498
|
# batch_size: 1,
|
1499
|
+
# maximum_batching_window_in_seconds: 1,
|
1473
1500
|
# credentials: {
|
1474
1501
|
# basic_auth: "SecretManagerArn",
|
1475
|
-
# client_certificate_tls_auth: "SecretManagerArn",
|
1476
|
-
# sasl_scram_256_auth: "SecretManagerArn",
|
1477
1502
|
# sasl_scram_512_auth: "SecretManagerArn",
|
1503
|
+
# sasl_scram_256_auth: "SecretManagerArn",
|
1504
|
+
# client_certificate_tls_auth: "SecretManagerArn",
|
1478
1505
|
# },
|
1479
|
-
# maximum_batching_window_in_seconds: 1,
|
1480
1506
|
# server_root_ca_certificate: "SecretManagerArn",
|
1481
1507
|
# vpc: {
|
1482
|
-
# security_group: ["SecurityGroupId"],
|
1483
1508
|
# subnets: ["SubnetId"],
|
1509
|
+
# security_group: ["SecurityGroupId"],
|
1484
1510
|
# },
|
1485
1511
|
# },
|
1486
|
-
#
|
1487
|
-
#
|
1488
|
-
#
|
1512
|
+
# },
|
1513
|
+
# enrichment: "OptionalArn",
|
1514
|
+
# enrichment_parameters: {
|
1515
|
+
# input_template: "InputTemplate",
|
1516
|
+
# http_parameters: {
|
1517
|
+
# path_parameter_values: ["PathParameter"],
|
1518
|
+
# header_parameters: {
|
1519
|
+
# "HeaderKey" => "HeaderValue",
|
1520
|
+
# },
|
1521
|
+
# query_string_parameters: {
|
1522
|
+
# "QueryStringKey" => "QueryStringValue",
|
1523
|
+
# },
|
1489
1524
|
# },
|
1490
1525
|
# },
|
1491
1526
|
# target: "Arn",
|
1492
1527
|
# target_parameters: {
|
1493
|
-
#
|
1494
|
-
#
|
1495
|
-
#
|
1496
|
-
# },
|
1497
|
-
# container_overrides: {
|
1498
|
-
# command: ["String"],
|
1499
|
-
# environment: [
|
1500
|
-
# {
|
1501
|
-
# name: "String",
|
1502
|
-
# value: "String",
|
1503
|
-
# },
|
1504
|
-
# ],
|
1505
|
-
# instance_type: "String",
|
1506
|
-
# resource_requirements: [
|
1507
|
-
# {
|
1508
|
-
# type: "GPU", # required, accepts GPU, MEMORY, VCPU
|
1509
|
-
# value: "String", # required
|
1510
|
-
# },
|
1511
|
-
# ],
|
1512
|
-
# },
|
1513
|
-
# depends_on: [
|
1514
|
-
# {
|
1515
|
-
# job_id: "String",
|
1516
|
-
# type: "N_TO_N", # accepts N_TO_N, SEQUENTIAL
|
1517
|
-
# },
|
1518
|
-
# ],
|
1519
|
-
# job_definition: "String", # required
|
1520
|
-
# job_name: "String", # required
|
1521
|
-
# parameters: {
|
1522
|
-
# "String" => "String",
|
1523
|
-
# },
|
1524
|
-
# retry_strategy: {
|
1525
|
-
# attempts: 1,
|
1526
|
-
# },
|
1528
|
+
# input_template: "InputTemplate",
|
1529
|
+
# lambda_function_parameters: {
|
1530
|
+
# invocation_type: "REQUEST_RESPONSE", # accepts REQUEST_RESPONSE, FIRE_AND_FORGET
|
1527
1531
|
# },
|
1528
|
-
#
|
1529
|
-
#
|
1530
|
-
#
|
1532
|
+
# step_function_state_machine_parameters: {
|
1533
|
+
# invocation_type: "REQUEST_RESPONSE", # accepts REQUEST_RESPONSE, FIRE_AND_FORGET
|
1534
|
+
# },
|
1535
|
+
# kinesis_stream_parameters: {
|
1536
|
+
# partition_key: "KinesisPartitionKey", # required
|
1531
1537
|
# },
|
1532
1538
|
# ecs_task_parameters: {
|
1539
|
+
# task_definition_arn: "ArnOrJsonPath", # required
|
1540
|
+
# task_count: 1,
|
1541
|
+
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
1542
|
+
# network_configuration: {
|
1543
|
+
# awsvpc_configuration: {
|
1544
|
+
# subnets: ["Subnet"], # required
|
1545
|
+
# security_groups: ["SecurityGroup"],
|
1546
|
+
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
1547
|
+
# },
|
1548
|
+
# },
|
1549
|
+
# platform_version: "String",
|
1550
|
+
# group: "String",
|
1533
1551
|
# capacity_provider_strategy: [
|
1534
1552
|
# {
|
1535
|
-
# base: 1,
|
1536
1553
|
# capacity_provider: "CapacityProvider", # required
|
1537
1554
|
# weight: 1,
|
1555
|
+
# base: 1,
|
1538
1556
|
# },
|
1539
1557
|
# ],
|
1540
1558
|
# enable_ecs_managed_tags: false,
|
1541
1559
|
# enable_execute_command: false,
|
1542
|
-
#
|
1543
|
-
#
|
1544
|
-
#
|
1545
|
-
#
|
1546
|
-
# assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
|
1547
|
-
# security_groups: ["SecurityGroup"],
|
1548
|
-
# subnets: ["Subnet"], # required
|
1560
|
+
# placement_constraints: [
|
1561
|
+
# {
|
1562
|
+
# type: "distinctInstance", # accepts distinctInstance, memberOf
|
1563
|
+
# expression: "PlacementConstraintExpression",
|
1549
1564
|
# },
|
1550
|
-
#
|
1565
|
+
# ],
|
1566
|
+
# placement_strategy: [
|
1567
|
+
# {
|
1568
|
+
# type: "random", # accepts random, spread, binpack
|
1569
|
+
# field: "PlacementStrategyField",
|
1570
|
+
# },
|
1571
|
+
# ],
|
1572
|
+
# propagate_tags: "TASK_DEFINITION", # accepts TASK_DEFINITION
|
1573
|
+
# reference_id: "ReferenceId",
|
1551
1574
|
# overrides: {
|
1552
1575
|
# container_overrides: [
|
1553
1576
|
# {
|
@@ -1590,60 +1613,68 @@ module Aws::Pipes
|
|
1590
1613
|
# memory: "String",
|
1591
1614
|
# task_role_arn: "ArnOrJsonPath",
|
1592
1615
|
# },
|
1593
|
-
# placement_constraints: [
|
1594
|
-
# {
|
1595
|
-
# expression: "PlacementConstraintExpression",
|
1596
|
-
# type: "distinctInstance", # accepts distinctInstance, memberOf
|
1597
|
-
# },
|
1598
|
-
# ],
|
1599
|
-
# placement_strategy: [
|
1600
|
-
# {
|
1601
|
-
# field: "PlacementStrategyField",
|
1602
|
-
# type: "random", # accepts random, spread, binpack
|
1603
|
-
# },
|
1604
|
-
# ],
|
1605
|
-
# platform_version: "String",
|
1606
|
-
# propagate_tags: "TASK_DEFINITION", # accepts TASK_DEFINITION
|
1607
|
-
# reference_id: "ReferenceId",
|
1608
1616
|
# tags: [
|
1609
1617
|
# {
|
1610
1618
|
# key: "TagKey", # required
|
1611
1619
|
# value: "TagValue", # required
|
1612
1620
|
# },
|
1613
1621
|
# ],
|
1614
|
-
# task_count: 1,
|
1615
|
-
# task_definition_arn: "ArnOrJsonPath", # required
|
1616
1622
|
# },
|
1617
|
-
#
|
1618
|
-
#
|
1619
|
-
#
|
1620
|
-
#
|
1621
|
-
#
|
1622
|
-
#
|
1623
|
+
# batch_job_parameters: {
|
1624
|
+
# job_definition: "String", # required
|
1625
|
+
# job_name: "String", # required
|
1626
|
+
# array_properties: {
|
1627
|
+
# size: 1,
|
1628
|
+
# },
|
1629
|
+
# retry_strategy: {
|
1630
|
+
# attempts: 1,
|
1631
|
+
# },
|
1632
|
+
# container_overrides: {
|
1633
|
+
# command: ["String"],
|
1634
|
+
# environment: [
|
1635
|
+
# {
|
1636
|
+
# name: "String",
|
1637
|
+
# value: "String",
|
1638
|
+
# },
|
1639
|
+
# ],
|
1640
|
+
# instance_type: "String",
|
1641
|
+
# resource_requirements: [
|
1642
|
+
# {
|
1643
|
+
# type: "GPU", # required, accepts GPU, MEMORY, VCPU
|
1644
|
+
# value: "String", # required
|
1645
|
+
# },
|
1646
|
+
# ],
|
1647
|
+
# },
|
1648
|
+
# depends_on: [
|
1649
|
+
# {
|
1650
|
+
# job_id: "String",
|
1651
|
+
# type: "N_TO_N", # accepts N_TO_N, SEQUENTIAL
|
1652
|
+
# },
|
1653
|
+
# ],
|
1654
|
+
# parameters: {
|
1655
|
+
# "String" => "String",
|
1656
|
+
# },
|
1657
|
+
# },
|
1658
|
+
# sqs_queue_parameters: {
|
1659
|
+
# message_group_id: "MessageGroupId",
|
1660
|
+
# message_deduplication_id: "MessageDeduplicationId",
|
1623
1661
|
# },
|
1624
1662
|
# http_parameters: {
|
1663
|
+
# path_parameter_values: ["PathParameter"],
|
1625
1664
|
# header_parameters: {
|
1626
1665
|
# "HeaderKey" => "HeaderValue",
|
1627
1666
|
# },
|
1628
|
-
# path_parameter_values: ["PathParameter"],
|
1629
1667
|
# query_string_parameters: {
|
1630
1668
|
# "QueryStringKey" => "QueryStringValue",
|
1631
1669
|
# },
|
1632
1670
|
# },
|
1633
|
-
# input_template: "InputTemplate",
|
1634
|
-
# kinesis_stream_parameters: {
|
1635
|
-
# partition_key: "KinesisPartitionKey", # required
|
1636
|
-
# },
|
1637
|
-
# lambda_function_parameters: {
|
1638
|
-
# invocation_type: "REQUEST_RESPONSE", # accepts REQUEST_RESPONSE, FIRE_AND_FORGET
|
1639
|
-
# },
|
1640
1671
|
# redshift_data_parameters: {
|
1672
|
+
# secret_manager_arn: "SecretManagerArnOrJsonPath",
|
1641
1673
|
# database: "Database", # required
|
1642
1674
|
# db_user: "DbUser",
|
1643
|
-
# secret_manager_arn: "SecretManagerArnOrJsonPath",
|
1644
|
-
# sqls: ["Sql"], # required
|
1645
1675
|
# statement_name: "StatementName",
|
1646
1676
|
# with_event: false,
|
1677
|
+
# sqls: ["Sql"], # required
|
1647
1678
|
# },
|
1648
1679
|
# sage_maker_pipeline_parameters: {
|
1649
1680
|
# pipeline_parameter_list: [
|
@@ -1653,24 +1684,78 @@ module Aws::Pipes
|
|
1653
1684
|
# },
|
1654
1685
|
# ],
|
1655
1686
|
# },
|
1656
|
-
#
|
1657
|
-
#
|
1658
|
-
#
|
1687
|
+
# event_bridge_event_bus_parameters: {
|
1688
|
+
# endpoint_id: "EventBridgeEndpointId",
|
1689
|
+
# detail_type: "EventBridgeDetailType",
|
1690
|
+
# source: "EventBridgeEventSource",
|
1691
|
+
# resources: ["ArnOrJsonPath"],
|
1692
|
+
# time: "JsonPath",
|
1659
1693
|
# },
|
1660
|
-
#
|
1661
|
-
#
|
1694
|
+
# cloud_watch_logs_parameters: {
|
1695
|
+
# log_stream_name: "LogStreamName",
|
1696
|
+
# timestamp: "JsonPath",
|
1697
|
+
# },
|
1698
|
+
# timestream_parameters: {
|
1699
|
+
# time_value: "TimeValue", # required
|
1700
|
+
# epoch_time_unit: "MILLISECONDS", # accepts MILLISECONDS, SECONDS, MICROSECONDS, NANOSECONDS
|
1701
|
+
# time_field_type: "EPOCH", # accepts EPOCH, TIMESTAMP_FORMAT
|
1702
|
+
# timestamp_format: "TimestampFormat",
|
1703
|
+
# version_value: "VersionValue", # required
|
1704
|
+
# dimension_mappings: [ # required
|
1705
|
+
# {
|
1706
|
+
# dimension_value: "DimensionValue", # required
|
1707
|
+
# dimension_value_type: "VARCHAR", # required, accepts VARCHAR
|
1708
|
+
# dimension_name: "DimensionName", # required
|
1709
|
+
# },
|
1710
|
+
# ],
|
1711
|
+
# single_measure_mappings: [
|
1712
|
+
# {
|
1713
|
+
# measure_value: "MeasureValue", # required
|
1714
|
+
# measure_value_type: "DOUBLE", # required, accepts DOUBLE, BIGINT, VARCHAR, BOOLEAN, TIMESTAMP
|
1715
|
+
# measure_name: "MeasureName", # required
|
1716
|
+
# },
|
1717
|
+
# ],
|
1718
|
+
# multi_measure_mappings: [
|
1719
|
+
# {
|
1720
|
+
# multi_measure_name: "MultiMeasureName", # required
|
1721
|
+
# multi_measure_attribute_mappings: [ # required
|
1722
|
+
# {
|
1723
|
+
# measure_value: "MeasureValue", # required
|
1724
|
+
# measure_value_type: "DOUBLE", # required, accepts DOUBLE, BIGINT, VARCHAR, BOOLEAN, TIMESTAMP
|
1725
|
+
# multi_measure_attribute_name: "MultiMeasureAttributeName", # required
|
1726
|
+
# },
|
1727
|
+
# ],
|
1728
|
+
# },
|
1729
|
+
# ],
|
1662
1730
|
# },
|
1663
1731
|
# },
|
1732
|
+
# role_arn: "RoleArn", # required
|
1733
|
+
# log_configuration: {
|
1734
|
+
# s3_log_destination: {
|
1735
|
+
# bucket_name: "S3LogDestinationParametersBucketNameString", # required
|
1736
|
+
# bucket_owner: "S3LogDestinationParametersBucketOwnerString", # required
|
1737
|
+
# output_format: "json", # accepts json, plain, w3c
|
1738
|
+
# prefix: "S3LogDestinationParametersPrefixString",
|
1739
|
+
# },
|
1740
|
+
# firehose_log_destination: {
|
1741
|
+
# delivery_stream_arn: "FirehoseArn", # required
|
1742
|
+
# },
|
1743
|
+
# cloudwatch_logs_log_destination: {
|
1744
|
+
# log_group_arn: "CloudwatchLogGroupArn", # required
|
1745
|
+
# },
|
1746
|
+
# level: "OFF", # required, accepts OFF, ERROR, INFO, TRACE
|
1747
|
+
# include_execution_data: ["ALL"], # accepts ALL
|
1748
|
+
# },
|
1664
1749
|
# })
|
1665
1750
|
#
|
1666
1751
|
# @example Response structure
|
1667
1752
|
#
|
1668
1753
|
# resp.arn #=> String
|
1669
|
-
# resp.
|
1670
|
-
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
1754
|
+
# resp.name #=> String
|
1671
1755
|
# resp.desired_state #=> String, one of "RUNNING", "STOPPED"
|
1756
|
+
# resp.current_state #=> String, one of "RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED"
|
1757
|
+
# resp.creation_time #=> Time
|
1672
1758
|
# resp.last_modified_time #=> Time
|
1673
|
-
# resp.name #=> String
|
1674
1759
|
#
|
1675
1760
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pipes-2015-10-07/UpdatePipe AWS API Documentation
|
1676
1761
|
#
|
@@ -1694,7 +1779,7 @@ module Aws::Pipes
|
|
1694
1779
|
params: params,
|
1695
1780
|
config: config)
|
1696
1781
|
context[:gem_name] = 'aws-sdk-pipes'
|
1697
|
-
context[:gem_version] = '1.
|
1782
|
+
context[:gem_version] = '1.20.0'
|
1698
1783
|
Seahorse::Client::Request.new(handlers, context)
|
1699
1784
|
end
|
1700
1785
|
|