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