aws-sdk-sagemaker 1.111.0 → 1.115.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +106 -27
- data/lib/aws-sdk-sagemaker/client_api.rb +39 -1
- data/lib/aws-sdk-sagemaker/types.rb +242 -28
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +4 -4
@@ -141,6 +141,7 @@ module Aws::SageMaker
|
|
141
141
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
142
142
|
BooleanOperator = Shapes::StringShape.new(name: 'BooleanOperator')
|
143
143
|
Branch = Shapes::StringShape.new(name: 'Branch')
|
144
|
+
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
144
145
|
CacheHitResult = Shapes::StructureShape.new(name: 'CacheHitResult')
|
145
146
|
CallbackStepMetadata = Shapes::StructureShape.new(name: 'CallbackStepMetadata')
|
146
147
|
CallbackToken = Shapes::StringShape.new(name: 'CallbackToken')
|
@@ -552,6 +553,7 @@ module Aws::SageMaker
|
|
552
553
|
DriftCheckExplainability = Shapes::StructureShape.new(name: 'DriftCheckExplainability')
|
553
554
|
DriftCheckModelDataQuality = Shapes::StructureShape.new(name: 'DriftCheckModelDataQuality')
|
554
555
|
DriftCheckModelQuality = Shapes::StructureShape.new(name: 'DriftCheckModelQuality')
|
556
|
+
EMRStepMetadata = Shapes::StructureShape.new(name: 'EMRStepMetadata')
|
555
557
|
Edge = Shapes::StructureShape.new(name: 'Edge')
|
556
558
|
EdgeModel = Shapes::StructureShape.new(name: 'EdgeModel')
|
557
559
|
EdgeModelStat = Shapes::StructureShape.new(name: 'EdgeModelStat')
|
@@ -775,6 +777,7 @@ module Aws::SageMaker
|
|
775
777
|
KernelName = Shapes::StringShape.new(name: 'KernelName')
|
776
778
|
KernelSpec = Shapes::StructureShape.new(name: 'KernelSpec')
|
777
779
|
KernelSpecs = Shapes::ListShape.new(name: 'KernelSpecs')
|
780
|
+
Key = Shapes::StringShape.new(name: 'Key')
|
778
781
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
779
782
|
LabelAttributeName = Shapes::StringShape.new(name: 'LabelAttributeName')
|
780
783
|
LabelCounter = Shapes::IntegerShape.new(name: 'LabelCounter')
|
@@ -942,6 +945,7 @@ module Aws::SageMaker
|
|
942
945
|
MaxHumanLabeledObjectCount = Shapes::IntegerShape.new(name: 'MaxHumanLabeledObjectCount')
|
943
946
|
MaxNumberOfTests = Shapes::IntegerShape.new(name: 'MaxNumberOfTests')
|
944
947
|
MaxNumberOfTrainingJobs = Shapes::IntegerShape.new(name: 'MaxNumberOfTrainingJobs')
|
948
|
+
MaxParallelExecutionSteps = Shapes::IntegerShape.new(name: 'MaxParallelExecutionSteps')
|
945
949
|
MaxParallelOfTests = Shapes::IntegerShape.new(name: 'MaxParallelOfTests')
|
946
950
|
MaxParallelTrainingJobs = Shapes::IntegerShape.new(name: 'MaxParallelTrainingJobs')
|
947
951
|
MaxPayloadInMB = Shapes::IntegerShape.new(name: 'MaxPayloadInMB')
|
@@ -1127,6 +1131,7 @@ module Aws::SageMaker
|
|
1127
1131
|
OutputParameter = Shapes::StructureShape.new(name: 'OutputParameter')
|
1128
1132
|
OutputParameterList = Shapes::ListShape.new(name: 'OutputParameterList')
|
1129
1133
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
1134
|
+
ParallelismConfiguration = Shapes::StructureShape.new(name: 'ParallelismConfiguration')
|
1130
1135
|
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
1131
1136
|
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
1132
1137
|
ParameterList = Shapes::ListShape.new(name: 'ParameterList')
|
@@ -1148,6 +1153,7 @@ module Aws::SageMaker
|
|
1148
1153
|
Pipeline = Shapes::StructureShape.new(name: 'Pipeline')
|
1149
1154
|
PipelineArn = Shapes::StringShape.new(name: 'PipelineArn')
|
1150
1155
|
PipelineDefinition = Shapes::StringShape.new(name: 'PipelineDefinition')
|
1156
|
+
PipelineDefinitionS3Location = Shapes::StructureShape.new(name: 'PipelineDefinitionS3Location')
|
1151
1157
|
PipelineDescription = Shapes::StringShape.new(name: 'PipelineDescription')
|
1152
1158
|
PipelineExecution = Shapes::StructureShape.new(name: 'PipelineExecution')
|
1153
1159
|
PipelineExecutionArn = Shapes::StringShape.new(name: 'PipelineExecutionArn')
|
@@ -1377,6 +1383,8 @@ module Aws::SageMaker
|
|
1377
1383
|
StartPipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartPipelineExecutionResponse')
|
1378
1384
|
StatusDetails = Shapes::StringShape.new(name: 'StatusDetails')
|
1379
1385
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
1386
|
+
StepDescription = Shapes::StringShape.new(name: 'StepDescription')
|
1387
|
+
StepDisplayName = Shapes::StringShape.new(name: 'StepDisplayName')
|
1380
1388
|
StepName = Shapes::StringShape.new(name: 'StepName')
|
1381
1389
|
StepStatus = Shapes::StringShape.new(name: 'StepStatus')
|
1382
1390
|
StopAutoMLJobRequest = Shapes::StructureShape.new(name: 'StopAutoMLJobRequest')
|
@@ -1588,6 +1596,7 @@ module Aws::SageMaker
|
|
1588
1596
|
VariantStatus = Shapes::StringShape.new(name: 'VariantStatus')
|
1589
1597
|
VariantStatusMessage = Shapes::StringShape.new(name: 'VariantStatusMessage')
|
1590
1598
|
VariantWeight = Shapes::FloatShape.new(name: 'VariantWeight')
|
1599
|
+
VersionId = Shapes::StringShape.new(name: 'VersionId')
|
1591
1600
|
VersionedArnOrName = Shapes::StringShape.new(name: 'VersionedArnOrName')
|
1592
1601
|
Vertex = Shapes::StructureShape.new(name: 'Vertex')
|
1593
1602
|
Vertices = Shapes::ListShape.new(name: 'Vertices')
|
@@ -1818,6 +1827,7 @@ module Aws::SageMaker
|
|
1818
1827
|
AutoMLChannel.add_member(:data_source, Shapes::ShapeRef.new(shape: AutoMLDataSource, required: true, location_name: "DataSource"))
|
1819
1828
|
AutoMLChannel.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
|
1820
1829
|
AutoMLChannel.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
|
1830
|
+
AutoMLChannel.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
|
1821
1831
|
AutoMLChannel.struct_class = Types::AutoMLChannel
|
1822
1832
|
|
1823
1833
|
AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
@@ -2494,11 +2504,13 @@ module Aws::SageMaker
|
|
2494
2504
|
|
2495
2505
|
CreatePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
2496
2506
|
CreatePipelineRequest.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
2497
|
-
CreatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition,
|
2507
|
+
CreatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
2508
|
+
CreatePipelineRequest.add_member(:pipeline_definition_s3_location, Shapes::ShapeRef.new(shape: PipelineDefinitionS3Location, location_name: "PipelineDefinitionS3Location"))
|
2498
2509
|
CreatePipelineRequest.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
2499
2510
|
CreatePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2500
2511
|
CreatePipelineRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2501
2512
|
CreatePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2513
|
+
CreatePipelineRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
2502
2514
|
CreatePipelineRequest.struct_class = Types::CreatePipelineRequest
|
2503
2515
|
|
2504
2516
|
CreatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
@@ -3540,6 +3552,7 @@ module Aws::SageMaker
|
|
3540
3552
|
DescribePipelineExecutionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3541
3553
|
DescribePipelineExecutionResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3542
3554
|
DescribePipelineExecutionResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3555
|
+
DescribePipelineExecutionResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
3543
3556
|
DescribePipelineExecutionResponse.struct_class = Types::DescribePipelineExecutionResponse
|
3544
3557
|
|
3545
3558
|
DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
@@ -3557,6 +3570,7 @@ module Aws::SageMaker
|
|
3557
3570
|
DescribePipelineResponse.add_member(:last_run_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastRunTime"))
|
3558
3571
|
DescribePipelineResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3559
3572
|
DescribePipelineResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3573
|
+
DescribePipelineResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
3560
3574
|
DescribePipelineResponse.struct_class = Types::DescribePipelineResponse
|
3561
3575
|
|
3562
3576
|
DescribeProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
|
@@ -3850,6 +3864,12 @@ module Aws::SageMaker
|
|
3850
3864
|
DriftCheckModelQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
3851
3865
|
DriftCheckModelQuality.struct_class = Types::DriftCheckModelQuality
|
3852
3866
|
|
3867
|
+
EMRStepMetadata.add_member(:cluster_id, Shapes::ShapeRef.new(shape: String256, location_name: "ClusterId"))
|
3868
|
+
EMRStepMetadata.add_member(:step_id, Shapes::ShapeRef.new(shape: String256, location_name: "StepId"))
|
3869
|
+
EMRStepMetadata.add_member(:step_name, Shapes::ShapeRef.new(shape: String256, location_name: "StepName"))
|
3870
|
+
EMRStepMetadata.add_member(:log_file_path, Shapes::ShapeRef.new(shape: String1024, location_name: "LogFilePath"))
|
3871
|
+
EMRStepMetadata.struct_class = Types::EMRStepMetadata
|
3872
|
+
|
3853
3873
|
Edge.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
3854
3874
|
Edge.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
3855
3875
|
Edge.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
@@ -5749,6 +5769,9 @@ module Aws::SageMaker
|
|
5749
5769
|
|
5750
5770
|
OutputParameterList.member = Shapes::ShapeRef.new(shape: OutputParameter)
|
5751
5771
|
|
5772
|
+
ParallelismConfiguration.add_member(:max_parallel_execution_steps, Shapes::ShapeRef.new(shape: MaxParallelExecutionSteps, required: true, location_name: "MaxParallelExecutionSteps"))
|
5773
|
+
ParallelismConfiguration.struct_class = Types::ParallelismConfiguration
|
5774
|
+
|
5752
5775
|
Parameter.add_member(:name, Shapes::ShapeRef.new(shape: PipelineParameterName, required: true, location_name: "Name"))
|
5753
5776
|
Parameter.add_member(:value, Shapes::ShapeRef.new(shape: String1024, required: true, location_name: "Value"))
|
5754
5777
|
Parameter.struct_class = Types::Parameter
|
@@ -5816,9 +5839,15 @@ module Aws::SageMaker
|
|
5816
5839
|
Pipeline.add_member(:last_run_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastRunTime"))
|
5817
5840
|
Pipeline.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5818
5841
|
Pipeline.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5842
|
+
Pipeline.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
5819
5843
|
Pipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
5820
5844
|
Pipeline.struct_class = Types::Pipeline
|
5821
5845
|
|
5846
|
+
PipelineDefinitionS3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket"))
|
5847
|
+
PipelineDefinitionS3Location.add_member(:object_key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "ObjectKey"))
|
5848
|
+
PipelineDefinitionS3Location.add_member(:version_id, Shapes::ShapeRef.new(shape: VersionId, location_name: "VersionId"))
|
5849
|
+
PipelineDefinitionS3Location.struct_class = Types::PipelineDefinitionS3Location
|
5850
|
+
|
5822
5851
|
PipelineExecution.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
5823
5852
|
PipelineExecution.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5824
5853
|
PipelineExecution.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
@@ -5830,10 +5859,13 @@ module Aws::SageMaker
|
|
5830
5859
|
PipelineExecution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5831
5860
|
PipelineExecution.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5832
5861
|
PipelineExecution.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5862
|
+
PipelineExecution.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
5833
5863
|
PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
5834
5864
|
PipelineExecution.struct_class = Types::PipelineExecution
|
5835
5865
|
|
5836
5866
|
PipelineExecutionStep.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "StepName"))
|
5867
|
+
PipelineExecutionStep.add_member(:step_display_name, Shapes::ShapeRef.new(shape: StepDisplayName, location_name: "StepDisplayName"))
|
5868
|
+
PipelineExecutionStep.add_member(:step_description, Shapes::ShapeRef.new(shape: StepDescription, location_name: "StepDescription"))
|
5837
5869
|
PipelineExecutionStep.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
5838
5870
|
PipelineExecutionStep.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
5839
5871
|
PipelineExecutionStep.add_member(:step_status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "StepStatus"))
|
@@ -5856,6 +5888,7 @@ module Aws::SageMaker
|
|
5856
5888
|
PipelineExecutionStepMetadata.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaStepMetadata, location_name: "Lambda"))
|
5857
5889
|
PipelineExecutionStepMetadata.add_member(:quality_check, Shapes::ShapeRef.new(shape: QualityCheckStepMetadata, location_name: "QualityCheck"))
|
5858
5890
|
PipelineExecutionStepMetadata.add_member(:clarify_check, Shapes::ShapeRef.new(shape: ClarifyCheckStepMetadata, location_name: "ClarifyCheck"))
|
5891
|
+
PipelineExecutionStepMetadata.add_member(:emr, Shapes::ShapeRef.new(shape: EMRStepMetadata, location_name: "EMR"))
|
5859
5892
|
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
5860
5893
|
|
5861
5894
|
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -6258,6 +6291,7 @@ module Aws::SageMaker
|
|
6258
6291
|
|
6259
6292
|
RetryPipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
6260
6293
|
RetryPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
6294
|
+
RetryPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
6261
6295
|
RetryPipelineExecutionRequest.struct_class = Types::RetryPipelineExecutionRequest
|
6262
6296
|
|
6263
6297
|
RetryPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -6389,6 +6423,7 @@ module Aws::SageMaker
|
|
6389
6423
|
StartPipelineExecutionRequest.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
6390
6424
|
StartPipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
6391
6425
|
StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
6426
|
+
StartPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
6392
6427
|
StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
|
6393
6428
|
|
6394
6429
|
StartPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -6929,6 +6964,7 @@ module Aws::SageMaker
|
|
6929
6964
|
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
6930
6965
|
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
6931
6966
|
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
6967
|
+
UpdatePipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
6932
6968
|
UpdatePipelineExecutionRequest.struct_class = Types::UpdatePipelineExecutionRequest
|
6933
6969
|
|
6934
6970
|
UpdatePipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -6937,8 +6973,10 @@ module Aws::SageMaker
|
|
6937
6973
|
UpdatePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
6938
6974
|
UpdatePipelineRequest.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
6939
6975
|
UpdatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
6976
|
+
UpdatePipelineRequest.add_member(:pipeline_definition_s3_location, Shapes::ShapeRef.new(shape: PipelineDefinitionS3Location, location_name: "PipelineDefinitionS3Location"))
|
6940
6977
|
UpdatePipelineRequest.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
6941
6978
|
UpdatePipelineRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
6979
|
+
UpdatePipelineRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
6942
6980
|
UpdatePipelineRequest.struct_class = Types::UpdatePipelineRequest
|
6943
6981
|
|
6944
6982
|
UpdatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|