aws-sdk-emr 1.66.0 → 1.68.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.
@@ -100,7 +100,11 @@ 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')
105
+ ErrorData = Shapes::ListShape.new(name: 'ErrorData')
106
+ ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
107
+ ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
104
108
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
105
109
  ExecutionEngineConfig = Shapes::StructureShape.new(name: 'ExecutionEngineConfig')
106
110
  ExecutionEngineType = Shapes::StringShape.new(name: 'ExecutionEngineType')
@@ -117,6 +121,7 @@ module Aws::EMR
117
121
  GetStudioSessionMappingOutput = Shapes::StructureShape.new(name: 'GetStudioSessionMappingOutput')
118
122
  HadoopJarStepConfig = Shapes::StructureShape.new(name: 'HadoopJarStepConfig')
119
123
  HadoopStepConfig = Shapes::StructureShape.new(name: 'HadoopStepConfig')
124
+ IAMRoleArn = Shapes::StringShape.new(name: 'IAMRoleArn')
120
125
  IdentityType = Shapes::StringShape.new(name: 'IdentityType')
121
126
  Instance = Shapes::StructureShape.new(name: 'Instance')
122
127
  InstanceCollectionType = Shapes::StringShape.new(name: 'InstanceCollectionType')
@@ -219,6 +224,8 @@ module Aws::EMR
219
224
  NotebookExecutionStatus = Shapes::StringShape.new(name: 'NotebookExecutionStatus')
220
225
  NotebookExecutionSummary = Shapes::StructureShape.new(name: 'NotebookExecutionSummary')
221
226
  NotebookExecutionSummaryList = Shapes::ListShape.new(name: 'NotebookExecutionSummaryList')
227
+ NotebookS3LocationForOutput = Shapes::StructureShape.new(name: 'NotebookS3LocationForOutput')
228
+ NotebookS3LocationFromInput = Shapes::StructureShape.new(name: 'NotebookS3LocationFromInput')
222
229
  OSRelease = Shapes::StructureShape.new(name: 'OSRelease')
223
230
  OSReleaseList = Shapes::ListShape.new(name: 'OSReleaseList')
224
231
  OnDemandCapacityReservationOptions = Shapes::StructureShape.new(name: 'OnDemandCapacityReservationOptions')
@@ -228,6 +235,9 @@ module Aws::EMR
228
235
  OnDemandProvisioningSpecification = Shapes::StructureShape.new(name: 'OnDemandProvisioningSpecification')
229
236
  OnDemandResizingSpecification = Shapes::StructureShape.new(name: 'OnDemandResizingSpecification')
230
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')
231
241
  PlacementGroupConfig = Shapes::StructureShape.new(name: 'PlacementGroupConfig')
232
242
  PlacementGroupConfigList = Shapes::ListShape.new(name: 'PlacementGroupConfigList')
233
243
  PlacementGroupStrategy = Shapes::StringShape.new(name: 'PlacementGroupStrategy')
@@ -318,6 +328,7 @@ module Aws::EMR
318
328
  Unit = Shapes::StringShape.new(name: 'Unit')
319
329
  UpdateStudioInput = Shapes::StructureShape.new(name: 'UpdateStudioInput')
320
330
  UpdateStudioSessionMappingInput = Shapes::StructureShape.new(name: 'UpdateStudioSessionMappingInput')
331
+ UriString = Shapes::StringShape.new(name: 'UriString')
321
332
  UsernamePassword = Shapes::StructureShape.new(name: 'UsernamePassword')
322
333
  VolumeSpecification = Shapes::StructureShape.new(name: 'VolumeSpecification')
323
334
  WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
@@ -473,6 +484,7 @@ module Aws::EMR
473
484
  ClusterStatus.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "State"))
474
485
  ClusterStatus.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: ClusterStateChangeReason, location_name: "StateChangeReason"))
475
486
  ClusterStatus.add_member(:timeline, Shapes::ShapeRef.new(shape: ClusterTimeline, location_name: "Timeline"))
487
+ ClusterStatus.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetailList, location_name: "ErrorDetails"))
476
488
  ClusterStatus.struct_class = Types::ClusterStatus
477
489
 
478
490
  ClusterSummary.add_member(:id, Shapes::ShapeRef.new(shape: ClusterId, location_name: "Id"))
@@ -657,9 +669,22 @@ module Aws::EMR
657
669
  Ec2InstanceAttributes.add_member(:additional_slave_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "AdditionalSlaveSecurityGroups"))
658
670
  Ec2InstanceAttributes.struct_class = Types::Ec2InstanceAttributes
659
671
 
672
+ EnvironmentVariablesMap.key = Shapes::ShapeRef.new(shape: XmlStringMaxLen256)
673
+ EnvironmentVariablesMap.value = Shapes::ShapeRef.new(shape: XmlString)
674
+
675
+ ErrorData.member = Shapes::ShapeRef.new(shape: StringMap)
676
+
677
+ ErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
678
+ ErrorDetail.add_member(:error_data, Shapes::ShapeRef.new(shape: ErrorData, location_name: "ErrorData"))
679
+ ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
680
+ ErrorDetail.struct_class = Types::ErrorDetail
681
+
682
+ ErrorDetailList.member = Shapes::ShapeRef.new(shape: ErrorDetail)
683
+
660
684
  ExecutionEngineConfig.add_member(:id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "Id"))
661
685
  ExecutionEngineConfig.add_member(:type, Shapes::ShapeRef.new(shape: ExecutionEngineType, location_name: "Type"))
662
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"))
663
688
  ExecutionEngineConfig.struct_class = Types::ExecutionEngineConfig
664
689
 
665
690
  FailureDetails.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
@@ -1048,6 +1073,7 @@ module Aws::EMR
1048
1073
  ListNotebookExecutionsInput.add_member(:from, Shapes::ShapeRef.new(shape: Date, location_name: "From"))
1049
1074
  ListNotebookExecutionsInput.add_member(:to, Shapes::ShapeRef.new(shape: Date, location_name: "To"))
1050
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"))
1051
1077
  ListNotebookExecutionsInput.struct_class = Types::ListNotebookExecutionsInput
1052
1078
 
1053
1079
  ListNotebookExecutionsOutput.add_member(:notebook_executions, Shapes::ShapeRef.new(shape: NotebookExecutionSummaryList, location_name: "NotebookExecutions"))
@@ -1135,6 +1161,10 @@ module Aws::EMR
1135
1161
  NotebookExecution.add_member(:last_state_change_reason, Shapes::ShapeRef.new(shape: XmlString, location_name: "LastStateChangeReason"))
1136
1162
  NotebookExecution.add_member(:notebook_instance_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookInstanceSecurityGroupId"))
1137
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"))
1138
1168
  NotebookExecution.struct_class = Types::NotebookExecution
1139
1169
 
1140
1170
  NotebookExecutionSummary.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionId"))
@@ -1143,10 +1173,20 @@ module Aws::EMR
1143
1173
  NotebookExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: NotebookExecutionStatus, location_name: "Status"))
1144
1174
  NotebookExecutionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Date, location_name: "StartTime"))
1145
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"))
1146
1178
  NotebookExecutionSummary.struct_class = Types::NotebookExecutionSummary
1147
1179
 
1148
1180
  NotebookExecutionSummaryList.member = Shapes::ShapeRef.new(shape: NotebookExecutionSummary)
1149
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
+
1150
1190
  OSRelease.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
1151
1191
  OSRelease.struct_class = Types::OSRelease
1152
1192
 
@@ -1164,6 +1204,14 @@ module Aws::EMR
1164
1204
  OnDemandResizingSpecification.add_member(:timeout_duration_minutes, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "TimeoutDurationMinutes"))
1165
1205
  OnDemandResizingSpecification.struct_class = Types::OnDemandResizingSpecification
1166
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
+
1167
1215
  PlacementGroupConfig.add_member(:instance_role, Shapes::ShapeRef.new(shape: InstanceRoleType, required: true, location_name: "InstanceRole"))
1168
1216
  PlacementGroupConfig.add_member(:placement_strategy, Shapes::ShapeRef.new(shape: PlacementGroupStrategy, location_name: "PlacementStrategy"))
1169
1217
  PlacementGroupConfig.struct_class = Types::PlacementGroupConfig
@@ -1351,14 +1399,18 @@ module Aws::EMR
1351
1399
  SpotResizingSpecification.add_member(:timeout_duration_minutes, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "TimeoutDurationMinutes"))
1352
1400
  SpotResizingSpecification.struct_class = Types::SpotResizingSpecification
1353
1401
 
1354
- StartNotebookExecutionInput.add_member(:editor_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "EditorId"))
1355
- 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"))
1356
1404
  StartNotebookExecutionInput.add_member(:notebook_execution_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionName"))
1357
1405
  StartNotebookExecutionInput.add_member(:notebook_params, Shapes::ShapeRef.new(shape: XmlString, location_name: "NotebookParams"))
1358
1406
  StartNotebookExecutionInput.add_member(:execution_engine, Shapes::ShapeRef.new(shape: ExecutionEngineConfig, required: true, location_name: "ExecutionEngine"))
1359
1407
  StartNotebookExecutionInput.add_member(:service_role, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "ServiceRole"))
1360
1408
  StartNotebookExecutionInput.add_member(:notebook_instance_security_group_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookInstanceSecurityGroupId"))
1361
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"))
1362
1414
  StartNotebookExecutionInput.struct_class = Types::StartNotebookExecutionInput
1363
1415
 
1364
1416
  StartNotebookExecutionOutput.add_member(:notebook_execution_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "NotebookExecutionId"))