aws-sdk-emr 1.67.0 → 1.68.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -100,6 +100,7 @@ module Aws::EMR
100
100
  EbsVolume = Shapes::StructureShape.new(name: 'EbsVolume')
101
101
  EbsVolumeList = Shapes::ListShape.new(name: 'EbsVolumeList')
102
102
  Ec2InstanceAttributes = Shapes::StructureShape.new(name: 'Ec2InstanceAttributes')
103
+ EnvironmentVariablesMap = Shapes::MapShape.new(name: 'EnvironmentVariablesMap')
103
104
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
104
105
  ErrorData = Shapes::ListShape.new(name: 'ErrorData')
105
106
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
@@ -120,6 +121,7 @@ module Aws::EMR
120
121
  GetStudioSessionMappingOutput = Shapes::StructureShape.new(name: 'GetStudioSessionMappingOutput')
121
122
  HadoopJarStepConfig = Shapes::StructureShape.new(name: 'HadoopJarStepConfig')
122
123
  HadoopStepConfig = Shapes::StructureShape.new(name: 'HadoopStepConfig')
124
+ IAMRoleArn = Shapes::StringShape.new(name: 'IAMRoleArn')
123
125
  IdentityType = Shapes::StringShape.new(name: 'IdentityType')
124
126
  Instance = Shapes::StructureShape.new(name: 'Instance')
125
127
  InstanceCollectionType = Shapes::StringShape.new(name: 'InstanceCollectionType')
@@ -222,6 +224,8 @@ module Aws::EMR
222
224
  NotebookExecutionStatus = Shapes::StringShape.new(name: 'NotebookExecutionStatus')
223
225
  NotebookExecutionSummary = Shapes::StructureShape.new(name: 'NotebookExecutionSummary')
224
226
  NotebookExecutionSummaryList = Shapes::ListShape.new(name: 'NotebookExecutionSummaryList')
227
+ NotebookS3LocationForOutput = Shapes::StructureShape.new(name: 'NotebookS3LocationForOutput')
228
+ NotebookS3LocationFromInput = Shapes::StructureShape.new(name: 'NotebookS3LocationFromInput')
225
229
  OSRelease = Shapes::StructureShape.new(name: 'OSRelease')
226
230
  OSReleaseList = Shapes::ListShape.new(name: 'OSReleaseList')
227
231
  OnDemandCapacityReservationOptions = Shapes::StructureShape.new(name: 'OnDemandCapacityReservationOptions')
@@ -231,6 +235,9 @@ module Aws::EMR
231
235
  OnDemandProvisioningSpecification = Shapes::StructureShape.new(name: 'OnDemandProvisioningSpecification')
232
236
  OnDemandResizingSpecification = Shapes::StructureShape.new(name: 'OnDemandResizingSpecification')
233
237
  OptionalArnType = Shapes::StringShape.new(name: 'OptionalArnType')
238
+ OutputNotebookFormat = Shapes::StringShape.new(name: 'OutputNotebookFormat')
239
+ OutputNotebookS3LocationForOutput = Shapes::StructureShape.new(name: 'OutputNotebookS3LocationForOutput')
240
+ OutputNotebookS3LocationFromInput = Shapes::StructureShape.new(name: 'OutputNotebookS3LocationFromInput')
234
241
  PlacementGroupConfig = Shapes::StructureShape.new(name: 'PlacementGroupConfig')
235
242
  PlacementGroupConfigList = Shapes::ListShape.new(name: 'PlacementGroupConfigList')
236
243
  PlacementGroupStrategy = Shapes::StringShape.new(name: 'PlacementGroupStrategy')
@@ -321,6 +328,7 @@ module Aws::EMR
321
328
  Unit = Shapes::StringShape.new(name: 'Unit')
322
329
  UpdateStudioInput = Shapes::StructureShape.new(name: 'UpdateStudioInput')
323
330
  UpdateStudioSessionMappingInput = Shapes::StructureShape.new(name: 'UpdateStudioSessionMappingInput')
331
+ UriString = Shapes::StringShape.new(name: 'UriString')
324
332
  UsernamePassword = Shapes::StructureShape.new(name: 'UsernamePassword')
325
333
  VolumeSpecification = Shapes::StructureShape.new(name: 'VolumeSpecification')
326
334
  WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
@@ -661,6 +669,9 @@ module Aws::EMR
661
669
  Ec2InstanceAttributes.add_member(:additional_slave_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "AdditionalSlaveSecurityGroups"))
662
670
  Ec2InstanceAttributes.struct_class = Types::Ec2InstanceAttributes
663
671
 
672
+ EnvironmentVariablesMap.key = Shapes::ShapeRef.new(shape: XmlStringMaxLen256)
673
+ EnvironmentVariablesMap.value = Shapes::ShapeRef.new(shape: XmlString)
674
+
664
675
  ErrorData.member = Shapes::ShapeRef.new(shape: StringMap)
665
676
 
666
677
  ErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
@@ -673,6 +684,7 @@ module Aws::EMR
673
684
  ExecutionEngineConfig.add_member(:id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "Id"))
674
685
  ExecutionEngineConfig.add_member(:type, Shapes::ShapeRef.new(shape: ExecutionEngineType, location_name: "Type"))
675
686
  ExecutionEngineConfig.add_member(:master_instance_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "MasterInstanceSecurityGroupId"))
687
+ ExecutionEngineConfig.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "ExecutionRoleArn"))
676
688
  ExecutionEngineConfig.struct_class = Types::ExecutionEngineConfig
677
689
 
678
690
  FailureDetails.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
@@ -1061,6 +1073,7 @@ module Aws::EMR
1061
1073
  ListNotebookExecutionsInput.add_member(:from, Shapes::ShapeRef.new(shape: Date, location_name: "From"))
1062
1074
  ListNotebookExecutionsInput.add_member(:to, Shapes::ShapeRef.new(shape: Date, location_name: "To"))
1063
1075
  ListNotebookExecutionsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
1076
+ ListNotebookExecutionsInput.add_member(:execution_engine_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "ExecutionEngineId"))
1064
1077
  ListNotebookExecutionsInput.struct_class = Types::ListNotebookExecutionsInput
1065
1078
 
1066
1079
  ListNotebookExecutionsOutput.add_member(:notebook_executions, Shapes::ShapeRef.new(shape: NotebookExecutionSummaryList, location_name: "NotebookExecutions"))
@@ -1148,6 +1161,10 @@ module Aws::EMR
1148
1161
  NotebookExecution.add_member(:last_state_change_reason, Shapes::ShapeRef.new(shape: XmlString, location_name: "LastStateChangeReason"))
1149
1162
  NotebookExecution.add_member(:notebook_instance_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookInstanceSecurityGroupId"))
1150
1163
  NotebookExecution.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1164
+ NotebookExecution.add_member(:notebook_s3_location, Shapes::ShapeRef.new(shape: NotebookS3LocationForOutput, location_name: "NotebookS3Location"))
1165
+ NotebookExecution.add_member(:output_notebook_s3_location, Shapes::ShapeRef.new(shape: OutputNotebookS3LocationForOutput, location_name: "OutputNotebookS3Location"))
1166
+ NotebookExecution.add_member(:output_notebook_format, Shapes::ShapeRef.new(shape: OutputNotebookFormat, location_name: "OutputNotebookFormat"))
1167
+ NotebookExecution.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "EnvironmentVariables"))
1151
1168
  NotebookExecution.struct_class = Types::NotebookExecution
1152
1169
 
1153
1170
  NotebookExecutionSummary.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionId"))
@@ -1156,10 +1173,20 @@ module Aws::EMR
1156
1173
  NotebookExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: NotebookExecutionStatus, location_name: "Status"))
1157
1174
  NotebookExecutionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Date, location_name: "StartTime"))
1158
1175
  NotebookExecutionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Date, location_name: "EndTime"))
1176
+ NotebookExecutionSummary.add_member(:notebook_s3_location, Shapes::ShapeRef.new(shape: NotebookS3LocationForOutput, location_name: "NotebookS3Location"))
1177
+ NotebookExecutionSummary.add_member(:execution_engine_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "ExecutionEngineId"))
1159
1178
  NotebookExecutionSummary.struct_class = Types::NotebookExecutionSummary
1160
1179
 
1161
1180
  NotebookExecutionSummaryList.member = Shapes::ShapeRef.new(shape: NotebookExecutionSummary)
1162
1181
 
1182
+ NotebookS3LocationForOutput.add_member(:bucket, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Bucket"))
1183
+ NotebookS3LocationForOutput.add_member(:key, Shapes::ShapeRef.new(shape: UriString, location_name: "Key"))
1184
+ NotebookS3LocationForOutput.struct_class = Types::NotebookS3LocationForOutput
1185
+
1186
+ NotebookS3LocationFromInput.add_member(:bucket, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Bucket"))
1187
+ NotebookS3LocationFromInput.add_member(:key, Shapes::ShapeRef.new(shape: UriString, location_name: "Key"))
1188
+ NotebookS3LocationFromInput.struct_class = Types::NotebookS3LocationFromInput
1189
+
1163
1190
  OSRelease.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
1164
1191
  OSRelease.struct_class = Types::OSRelease
1165
1192
 
@@ -1177,6 +1204,14 @@ module Aws::EMR
1177
1204
  OnDemandResizingSpecification.add_member(:timeout_duration_minutes, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "TimeoutDurationMinutes"))
1178
1205
  OnDemandResizingSpecification.struct_class = Types::OnDemandResizingSpecification
1179
1206
 
1207
+ OutputNotebookS3LocationForOutput.add_member(:bucket, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Bucket"))
1208
+ OutputNotebookS3LocationForOutput.add_member(:key, Shapes::ShapeRef.new(shape: UriString, location_name: "Key"))
1209
+ OutputNotebookS3LocationForOutput.struct_class = Types::OutputNotebookS3LocationForOutput
1210
+
1211
+ OutputNotebookS3LocationFromInput.add_member(:bucket, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "Bucket"))
1212
+ OutputNotebookS3LocationFromInput.add_member(:key, Shapes::ShapeRef.new(shape: UriString, location_name: "Key"))
1213
+ OutputNotebookS3LocationFromInput.struct_class = Types::OutputNotebookS3LocationFromInput
1214
+
1180
1215
  PlacementGroupConfig.add_member(:instance_role, Shapes::ShapeRef.new(shape: InstanceRoleType, required: true, location_name: "InstanceRole"))
1181
1216
  PlacementGroupConfig.add_member(:placement_strategy, Shapes::ShapeRef.new(shape: PlacementGroupStrategy, location_name: "PlacementStrategy"))
1182
1217
  PlacementGroupConfig.struct_class = Types::PlacementGroupConfig
@@ -1364,14 +1399,18 @@ module Aws::EMR
1364
1399
  SpotResizingSpecification.add_member(:timeout_duration_minutes, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "TimeoutDurationMinutes"))
1365
1400
  SpotResizingSpecification.struct_class = Types::SpotResizingSpecification
1366
1401
 
1367
- StartNotebookExecutionInput.add_member(:editor_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "EditorId"))
1368
- StartNotebookExecutionInput.add_member(:relative_path, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "RelativePath"))
1402
+ StartNotebookExecutionInput.add_member(:editor_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "EditorId"))
1403
+ StartNotebookExecutionInput.add_member(:relative_path, Shapes::ShapeRef.new(shape: XmlString, location_name: "RelativePath"))
1369
1404
  StartNotebookExecutionInput.add_member(:notebook_execution_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionName"))
1370
1405
  StartNotebookExecutionInput.add_member(:notebook_params, Shapes::ShapeRef.new(shape: XmlString, location_name: "NotebookParams"))
1371
1406
  StartNotebookExecutionInput.add_member(:execution_engine, Shapes::ShapeRef.new(shape: ExecutionEngineConfig, required: true, location_name: "ExecutionEngine"))
1372
1407
  StartNotebookExecutionInput.add_member(:service_role, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "ServiceRole"))
1373
1408
  StartNotebookExecutionInput.add_member(:notebook_instance_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookInstanceSecurityGroupId"))
1374
1409
  StartNotebookExecutionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1410
+ StartNotebookExecutionInput.add_member(:notebook_s3_location, Shapes::ShapeRef.new(shape: NotebookS3LocationFromInput, location_name: "NotebookS3Location"))
1411
+ StartNotebookExecutionInput.add_member(:output_notebook_s3_location, Shapes::ShapeRef.new(shape: OutputNotebookS3LocationFromInput, location_name: "OutputNotebookS3Location"))
1412
+ StartNotebookExecutionInput.add_member(:output_notebook_format, Shapes::ShapeRef.new(shape: OutputNotebookFormat, location_name: "OutputNotebookFormat"))
1413
+ StartNotebookExecutionInput.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "EnvironmentVariables"))
1375
1414
  StartNotebookExecutionInput.struct_class = Types::StartNotebookExecutionInput
1376
1415
 
1377
1416
  StartNotebookExecutionOutput.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionId"))