aws-sdk-sagemaker 1.131.0 → 1.134.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -259,6 +259,9 @@ module Aws::SageMaker
259
259
  CreateDeviceFleetRequest = Shapes::StructureShape.new(name: 'CreateDeviceFleetRequest')
260
260
  CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
261
261
  CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
262
+ CreateEdgeDeploymentPlanRequest = Shapes::StructureShape.new(name: 'CreateEdgeDeploymentPlanRequest')
263
+ CreateEdgeDeploymentPlanResponse = Shapes::StructureShape.new(name: 'CreateEdgeDeploymentPlanResponse')
264
+ CreateEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'CreateEdgeDeploymentStageRequest')
262
265
  CreateEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'CreateEdgePackagingJobRequest')
263
266
  CreateEndpointConfigInput = Shapes::StructureShape.new(name: 'CreateEndpointConfigInput')
264
267
  CreateEndpointConfigOutput = Shapes::StructureShape.new(name: 'CreateEndpointConfigOutput')
@@ -370,6 +373,8 @@ module Aws::SageMaker
370
373
  DeleteDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteDataQualityJobDefinitionRequest')
371
374
  DeleteDeviceFleetRequest = Shapes::StructureShape.new(name: 'DeleteDeviceFleetRequest')
372
375
  DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
376
+ DeleteEdgeDeploymentPlanRequest = Shapes::StructureShape.new(name: 'DeleteEdgeDeploymentPlanRequest')
377
+ DeleteEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'DeleteEdgeDeploymentStageRequest')
373
378
  DeleteEndpointConfigInput = Shapes::StructureShape.new(name: 'DeleteEndpointConfigInput')
374
379
  DeleteEndpointInput = Shapes::StructureShape.new(name: 'DeleteEndpointInput')
375
380
  DeleteExperimentRequest = Shapes::StructureShape.new(name: 'DeleteExperimentRequest')
@@ -411,6 +416,11 @@ module Aws::SageMaker
411
416
  DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
412
417
  DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
413
418
  DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
419
+ DeploymentStage = Shapes::StructureShape.new(name: 'DeploymentStage')
420
+ DeploymentStageMaxResults = Shapes::IntegerShape.new(name: 'DeploymentStageMaxResults')
421
+ DeploymentStageStatusSummaries = Shapes::ListShape.new(name: 'DeploymentStageStatusSummaries')
422
+ DeploymentStageStatusSummary = Shapes::StructureShape.new(name: 'DeploymentStageStatusSummary')
423
+ DeploymentStages = Shapes::ListShape.new(name: 'DeploymentStages')
414
424
  DeregisterDevicesRequest = Shapes::StructureShape.new(name: 'DeregisterDevicesRequest')
415
425
  DescribeActionRequest = Shapes::StructureShape.new(name: 'DescribeActionRequest')
416
426
  DescribeActionResponse = Shapes::StructureShape.new(name: 'DescribeActionResponse')
@@ -438,6 +448,8 @@ module Aws::SageMaker
438
448
  DescribeDeviceResponse = Shapes::StructureShape.new(name: 'DescribeDeviceResponse')
439
449
  DescribeDomainRequest = Shapes::StructureShape.new(name: 'DescribeDomainRequest')
440
450
  DescribeDomainResponse = Shapes::StructureShape.new(name: 'DescribeDomainResponse')
451
+ DescribeEdgeDeploymentPlanRequest = Shapes::StructureShape.new(name: 'DescribeEdgeDeploymentPlanRequest')
452
+ DescribeEdgeDeploymentPlanResponse = Shapes::StructureShape.new(name: 'DescribeEdgeDeploymentPlanResponse')
441
453
  DescribeEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'DescribeEdgePackagingJobRequest')
442
454
  DescribeEdgePackagingJobResponse = Shapes::StructureShape.new(name: 'DescribeEdgePackagingJobResponse')
443
455
  DescribeEndpointConfigInput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigInput')
@@ -520,6 +532,9 @@ module Aws::SageMaker
520
532
  DetailedModelPackageStatus = Shapes::StringShape.new(name: 'DetailedModelPackageStatus')
521
533
  Device = Shapes::StructureShape.new(name: 'Device')
522
534
  DeviceArn = Shapes::StringShape.new(name: 'DeviceArn')
535
+ DeviceDeploymentStatus = Shapes::StringShape.new(name: 'DeviceDeploymentStatus')
536
+ DeviceDeploymentSummaries = Shapes::ListShape.new(name: 'DeviceDeploymentSummaries')
537
+ DeviceDeploymentSummary = Shapes::StructureShape.new(name: 'DeviceDeploymentSummary')
523
538
  DeviceDescription = Shapes::StringShape.new(name: 'DeviceDescription')
524
539
  DeviceFleetArn = Shapes::StringShape.new(name: 'DeviceFleetArn')
525
540
  DeviceFleetDescription = Shapes::StringShape.new(name: 'DeviceFleetDescription')
@@ -527,7 +542,9 @@ module Aws::SageMaker
527
542
  DeviceFleetSummary = Shapes::StructureShape.new(name: 'DeviceFleetSummary')
528
543
  DeviceName = Shapes::StringShape.new(name: 'DeviceName')
529
544
  DeviceNames = Shapes::ListShape.new(name: 'DeviceNames')
545
+ DeviceSelectionConfig = Shapes::StructureShape.new(name: 'DeviceSelectionConfig')
530
546
  DeviceStats = Shapes::StructureShape.new(name: 'DeviceStats')
547
+ DeviceSubsetType = Shapes::StringShape.new(name: 'DeviceSubsetType')
531
548
  DeviceSummaries = Shapes::ListShape.new(name: 'DeviceSummaries')
532
549
  DeviceSummary = Shapes::StructureShape.new(name: 'DeviceSummary')
533
550
  Devices = Shapes::ListShape.new(name: 'Devices')
@@ -561,6 +578,13 @@ module Aws::SageMaker
561
578
  DriftCheckModelQuality = Shapes::StructureShape.new(name: 'DriftCheckModelQuality')
562
579
  EMRStepMetadata = Shapes::StructureShape.new(name: 'EMRStepMetadata')
563
580
  Edge = Shapes::StructureShape.new(name: 'Edge')
581
+ EdgeDeploymentConfig = Shapes::StructureShape.new(name: 'EdgeDeploymentConfig')
582
+ EdgeDeploymentModelConfig = Shapes::StructureShape.new(name: 'EdgeDeploymentModelConfig')
583
+ EdgeDeploymentModelConfigs = Shapes::ListShape.new(name: 'EdgeDeploymentModelConfigs')
584
+ EdgeDeploymentPlanArn = Shapes::StringShape.new(name: 'EdgeDeploymentPlanArn')
585
+ EdgeDeploymentPlanSummaries = Shapes::ListShape.new(name: 'EdgeDeploymentPlanSummaries')
586
+ EdgeDeploymentPlanSummary = Shapes::StructureShape.new(name: 'EdgeDeploymentPlanSummary')
587
+ EdgeDeploymentStatus = Shapes::StructureShape.new(name: 'EdgeDeploymentStatus')
564
588
  EdgeModel = Shapes::StructureShape.new(name: 'EdgeModel')
565
589
  EdgeModelStat = Shapes::StructureShape.new(name: 'EdgeModelStat')
566
590
  EdgeModelStats = Shapes::ListShape.new(name: 'EdgeModelStats')
@@ -625,6 +649,7 @@ module Aws::SageMaker
625
649
  Explainability = Shapes::StructureShape.new(name: 'Explainability')
626
650
  ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
627
651
  FailStepMetadata = Shapes::StructureShape.new(name: 'FailStepMetadata')
652
+ FailureHandlingPolicy = Shapes::StringShape.new(name: 'FailureHandlingPolicy')
628
653
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
629
654
  FeatureAdditions = Shapes::ListShape.new(name: 'FeatureAdditions')
630
655
  FeatureDefinition = Shapes::StructureShape.new(name: 'FeatureDefinition')
@@ -715,6 +740,9 @@ module Aws::SageMaker
715
740
  HyperParameterTrainingJobDefinitions = Shapes::ListShape.new(name: 'HyperParameterTrainingJobDefinitions')
716
741
  HyperParameterTrainingJobSummaries = Shapes::ListShape.new(name: 'HyperParameterTrainingJobSummaries')
717
742
  HyperParameterTrainingJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTrainingJobSummary')
743
+ HyperParameterTuningAllocationStrategy = Shapes::StringShape.new(name: 'HyperParameterTuningAllocationStrategy')
744
+ HyperParameterTuningInstanceConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningInstanceConfig')
745
+ HyperParameterTuningInstanceConfigs = Shapes::ListShape.new(name: 'HyperParameterTuningInstanceConfigs')
718
746
  HyperParameterTuningJobArn = Shapes::StringShape.new(name: 'HyperParameterTuningJobArn')
719
747
  HyperParameterTuningJobConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobConfig')
720
748
  HyperParameterTuningJobName = Shapes::StringShape.new(name: 'HyperParameterTuningJobName')
@@ -728,6 +756,7 @@ module Aws::SageMaker
728
756
  HyperParameterTuningJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTuningJobSummary')
729
757
  HyperParameterTuningJobWarmStartConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobWarmStartConfig')
730
758
  HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
759
+ HyperParameterTuningResourceConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningResourceConfig')
731
760
  HyperParameterValue = Shapes::StringShape.new(name: 'HyperParameterValue')
732
761
  HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
733
762
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
@@ -866,6 +895,9 @@ module Aws::SageMaker
866
895
  ListDevicesResponse = Shapes::StructureShape.new(name: 'ListDevicesResponse')
867
896
  ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
868
897
  ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
898
+ ListEdgeDeploymentPlansRequest = Shapes::StructureShape.new(name: 'ListEdgeDeploymentPlansRequest')
899
+ ListEdgeDeploymentPlansResponse = Shapes::StructureShape.new(name: 'ListEdgeDeploymentPlansResponse')
900
+ ListEdgeDeploymentPlansSortBy = Shapes::StringShape.new(name: 'ListEdgeDeploymentPlansSortBy')
869
901
  ListEdgePackagingJobsRequest = Shapes::StructureShape.new(name: 'ListEdgePackagingJobsRequest')
870
902
  ListEdgePackagingJobsResponse = Shapes::StructureShape.new(name: 'ListEdgePackagingJobsResponse')
871
903
  ListEdgePackagingJobsSortBy = Shapes::StringShape.new(name: 'ListEdgePackagingJobsSortBy')
@@ -933,6 +965,8 @@ module Aws::SageMaker
933
965
  ListProcessingJobsResponse = Shapes::StructureShape.new(name: 'ListProcessingJobsResponse')
934
966
  ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
935
967
  ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
968
+ ListStageDevicesRequest = Shapes::StructureShape.new(name: 'ListStageDevicesRequest')
969
+ ListStageDevicesResponse = Shapes::StructureShape.new(name: 'ListStageDevicesResponse')
936
970
  ListStudioLifecycleConfigsRequest = Shapes::StructureShape.new(name: 'ListStudioLifecycleConfigsRequest')
937
971
  ListStudioLifecycleConfigsResponse = Shapes::StructureShape.new(name: 'ListStudioLifecycleConfigsResponse')
938
972
  ListSubscribedWorkteamsRequest = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsRequest')
@@ -1174,6 +1208,7 @@ module Aws::SageMaker
1174
1208
  PendingDeploymentSummary = Shapes::StructureShape.new(name: 'PendingDeploymentSummary')
1175
1209
  PendingProductionVariantSummary = Shapes::StructureShape.new(name: 'PendingProductionVariantSummary')
1176
1210
  PendingProductionVariantSummaryList = Shapes::ListShape.new(name: 'PendingProductionVariantSummaryList')
1211
+ Percentage = Shapes::IntegerShape.new(name: 'Percentage')
1177
1212
  Phase = Shapes::StructureShape.new(name: 'Phase')
1178
1213
  Phases = Shapes::ListShape.new(name: 'Phases')
1179
1214
  Pipeline = Shapes::StructureShape.new(name: 'Pipeline')
@@ -1405,6 +1440,8 @@ module Aws::SageMaker
1405
1440
  SourceUri = Shapes::StringShape.new(name: 'SourceUri')
1406
1441
  SpawnRate = Shapes::IntegerShape.new(name: 'SpawnRate')
1407
1442
  SplitType = Shapes::StringShape.new(name: 'SplitType')
1443
+ StageStatus = Shapes::StringShape.new(name: 'StageStatus')
1444
+ StartEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'StartEdgeDeploymentStageRequest')
1408
1445
  StartMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StartMonitoringScheduleRequest')
1409
1446
  StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
1410
1447
  StartPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartPipelineExecutionRequest')
@@ -1417,6 +1454,7 @@ module Aws::SageMaker
1417
1454
  StepStatus = Shapes::StringShape.new(name: 'StepStatus')
1418
1455
  StopAutoMLJobRequest = Shapes::StructureShape.new(name: 'StopAutoMLJobRequest')
1419
1456
  StopCompilationJobRequest = Shapes::StructureShape.new(name: 'StopCompilationJobRequest')
1457
+ StopEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'StopEdgeDeploymentStageRequest')
1420
1458
  StopEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'StopEdgePackagingJobRequest')
1421
1459
  StopHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'StopHyperParameterTuningJobRequest')
1422
1460
  StopInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'StopInferenceRecommendationsJobRequest')
@@ -2301,6 +2339,20 @@ module Aws::SageMaker
2301
2339
  CreateDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
2302
2340
  CreateDomainResponse.struct_class = Types::CreateDomainResponse
2303
2341
 
2342
+ CreateEdgeDeploymentPlanRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
2343
+ CreateEdgeDeploymentPlanRequest.add_member(:model_configs, Shapes::ShapeRef.new(shape: EdgeDeploymentModelConfigs, required: true, location_name: "ModelConfigs"))
2344
+ CreateEdgeDeploymentPlanRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
2345
+ CreateEdgeDeploymentPlanRequest.add_member(:stages, Shapes::ShapeRef.new(shape: DeploymentStages, location_name: "Stages"))
2346
+ CreateEdgeDeploymentPlanRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2347
+ CreateEdgeDeploymentPlanRequest.struct_class = Types::CreateEdgeDeploymentPlanRequest
2348
+
2349
+ CreateEdgeDeploymentPlanResponse.add_member(:edge_deployment_plan_arn, Shapes::ShapeRef.new(shape: EdgeDeploymentPlanArn, required: true, location_name: "EdgeDeploymentPlanArn"))
2350
+ CreateEdgeDeploymentPlanResponse.struct_class = Types::CreateEdgeDeploymentPlanResponse
2351
+
2352
+ CreateEdgeDeploymentStageRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
2353
+ CreateEdgeDeploymentStageRequest.add_member(:stages, Shapes::ShapeRef.new(shape: DeploymentStages, required: true, location_name: "Stages"))
2354
+ CreateEdgeDeploymentStageRequest.struct_class = Types::CreateEdgeDeploymentStageRequest
2355
+
2304
2356
  CreateEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
2305
2357
  CreateEdgePackagingJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
2306
2358
  CreateEdgePackagingJobRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
@@ -2869,6 +2921,13 @@ module Aws::SageMaker
2869
2921
  DeleteDomainRequest.add_member(:retention_policy, Shapes::ShapeRef.new(shape: RetentionPolicy, location_name: "RetentionPolicy"))
2870
2922
  DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
2871
2923
 
2924
+ DeleteEdgeDeploymentPlanRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
2925
+ DeleteEdgeDeploymentPlanRequest.struct_class = Types::DeleteEdgeDeploymentPlanRequest
2926
+
2927
+ DeleteEdgeDeploymentStageRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
2928
+ DeleteEdgeDeploymentStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
2929
+ DeleteEdgeDeploymentStageRequest.struct_class = Types::DeleteEdgeDeploymentStageRequest
2930
+
2872
2931
  DeleteEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
2873
2932
  DeleteEndpointConfigInput.struct_class = Types::DeleteEndpointConfigInput
2874
2933
 
@@ -2992,6 +3051,21 @@ module Aws::SageMaker
2992
3051
  DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
2993
3052
  DeploymentConfig.struct_class = Types::DeploymentConfig
2994
3053
 
3054
+ DeploymentStage.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
3055
+ DeploymentStage.add_member(:device_selection_config, Shapes::ShapeRef.new(shape: DeviceSelectionConfig, required: true, location_name: "DeviceSelectionConfig"))
3056
+ DeploymentStage.add_member(:deployment_config, Shapes::ShapeRef.new(shape: EdgeDeploymentConfig, location_name: "DeploymentConfig"))
3057
+ DeploymentStage.struct_class = Types::DeploymentStage
3058
+
3059
+ DeploymentStageStatusSummaries.member = Shapes::ShapeRef.new(shape: DeploymentStageStatusSummary)
3060
+
3061
+ DeploymentStageStatusSummary.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
3062
+ DeploymentStageStatusSummary.add_member(:device_selection_config, Shapes::ShapeRef.new(shape: DeviceSelectionConfig, required: true, location_name: "DeviceSelectionConfig"))
3063
+ DeploymentStageStatusSummary.add_member(:deployment_config, Shapes::ShapeRef.new(shape: EdgeDeploymentConfig, required: true, location_name: "DeploymentConfig"))
3064
+ DeploymentStageStatusSummary.add_member(:deployment_status, Shapes::ShapeRef.new(shape: EdgeDeploymentStatus, required: true, location_name: "DeploymentStatus"))
3065
+ DeploymentStageStatusSummary.struct_class = Types::DeploymentStageStatusSummary
3066
+
3067
+ DeploymentStages.member = Shapes::ShapeRef.new(shape: DeploymentStage)
3068
+
2995
3069
  DeregisterDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
2996
3070
  DeregisterDevicesRequest.add_member(:device_names, Shapes::ShapeRef.new(shape: DeviceNames, required: true, location_name: "DeviceNames"))
2997
3071
  DeregisterDevicesRequest.struct_class = Types::DeregisterDevicesRequest
@@ -3221,6 +3295,24 @@ module Aws::SageMaker
3221
3295
  DescribeDomainResponse.add_member(:security_group_id_for_domain_boundary, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupIdForDomainBoundary"))
3222
3296
  DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
3223
3297
 
3298
+ DescribeEdgeDeploymentPlanRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
3299
+ DescribeEdgeDeploymentPlanRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3300
+ DescribeEdgeDeploymentPlanRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DeploymentStageMaxResults, location_name: "MaxResults"))
3301
+ DescribeEdgeDeploymentPlanRequest.struct_class = Types::DescribeEdgeDeploymentPlanRequest
3302
+
3303
+ DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_plan_arn, Shapes::ShapeRef.new(shape: EdgeDeploymentPlanArn, required: true, location_name: "EdgeDeploymentPlanArn"))
3304
+ DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
3305
+ DescribeEdgeDeploymentPlanResponse.add_member(:model_configs, Shapes::ShapeRef.new(shape: EdgeDeploymentModelConfigs, required: true, location_name: "ModelConfigs"))
3306
+ DescribeEdgeDeploymentPlanResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
3307
+ DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_success, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentSuccess"))
3308
+ DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_pending, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentPending"))
3309
+ DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentFailed"))
3310
+ DescribeEdgeDeploymentPlanResponse.add_member(:stages, Shapes::ShapeRef.new(shape: DeploymentStageStatusSummaries, required: true, location_name: "Stages"))
3311
+ DescribeEdgeDeploymentPlanResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3312
+ DescribeEdgeDeploymentPlanResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3313
+ DescribeEdgeDeploymentPlanResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3314
+ DescribeEdgeDeploymentPlanResponse.struct_class = Types::DescribeEdgeDeploymentPlanResponse
3315
+
3224
3316
  DescribeEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
3225
3317
  DescribeEdgePackagingJobRequest.struct_class = Types::DescribeEdgePackagingJobRequest
3226
3318
 
@@ -3854,6 +3946,21 @@ module Aws::SageMaker
3854
3946
  Device.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
3855
3947
  Device.struct_class = Types::Device
3856
3948
 
3949
+ DeviceDeploymentSummaries.member = Shapes::ShapeRef.new(shape: DeviceDeploymentSummary)
3950
+
3951
+ DeviceDeploymentSummary.add_member(:edge_deployment_plan_arn, Shapes::ShapeRef.new(shape: EdgeDeploymentPlanArn, required: true, location_name: "EdgeDeploymentPlanArn"))
3952
+ DeviceDeploymentSummary.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
3953
+ DeviceDeploymentSummary.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
3954
+ DeviceDeploymentSummary.add_member(:deployed_stage_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeployedStageName"))
3955
+ DeviceDeploymentSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
3956
+ DeviceDeploymentSummary.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, required: true, location_name: "DeviceName"))
3957
+ DeviceDeploymentSummary.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, required: true, location_name: "DeviceArn"))
3958
+ DeviceDeploymentSummary.add_member(:device_deployment_status, Shapes::ShapeRef.new(shape: DeviceDeploymentStatus, location_name: "DeviceDeploymentStatus"))
3959
+ DeviceDeploymentSummary.add_member(:device_deployment_status_message, Shapes::ShapeRef.new(shape: String, location_name: "DeviceDeploymentStatusMessage"))
3960
+ DeviceDeploymentSummary.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
3961
+ DeviceDeploymentSummary.add_member(:deployment_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeploymentStartTime"))
3962
+ DeviceDeploymentSummary.struct_class = Types::DeviceDeploymentSummary
3963
+
3857
3964
  DeviceFleetSummaries.member = Shapes::ShapeRef.new(shape: DeviceFleetSummary)
3858
3965
 
3859
3966
  DeviceFleetSummary.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
@@ -3864,6 +3971,12 @@ module Aws::SageMaker
3864
3971
 
3865
3972
  DeviceNames.member = Shapes::ShapeRef.new(shape: DeviceName)
3866
3973
 
3974
+ DeviceSelectionConfig.add_member(:device_subset_type, Shapes::ShapeRef.new(shape: DeviceSubsetType, required: true, location_name: "DeviceSubsetType"))
3975
+ DeviceSelectionConfig.add_member(:percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "Percentage"))
3976
+ DeviceSelectionConfig.add_member(:device_names, Shapes::ShapeRef.new(shape: DeviceNames, location_name: "DeviceNames"))
3977
+ DeviceSelectionConfig.add_member(:device_name_contains, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceNameContains"))
3978
+ DeviceSelectionConfig.struct_class = Types::DeviceSelectionConfig
3979
+
3867
3980
  DeviceStats.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
3868
3981
  DeviceStats.add_member(:registered_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "RegisteredDeviceCount"))
3869
3982
  DeviceStats.struct_class = Types::DeviceStats
@@ -3949,6 +4062,35 @@ module Aws::SageMaker
3949
4062
  Edge.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
3950
4063
  Edge.struct_class = Types::Edge
3951
4064
 
4065
+ EdgeDeploymentConfig.add_member(:failure_handling_policy, Shapes::ShapeRef.new(shape: FailureHandlingPolicy, required: true, location_name: "FailureHandlingPolicy"))
4066
+ EdgeDeploymentConfig.struct_class = Types::EdgeDeploymentConfig
4067
+
4068
+ EdgeDeploymentModelConfig.add_member(:model_handle, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelHandle"))
4069
+ EdgeDeploymentModelConfig.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
4070
+ EdgeDeploymentModelConfig.struct_class = Types::EdgeDeploymentModelConfig
4071
+
4072
+ EdgeDeploymentModelConfigs.member = Shapes::ShapeRef.new(shape: EdgeDeploymentModelConfig)
4073
+
4074
+ EdgeDeploymentPlanSummaries.member = Shapes::ShapeRef.new(shape: EdgeDeploymentPlanSummary)
4075
+
4076
+ EdgeDeploymentPlanSummary.add_member(:edge_deployment_plan_arn, Shapes::ShapeRef.new(shape: EdgeDeploymentPlanArn, required: true, location_name: "EdgeDeploymentPlanArn"))
4077
+ EdgeDeploymentPlanSummary.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
4078
+ EdgeDeploymentPlanSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
4079
+ EdgeDeploymentPlanSummary.add_member(:edge_deployment_success, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentSuccess"))
4080
+ EdgeDeploymentPlanSummary.add_member(:edge_deployment_pending, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentPending"))
4081
+ EdgeDeploymentPlanSummary.add_member(:edge_deployment_failed, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentFailed"))
4082
+ EdgeDeploymentPlanSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
4083
+ EdgeDeploymentPlanSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
4084
+ EdgeDeploymentPlanSummary.struct_class = Types::EdgeDeploymentPlanSummary
4085
+
4086
+ EdgeDeploymentStatus.add_member(:stage_status, Shapes::ShapeRef.new(shape: StageStatus, required: true, location_name: "StageStatus"))
4087
+ EdgeDeploymentStatus.add_member(:edge_deployment_success_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentSuccessInStage"))
4088
+ EdgeDeploymentStatus.add_member(:edge_deployment_pending_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentPendingInStage"))
4089
+ EdgeDeploymentStatus.add_member(:edge_deployment_failed_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentFailedInStage"))
4090
+ EdgeDeploymentStatus.add_member(:edge_deployment_status_message, Shapes::ShapeRef.new(shape: String, location_name: "EdgeDeploymentStatusMessage"))
4091
+ EdgeDeploymentStatus.add_member(:edge_deployment_stage_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EdgeDeploymentStageStartTime"))
4092
+ EdgeDeploymentStatus.struct_class = Types::EdgeDeploymentStatus
4093
+
3952
4094
  EdgeModel.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
3953
4095
  EdgeModel.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
3954
4096
  EdgeModel.add_member(:latest_sample_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestSampleTime"))
@@ -4330,13 +4472,14 @@ module Aws::SageMaker
4330
4472
  HyperParameterTrainingJobDefinition.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
4331
4473
  HyperParameterTrainingJobDefinition.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
4332
4474
  HyperParameterTrainingJobDefinition.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
4333
- HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "ResourceConfig"))
4475
+ HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "ResourceConfig"))
4334
4476
  HyperParameterTrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
4335
4477
  HyperParameterTrainingJobDefinition.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
4336
4478
  HyperParameterTrainingJobDefinition.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
4337
4479
  HyperParameterTrainingJobDefinition.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
4338
4480
  HyperParameterTrainingJobDefinition.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
4339
4481
  HyperParameterTrainingJobDefinition.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
4482
+ HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_tuning_resource_config, Shapes::ShapeRef.new(shape: HyperParameterTuningResourceConfig, location_name: "HyperParameterTuningResourceConfig"))
4340
4483
  HyperParameterTrainingJobDefinition.struct_class = Types::HyperParameterTrainingJobDefinition
4341
4484
 
4342
4485
  HyperParameterTrainingJobDefinitions.member = Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition)
@@ -4357,6 +4500,13 @@ module Aws::SageMaker
4357
4500
  HyperParameterTrainingJobSummary.add_member(:objective_status, Shapes::ShapeRef.new(shape: ObjectiveStatus, location_name: "ObjectiveStatus"))
4358
4501
  HyperParameterTrainingJobSummary.struct_class = Types::HyperParameterTrainingJobSummary
4359
4502
 
4503
+ HyperParameterTuningInstanceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
4504
+ HyperParameterTuningInstanceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
4505
+ HyperParameterTuningInstanceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
4506
+ HyperParameterTuningInstanceConfig.struct_class = Types::HyperParameterTuningInstanceConfig
4507
+
4508
+ HyperParameterTuningInstanceConfigs.member = Shapes::ShapeRef.new(shape: HyperParameterTuningInstanceConfig)
4509
+
4360
4510
  HyperParameterTuningJobConfig.add_member(:strategy, Shapes::ShapeRef.new(shape: HyperParameterTuningJobStrategyType, required: true, location_name: "Strategy"))
4361
4511
  HyperParameterTuningJobConfig.add_member(:hyper_parameter_tuning_job_objective, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective, location_name: "HyperParameterTuningJobObjective"))
4362
4512
  HyperParameterTuningJobConfig.add_member(:resource_limits, Shapes::ShapeRef.new(shape: ResourceLimits, required: true, location_name: "ResourceLimits"))
@@ -4389,6 +4539,14 @@ module Aws::SageMaker
4389
4539
  HyperParameterTuningJobWarmStartConfig.add_member(:warm_start_type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartType, required: true, location_name: "WarmStartType"))
4390
4540
  HyperParameterTuningJobWarmStartConfig.struct_class = Types::HyperParameterTuningJobWarmStartConfig
4391
4541
 
4542
+ HyperParameterTuningResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, location_name: "InstanceType"))
4543
+ HyperParameterTuningResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
4544
+ HyperParameterTuningResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
4545
+ HyperParameterTuningResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
4546
+ HyperParameterTuningResourceConfig.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: HyperParameterTuningAllocationStrategy, location_name: "AllocationStrategy"))
4547
+ HyperParameterTuningResourceConfig.add_member(:instance_configs, Shapes::ShapeRef.new(shape: HyperParameterTuningInstanceConfigs, location_name: "InstanceConfigs"))
4548
+ HyperParameterTuningResourceConfig.struct_class = Types::HyperParameterTuningResourceConfig
4549
+
4392
4550
  HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParameterKey)
4393
4551
  HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParameterValue)
4394
4552
 
@@ -4813,6 +4971,22 @@ module Aws::SageMaker
4813
4971
  ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4814
4972
  ListDomainsResponse.struct_class = Types::ListDomainsResponse
4815
4973
 
4974
+ ListEdgeDeploymentPlansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4975
+ ListEdgeDeploymentPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
4976
+ ListEdgeDeploymentPlansRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
4977
+ ListEdgeDeploymentPlansRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
4978
+ ListEdgeDeploymentPlansRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
4979
+ ListEdgeDeploymentPlansRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
4980
+ ListEdgeDeploymentPlansRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
4981
+ ListEdgeDeploymentPlansRequest.add_member(:device_fleet_name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "DeviceFleetNameContains"))
4982
+ ListEdgeDeploymentPlansRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListEdgeDeploymentPlansSortBy, location_name: "SortBy"))
4983
+ ListEdgeDeploymentPlansRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
4984
+ ListEdgeDeploymentPlansRequest.struct_class = Types::ListEdgeDeploymentPlansRequest
4985
+
4986
+ ListEdgeDeploymentPlansResponse.add_member(:edge_deployment_plan_summaries, Shapes::ShapeRef.new(shape: EdgeDeploymentPlanSummaries, required: true, location_name: "EdgeDeploymentPlanSummaries"))
4987
+ ListEdgeDeploymentPlansResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4988
+ ListEdgeDeploymentPlansResponse.struct_class = Types::ListEdgeDeploymentPlansResponse
4989
+
4816
4990
  ListEdgePackagingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4817
4991
  ListEdgePackagingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
4818
4992
  ListEdgePackagingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
@@ -5255,6 +5429,17 @@ module Aws::SageMaker
5255
5429
  ListProjectsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5256
5430
  ListProjectsOutput.struct_class = Types::ListProjectsOutput
5257
5431
 
5432
+ ListStageDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5433
+ ListStageDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
5434
+ ListStageDevicesRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
5435
+ ListStageDevicesRequest.add_member(:exclude_devices_deployed_in_other_stage, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExcludeDevicesDeployedInOtherStage"))
5436
+ ListStageDevicesRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
5437
+ ListStageDevicesRequest.struct_class = Types::ListStageDevicesRequest
5438
+
5439
+ ListStageDevicesResponse.add_member(:device_deployment_summaries, Shapes::ShapeRef.new(shape: DeviceDeploymentSummaries, required: true, location_name: "DeviceDeploymentSummaries"))
5440
+ ListStageDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5441
+ ListStageDevicesResponse.struct_class = Types::ListStageDevicesResponse
5442
+
5258
5443
  ListStudioLifecycleConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
5259
5444
  ListStudioLifecycleConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5260
5445
  ListStudioLifecycleConfigsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, location_name: "NameContains"))
@@ -6272,7 +6457,7 @@ module Aws::SageMaker
6272
6457
  QueryFilters.add_member(:properties, Shapes::ShapeRef.new(shape: QueryProperties, location_name: "Properties"))
6273
6458
  QueryFilters.struct_class = Types::QueryFilters
6274
6459
 
6275
- QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns, required: true, location_name: "StartArns"))
6460
+ QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns, location_name: "StartArns"))
6276
6461
  QueryLineageRequest.add_member(:direction, Shapes::ShapeRef.new(shape: Direction, location_name: "Direction"))
6277
6462
  QueryLineageRequest.add_member(:include_edges, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeEdges"))
6278
6463
  QueryLineageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: QueryFilters, location_name: "Filters"))
@@ -6546,6 +6731,10 @@ module Aws::SageMaker
6546
6731
  SourceIpConfig.add_member(:cidrs, Shapes::ShapeRef.new(shape: Cidrs, required: true, location_name: "Cidrs"))
6547
6732
  SourceIpConfig.struct_class = Types::SourceIpConfig
6548
6733
 
6734
+ StartEdgeDeploymentStageRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
6735
+ StartEdgeDeploymentStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
6736
+ StartEdgeDeploymentStageRequest.struct_class = Types::StartEdgeDeploymentStageRequest
6737
+
6549
6738
  StartMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
6550
6739
  StartMonitoringScheduleRequest.struct_class = Types::StartMonitoringScheduleRequest
6551
6740
 
@@ -6569,6 +6758,10 @@ module Aws::SageMaker
6569
6758
  StopCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
6570
6759
  StopCompilationJobRequest.struct_class = Types::StopCompilationJobRequest
6571
6760
 
6761
+ StopEdgeDeploymentStageRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
6762
+ StopEdgeDeploymentStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
6763
+ StopEdgeDeploymentStageRequest.struct_class = Types::StopEdgeDeploymentStageRequest
6764
+
6572
6765
  StopEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
6573
6766
  StopEdgePackagingJobRequest.struct_class = Types::StopEdgePackagingJobRequest
6574
6767
 
@@ -7451,6 +7644,24 @@ module Aws::SageMaker
7451
7644
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
7452
7645
  end)
7453
7646
 
7647
+ api.add_operation(:create_edge_deployment_plan, Seahorse::Model::Operation.new.tap do |o|
7648
+ o.name = "CreateEdgeDeploymentPlan"
7649
+ o.http_method = "POST"
7650
+ o.http_request_uri = "/"
7651
+ o.input = Shapes::ShapeRef.new(shape: CreateEdgeDeploymentPlanRequest)
7652
+ o.output = Shapes::ShapeRef.new(shape: CreateEdgeDeploymentPlanResponse)
7653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
7654
+ end)
7655
+
7656
+ api.add_operation(:create_edge_deployment_stage, Seahorse::Model::Operation.new.tap do |o|
7657
+ o.name = "CreateEdgeDeploymentStage"
7658
+ o.http_method = "POST"
7659
+ o.http_request_uri = "/"
7660
+ o.input = Shapes::ShapeRef.new(shape: CreateEdgeDeploymentStageRequest)
7661
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
7662
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
7663
+ end)
7664
+
7454
7665
  api.add_operation(:create_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
7455
7666
  o.name = "CreateEdgePackagingJob"
7456
7667
  o.http_method = "POST"
@@ -7878,6 +8089,24 @@ module Aws::SageMaker
7878
8089
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7879
8090
  end)
7880
8091
 
8092
+ api.add_operation(:delete_edge_deployment_plan, Seahorse::Model::Operation.new.tap do |o|
8093
+ o.name = "DeleteEdgeDeploymentPlan"
8094
+ o.http_method = "POST"
8095
+ o.http_request_uri = "/"
8096
+ o.input = Shapes::ShapeRef.new(shape: DeleteEdgeDeploymentPlanRequest)
8097
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8098
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
8099
+ end)
8100
+
8101
+ api.add_operation(:delete_edge_deployment_stage, Seahorse::Model::Operation.new.tap do |o|
8102
+ o.name = "DeleteEdgeDeploymentStage"
8103
+ o.http_method = "POST"
8104
+ o.http_request_uri = "/"
8105
+ o.input = Shapes::ShapeRef.new(shape: DeleteEdgeDeploymentStageRequest)
8106
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8107
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
8108
+ end)
8109
+
7881
8110
  api.add_operation(:delete_endpoint, Seahorse::Model::Operation.new.tap do |o|
7882
8111
  o.name = "DeleteEndpoint"
7883
8112
  o.http_method = "POST"
@@ -8241,6 +8470,15 @@ module Aws::SageMaker
8241
8470
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
8242
8471
  end)
8243
8472
 
8473
+ api.add_operation(:describe_edge_deployment_plan, Seahorse::Model::Operation.new.tap do |o|
8474
+ o.name = "DescribeEdgeDeploymentPlan"
8475
+ o.http_method = "POST"
8476
+ o.http_request_uri = "/"
8477
+ o.input = Shapes::ShapeRef.new(shape: DescribeEdgeDeploymentPlanRequest)
8478
+ o.output = Shapes::ShapeRef.new(shape: DescribeEdgeDeploymentPlanResponse)
8479
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
8480
+ end)
8481
+
8244
8482
  api.add_operation(:describe_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
8245
8483
  o.name = "DescribeEdgePackagingJob"
8246
8484
  o.http_method = "POST"
@@ -8844,6 +9082,20 @@ module Aws::SageMaker
8844
9082
  )
8845
9083
  end)
8846
9084
 
9085
+ api.add_operation(:list_edge_deployment_plans, Seahorse::Model::Operation.new.tap do |o|
9086
+ o.name = "ListEdgeDeploymentPlans"
9087
+ o.http_method = "POST"
9088
+ o.http_request_uri = "/"
9089
+ o.input = Shapes::ShapeRef.new(shape: ListEdgeDeploymentPlansRequest)
9090
+ o.output = Shapes::ShapeRef.new(shape: ListEdgeDeploymentPlansResponse)
9091
+ o[:pager] = Aws::Pager.new(
9092
+ limit_key: "max_results",
9093
+ tokens: {
9094
+ "next_token" => "next_token"
9095
+ }
9096
+ )
9097
+ end)
9098
+
8847
9099
  api.add_operation(:list_edge_packaging_jobs, Seahorse::Model::Operation.new.tap do |o|
8848
9100
  o.name = "ListEdgePackagingJobs"
8849
9101
  o.http_method = "POST"
@@ -9283,6 +9535,20 @@ module Aws::SageMaker
9283
9535
  )
9284
9536
  end)
9285
9537
 
9538
+ api.add_operation(:list_stage_devices, Seahorse::Model::Operation.new.tap do |o|
9539
+ o.name = "ListStageDevices"
9540
+ o.http_method = "POST"
9541
+ o.http_request_uri = "/"
9542
+ o.input = Shapes::ShapeRef.new(shape: ListStageDevicesRequest)
9543
+ o.output = Shapes::ShapeRef.new(shape: ListStageDevicesResponse)
9544
+ o[:pager] = Aws::Pager.new(
9545
+ limit_key: "max_results",
9546
+ tokens: {
9547
+ "next_token" => "next_token"
9548
+ }
9549
+ )
9550
+ end)
9551
+
9286
9552
  api.add_operation(:list_studio_lifecycle_configs, Seahorse::Model::Operation.new.tap do |o|
9287
9553
  o.name = "ListStudioLifecycleConfigs"
9288
9554
  o.http_method = "POST"
@@ -9527,6 +9793,14 @@ module Aws::SageMaker
9527
9793
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
9528
9794
  end)
9529
9795
 
9796
+ api.add_operation(:start_edge_deployment_stage, Seahorse::Model::Operation.new.tap do |o|
9797
+ o.name = "StartEdgeDeploymentStage"
9798
+ o.http_method = "POST"
9799
+ o.http_request_uri = "/"
9800
+ o.input = Shapes::ShapeRef.new(shape: StartEdgeDeploymentStageRequest)
9801
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
9802
+ end)
9803
+
9530
9804
  api.add_operation(:start_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
9531
9805
  o.name = "StartMonitoringSchedule"
9532
9806
  o.http_method = "POST"
@@ -9573,6 +9847,14 @@ module Aws::SageMaker
9573
9847
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
9574
9848
  end)
9575
9849
 
9850
+ api.add_operation(:stop_edge_deployment_stage, Seahorse::Model::Operation.new.tap do |o|
9851
+ o.name = "StopEdgeDeploymentStage"
9852
+ o.http_method = "POST"
9853
+ o.http_request_uri = "/"
9854
+ o.input = Shapes::ShapeRef.new(shape: StopEdgeDeploymentStageRequest)
9855
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
9856
+ end)
9857
+
9576
9858
  api.add_operation(:stop_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
9577
9859
  o.name = "StopEdgePackagingJob"
9578
9860
  o.http_method = "POST"