aws-sdk-emr 1.35.0 → 1.40.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/lib/aws-sdk-emr.rb +2 -1
- data/lib/aws-sdk-emr/client.rb +797 -26
- data/lib/aws-sdk-emr/client_api.rb +374 -0
- data/lib/aws-sdk-emr/types.rb +1410 -139
- metadata +4 -4
| @@ -26,6 +26,7 @@ module Aws::EMR | |
| 26 26 | 
             
                Application = Shapes::StructureShape.new(name: 'Application')
         | 
| 27 27 | 
             
                ApplicationList = Shapes::ListShape.new(name: 'ApplicationList')
         | 
| 28 28 | 
             
                ArnType = Shapes::StringShape.new(name: 'ArnType')
         | 
| 29 | 
            +
                AuthMode = Shapes::StringShape.new(name: 'AuthMode')
         | 
| 29 30 | 
             
                AutoScalingPolicy = Shapes::StructureShape.new(name: 'AutoScalingPolicy')
         | 
| 30 31 | 
             
                AutoScalingPolicyDescription = Shapes::StructureShape.new(name: 'AutoScalingPolicyDescription')
         | 
| 31 32 | 
             
                AutoScalingPolicyState = Shapes::StringShape.new(name: 'AutoScalingPolicyState')
         | 
| @@ -65,17 +66,26 @@ module Aws::EMR | |
| 65 66 | 
             
                ConfigurationList = Shapes::ListShape.new(name: 'ConfigurationList')
         | 
| 66 67 | 
             
                CreateSecurityConfigurationInput = Shapes::StructureShape.new(name: 'CreateSecurityConfigurationInput')
         | 
| 67 68 | 
             
                CreateSecurityConfigurationOutput = Shapes::StructureShape.new(name: 'CreateSecurityConfigurationOutput')
         | 
| 69 | 
            +
                CreateStudioInput = Shapes::StructureShape.new(name: 'CreateStudioInput')
         | 
| 70 | 
            +
                CreateStudioOutput = Shapes::StructureShape.new(name: 'CreateStudioOutput')
         | 
| 71 | 
            +
                CreateStudioSessionMappingInput = Shapes::StructureShape.new(name: 'CreateStudioSessionMappingInput')
         | 
| 68 72 | 
             
                Date = Shapes::TimestampShape.new(name: 'Date')
         | 
| 69 73 | 
             
                DeleteSecurityConfigurationInput = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationInput')
         | 
| 70 74 | 
             
                DeleteSecurityConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationOutput')
         | 
| 75 | 
            +
                DeleteStudioInput = Shapes::StructureShape.new(name: 'DeleteStudioInput')
         | 
| 76 | 
            +
                DeleteStudioSessionMappingInput = Shapes::StructureShape.new(name: 'DeleteStudioSessionMappingInput')
         | 
| 71 77 | 
             
                DescribeClusterInput = Shapes::StructureShape.new(name: 'DescribeClusterInput')
         | 
| 72 78 | 
             
                DescribeClusterOutput = Shapes::StructureShape.new(name: 'DescribeClusterOutput')
         | 
| 73 79 | 
             
                DescribeJobFlowsInput = Shapes::StructureShape.new(name: 'DescribeJobFlowsInput')
         | 
| 74 80 | 
             
                DescribeJobFlowsOutput = Shapes::StructureShape.new(name: 'DescribeJobFlowsOutput')
         | 
| 81 | 
            +
                DescribeNotebookExecutionInput = Shapes::StructureShape.new(name: 'DescribeNotebookExecutionInput')
         | 
| 82 | 
            +
                DescribeNotebookExecutionOutput = Shapes::StructureShape.new(name: 'DescribeNotebookExecutionOutput')
         | 
| 75 83 | 
             
                DescribeSecurityConfigurationInput = Shapes::StructureShape.new(name: 'DescribeSecurityConfigurationInput')
         | 
| 76 84 | 
             
                DescribeSecurityConfigurationOutput = Shapes::StructureShape.new(name: 'DescribeSecurityConfigurationOutput')
         | 
| 77 85 | 
             
                DescribeStepInput = Shapes::StructureShape.new(name: 'DescribeStepInput')
         | 
| 78 86 | 
             
                DescribeStepOutput = Shapes::StructureShape.new(name: 'DescribeStepOutput')
         | 
| 87 | 
            +
                DescribeStudioInput = Shapes::StructureShape.new(name: 'DescribeStudioInput')
         | 
| 88 | 
            +
                DescribeStudioOutput = Shapes::StructureShape.new(name: 'DescribeStudioOutput')
         | 
| 79 89 | 
             
                EC2InstanceIdsList = Shapes::ListShape.new(name: 'EC2InstanceIdsList')
         | 
| 80 90 | 
             
                EC2InstanceIdsToTerminateList = Shapes::ListShape.new(name: 'EC2InstanceIdsToTerminateList')
         | 
| 81 91 | 
             
                EbsBlockDevice = Shapes::StructureShape.new(name: 'EbsBlockDevice')
         | 
| @@ -88,13 +98,18 @@ module Aws::EMR | |
| 88 98 | 
             
                Ec2InstanceAttributes = Shapes::StructureShape.new(name: 'Ec2InstanceAttributes')
         | 
| 89 99 | 
             
                ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
         | 
| 90 100 | 
             
                ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
         | 
| 101 | 
            +
                ExecutionEngineConfig = Shapes::StructureShape.new(name: 'ExecutionEngineConfig')
         | 
| 102 | 
            +
                ExecutionEngineType = Shapes::StringShape.new(name: 'ExecutionEngineType')
         | 
| 91 103 | 
             
                FailureDetails = Shapes::StructureShape.new(name: 'FailureDetails')
         | 
| 92 104 | 
             
                GetBlockPublicAccessConfigurationInput = Shapes::StructureShape.new(name: 'GetBlockPublicAccessConfigurationInput')
         | 
| 93 105 | 
             
                GetBlockPublicAccessConfigurationOutput = Shapes::StructureShape.new(name: 'GetBlockPublicAccessConfigurationOutput')
         | 
| 94 106 | 
             
                GetManagedScalingPolicyInput = Shapes::StructureShape.new(name: 'GetManagedScalingPolicyInput')
         | 
| 95 107 | 
             
                GetManagedScalingPolicyOutput = Shapes::StructureShape.new(name: 'GetManagedScalingPolicyOutput')
         | 
| 108 | 
            +
                GetStudioSessionMappingInput = Shapes::StructureShape.new(name: 'GetStudioSessionMappingInput')
         | 
| 109 | 
            +
                GetStudioSessionMappingOutput = Shapes::StructureShape.new(name: 'GetStudioSessionMappingOutput')
         | 
| 96 110 | 
             
                HadoopJarStepConfig = Shapes::StructureShape.new(name: 'HadoopJarStepConfig')
         | 
| 97 111 | 
             
                HadoopStepConfig = Shapes::StructureShape.new(name: 'HadoopStepConfig')
         | 
| 112 | 
            +
                IdentityType = Shapes::StringShape.new(name: 'IdentityType')
         | 
| 98 113 | 
             
                Instance = Shapes::StructureShape.new(name: 'Instance')
         | 
| 99 114 | 
             
                InstanceCollectionType = Shapes::StringShape.new(name: 'InstanceCollectionType')
         | 
| 100 115 | 
             
                InstanceFleet = Shapes::StructureShape.new(name: 'InstanceFleet')
         | 
| @@ -166,10 +181,16 @@ module Aws::EMR | |
| 166 181 | 
             
                ListInstanceGroupsOutput = Shapes::StructureShape.new(name: 'ListInstanceGroupsOutput')
         | 
| 167 182 | 
             
                ListInstancesInput = Shapes::StructureShape.new(name: 'ListInstancesInput')
         | 
| 168 183 | 
             
                ListInstancesOutput = Shapes::StructureShape.new(name: 'ListInstancesOutput')
         | 
| 184 | 
            +
                ListNotebookExecutionsInput = Shapes::StructureShape.new(name: 'ListNotebookExecutionsInput')
         | 
| 185 | 
            +
                ListNotebookExecutionsOutput = Shapes::StructureShape.new(name: 'ListNotebookExecutionsOutput')
         | 
| 169 186 | 
             
                ListSecurityConfigurationsInput = Shapes::StructureShape.new(name: 'ListSecurityConfigurationsInput')
         | 
| 170 187 | 
             
                ListSecurityConfigurationsOutput = Shapes::StructureShape.new(name: 'ListSecurityConfigurationsOutput')
         | 
| 171 188 | 
             
                ListStepsInput = Shapes::StructureShape.new(name: 'ListStepsInput')
         | 
| 172 189 | 
             
                ListStepsOutput = Shapes::StructureShape.new(name: 'ListStepsOutput')
         | 
| 190 | 
            +
                ListStudioSessionMappingsInput = Shapes::StructureShape.new(name: 'ListStudioSessionMappingsInput')
         | 
| 191 | 
            +
                ListStudioSessionMappingsOutput = Shapes::StructureShape.new(name: 'ListStudioSessionMappingsOutput')
         | 
| 192 | 
            +
                ListStudiosInput = Shapes::StructureShape.new(name: 'ListStudiosInput')
         | 
| 193 | 
            +
                ListStudiosOutput = Shapes::StructureShape.new(name: 'ListStudiosOutput')
         | 
| 173 194 | 
             
                Long = Shapes::IntegerShape.new(name: 'Long')
         | 
| 174 195 | 
             
                ManagedScalingPolicy = Shapes::StructureShape.new(name: 'ManagedScalingPolicy')
         | 
| 175 196 | 
             
                Marker = Shapes::StringShape.new(name: 'Marker')
         | 
| @@ -182,9 +203,16 @@ module Aws::EMR | |
| 182 203 | 
             
                ModifyInstanceGroupsInput = Shapes::StructureShape.new(name: 'ModifyInstanceGroupsInput')
         | 
| 183 204 | 
             
                NewSupportedProductsList = Shapes::ListShape.new(name: 'NewSupportedProductsList')
         | 
| 184 205 | 
             
                NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
         | 
| 206 | 
            +
                NotebookExecution = Shapes::StructureShape.new(name: 'NotebookExecution')
         | 
| 207 | 
            +
                NotebookExecutionStatus = Shapes::StringShape.new(name: 'NotebookExecutionStatus')
         | 
| 208 | 
            +
                NotebookExecutionSummary = Shapes::StructureShape.new(name: 'NotebookExecutionSummary')
         | 
| 209 | 
            +
                NotebookExecutionSummaryList = Shapes::ListShape.new(name: 'NotebookExecutionSummaryList')
         | 
| 185 210 | 
             
                OnDemandProvisioningAllocationStrategy = Shapes::StringShape.new(name: 'OnDemandProvisioningAllocationStrategy')
         | 
| 186 211 | 
             
                OnDemandProvisioningSpecification = Shapes::StructureShape.new(name: 'OnDemandProvisioningSpecification')
         | 
| 187 212 | 
             
                OptionalArnType = Shapes::StringShape.new(name: 'OptionalArnType')
         | 
| 213 | 
            +
                PlacementGroupConfig = Shapes::StructureShape.new(name: 'PlacementGroupConfig')
         | 
| 214 | 
            +
                PlacementGroupConfigList = Shapes::ListShape.new(name: 'PlacementGroupConfigList')
         | 
| 215 | 
            +
                PlacementGroupStrategy = Shapes::StringShape.new(name: 'PlacementGroupStrategy')
         | 
| 188 216 | 
             
                PlacementType = Shapes::StructureShape.new(name: 'PlacementType')
         | 
| 189 217 | 
             
                Port = Shapes::IntegerShape.new(name: 'Port')
         | 
| 190 218 | 
             
                PortRange = Shapes::StructureShape.new(name: 'PortRange')
         | 
| @@ -215,6 +243,9 @@ module Aws::EMR | |
| 215 243 | 
             
                SecurityConfigurationList = Shapes::ListShape.new(name: 'SecurityConfigurationList')
         | 
| 216 244 | 
             
                SecurityConfigurationSummary = Shapes::StructureShape.new(name: 'SecurityConfigurationSummary')
         | 
| 217 245 | 
             
                SecurityGroupsList = Shapes::ListShape.new(name: 'SecurityGroupsList')
         | 
| 246 | 
            +
                SessionMappingDetail = Shapes::StructureShape.new(name: 'SessionMappingDetail')
         | 
| 247 | 
            +
                SessionMappingSummary = Shapes::StructureShape.new(name: 'SessionMappingSummary')
         | 
| 248 | 
            +
                SessionMappingSummaryList = Shapes::ListShape.new(name: 'SessionMappingSummaryList')
         | 
| 218 249 | 
             
                SetTerminationProtectionInput = Shapes::StructureShape.new(name: 'SetTerminationProtectionInput')
         | 
| 219 250 | 
             
                SetVisibleToAllUsersInput = Shapes::StructureShape.new(name: 'SetVisibleToAllUsersInput')
         | 
| 220 251 | 
             
                ShrinkPolicy = Shapes::StructureShape.new(name: 'ShrinkPolicy')
         | 
| @@ -222,6 +253,8 @@ module Aws::EMR | |
| 222 253 | 
             
                SpotProvisioningAllocationStrategy = Shapes::StringShape.new(name: 'SpotProvisioningAllocationStrategy')
         | 
| 223 254 | 
             
                SpotProvisioningSpecification = Shapes::StructureShape.new(name: 'SpotProvisioningSpecification')
         | 
| 224 255 | 
             
                SpotProvisioningTimeoutAction = Shapes::StringShape.new(name: 'SpotProvisioningTimeoutAction')
         | 
| 256 | 
            +
                StartNotebookExecutionInput = Shapes::StructureShape.new(name: 'StartNotebookExecutionInput')
         | 
| 257 | 
            +
                StartNotebookExecutionOutput = Shapes::StructureShape.new(name: 'StartNotebookExecutionOutput')
         | 
| 225 258 | 
             
                Statistic = Shapes::StringShape.new(name: 'Statistic')
         | 
| 226 259 | 
             
                Step = Shapes::StructureShape.new(name: 'Step')
         | 
| 227 260 | 
             
                StepCancellationOption = Shapes::StringShape.new(name: 'StepCancellationOption')
         | 
| @@ -241,15 +274,21 @@ module Aws::EMR | |
| 241 274 | 
             
                StepSummary = Shapes::StructureShape.new(name: 'StepSummary')
         | 
| 242 275 | 
             
                StepSummaryList = Shapes::ListShape.new(name: 'StepSummaryList')
         | 
| 243 276 | 
             
                StepTimeline = Shapes::StructureShape.new(name: 'StepTimeline')
         | 
| 277 | 
            +
                StopNotebookExecutionInput = Shapes::StructureShape.new(name: 'StopNotebookExecutionInput')
         | 
| 244 278 | 
             
                String = Shapes::StringShape.new(name: 'String')
         | 
| 245 279 | 
             
                StringList = Shapes::ListShape.new(name: 'StringList')
         | 
| 246 280 | 
             
                StringMap = Shapes::MapShape.new(name: 'StringMap')
         | 
| 281 | 
            +
                Studio = Shapes::StructureShape.new(name: 'Studio')
         | 
| 282 | 
            +
                StudioSummary = Shapes::StructureShape.new(name: 'StudioSummary')
         | 
| 283 | 
            +
                StudioSummaryList = Shapes::ListShape.new(name: 'StudioSummaryList')
         | 
| 284 | 
            +
                SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
         | 
| 247 285 | 
             
                SupportedProductConfig = Shapes::StructureShape.new(name: 'SupportedProductConfig')
         | 
| 248 286 | 
             
                SupportedProductsList = Shapes::ListShape.new(name: 'SupportedProductsList')
         | 
| 249 287 | 
             
                Tag = Shapes::StructureShape.new(name: 'Tag')
         | 
| 250 288 | 
             
                TagList = Shapes::ListShape.new(name: 'TagList')
         | 
| 251 289 | 
             
                TerminateJobFlowsInput = Shapes::StructureShape.new(name: 'TerminateJobFlowsInput')
         | 
| 252 290 | 
             
                Unit = Shapes::StringShape.new(name: 'Unit')
         | 
| 291 | 
            +
                UpdateStudioSessionMappingInput = Shapes::StructureShape.new(name: 'UpdateStudioSessionMappingInput')
         | 
| 253 292 | 
             
                VolumeSpecification = Shapes::StructureShape.new(name: 'VolumeSpecification')
         | 
| 254 293 | 
             
                WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
         | 
| 255 294 | 
             
                XmlString = Shapes::StringShape.new(name: 'XmlString')
         | 
| @@ -387,6 +426,7 @@ module Aws::EMR | |
| 387 426 | 
             
                Cluster.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ClusterArn"))
         | 
| 388 427 | 
             
                Cluster.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: OptionalArnType, location_name: "OutpostArn"))
         | 
| 389 428 | 
             
                Cluster.add_member(:step_concurrency_level, Shapes::ShapeRef.new(shape: Integer, location_name: "StepConcurrencyLevel"))
         | 
| 429 | 
            +
                Cluster.add_member(:placement_groups, Shapes::ShapeRef.new(shape: PlacementGroupConfigList, location_name: "PlacementGroups"))
         | 
| 390 430 | 
             
                Cluster.struct_class = Types::Cluster
         | 
| 391 431 |  | 
| 392 432 | 
             
                ClusterStateChangeReason.add_member(:code, Shapes::ShapeRef.new(shape: ClusterStateChangeReasonCode, location_name: "Code"))
         | 
| @@ -444,11 +484,44 @@ module Aws::EMR | |
| 444 484 | 
             
                CreateSecurityConfigurationOutput.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "CreationDateTime"))
         | 
| 445 485 | 
             
                CreateSecurityConfigurationOutput.struct_class = Types::CreateSecurityConfigurationOutput
         | 
| 446 486 |  | 
| 487 | 
            +
                CreateStudioInput.add_member(:name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "Name"))
         | 
| 488 | 
            +
                CreateStudioInput.add_member(:description, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Description"))
         | 
| 489 | 
            +
                CreateStudioInput.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
         | 
| 490 | 
            +
                CreateStudioInput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "VpcId"))
         | 
| 491 | 
            +
                CreateStudioInput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "SubnetIds"))
         | 
| 492 | 
            +
                CreateStudioInput.add_member(:service_role, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "ServiceRole"))
         | 
| 493 | 
            +
                CreateStudioInput.add_member(:user_role, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "UserRole"))
         | 
| 494 | 
            +
                CreateStudioInput.add_member(:workspace_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "WorkspaceSecurityGroupId"))
         | 
| 495 | 
            +
                CreateStudioInput.add_member(:engine_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "EngineSecurityGroupId"))
         | 
| 496 | 
            +
                CreateStudioInput.add_member(:default_s3_location, Shapes::ShapeRef.new(shape: XmlString, location_name: "DefaultS3Location"))
         | 
| 497 | 
            +
                CreateStudioInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
         | 
| 498 | 
            +
                CreateStudioInput.struct_class = Types::CreateStudioInput
         | 
| 499 | 
            +
             | 
| 500 | 
            +
                CreateStudioOutput.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "StudioId"))
         | 
| 501 | 
            +
                CreateStudioOutput.add_member(:url, Shapes::ShapeRef.new(shape: XmlString, location_name: "Url"))
         | 
| 502 | 
            +
                CreateStudioOutput.struct_class = Types::CreateStudioOutput
         | 
| 503 | 
            +
             | 
| 504 | 
            +
                CreateStudioSessionMappingInput.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "StudioId"))
         | 
| 505 | 
            +
                CreateStudioSessionMappingInput.add_member(:identity_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityId"))
         | 
| 506 | 
            +
                CreateStudioSessionMappingInput.add_member(:identity_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityName"))
         | 
| 507 | 
            +
                CreateStudioSessionMappingInput.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location_name: "IdentityType"))
         | 
| 508 | 
            +
                CreateStudioSessionMappingInput.add_member(:session_policy_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "SessionPolicyArn"))
         | 
| 509 | 
            +
                CreateStudioSessionMappingInput.struct_class = Types::CreateStudioSessionMappingInput
         | 
| 510 | 
            +
             | 
| 447 511 | 
             
                DeleteSecurityConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "Name"))
         | 
| 448 512 | 
             
                DeleteSecurityConfigurationInput.struct_class = Types::DeleteSecurityConfigurationInput
         | 
| 449 513 |  | 
| 450 514 | 
             
                DeleteSecurityConfigurationOutput.struct_class = Types::DeleteSecurityConfigurationOutput
         | 
| 451 515 |  | 
| 516 | 
            +
                DeleteStudioInput.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "StudioId"))
         | 
| 517 | 
            +
                DeleteStudioInput.struct_class = Types::DeleteStudioInput
         | 
| 518 | 
            +
             | 
| 519 | 
            +
                DeleteStudioSessionMappingInput.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "StudioId"))
         | 
| 520 | 
            +
                DeleteStudioSessionMappingInput.add_member(:identity_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityId"))
         | 
| 521 | 
            +
                DeleteStudioSessionMappingInput.add_member(:identity_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityName"))
         | 
| 522 | 
            +
                DeleteStudioSessionMappingInput.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location_name: "IdentityType"))
         | 
| 523 | 
            +
                DeleteStudioSessionMappingInput.struct_class = Types::DeleteStudioSessionMappingInput
         | 
| 524 | 
            +
             | 
| 452 525 | 
             
                DescribeClusterInput.add_member(:cluster_id, Shapes::ShapeRef.new(shape: ClusterId, required: true, location_name: "ClusterId"))
         | 
| 453 526 | 
             
                DescribeClusterInput.struct_class = Types::DescribeClusterInput
         | 
| 454 527 |  | 
| @@ -464,6 +537,12 @@ module Aws::EMR | |
| 464 537 | 
             
                DescribeJobFlowsOutput.add_member(:job_flows, Shapes::ShapeRef.new(shape: JobFlowDetailList, location_name: "JobFlows"))
         | 
| 465 538 | 
             
                DescribeJobFlowsOutput.struct_class = Types::DescribeJobFlowsOutput
         | 
| 466 539 |  | 
| 540 | 
            +
                DescribeNotebookExecutionInput.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "NotebookExecutionId"))
         | 
| 541 | 
            +
                DescribeNotebookExecutionInput.struct_class = Types::DescribeNotebookExecutionInput
         | 
| 542 | 
            +
             | 
| 543 | 
            +
                DescribeNotebookExecutionOutput.add_member(:notebook_execution, Shapes::ShapeRef.new(shape: NotebookExecution, location_name: "NotebookExecution"))
         | 
| 544 | 
            +
                DescribeNotebookExecutionOutput.struct_class = Types::DescribeNotebookExecutionOutput
         | 
| 545 | 
            +
             | 
| 467 546 | 
             
                DescribeSecurityConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "Name"))
         | 
| 468 547 | 
             
                DescribeSecurityConfigurationInput.struct_class = Types::DescribeSecurityConfigurationInput
         | 
| 469 548 |  | 
| @@ -479,6 +558,12 @@ module Aws::EMR | |
| 479 558 | 
             
                DescribeStepOutput.add_member(:step, Shapes::ShapeRef.new(shape: Step, location_name: "Step"))
         | 
| 480 559 | 
             
                DescribeStepOutput.struct_class = Types::DescribeStepOutput
         | 
| 481 560 |  | 
| 561 | 
            +
                DescribeStudioInput.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "StudioId"))
         | 
| 562 | 
            +
                DescribeStudioInput.struct_class = Types::DescribeStudioInput
         | 
| 563 | 
            +
             | 
| 564 | 
            +
                DescribeStudioOutput.add_member(:studio, Shapes::ShapeRef.new(shape: Studio, location_name: "Studio"))
         | 
| 565 | 
            +
                DescribeStudioOutput.struct_class = Types::DescribeStudioOutput
         | 
| 566 | 
            +
             | 
| 482 567 | 
             
                EC2InstanceIdsList.member = Shapes::ShapeRef.new(shape: InstanceId)
         | 
| 483 568 |  | 
| 484 569 | 
             
                EC2InstanceIdsToTerminateList.member = Shapes::ShapeRef.new(shape: InstanceId)
         | 
| @@ -518,6 +603,11 @@ module Aws::EMR | |
| 518 603 | 
             
                Ec2InstanceAttributes.add_member(:additional_slave_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "AdditionalSlaveSecurityGroups"))
         | 
| 519 604 | 
             
                Ec2InstanceAttributes.struct_class = Types::Ec2InstanceAttributes
         | 
| 520 605 |  | 
| 606 | 
            +
                ExecutionEngineConfig.add_member(:id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "Id"))
         | 
| 607 | 
            +
                ExecutionEngineConfig.add_member(:type, Shapes::ShapeRef.new(shape: ExecutionEngineType, location_name: "Type"))
         | 
| 608 | 
            +
                ExecutionEngineConfig.add_member(:master_instance_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "MasterInstanceSecurityGroupId"))
         | 
| 609 | 
            +
                ExecutionEngineConfig.struct_class = Types::ExecutionEngineConfig
         | 
| 610 | 
            +
             | 
| 521 611 | 
             
                FailureDetails.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
         | 
| 522 612 | 
             
                FailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
         | 
| 523 613 | 
             
                FailureDetails.add_member(:log_file, Shapes::ShapeRef.new(shape: String, location_name: "LogFile"))
         | 
| @@ -535,6 +625,15 @@ module Aws::EMR | |
| 535 625 | 
             
                GetManagedScalingPolicyOutput.add_member(:managed_scaling_policy, Shapes::ShapeRef.new(shape: ManagedScalingPolicy, location_name: "ManagedScalingPolicy"))
         | 
| 536 626 | 
             
                GetManagedScalingPolicyOutput.struct_class = Types::GetManagedScalingPolicyOutput
         | 
| 537 627 |  | 
| 628 | 
            +
                GetStudioSessionMappingInput.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "StudioId"))
         | 
| 629 | 
            +
                GetStudioSessionMappingInput.add_member(:identity_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityId"))
         | 
| 630 | 
            +
                GetStudioSessionMappingInput.add_member(:identity_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityName"))
         | 
| 631 | 
            +
                GetStudioSessionMappingInput.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location_name: "IdentityType"))
         | 
| 632 | 
            +
                GetStudioSessionMappingInput.struct_class = Types::GetStudioSessionMappingInput
         | 
| 633 | 
            +
             | 
| 634 | 
            +
                GetStudioSessionMappingOutput.add_member(:session_mapping, Shapes::ShapeRef.new(shape: SessionMappingDetail, location_name: "SessionMapping"))
         | 
| 635 | 
            +
                GetStudioSessionMappingOutput.struct_class = Types::GetStudioSessionMappingOutput
         | 
| 636 | 
            +
             | 
| 538 637 | 
             
                HadoopJarStepConfig.add_member(:properties, Shapes::ShapeRef.new(shape: KeyValueList, location_name: "Properties"))
         | 
| 539 638 | 
             
                HadoopJarStepConfig.add_member(:jar, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "Jar"))
         | 
| 540 639 | 
             
                HadoopJarStepConfig.add_member(:main_class, Shapes::ShapeRef.new(shape: XmlString, location_name: "MainClass"))
         | 
| @@ -863,6 +962,17 @@ module Aws::EMR | |
| 863 962 | 
             
                ListInstancesOutput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 864 963 | 
             
                ListInstancesOutput.struct_class = Types::ListInstancesOutput
         | 
| 865 964 |  | 
| 965 | 
            +
                ListNotebookExecutionsInput.add_member(:editor_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "EditorId"))
         | 
| 966 | 
            +
                ListNotebookExecutionsInput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookExecutionStatus, location_name: "Status"))
         | 
| 967 | 
            +
                ListNotebookExecutionsInput.add_member(:from, Shapes::ShapeRef.new(shape: Date, location_name: "From"))
         | 
| 968 | 
            +
                ListNotebookExecutionsInput.add_member(:to, Shapes::ShapeRef.new(shape: Date, location_name: "To"))
         | 
| 969 | 
            +
                ListNotebookExecutionsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 970 | 
            +
                ListNotebookExecutionsInput.struct_class = Types::ListNotebookExecutionsInput
         | 
| 971 | 
            +
             | 
| 972 | 
            +
                ListNotebookExecutionsOutput.add_member(:notebook_executions, Shapes::ShapeRef.new(shape: NotebookExecutionSummaryList, location_name: "NotebookExecutions"))
         | 
| 973 | 
            +
                ListNotebookExecutionsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 974 | 
            +
                ListNotebookExecutionsOutput.struct_class = Types::ListNotebookExecutionsOutput
         | 
| 975 | 
            +
             | 
| 866 976 | 
             
                ListSecurityConfigurationsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 867 977 | 
             
                ListSecurityConfigurationsInput.struct_class = Types::ListSecurityConfigurationsInput
         | 
| 868 978 |  | 
| @@ -880,6 +990,22 @@ module Aws::EMR | |
| 880 990 | 
             
                ListStepsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 881 991 | 
             
                ListStepsOutput.struct_class = Types::ListStepsOutput
         | 
| 882 992 |  | 
| 993 | 
            +
                ListStudioSessionMappingsInput.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "StudioId"))
         | 
| 994 | 
            +
                ListStudioSessionMappingsInput.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location_name: "IdentityType"))
         | 
| 995 | 
            +
                ListStudioSessionMappingsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 996 | 
            +
                ListStudioSessionMappingsInput.struct_class = Types::ListStudioSessionMappingsInput
         | 
| 997 | 
            +
             | 
| 998 | 
            +
                ListStudioSessionMappingsOutput.add_member(:session_mappings, Shapes::ShapeRef.new(shape: SessionMappingSummaryList, location_name: "SessionMappings"))
         | 
| 999 | 
            +
                ListStudioSessionMappingsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 1000 | 
            +
                ListStudioSessionMappingsOutput.struct_class = Types::ListStudioSessionMappingsOutput
         | 
| 1001 | 
            +
             | 
| 1002 | 
            +
                ListStudiosInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 1003 | 
            +
                ListStudiosInput.struct_class = Types::ListStudiosInput
         | 
| 1004 | 
            +
             | 
| 1005 | 
            +
                ListStudiosOutput.add_member(:studios, Shapes::ShapeRef.new(shape: StudioSummaryList, location_name: "Studios"))
         | 
| 1006 | 
            +
                ListStudiosOutput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
         | 
| 1007 | 
            +
                ListStudiosOutput.struct_class = Types::ListStudiosOutput
         | 
| 1008 | 
            +
             | 
| 883 1009 | 
             
                ManagedScalingPolicy.add_member(:compute_limits, Shapes::ShapeRef.new(shape: ComputeLimits, location_name: "ComputeLimits"))
         | 
| 884 1010 | 
             
                ManagedScalingPolicy.struct_class = Types::ManagedScalingPolicy
         | 
| 885 1011 |  | 
| @@ -906,9 +1032,40 @@ module Aws::EMR | |
| 906 1032 |  | 
| 907 1033 | 
             
                NewSupportedProductsList.member = Shapes::ShapeRef.new(shape: SupportedProductConfig)
         | 
| 908 1034 |  | 
| 1035 | 
            +
                NotebookExecution.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionId"))
         | 
| 1036 | 
            +
                NotebookExecution.add_member(:editor_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "EditorId"))
         | 
| 1037 | 
            +
                NotebookExecution.add_member(:execution_engine, Shapes::ShapeRef.new(shape: ExecutionEngineConfig, location_name: "ExecutionEngine"))
         | 
| 1038 | 
            +
                NotebookExecution.add_member(:notebook_execution_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionName"))
         | 
| 1039 | 
            +
                NotebookExecution.add_member(:notebook_params, Shapes::ShapeRef.new(shape: XmlString, location_name: "NotebookParams"))
         | 
| 1040 | 
            +
                NotebookExecution.add_member(:status, Shapes::ShapeRef.new(shape: NotebookExecutionStatus, location_name: "Status"))
         | 
| 1041 | 
            +
                NotebookExecution.add_member(:start_time, Shapes::ShapeRef.new(shape: Date, location_name: "StartTime"))
         | 
| 1042 | 
            +
                NotebookExecution.add_member(:end_time, Shapes::ShapeRef.new(shape: Date, location_name: "EndTime"))
         | 
| 1043 | 
            +
                NotebookExecution.add_member(:arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Arn"))
         | 
| 1044 | 
            +
                NotebookExecution.add_member(:output_notebook_uri, Shapes::ShapeRef.new(shape: XmlString, location_name: "OutputNotebookURI"))
         | 
| 1045 | 
            +
                NotebookExecution.add_member(:last_state_change_reason, Shapes::ShapeRef.new(shape: XmlString, location_name: "LastStateChangeReason"))
         | 
| 1046 | 
            +
                NotebookExecution.add_member(:notebook_instance_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookInstanceSecurityGroupId"))
         | 
| 1047 | 
            +
                NotebookExecution.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
         | 
| 1048 | 
            +
                NotebookExecution.struct_class = Types::NotebookExecution
         | 
| 1049 | 
            +
             | 
| 1050 | 
            +
                NotebookExecutionSummary.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionId"))
         | 
| 1051 | 
            +
                NotebookExecutionSummary.add_member(:editor_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "EditorId"))
         | 
| 1052 | 
            +
                NotebookExecutionSummary.add_member(:notebook_execution_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionName"))
         | 
| 1053 | 
            +
                NotebookExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: NotebookExecutionStatus, location_name: "Status"))
         | 
| 1054 | 
            +
                NotebookExecutionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Date, location_name: "StartTime"))
         | 
| 1055 | 
            +
                NotebookExecutionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Date, location_name: "EndTime"))
         | 
| 1056 | 
            +
                NotebookExecutionSummary.struct_class = Types::NotebookExecutionSummary
         | 
| 1057 | 
            +
             | 
| 1058 | 
            +
                NotebookExecutionSummaryList.member = Shapes::ShapeRef.new(shape: NotebookExecutionSummary)
         | 
| 1059 | 
            +
             | 
| 909 1060 | 
             
                OnDemandProvisioningSpecification.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: OnDemandProvisioningAllocationStrategy, required: true, location_name: "AllocationStrategy"))
         | 
| 910 1061 | 
             
                OnDemandProvisioningSpecification.struct_class = Types::OnDemandProvisioningSpecification
         | 
| 911 1062 |  | 
| 1063 | 
            +
                PlacementGroupConfig.add_member(:instance_role, Shapes::ShapeRef.new(shape: InstanceRoleType, required: true, location_name: "InstanceRole"))
         | 
| 1064 | 
            +
                PlacementGroupConfig.add_member(:placement_strategy, Shapes::ShapeRef.new(shape: PlacementGroupStrategy, location_name: "PlacementStrategy"))
         | 
| 1065 | 
            +
                PlacementGroupConfig.struct_class = Types::PlacementGroupConfig
         | 
| 1066 | 
            +
             | 
| 1067 | 
            +
                PlacementGroupConfigList.member = Shapes::ShapeRef.new(shape: PlacementGroupConfig)
         | 
| 1068 | 
            +
             | 
| 912 1069 | 
             
                PlacementType.add_member(:availability_zone, Shapes::ShapeRef.new(shape: XmlString, location_name: "AvailabilityZone"))
         | 
| 913 1070 | 
             
                PlacementType.add_member(:availability_zones, Shapes::ShapeRef.new(shape: XmlStringMaxLen256List, location_name: "AvailabilityZones"))
         | 
| 914 1071 | 
             
                PlacementType.struct_class = Types::PlacementType
         | 
| @@ -984,6 +1141,7 @@ module Aws::EMR | |
| 984 1141 | 
             
                RunJobFlowInput.add_member(:kerberos_attributes, Shapes::ShapeRef.new(shape: KerberosAttributes, location_name: "KerberosAttributes"))
         | 
| 985 1142 | 
             
                RunJobFlowInput.add_member(:step_concurrency_level, Shapes::ShapeRef.new(shape: Integer, location_name: "StepConcurrencyLevel"))
         | 
| 986 1143 | 
             
                RunJobFlowInput.add_member(:managed_scaling_policy, Shapes::ShapeRef.new(shape: ManagedScalingPolicy, location_name: "ManagedScalingPolicy"))
         | 
| 1144 | 
            +
                RunJobFlowInput.add_member(:placement_group_configs, Shapes::ShapeRef.new(shape: PlacementGroupConfigList, location_name: "PlacementGroupConfigs"))
         | 
| 987 1145 | 
             
                RunJobFlowInput.struct_class = Types::RunJobFlowInput
         | 
| 988 1146 |  | 
| 989 1147 | 
             
                RunJobFlowOutput.add_member(:job_flow_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "JobFlowId"))
         | 
| @@ -1021,6 +1179,25 @@ module Aws::EMR | |
| 1021 1179 |  | 
| 1022 1180 | 
             
                SecurityGroupsList.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen256)
         | 
| 1023 1181 |  | 
| 1182 | 
            +
                SessionMappingDetail.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "StudioId"))
         | 
| 1183 | 
            +
                SessionMappingDetail.add_member(:identity_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityId"))
         | 
| 1184 | 
            +
                SessionMappingDetail.add_member(:identity_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityName"))
         | 
| 1185 | 
            +
                SessionMappingDetail.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location_name: "IdentityType"))
         | 
| 1186 | 
            +
                SessionMappingDetail.add_member(:session_policy_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "SessionPolicyArn"))
         | 
| 1187 | 
            +
                SessionMappingDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
         | 
| 1188 | 
            +
                SessionMappingDetail.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedTime"))
         | 
| 1189 | 
            +
                SessionMappingDetail.struct_class = Types::SessionMappingDetail
         | 
| 1190 | 
            +
             | 
| 1191 | 
            +
                SessionMappingSummary.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "StudioId"))
         | 
| 1192 | 
            +
                SessionMappingSummary.add_member(:identity_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityId"))
         | 
| 1193 | 
            +
                SessionMappingSummary.add_member(:identity_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityName"))
         | 
| 1194 | 
            +
                SessionMappingSummary.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location_name: "IdentityType"))
         | 
| 1195 | 
            +
                SessionMappingSummary.add_member(:session_policy_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "SessionPolicyArn"))
         | 
| 1196 | 
            +
                SessionMappingSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
         | 
| 1197 | 
            +
                SessionMappingSummary.struct_class = Types::SessionMappingSummary
         | 
| 1198 | 
            +
             | 
| 1199 | 
            +
                SessionMappingSummaryList.member = Shapes::ShapeRef.new(shape: SessionMappingSummary)
         | 
| 1200 | 
            +
             | 
| 1024 1201 | 
             
                SetTerminationProtectionInput.add_member(:job_flow_ids, Shapes::ShapeRef.new(shape: XmlStringList, required: true, location_name: "JobFlowIds"))
         | 
| 1025 1202 | 
             
                SetTerminationProtectionInput.add_member(:termination_protected, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "TerminationProtected"))
         | 
| 1026 1203 | 
             
                SetTerminationProtectionInput.struct_class = Types::SetTerminationProtectionInput
         | 
| @@ -1044,6 +1221,19 @@ module Aws::EMR | |
| 1044 1221 | 
             
                SpotProvisioningSpecification.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: SpotProvisioningAllocationStrategy, location_name: "AllocationStrategy"))
         | 
| 1045 1222 | 
             
                SpotProvisioningSpecification.struct_class = Types::SpotProvisioningSpecification
         | 
| 1046 1223 |  | 
| 1224 | 
            +
                StartNotebookExecutionInput.add_member(:editor_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "EditorId"))
         | 
| 1225 | 
            +
                StartNotebookExecutionInput.add_member(:relative_path, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "RelativePath"))
         | 
| 1226 | 
            +
                StartNotebookExecutionInput.add_member(:notebook_execution_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionName"))
         | 
| 1227 | 
            +
                StartNotebookExecutionInput.add_member(:notebook_params, Shapes::ShapeRef.new(shape: XmlString, location_name: "NotebookParams"))
         | 
| 1228 | 
            +
                StartNotebookExecutionInput.add_member(:execution_engine, Shapes::ShapeRef.new(shape: ExecutionEngineConfig, required: true, location_name: "ExecutionEngine"))
         | 
| 1229 | 
            +
                StartNotebookExecutionInput.add_member(:service_role, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "ServiceRole"))
         | 
| 1230 | 
            +
                StartNotebookExecutionInput.add_member(:notebook_instance_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookInstanceSecurityGroupId"))
         | 
| 1231 | 
            +
                StartNotebookExecutionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
         | 
| 1232 | 
            +
                StartNotebookExecutionInput.struct_class = Types::StartNotebookExecutionInput
         | 
| 1233 | 
            +
             | 
| 1234 | 
            +
                StartNotebookExecutionOutput.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionId"))
         | 
| 1235 | 
            +
                StartNotebookExecutionOutput.struct_class = Types::StartNotebookExecutionOutput
         | 
| 1236 | 
            +
             | 
| 1047 1237 | 
             
                Step.add_member(:id, Shapes::ShapeRef.new(shape: StepId, location_name: "Id"))
         | 
| 1048 1238 | 
             
                Step.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
         | 
| 1049 1239 | 
             
                Step.add_member(:config, Shapes::ShapeRef.new(shape: HadoopStepConfig, location_name: "Config"))
         | 
| @@ -1099,11 +1289,43 @@ module Aws::EMR | |
| 1099 1289 | 
             
                StepTimeline.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "EndDateTime"))
         | 
| 1100 1290 | 
             
                StepTimeline.struct_class = Types::StepTimeline
         | 
| 1101 1291 |  | 
| 1292 | 
            +
                StopNotebookExecutionInput.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "NotebookExecutionId"))
         | 
| 1293 | 
            +
                StopNotebookExecutionInput.struct_class = Types::StopNotebookExecutionInput
         | 
| 1294 | 
            +
             | 
| 1102 1295 | 
             
                StringList.member = Shapes::ShapeRef.new(shape: String)
         | 
| 1103 1296 |  | 
| 1104 1297 | 
             
                StringMap.key = Shapes::ShapeRef.new(shape: String)
         | 
| 1105 1298 | 
             
                StringMap.value = Shapes::ShapeRef.new(shape: String)
         | 
| 1106 1299 |  | 
| 1300 | 
            +
                Studio.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "StudioId"))
         | 
| 1301 | 
            +
                Studio.add_member(:studio_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "StudioArn"))
         | 
| 1302 | 
            +
                Studio.add_member(:name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Name"))
         | 
| 1303 | 
            +
                Studio.add_member(:description, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Description"))
         | 
| 1304 | 
            +
                Studio.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "AuthMode"))
         | 
| 1305 | 
            +
                Studio.add_member(:vpc_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "VpcId"))
         | 
| 1306 | 
            +
                Studio.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "SubnetIds"))
         | 
| 1307 | 
            +
                Studio.add_member(:service_role, Shapes::ShapeRef.new(shape: XmlString, location_name: "ServiceRole"))
         | 
| 1308 | 
            +
                Studio.add_member(:user_role, Shapes::ShapeRef.new(shape: XmlString, location_name: "UserRole"))
         | 
| 1309 | 
            +
                Studio.add_member(:workspace_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "WorkspaceSecurityGroupId"))
         | 
| 1310 | 
            +
                Studio.add_member(:engine_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "EngineSecurityGroupId"))
         | 
| 1311 | 
            +
                Studio.add_member(:url, Shapes::ShapeRef.new(shape: XmlString, location_name: "Url"))
         | 
| 1312 | 
            +
                Studio.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
         | 
| 1313 | 
            +
                Studio.add_member(:default_s3_location, Shapes::ShapeRef.new(shape: XmlString, location_name: "DefaultS3Location"))
         | 
| 1314 | 
            +
                Studio.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
         | 
| 1315 | 
            +
                Studio.struct_class = Types::Studio
         | 
| 1316 | 
            +
             | 
| 1317 | 
            +
                StudioSummary.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "StudioId"))
         | 
| 1318 | 
            +
                StudioSummary.add_member(:name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Name"))
         | 
| 1319 | 
            +
                StudioSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "VpcId"))
         | 
| 1320 | 
            +
                StudioSummary.add_member(:description, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Description"))
         | 
| 1321 | 
            +
                StudioSummary.add_member(:url, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Url"))
         | 
| 1322 | 
            +
                StudioSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
         | 
| 1323 | 
            +
                StudioSummary.struct_class = Types::StudioSummary
         | 
| 1324 | 
            +
             | 
| 1325 | 
            +
                StudioSummaryList.member = Shapes::ShapeRef.new(shape: StudioSummary)
         | 
| 1326 | 
            +
             | 
| 1327 | 
            +
                SubnetIdList.member = Shapes::ShapeRef.new(shape: String)
         | 
| 1328 | 
            +
             | 
| 1107 1329 | 
             
                SupportedProductConfig.add_member(:name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Name"))
         | 
| 1108 1330 | 
             
                SupportedProductConfig.add_member(:args, Shapes::ShapeRef.new(shape: XmlStringList, location_name: "Args"))
         | 
| 1109 1331 | 
             
                SupportedProductConfig.struct_class = Types::SupportedProductConfig
         | 
| @@ -1119,6 +1341,13 @@ module Aws::EMR | |
| 1119 1341 | 
             
                TerminateJobFlowsInput.add_member(:job_flow_ids, Shapes::ShapeRef.new(shape: XmlStringList, required: true, location_name: "JobFlowIds"))
         | 
| 1120 1342 | 
             
                TerminateJobFlowsInput.struct_class = Types::TerminateJobFlowsInput
         | 
| 1121 1343 |  | 
| 1344 | 
            +
                UpdateStudioSessionMappingInput.add_member(:studio_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "StudioId"))
         | 
| 1345 | 
            +
                UpdateStudioSessionMappingInput.add_member(:identity_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityId"))
         | 
| 1346 | 
            +
                UpdateStudioSessionMappingInput.add_member(:identity_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "IdentityName"))
         | 
| 1347 | 
            +
                UpdateStudioSessionMappingInput.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location_name: "IdentityType"))
         | 
| 1348 | 
            +
                UpdateStudioSessionMappingInput.add_member(:session_policy_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "SessionPolicyArn"))
         | 
| 1349 | 
            +
                UpdateStudioSessionMappingInput.struct_class = Types::UpdateStudioSessionMappingInput
         | 
| 1350 | 
            +
             | 
| 1122 1351 | 
             
                VolumeSpecification.add_member(:volume_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeType"))
         | 
| 1123 1352 | 
             
                VolumeSpecification.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
         | 
| 1124 1353 | 
             
                VolumeSpecification.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "SizeInGB"))
         | 
| @@ -1205,6 +1434,26 @@ module Aws::EMR | |
| 1205 1434 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1206 1435 | 
             
                  end)
         | 
| 1207 1436 |  | 
| 1437 | 
            +
                  api.add_operation(:create_studio, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1438 | 
            +
                    o.name = "CreateStudio"
         | 
| 1439 | 
            +
                    o.http_method = "POST"
         | 
| 1440 | 
            +
                    o.http_request_uri = "/"
         | 
| 1441 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateStudioInput)
         | 
| 1442 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateStudioOutput)
         | 
| 1443 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1444 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1445 | 
            +
                  end)
         | 
| 1446 | 
            +
             | 
| 1447 | 
            +
                  api.add_operation(:create_studio_session_mapping, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1448 | 
            +
                    o.name = "CreateStudioSessionMapping"
         | 
| 1449 | 
            +
                    o.http_method = "POST"
         | 
| 1450 | 
            +
                    o.http_request_uri = "/"
         | 
| 1451 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateStudioSessionMappingInput)
         | 
| 1452 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 1453 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1454 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1455 | 
            +
                  end)
         | 
| 1456 | 
            +
             | 
| 1208 1457 | 
             
                  api.add_operation(:delete_security_configuration, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1209 1458 | 
             
                    o.name = "DeleteSecurityConfiguration"
         | 
| 1210 1459 | 
             
                    o.http_method = "POST"
         | 
| @@ -1215,6 +1464,26 @@ module Aws::EMR | |
| 1215 1464 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1216 1465 | 
             
                  end)
         | 
| 1217 1466 |  | 
| 1467 | 
            +
                  api.add_operation(:delete_studio, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1468 | 
            +
                    o.name = "DeleteStudio"
         | 
| 1469 | 
            +
                    o.http_method = "POST"
         | 
| 1470 | 
            +
                    o.http_request_uri = "/"
         | 
| 1471 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteStudioInput)
         | 
| 1472 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 1473 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1474 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1475 | 
            +
                  end)
         | 
| 1476 | 
            +
             | 
| 1477 | 
            +
                  api.add_operation(:delete_studio_session_mapping, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1478 | 
            +
                    o.name = "DeleteStudioSessionMapping"
         | 
| 1479 | 
            +
                    o.http_method = "POST"
         | 
| 1480 | 
            +
                    o.http_request_uri = "/"
         | 
| 1481 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteStudioSessionMappingInput)
         | 
| 1482 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 1483 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1484 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1485 | 
            +
                  end)
         | 
| 1486 | 
            +
             | 
| 1218 1487 | 
             
                  api.add_operation(:describe_cluster, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1219 1488 | 
             
                    o.name = "DescribeCluster"
         | 
| 1220 1489 | 
             
                    o.http_method = "POST"
         | 
| @@ -1235,6 +1504,16 @@ module Aws::EMR | |
| 1235 1504 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1236 1505 | 
             
                  end)
         | 
| 1237 1506 |  | 
| 1507 | 
            +
                  api.add_operation(:describe_notebook_execution, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1508 | 
            +
                    o.name = "DescribeNotebookExecution"
         | 
| 1509 | 
            +
                    o.http_method = "POST"
         | 
| 1510 | 
            +
                    o.http_request_uri = "/"
         | 
| 1511 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribeNotebookExecutionInput)
         | 
| 1512 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribeNotebookExecutionOutput)
         | 
| 1513 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1514 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1515 | 
            +
                  end)
         | 
| 1516 | 
            +
             | 
| 1238 1517 | 
             
                  api.add_operation(:describe_security_configuration, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1239 1518 | 
             
                    o.name = "DescribeSecurityConfiguration"
         | 
| 1240 1519 | 
             
                    o.http_method = "POST"
         | 
| @@ -1255,6 +1534,16 @@ module Aws::EMR | |
| 1255 1534 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1256 1535 | 
             
                  end)
         | 
| 1257 1536 |  | 
| 1537 | 
            +
                  api.add_operation(:describe_studio, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1538 | 
            +
                    o.name = "DescribeStudio"
         | 
| 1539 | 
            +
                    o.http_method = "POST"
         | 
| 1540 | 
            +
                    o.http_request_uri = "/"
         | 
| 1541 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribeStudioInput)
         | 
| 1542 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribeStudioOutput)
         | 
| 1543 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1544 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1545 | 
            +
                  end)
         | 
| 1546 | 
            +
             | 
| 1258 1547 | 
             
                  api.add_operation(:get_block_public_access_configuration, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1259 1548 | 
             
                    o.name = "GetBlockPublicAccessConfiguration"
         | 
| 1260 1549 | 
             
                    o.http_method = "POST"
         | 
| @@ -1273,6 +1562,16 @@ module Aws::EMR | |
| 1273 1562 | 
             
                    o.output = Shapes::ShapeRef.new(shape: GetManagedScalingPolicyOutput)
         | 
| 1274 1563 | 
             
                  end)
         | 
| 1275 1564 |  | 
| 1565 | 
            +
                  api.add_operation(:get_studio_session_mapping, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1566 | 
            +
                    o.name = "GetStudioSessionMapping"
         | 
| 1567 | 
            +
                    o.http_method = "POST"
         | 
| 1568 | 
            +
                    o.http_request_uri = "/"
         | 
| 1569 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: GetStudioSessionMappingInput)
         | 
| 1570 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: GetStudioSessionMappingOutput)
         | 
| 1571 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1572 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1573 | 
            +
                  end)
         | 
| 1574 | 
            +
             | 
| 1276 1575 | 
             
                  api.add_operation(:list_bootstrap_actions, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1277 1576 | 
             
                    o.name = "ListBootstrapActions"
         | 
| 1278 1577 | 
             
                    o.http_method = "POST"
         | 
| @@ -1348,6 +1647,21 @@ module Aws::EMR | |
| 1348 1647 | 
             
                    )
         | 
| 1349 1648 | 
             
                  end)
         | 
| 1350 1649 |  | 
| 1650 | 
            +
                  api.add_operation(:list_notebook_executions, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1651 | 
            +
                    o.name = "ListNotebookExecutions"
         | 
| 1652 | 
            +
                    o.http_method = "POST"
         | 
| 1653 | 
            +
                    o.http_request_uri = "/"
         | 
| 1654 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListNotebookExecutionsInput)
         | 
| 1655 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListNotebookExecutionsOutput)
         | 
| 1656 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1657 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1658 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 1659 | 
            +
                      tokens: {
         | 
| 1660 | 
            +
                        "marker" => "marker"
         | 
| 1661 | 
            +
                      }
         | 
| 1662 | 
            +
                    )
         | 
| 1663 | 
            +
                  end)
         | 
| 1664 | 
            +
             | 
| 1351 1665 | 
             
                  api.add_operation(:list_security_configurations, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1352 1666 | 
             
                    o.name = "ListSecurityConfigurations"
         | 
| 1353 1667 | 
             
                    o.http_method = "POST"
         | 
| @@ -1378,6 +1692,36 @@ module Aws::EMR | |
| 1378 1692 | 
             
                    )
         | 
| 1379 1693 | 
             
                  end)
         | 
| 1380 1694 |  | 
| 1695 | 
            +
                  api.add_operation(:list_studio_session_mappings, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1696 | 
            +
                    o.name = "ListStudioSessionMappings"
         | 
| 1697 | 
            +
                    o.http_method = "POST"
         | 
| 1698 | 
            +
                    o.http_request_uri = "/"
         | 
| 1699 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListStudioSessionMappingsInput)
         | 
| 1700 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListStudioSessionMappingsOutput)
         | 
| 1701 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1702 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1703 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 1704 | 
            +
                      tokens: {
         | 
| 1705 | 
            +
                        "marker" => "marker"
         | 
| 1706 | 
            +
                      }
         | 
| 1707 | 
            +
                    )
         | 
| 1708 | 
            +
                  end)
         | 
| 1709 | 
            +
             | 
| 1710 | 
            +
                  api.add_operation(:list_studios, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1711 | 
            +
                    o.name = "ListStudios"
         | 
| 1712 | 
            +
                    o.http_method = "POST"
         | 
| 1713 | 
            +
                    o.http_request_uri = "/"
         | 
| 1714 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListStudiosInput)
         | 
| 1715 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListStudiosOutput)
         | 
| 1716 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1717 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1718 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 1719 | 
            +
                      tokens: {
         | 
| 1720 | 
            +
                        "marker" => "marker"
         | 
| 1721 | 
            +
                      }
         | 
| 1722 | 
            +
                    )
         | 
| 1723 | 
            +
                  end)
         | 
| 1724 | 
            +
             | 
| 1381 1725 | 
             
                  api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1382 1726 | 
             
                    o.name = "ModifyCluster"
         | 
| 1383 1727 | 
             
                    o.http_method = "POST"
         | 
| @@ -1486,6 +1830,26 @@ module Aws::EMR | |
| 1486 1830 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1487 1831 | 
             
                  end)
         | 
| 1488 1832 |  | 
| 1833 | 
            +
                  api.add_operation(:start_notebook_execution, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1834 | 
            +
                    o.name = "StartNotebookExecution"
         | 
| 1835 | 
            +
                    o.http_method = "POST"
         | 
| 1836 | 
            +
                    o.http_request_uri = "/"
         | 
| 1837 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: StartNotebookExecutionInput)
         | 
| 1838 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: StartNotebookExecutionOutput)
         | 
| 1839 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1840 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1841 | 
            +
                  end)
         | 
| 1842 | 
            +
             | 
| 1843 | 
            +
                  api.add_operation(:stop_notebook_execution, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1844 | 
            +
                    o.name = "StopNotebookExecution"
         | 
| 1845 | 
            +
                    o.http_method = "POST"
         | 
| 1846 | 
            +
                    o.http_request_uri = "/"
         | 
| 1847 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: StopNotebookExecutionInput)
         | 
| 1848 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 1849 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1850 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1851 | 
            +
                  end)
         | 
| 1852 | 
            +
             | 
| 1489 1853 | 
             
                  api.add_operation(:terminate_job_flows, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1490 1854 | 
             
                    o.name = "TerminateJobFlows"
         | 
| 1491 1855 | 
             
                    o.http_method = "POST"
         | 
| @@ -1494,6 +1858,16 @@ module Aws::EMR | |
| 1494 1858 | 
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 1495 1859 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1496 1860 | 
             
                  end)
         | 
| 1861 | 
            +
             | 
| 1862 | 
            +
                  api.add_operation(:update_studio_session_mapping, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1863 | 
            +
                    o.name = "UpdateStudioSessionMapping"
         | 
| 1864 | 
            +
                    o.http_method = "POST"
         | 
| 1865 | 
            +
                    o.http_request_uri = "/"
         | 
| 1866 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateStudioSessionMappingInput)
         | 
| 1867 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 1868 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 1869 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 1870 | 
            +
                  end)
         | 
| 1497 1871 | 
             
                end
         | 
| 1498 1872 |  | 
| 1499 1873 | 
             
              end
         |