aws-sdk-core 2.11.180 → 2.11.181

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,37 @@
23
23
  "input":{"shape":"AddTagsInput"},
24
24
  "output":{"shape":"AddTagsOutput"}
25
25
  },
26
+ "CreateAlgorithm":{
27
+ "name":"CreateAlgorithm",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/"
31
+ },
32
+ "input":{"shape":"CreateAlgorithmInput"},
33
+ "output":{"shape":"CreateAlgorithmOutput"}
34
+ },
35
+ "CreateCodeRepository":{
36
+ "name":"CreateCodeRepository",
37
+ "http":{
38
+ "method":"POST",
39
+ "requestUri":"/"
40
+ },
41
+ "input":{"shape":"CreateCodeRepositoryInput"},
42
+ "output":{"shape":"CreateCodeRepositoryOutput"}
43
+ },
44
+ "CreateCompilationJob":{
45
+ "name":"CreateCompilationJob",
46
+ "http":{
47
+ "method":"POST",
48
+ "requestUri":"/"
49
+ },
50
+ "input":{"shape":"CreateCompilationJobRequest"},
51
+ "output":{"shape":"CreateCompilationJobResponse"},
52
+ "errors":[
53
+ {"shape":"ResourceInUse"},
54
+ {"shape":"ResourceLimitExceeded"}
55
+ ]
56
+ },
26
57
  "CreateEndpoint":{
27
58
  "name":"CreateEndpoint",
28
59
  "http":{
@@ -60,6 +91,19 @@
60
91
  {"shape":"ResourceLimitExceeded"}
61
92
  ]
62
93
  },
94
+ "CreateLabelingJob":{
95
+ "name":"CreateLabelingJob",
96
+ "http":{
97
+ "method":"POST",
98
+ "requestUri":"/"
99
+ },
100
+ "input":{"shape":"CreateLabelingJobRequest"},
101
+ "output":{"shape":"CreateLabelingJobResponse"},
102
+ "errors":[
103
+ {"shape":"ResourceInUse"},
104
+ {"shape":"ResourceLimitExceeded"}
105
+ ]
106
+ },
63
107
  "CreateModel":{
64
108
  "name":"CreateModel",
65
109
  "http":{
@@ -72,6 +116,15 @@
72
116
  {"shape":"ResourceLimitExceeded"}
73
117
  ]
74
118
  },
119
+ "CreateModelPackage":{
120
+ "name":"CreateModelPackage",
121
+ "http":{
122
+ "method":"POST",
123
+ "requestUri":"/"
124
+ },
125
+ "input":{"shape":"CreateModelPackageInput"},
126
+ "output":{"shape":"CreateModelPackageOutput"}
127
+ },
75
128
  "CreateNotebookInstance":{
76
129
  "name":"CreateNotebookInstance",
77
130
  "http":{
@@ -131,6 +184,35 @@
131
184
  {"shape":"ResourceLimitExceeded"}
132
185
  ]
133
186
  },
187
+ "CreateWorkteam":{
188
+ "name":"CreateWorkteam",
189
+ "http":{
190
+ "method":"POST",
191
+ "requestUri":"/"
192
+ },
193
+ "input":{"shape":"CreateWorkteamRequest"},
194
+ "output":{"shape":"CreateWorkteamResponse"},
195
+ "errors":[
196
+ {"shape":"ResourceInUse"},
197
+ {"shape":"ResourceLimitExceeded"}
198
+ ]
199
+ },
200
+ "DeleteAlgorithm":{
201
+ "name":"DeleteAlgorithm",
202
+ "http":{
203
+ "method":"POST",
204
+ "requestUri":"/"
205
+ },
206
+ "input":{"shape":"DeleteAlgorithmInput"}
207
+ },
208
+ "DeleteCodeRepository":{
209
+ "name":"DeleteCodeRepository",
210
+ "http":{
211
+ "method":"POST",
212
+ "requestUri":"/"
213
+ },
214
+ "input":{"shape":"DeleteCodeRepositoryInput"}
215
+ },
134
216
  "DeleteEndpoint":{
135
217
  "name":"DeleteEndpoint",
136
218
  "http":{
@@ -155,6 +237,14 @@
155
237
  },
156
238
  "input":{"shape":"DeleteModelInput"}
157
239
  },
240
+ "DeleteModelPackage":{
241
+ "name":"DeleteModelPackage",
242
+ "http":{
243
+ "method":"POST",
244
+ "requestUri":"/"
245
+ },
246
+ "input":{"shape":"DeleteModelPackageInput"}
247
+ },
158
248
  "DeleteNotebookInstance":{
159
249
  "name":"DeleteNotebookInstance",
160
250
  "http":{
@@ -180,6 +270,48 @@
180
270
  "input":{"shape":"DeleteTagsInput"},
181
271
  "output":{"shape":"DeleteTagsOutput"}
182
272
  },
273
+ "DeleteWorkteam":{
274
+ "name":"DeleteWorkteam",
275
+ "http":{
276
+ "method":"POST",
277
+ "requestUri":"/"
278
+ },
279
+ "input":{"shape":"DeleteWorkteamRequest"},
280
+ "output":{"shape":"DeleteWorkteamResponse"},
281
+ "errors":[
282
+ {"shape":"ResourceLimitExceeded"}
283
+ ]
284
+ },
285
+ "DescribeAlgorithm":{
286
+ "name":"DescribeAlgorithm",
287
+ "http":{
288
+ "method":"POST",
289
+ "requestUri":"/"
290
+ },
291
+ "input":{"shape":"DescribeAlgorithmInput"},
292
+ "output":{"shape":"DescribeAlgorithmOutput"}
293
+ },
294
+ "DescribeCodeRepository":{
295
+ "name":"DescribeCodeRepository",
296
+ "http":{
297
+ "method":"POST",
298
+ "requestUri":"/"
299
+ },
300
+ "input":{"shape":"DescribeCodeRepositoryInput"},
301
+ "output":{"shape":"DescribeCodeRepositoryOutput"}
302
+ },
303
+ "DescribeCompilationJob":{
304
+ "name":"DescribeCompilationJob",
305
+ "http":{
306
+ "method":"POST",
307
+ "requestUri":"/"
308
+ },
309
+ "input":{"shape":"DescribeCompilationJobRequest"},
310
+ "output":{"shape":"DescribeCompilationJobResponse"},
311
+ "errors":[
312
+ {"shape":"ResourceNotFound"}
313
+ ]
314
+ },
183
315
  "DescribeEndpoint":{
184
316
  "name":"DescribeEndpoint",
185
317
  "http":{
@@ -210,6 +342,18 @@
210
342
  {"shape":"ResourceNotFound"}
211
343
  ]
212
344
  },
345
+ "DescribeLabelingJob":{
346
+ "name":"DescribeLabelingJob",
347
+ "http":{
348
+ "method":"POST",
349
+ "requestUri":"/"
350
+ },
351
+ "input":{"shape":"DescribeLabelingJobRequest"},
352
+ "output":{"shape":"DescribeLabelingJobResponse"},
353
+ "errors":[
354
+ {"shape":"ResourceNotFound"}
355
+ ]
356
+ },
213
357
  "DescribeModel":{
214
358
  "name":"DescribeModel",
215
359
  "http":{
@@ -219,6 +363,15 @@
219
363
  "input":{"shape":"DescribeModelInput"},
220
364
  "output":{"shape":"DescribeModelOutput"}
221
365
  },
366
+ "DescribeModelPackage":{
367
+ "name":"DescribeModelPackage",
368
+ "http":{
369
+ "method":"POST",
370
+ "requestUri":"/"
371
+ },
372
+ "input":{"shape":"DescribeModelPackageInput"},
373
+ "output":{"shape":"DescribeModelPackageOutput"}
374
+ },
222
375
  "DescribeNotebookInstance":{
223
376
  "name":"DescribeNotebookInstance",
224
377
  "http":{
@@ -237,6 +390,15 @@
237
390
  "input":{"shape":"DescribeNotebookInstanceLifecycleConfigInput"},
238
391
  "output":{"shape":"DescribeNotebookInstanceLifecycleConfigOutput"}
239
392
  },
393
+ "DescribeSubscribedWorkteam":{
394
+ "name":"DescribeSubscribedWorkteam",
395
+ "http":{
396
+ "method":"POST",
397
+ "requestUri":"/"
398
+ },
399
+ "input":{"shape":"DescribeSubscribedWorkteamRequest"},
400
+ "output":{"shape":"DescribeSubscribedWorkteamResponse"}
401
+ },
240
402
  "DescribeTrainingJob":{
241
403
  "name":"DescribeTrainingJob",
242
404
  "http":{
@@ -261,6 +423,51 @@
261
423
  {"shape":"ResourceNotFound"}
262
424
  ]
263
425
  },
426
+ "DescribeWorkteam":{
427
+ "name":"DescribeWorkteam",
428
+ "http":{
429
+ "method":"POST",
430
+ "requestUri":"/"
431
+ },
432
+ "input":{"shape":"DescribeWorkteamRequest"},
433
+ "output":{"shape":"DescribeWorkteamResponse"}
434
+ },
435
+ "GetSearchSuggestions":{
436
+ "name":"GetSearchSuggestions",
437
+ "http":{
438
+ "method":"POST",
439
+ "requestUri":"/"
440
+ },
441
+ "input":{"shape":"GetSearchSuggestionsRequest"},
442
+ "output":{"shape":"GetSearchSuggestionsResponse"}
443
+ },
444
+ "ListAlgorithms":{
445
+ "name":"ListAlgorithms",
446
+ "http":{
447
+ "method":"POST",
448
+ "requestUri":"/"
449
+ },
450
+ "input":{"shape":"ListAlgorithmsInput"},
451
+ "output":{"shape":"ListAlgorithmsOutput"}
452
+ },
453
+ "ListCodeRepositories":{
454
+ "name":"ListCodeRepositories",
455
+ "http":{
456
+ "method":"POST",
457
+ "requestUri":"/"
458
+ },
459
+ "input":{"shape":"ListCodeRepositoriesInput"},
460
+ "output":{"shape":"ListCodeRepositoriesOutput"}
461
+ },
462
+ "ListCompilationJobs":{
463
+ "name":"ListCompilationJobs",
464
+ "http":{
465
+ "method":"POST",
466
+ "requestUri":"/"
467
+ },
468
+ "input":{"shape":"ListCompilationJobsRequest"},
469
+ "output":{"shape":"ListCompilationJobsResponse"}
470
+ },
264
471
  "ListEndpointConfigs":{
265
472
  "name":"ListEndpointConfigs",
266
473
  "http":{
@@ -288,6 +495,36 @@
288
495
  "input":{"shape":"ListHyperParameterTuningJobsRequest"},
289
496
  "output":{"shape":"ListHyperParameterTuningJobsResponse"}
290
497
  },
498
+ "ListLabelingJobs":{
499
+ "name":"ListLabelingJobs",
500
+ "http":{
501
+ "method":"POST",
502
+ "requestUri":"/"
503
+ },
504
+ "input":{"shape":"ListLabelingJobsRequest"},
505
+ "output":{"shape":"ListLabelingJobsResponse"}
506
+ },
507
+ "ListLabelingJobsForWorkteam":{
508
+ "name":"ListLabelingJobsForWorkteam",
509
+ "http":{
510
+ "method":"POST",
511
+ "requestUri":"/"
512
+ },
513
+ "input":{"shape":"ListLabelingJobsForWorkteamRequest"},
514
+ "output":{"shape":"ListLabelingJobsForWorkteamResponse"},
515
+ "errors":[
516
+ {"shape":"ResourceNotFound"}
517
+ ]
518
+ },
519
+ "ListModelPackages":{
520
+ "name":"ListModelPackages",
521
+ "http":{
522
+ "method":"POST",
523
+ "requestUri":"/"
524
+ },
525
+ "input":{"shape":"ListModelPackagesInput"},
526
+ "output":{"shape":"ListModelPackagesOutput"}
527
+ },
291
528
  "ListModels":{
292
529
  "name":"ListModels",
293
530
  "http":{
@@ -315,6 +552,15 @@
315
552
  "input":{"shape":"ListNotebookInstancesInput"},
316
553
  "output":{"shape":"ListNotebookInstancesOutput"}
317
554
  },
555
+ "ListSubscribedWorkteams":{
556
+ "name":"ListSubscribedWorkteams",
557
+ "http":{
558
+ "method":"POST",
559
+ "requestUri":"/"
560
+ },
561
+ "input":{"shape":"ListSubscribedWorkteamsRequest"},
562
+ "output":{"shape":"ListSubscribedWorkteamsResponse"}
563
+ },
318
564
  "ListTags":{
319
565
  "name":"ListTags",
320
566
  "http":{
@@ -354,6 +600,33 @@
354
600
  "input":{"shape":"ListTransformJobsRequest"},
355
601
  "output":{"shape":"ListTransformJobsResponse"}
356
602
  },
603
+ "ListWorkteams":{
604
+ "name":"ListWorkteams",
605
+ "http":{
606
+ "method":"POST",
607
+ "requestUri":"/"
608
+ },
609
+ "input":{"shape":"ListWorkteamsRequest"},
610
+ "output":{"shape":"ListWorkteamsResponse"}
611
+ },
612
+ "RenderUiTemplate":{
613
+ "name":"RenderUiTemplate",
614
+ "http":{
615
+ "method":"POST",
616
+ "requestUri":"/"
617
+ },
618
+ "input":{"shape":"RenderUiTemplateRequest"},
619
+ "output":{"shape":"RenderUiTemplateResponse"}
620
+ },
621
+ "Search":{
622
+ "name":"Search",
623
+ "http":{
624
+ "method":"POST",
625
+ "requestUri":"/"
626
+ },
627
+ "input":{"shape":"SearchRequest"},
628
+ "output":{"shape":"SearchResponse"}
629
+ },
357
630
  "StartNotebookInstance":{
358
631
  "name":"StartNotebookInstance",
359
632
  "http":{
@@ -365,6 +638,17 @@
365
638
  {"shape":"ResourceLimitExceeded"}
366
639
  ]
367
640
  },
641
+ "StopCompilationJob":{
642
+ "name":"StopCompilationJob",
643
+ "http":{
644
+ "method":"POST",
645
+ "requestUri":"/"
646
+ },
647
+ "input":{"shape":"StopCompilationJobRequest"},
648
+ "errors":[
649
+ {"shape":"ResourceNotFound"}
650
+ ]
651
+ },
368
652
  "StopHyperParameterTuningJob":{
369
653
  "name":"StopHyperParameterTuningJob",
370
654
  "http":{
@@ -376,6 +660,17 @@
376
660
  {"shape":"ResourceNotFound"}
377
661
  ]
378
662
  },
663
+ "StopLabelingJob":{
664
+ "name":"StopLabelingJob",
665
+ "http":{
666
+ "method":"POST",
667
+ "requestUri":"/"
668
+ },
669
+ "input":{"shape":"StopLabelingJobRequest"},
670
+ "errors":[
671
+ {"shape":"ResourceNotFound"}
672
+ ]
673
+ },
379
674
  "StopNotebookInstance":{
380
675
  "name":"StopNotebookInstance",
381
676
  "http":{
@@ -406,6 +701,15 @@
406
701
  {"shape":"ResourceNotFound"}
407
702
  ]
408
703
  },
704
+ "UpdateCodeRepository":{
705
+ "name":"UpdateCodeRepository",
706
+ "http":{
707
+ "method":"POST",
708
+ "requestUri":"/"
709
+ },
710
+ "input":{"shape":"UpdateCodeRepositoryInput"},
711
+ "output":{"shape":"UpdateCodeRepositoryOutput"}
712
+ },
409
713
  "UpdateEndpoint":{
410
714
  "name":"UpdateEndpoint",
411
715
  "http":{
@@ -453,6 +757,18 @@
453
757
  "errors":[
454
758
  {"shape":"ResourceLimitExceeded"}
455
759
  ]
760
+ },
761
+ "UpdateWorkteam":{
762
+ "name":"UpdateWorkteam",
763
+ "http":{
764
+ "method":"POST",
765
+ "requestUri":"/"
766
+ },
767
+ "input":{"shape":"UpdateWorkteamRequest"},
768
+ "output":{"shape":"UpdateWorkteamResponse"},
769
+ "errors":[
770
+ {"shape":"ResourceLimitExceeded"}
771
+ ]
456
772
  }
457
773
  },
458
774
  "shapes":{
@@ -460,6 +776,10 @@
460
776
  "type":"string",
461
777
  "max":256
462
778
  },
779
+ "AccountId":{
780
+ "type":"string",
781
+ "pattern":"^\\d+$"
782
+ },
463
783
  "AddTagsInput":{
464
784
  "type":"structure",
465
785
  "required":[
@@ -477,97 +797,422 @@
477
797
  "Tags":{"shape":"TagList"}
478
798
  }
479
799
  },
800
+ "AdditionalCodeRepositoryNamesOrUrls":{
801
+ "type":"list",
802
+ "member":{"shape":"CodeRepositoryNameOrUrl"},
803
+ "max":3
804
+ },
805
+ "AlgorithmArn":{
806
+ "type":"string",
807
+ "max":2048,
808
+ "min":1,
809
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:algorithm/.*"
810
+ },
480
811
  "AlgorithmImage":{
481
812
  "type":"string",
482
813
  "max":255
483
814
  },
815
+ "AlgorithmSortBy":{
816
+ "type":"string",
817
+ "enum":[
818
+ "Name",
819
+ "CreationTime"
820
+ ]
821
+ },
484
822
  "AlgorithmSpecification":{
485
823
  "type":"structure",
486
824
  "required":["TrainingInputMode"],
487
825
  "members":{
488
826
  "TrainingImage":{"shape":"AlgorithmImage"},
827
+ "AlgorithmName":{"shape":"ArnOrName"},
489
828
  "TrainingInputMode":{"shape":"TrainingInputMode"},
490
829
  "MetricDefinitions":{"shape":"MetricDefinitionList"}
491
830
  }
492
831
  },
493
- "AssemblyType":{
832
+ "AlgorithmStatus":{
494
833
  "type":"string",
495
834
  "enum":[
496
- "None",
497
- "Line"
835
+ "Pending",
836
+ "InProgress",
837
+ "Completed",
838
+ "Failed",
839
+ "Deleting"
498
840
  ]
499
841
  },
500
- "BatchStrategy":{
501
- "type":"string",
502
- "enum":[
503
- "MultiRecord",
504
- "SingleRecord"
505
- ]
842
+ "AlgorithmStatusDetails":{
843
+ "type":"structure",
844
+ "members":{
845
+ "ValidationStatuses":{"shape":"AlgorithmStatusItemList"},
846
+ "ImageScanStatuses":{"shape":"AlgorithmStatusItemList"}
847
+ }
506
848
  },
507
- "CategoricalParameterRange":{
849
+ "AlgorithmStatusItem":{
508
850
  "type":"structure",
509
851
  "required":[
510
852
  "Name",
511
- "Values"
853
+ "Status"
512
854
  ],
513
855
  "members":{
514
- "Name":{"shape":"ParameterKey"},
515
- "Values":{"shape":"ParameterValues"}
856
+ "Name":{"shape":"EntityName"},
857
+ "Status":{"shape":"DetailedAlgorithmStatus"},
858
+ "FailureReason":{"shape":"String"}
516
859
  }
517
860
  },
518
- "CategoricalParameterRanges":{
861
+ "AlgorithmStatusItemList":{
519
862
  "type":"list",
520
- "member":{"shape":"CategoricalParameterRange"},
521
- "max":20,
522
- "min":0
863
+ "member":{"shape":"AlgorithmStatusItem"}
523
864
  },
524
- "Channel":{
865
+ "AlgorithmSummary":{
525
866
  "type":"structure",
526
867
  "required":[
527
- "ChannelName",
528
- "DataSource"
868
+ "AlgorithmName",
869
+ "AlgorithmArn",
870
+ "CreationTime",
871
+ "AlgorithmStatus"
529
872
  ],
530
873
  "members":{
531
- "ChannelName":{"shape":"ChannelName"},
532
- "DataSource":{"shape":"DataSource"},
533
- "ContentType":{"shape":"ContentType"},
534
- "CompressionType":{"shape":"CompressionType"},
535
- "RecordWrapperType":{"shape":"RecordWrapper"},
536
- "InputMode":{"shape":"TrainingInputMode"}
874
+ "AlgorithmName":{"shape":"EntityName"},
875
+ "AlgorithmArn":{"shape":"AlgorithmArn"},
876
+ "AlgorithmDescription":{"shape":"EntityDescription"},
877
+ "CreationTime":{"shape":"CreationTime"},
878
+ "AlgorithmStatus":{"shape":"AlgorithmStatus"}
537
879
  }
538
880
  },
539
- "ChannelName":{
540
- "type":"string",
541
- "max":64,
542
- "min":1,
543
- "pattern":"[A-Za-z0-9\\.\\-_]+"
544
- },
545
- "CompressionType":{
546
- "type":"string",
547
- "enum":[
548
- "None",
549
- "Gzip"
550
- ]
881
+ "AlgorithmSummaryList":{
882
+ "type":"list",
883
+ "member":{"shape":"AlgorithmSummary"}
551
884
  },
552
- "ContainerDefinition":{
885
+ "AlgorithmValidationProfile":{
886
+ "type":"structure",
887
+ "required":[
888
+ "ProfileName",
889
+ "TrainingJobDefinition"
890
+ ],
891
+ "members":{
892
+ "ProfileName":{"shape":"EntityName"},
893
+ "TrainingJobDefinition":{"shape":"TrainingJobDefinition"},
894
+ "TransformJobDefinition":{"shape":"TransformJobDefinition"}
895
+ }
896
+ },
897
+ "AlgorithmValidationProfiles":{
898
+ "type":"list",
899
+ "member":{"shape":"AlgorithmValidationProfile"},
900
+ "max":1,
901
+ "min":1
902
+ },
903
+ "AlgorithmValidationSpecification":{
904
+ "type":"structure",
905
+ "required":[
906
+ "ValidationRole",
907
+ "ValidationProfiles"
908
+ ],
909
+ "members":{
910
+ "ValidationRole":{"shape":"RoleArn"},
911
+ "ValidationProfiles":{"shape":"AlgorithmValidationProfiles"}
912
+ }
913
+ },
914
+ "AnnotationConsolidationConfig":{
915
+ "type":"structure",
916
+ "required":["AnnotationConsolidationLambdaArn"],
917
+ "members":{
918
+ "AnnotationConsolidationLambdaArn":{"shape":"LambdaFunctionArn"}
919
+ }
920
+ },
921
+ "ArnOrName":{
922
+ "type":"string",
923
+ "max":170,
924
+ "min":1,
925
+ "pattern":"(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:[a-z\\-]*\\/)?([a-zA-Z0-9]([a-zA-Z0-9-]){0,62})(?<!-)$"
926
+ },
927
+ "AssemblyType":{
928
+ "type":"string",
929
+ "enum":[
930
+ "None",
931
+ "Line"
932
+ ]
933
+ },
934
+ "AttributeName":{
935
+ "type":"string",
936
+ "max":256,
937
+ "min":1
938
+ },
939
+ "AttributeNames":{
940
+ "type":"list",
941
+ "member":{"shape":"AttributeName"},
942
+ "max":16
943
+ },
944
+ "BatchStrategy":{
945
+ "type":"string",
946
+ "enum":[
947
+ "MultiRecord",
948
+ "SingleRecord"
949
+ ]
950
+ },
951
+ "Boolean":{"type":"boolean"},
952
+ "BooleanOperator":{
953
+ "type":"string",
954
+ "enum":[
955
+ "And",
956
+ "Or"
957
+ ]
958
+ },
959
+ "Branch":{
960
+ "type":"string",
961
+ "max":1024,
962
+ "min":1
963
+ },
964
+ "CategoricalParameterRange":{
965
+ "type":"structure",
966
+ "required":[
967
+ "Name",
968
+ "Values"
969
+ ],
970
+ "members":{
971
+ "Name":{"shape":"ParameterKey"},
972
+ "Values":{"shape":"ParameterValues"}
973
+ }
974
+ },
975
+ "CategoricalParameterRangeSpecification":{
976
+ "type":"structure",
977
+ "required":["Values"],
978
+ "members":{
979
+ "Values":{"shape":"ParameterValues"}
980
+ }
981
+ },
982
+ "CategoricalParameterRanges":{
983
+ "type":"list",
984
+ "member":{"shape":"CategoricalParameterRange"},
985
+ "max":20,
986
+ "min":0
987
+ },
988
+ "Cents":{
989
+ "type":"integer",
990
+ "max":99,
991
+ "min":0
992
+ },
993
+ "CertifyForMarketplace":{"type":"boolean"},
994
+ "Channel":{
995
+ "type":"structure",
996
+ "required":[
997
+ "ChannelName",
998
+ "DataSource"
999
+ ],
1000
+ "members":{
1001
+ "ChannelName":{"shape":"ChannelName"},
1002
+ "DataSource":{"shape":"DataSource"},
1003
+ "ContentType":{"shape":"ContentType"},
1004
+ "CompressionType":{"shape":"CompressionType"},
1005
+ "RecordWrapperType":{"shape":"RecordWrapper"},
1006
+ "InputMode":{"shape":"TrainingInputMode"},
1007
+ "ShuffleConfig":{"shape":"ShuffleConfig"}
1008
+ }
1009
+ },
1010
+ "ChannelName":{
1011
+ "type":"string",
1012
+ "max":64,
1013
+ "min":1,
1014
+ "pattern":"[A-Za-z0-9\\.\\-_]+"
1015
+ },
1016
+ "ChannelSpecification":{
1017
+ "type":"structure",
1018
+ "required":[
1019
+ "Name",
1020
+ "SupportedContentTypes",
1021
+ "SupportedInputModes"
1022
+ ],
1023
+ "members":{
1024
+ "Name":{"shape":"ChannelName"},
1025
+ "Description":{"shape":"EntityDescription"},
1026
+ "IsRequired":{"shape":"Boolean"},
1027
+ "SupportedContentTypes":{"shape":"ContentTypes"},
1028
+ "SupportedCompressionTypes":{"shape":"CompressionTypes"},
1029
+ "SupportedInputModes":{"shape":"InputModes"}
1030
+ }
1031
+ },
1032
+ "ChannelSpecifications":{
1033
+ "type":"list",
1034
+ "member":{"shape":"ChannelSpecification"},
1035
+ "max":8,
1036
+ "min":1
1037
+ },
1038
+ "CodeRepositoryArn":{
1039
+ "type":"string",
1040
+ "max":2048,
1041
+ "min":1,
1042
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:code-repository/.*"
1043
+ },
1044
+ "CodeRepositoryContains":{
1045
+ "type":"string",
1046
+ "max":1024,
1047
+ "pattern":"[a-zA-Z0-9-]+"
1048
+ },
1049
+ "CodeRepositoryNameContains":{
1050
+ "type":"string",
1051
+ "max":63,
1052
+ "pattern":"[a-zA-Z0-9-]+"
1053
+ },
1054
+ "CodeRepositoryNameOrUrl":{
1055
+ "type":"string",
1056
+ "max":1024,
1057
+ "min":1,
1058
+ "pattern":"^https://([^/]+)/?(.*)$|^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1059
+ },
1060
+ "CodeRepositorySortBy":{
1061
+ "type":"string",
1062
+ "enum":[
1063
+ "Name",
1064
+ "CreationTime",
1065
+ "LastModifiedTime"
1066
+ ]
1067
+ },
1068
+ "CodeRepositorySortOrder":{
1069
+ "type":"string",
1070
+ "enum":[
1071
+ "Ascending",
1072
+ "Descending"
1073
+ ]
1074
+ },
1075
+ "CodeRepositorySummary":{
1076
+ "type":"structure",
1077
+ "required":[
1078
+ "CodeRepositoryName",
1079
+ "CodeRepositoryArn",
1080
+ "CreationTime",
1081
+ "LastModifiedTime"
1082
+ ],
1083
+ "members":{
1084
+ "CodeRepositoryName":{"shape":"EntityName"},
1085
+ "CodeRepositoryArn":{"shape":"CodeRepositoryArn"},
1086
+ "CreationTime":{"shape":"CreationTime"},
1087
+ "LastModifiedTime":{"shape":"LastModifiedTime"},
1088
+ "GitConfig":{"shape":"GitConfig"}
1089
+ }
1090
+ },
1091
+ "CodeRepositorySummaryList":{
1092
+ "type":"list",
1093
+ "member":{"shape":"CodeRepositorySummary"}
1094
+ },
1095
+ "CognitoClientId":{
1096
+ "type":"string",
1097
+ "max":128,
1098
+ "min":1,
1099
+ "pattern":"[\\w+]+"
1100
+ },
1101
+ "CognitoMemberDefinition":{
1102
+ "type":"structure",
1103
+ "required":[
1104
+ "UserPool",
1105
+ "UserGroup",
1106
+ "ClientId"
1107
+ ],
1108
+ "members":{
1109
+ "UserPool":{"shape":"CognitoUserPool"},
1110
+ "UserGroup":{"shape":"CognitoUserGroup"},
1111
+ "ClientId":{"shape":"CognitoClientId"}
1112
+ }
1113
+ },
1114
+ "CognitoUserGroup":{
1115
+ "type":"string",
1116
+ "max":128,
1117
+ "min":1,
1118
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
1119
+ },
1120
+ "CognitoUserPool":{
1121
+ "type":"string",
1122
+ "max":55,
1123
+ "min":1,
1124
+ "pattern":"[\\w-]+_[0-9a-zA-Z]+"
1125
+ },
1126
+ "CompilationJobArn":{
1127
+ "type":"string",
1128
+ "max":256,
1129
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:compilation-job/.*"
1130
+ },
1131
+ "CompilationJobStatus":{
1132
+ "type":"string",
1133
+ "enum":[
1134
+ "INPROGRESS",
1135
+ "COMPLETED",
1136
+ "FAILED",
1137
+ "STARTING",
1138
+ "STOPPING",
1139
+ "STOPPED"
1140
+ ]
1141
+ },
1142
+ "CompilationJobSummaries":{
1143
+ "type":"list",
1144
+ "member":{"shape":"CompilationJobSummary"}
1145
+ },
1146
+ "CompilationJobSummary":{
1147
+ "type":"structure",
1148
+ "required":[
1149
+ "CompilationJobName",
1150
+ "CompilationJobArn",
1151
+ "CreationTime",
1152
+ "CompilationTargetDevice",
1153
+ "CompilationJobStatus"
1154
+ ],
1155
+ "members":{
1156
+ "CompilationJobName":{"shape":"EntityName"},
1157
+ "CompilationJobArn":{"shape":"CompilationJobArn"},
1158
+ "CreationTime":{"shape":"CreationTime"},
1159
+ "CompilationEndTime":{"shape":"Timestamp"},
1160
+ "CompilationTargetDevice":{"shape":"TargetDevice"},
1161
+ "LastModifiedTime":{"shape":"LastModifiedTime"},
1162
+ "CompilationJobStatus":{"shape":"CompilationJobStatus"}
1163
+ }
1164
+ },
1165
+ "CompressionType":{
1166
+ "type":"string",
1167
+ "enum":[
1168
+ "None",
1169
+ "Gzip"
1170
+ ]
1171
+ },
1172
+ "CompressionTypes":{
1173
+ "type":"list",
1174
+ "member":{"shape":"CompressionType"}
1175
+ },
1176
+ "ContainerDefinition":{
553
1177
  "type":"structure",
554
- "required":["Image"],
555
1178
  "members":{
556
1179
  "ContainerHostname":{"shape":"ContainerHostname"},
557
1180
  "Image":{"shape":"Image"},
558
1181
  "ModelDataUrl":{"shape":"Url"},
559
- "Environment":{"shape":"EnvironmentMap"}
1182
+ "Environment":{"shape":"EnvironmentMap"},
1183
+ "ModelPackageName":{"shape":"ArnOrName"}
560
1184
  }
561
1185
  },
1186
+ "ContainerDefinitionList":{
1187
+ "type":"list",
1188
+ "member":{"shape":"ContainerDefinition"},
1189
+ "max":5
1190
+ },
562
1191
  "ContainerHostname":{
563
1192
  "type":"string",
564
1193
  "max":63,
565
1194
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
566
1195
  },
1196
+ "ContentClassifier":{
1197
+ "type":"string",
1198
+ "enum":[
1199
+ "FreeOfPersonallyIdentifiableInformation",
1200
+ "FreeOfAdultContent"
1201
+ ]
1202
+ },
1203
+ "ContentClassifiers":{
1204
+ "type":"list",
1205
+ "member":{"shape":"ContentClassifier"},
1206
+ "max":256
1207
+ },
567
1208
  "ContentType":{
568
1209
  "type":"string",
569
1210
  "max":256
570
1211
  },
1212
+ "ContentTypes":{
1213
+ "type":"list",
1214
+ "member":{"shape":"ContentType"}
1215
+ },
571
1216
  "ContinuousParameterRange":{
572
1217
  "type":"structure",
573
1218
  "required":[
@@ -581,12 +1226,87 @@
581
1226
  "MaxValue":{"shape":"ParameterValue"}
582
1227
  }
583
1228
  },
1229
+ "ContinuousParameterRangeSpecification":{
1230
+ "type":"structure",
1231
+ "required":[
1232
+ "MinValue",
1233
+ "MaxValue"
1234
+ ],
1235
+ "members":{
1236
+ "MinValue":{"shape":"ParameterValue"},
1237
+ "MaxValue":{"shape":"ParameterValue"}
1238
+ }
1239
+ },
584
1240
  "ContinuousParameterRanges":{
585
1241
  "type":"list",
586
1242
  "member":{"shape":"ContinuousParameterRange"},
587
1243
  "max":20,
588
1244
  "min":0
589
1245
  },
1246
+ "CreateAlgorithmInput":{
1247
+ "type":"structure",
1248
+ "required":[
1249
+ "AlgorithmName",
1250
+ "TrainingSpecification"
1251
+ ],
1252
+ "members":{
1253
+ "AlgorithmName":{"shape":"EntityName"},
1254
+ "AlgorithmDescription":{"shape":"EntityDescription"},
1255
+ "TrainingSpecification":{"shape":"TrainingSpecification"},
1256
+ "InferenceSpecification":{"shape":"InferenceSpecification"},
1257
+ "ValidationSpecification":{"shape":"AlgorithmValidationSpecification"},
1258
+ "CertifyForMarketplace":{"shape":"CertifyForMarketplace"}
1259
+ }
1260
+ },
1261
+ "CreateAlgorithmOutput":{
1262
+ "type":"structure",
1263
+ "required":["AlgorithmArn"],
1264
+ "members":{
1265
+ "AlgorithmArn":{"shape":"AlgorithmArn"}
1266
+ }
1267
+ },
1268
+ "CreateCodeRepositoryInput":{
1269
+ "type":"structure",
1270
+ "required":[
1271
+ "CodeRepositoryName",
1272
+ "GitConfig"
1273
+ ],
1274
+ "members":{
1275
+ "CodeRepositoryName":{"shape":"EntityName"},
1276
+ "GitConfig":{"shape":"GitConfig"}
1277
+ }
1278
+ },
1279
+ "CreateCodeRepositoryOutput":{
1280
+ "type":"structure",
1281
+ "required":["CodeRepositoryArn"],
1282
+ "members":{
1283
+ "CodeRepositoryArn":{"shape":"CodeRepositoryArn"}
1284
+ }
1285
+ },
1286
+ "CreateCompilationJobRequest":{
1287
+ "type":"structure",
1288
+ "required":[
1289
+ "CompilationJobName",
1290
+ "RoleArn",
1291
+ "InputConfig",
1292
+ "OutputConfig",
1293
+ "StoppingCondition"
1294
+ ],
1295
+ "members":{
1296
+ "CompilationJobName":{"shape":"EntityName"},
1297
+ "RoleArn":{"shape":"RoleArn"},
1298
+ "InputConfig":{"shape":"InputConfig"},
1299
+ "OutputConfig":{"shape":"OutputConfig"},
1300
+ "StoppingCondition":{"shape":"StoppingCondition"}
1301
+ }
1302
+ },
1303
+ "CreateCompilationJobResponse":{
1304
+ "type":"structure",
1305
+ "required":["CompilationJobArn"],
1306
+ "members":{
1307
+ "CompilationJobArn":{"shape":"CompilationJobArn"}
1308
+ }
1309
+ },
590
1310
  "CreateEndpointConfigInput":{
591
1311
  "type":"structure",
592
1312
  "required":[
@@ -648,19 +1368,50 @@
648
1368
  "HyperParameterTuningJobArn":{"shape":"HyperParameterTuningJobArn"}
649
1369
  }
650
1370
  },
1371
+ "CreateLabelingJobRequest":{
1372
+ "type":"structure",
1373
+ "required":[
1374
+ "LabelingJobName",
1375
+ "LabelAttributeName",
1376
+ "InputConfig",
1377
+ "OutputConfig",
1378
+ "RoleArn",
1379
+ "HumanTaskConfig"
1380
+ ],
1381
+ "members":{
1382
+ "LabelingJobName":{"shape":"LabelingJobName"},
1383
+ "LabelAttributeName":{"shape":"LabelAttributeName"},
1384
+ "InputConfig":{"shape":"LabelingJobInputConfig"},
1385
+ "OutputConfig":{"shape":"LabelingJobOutputConfig"},
1386
+ "RoleArn":{"shape":"RoleArn"},
1387
+ "LabelCategoryConfigS3Uri":{"shape":"S3Uri"},
1388
+ "StoppingConditions":{"shape":"LabelingJobStoppingConditions"},
1389
+ "LabelingJobAlgorithmsConfig":{"shape":"LabelingJobAlgorithmsConfig"},
1390
+ "HumanTaskConfig":{"shape":"HumanTaskConfig"},
1391
+ "Tags":{"shape":"TagList"}
1392
+ }
1393
+ },
1394
+ "CreateLabelingJobResponse":{
1395
+ "type":"structure",
1396
+ "required":["LabelingJobArn"],
1397
+ "members":{
1398
+ "LabelingJobArn":{"shape":"LabelingJobArn"}
1399
+ }
1400
+ },
651
1401
  "CreateModelInput":{
652
1402
  "type":"structure",
653
1403
  "required":[
654
1404
  "ModelName",
655
- "PrimaryContainer",
656
1405
  "ExecutionRoleArn"
657
1406
  ],
658
1407
  "members":{
659
1408
  "ModelName":{"shape":"ModelName"},
660
1409
  "PrimaryContainer":{"shape":"ContainerDefinition"},
1410
+ "Containers":{"shape":"ContainerDefinitionList"},
661
1411
  "ExecutionRoleArn":{"shape":"RoleArn"},
662
1412
  "Tags":{"shape":"TagList"},
663
- "VpcConfig":{"shape":"VpcConfig"}
1413
+ "VpcConfig":{"shape":"VpcConfig"},
1414
+ "EnableNetworkIsolation":{"shape":"Boolean"}
664
1415
  }
665
1416
  },
666
1417
  "CreateModelOutput":{
@@ -670,6 +1421,25 @@
670
1421
  "ModelArn":{"shape":"ModelArn"}
671
1422
  }
672
1423
  },
1424
+ "CreateModelPackageInput":{
1425
+ "type":"structure",
1426
+ "required":["ModelPackageName"],
1427
+ "members":{
1428
+ "ModelPackageName":{"shape":"EntityName"},
1429
+ "ModelPackageDescription":{"shape":"EntityDescription"},
1430
+ "InferenceSpecification":{"shape":"InferenceSpecification"},
1431
+ "ValidationSpecification":{"shape":"ModelPackageValidationSpecification"},
1432
+ "SourceAlgorithmSpecification":{"shape":"SourceAlgorithmSpecification"},
1433
+ "CertifyForMarketplace":{"shape":"CertifyForMarketplace"}
1434
+ }
1435
+ },
1436
+ "CreateModelPackageOutput":{
1437
+ "type":"structure",
1438
+ "required":["ModelPackageArn"],
1439
+ "members":{
1440
+ "ModelPackageArn":{"shape":"ModelPackageArn"}
1441
+ }
1442
+ },
673
1443
  "CreateNotebookInstanceInput":{
674
1444
  "type":"structure",
675
1445
  "required":[
@@ -687,7 +1457,10 @@
687
1457
  "Tags":{"shape":"TagList"},
688
1458
  "LifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
689
1459
  "DirectInternetAccess":{"shape":"DirectInternetAccess"},
690
- "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"}
1460
+ "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"},
1461
+ "AcceleratorTypes":{"shape":"NotebookInstanceAcceleratorTypes"},
1462
+ "DefaultCodeRepository":{"shape":"CodeRepositoryNameOrUrl"},
1463
+ "AdditionalCodeRepositories":{"shape":"AdditionalCodeRepositoryNamesOrUrls"}
691
1464
  }
692
1465
  },
693
1466
  "CreateNotebookInstanceLifecycleConfigInput":{
@@ -745,7 +1518,8 @@
745
1518
  "ResourceConfig":{"shape":"ResourceConfig"},
746
1519
  "VpcConfig":{"shape":"VpcConfig"},
747
1520
  "StoppingCondition":{"shape":"StoppingCondition"},
748
- "Tags":{"shape":"TagList"}
1521
+ "Tags":{"shape":"TagList"},
1522
+ "EnableNetworkIsolation":{"shape":"Boolean"}
749
1523
  }
750
1524
  },
751
1525
  "CreateTrainingJobResponse":{
@@ -784,7 +1558,32 @@
784
1558
  "TransformJobArn":{"shape":"TransformJobArn"}
785
1559
  }
786
1560
  },
1561
+ "CreateWorkteamRequest":{
1562
+ "type":"structure",
1563
+ "required":[
1564
+ "WorkteamName",
1565
+ "MemberDefinitions",
1566
+ "Description"
1567
+ ],
1568
+ "members":{
1569
+ "WorkteamName":{"shape":"WorkteamName"},
1570
+ "MemberDefinitions":{"shape":"MemberDefinitions"},
1571
+ "Description":{"shape":"String200"},
1572
+ "Tags":{"shape":"TagList"}
1573
+ }
1574
+ },
1575
+ "CreateWorkteamResponse":{
1576
+ "type":"structure",
1577
+ "members":{
1578
+ "WorkteamArn":{"shape":"WorkteamArn"}
1579
+ }
1580
+ },
787
1581
  "CreationTime":{"type":"timestamp"},
1582
+ "DataInputConfig":{
1583
+ "type":"string",
1584
+ "max":1024,
1585
+ "min":1
1586
+ },
788
1587
  "DataSource":{
789
1588
  "type":"structure",
790
1589
  "required":["S3DataSource"],
@@ -792,6 +1591,20 @@
792
1591
  "S3DataSource":{"shape":"S3DataSource"}
793
1592
  }
794
1593
  },
1594
+ "DeleteAlgorithmInput":{
1595
+ "type":"structure",
1596
+ "required":["AlgorithmName"],
1597
+ "members":{
1598
+ "AlgorithmName":{"shape":"EntityName"}
1599
+ }
1600
+ },
1601
+ "DeleteCodeRepositoryInput":{
1602
+ "type":"structure",
1603
+ "required":["CodeRepositoryName"],
1604
+ "members":{
1605
+ "CodeRepositoryName":{"shape":"EntityName"}
1606
+ }
1607
+ },
795
1608
  "DeleteEndpointConfigInput":{
796
1609
  "type":"structure",
797
1610
  "required":["EndpointConfigName"],
@@ -813,6 +1626,13 @@
813
1626
  "ModelName":{"shape":"ModelName"}
814
1627
  }
815
1628
  },
1629
+ "DeleteModelPackageInput":{
1630
+ "type":"structure",
1631
+ "required":["ModelPackageName"],
1632
+ "members":{
1633
+ "ModelPackageName":{"shape":"EntityName"}
1634
+ }
1635
+ },
816
1636
  "DeleteNotebookInstanceInput":{
817
1637
  "type":"structure",
818
1638
  "required":["NotebookInstanceName"],
@@ -843,6 +1663,20 @@
843
1663
  "members":{
844
1664
  }
845
1665
  },
1666
+ "DeleteWorkteamRequest":{
1667
+ "type":"structure",
1668
+ "required":["WorkteamName"],
1669
+ "members":{
1670
+ "WorkteamName":{"shape":"WorkteamName"}
1671
+ }
1672
+ },
1673
+ "DeleteWorkteamResponse":{
1674
+ "type":"structure",
1675
+ "required":["Success"],
1676
+ "members":{
1677
+ "Success":{"shape":"Success"}
1678
+ }
1679
+ },
846
1680
  "DeployedImage":{
847
1681
  "type":"structure",
848
1682
  "members":{
@@ -855,6 +1689,98 @@
855
1689
  "type":"list",
856
1690
  "member":{"shape":"DeployedImage"}
857
1691
  },
1692
+ "DescribeAlgorithmInput":{
1693
+ "type":"structure",
1694
+ "required":["AlgorithmName"],
1695
+ "members":{
1696
+ "AlgorithmName":{"shape":"ArnOrName"}
1697
+ }
1698
+ },
1699
+ "DescribeAlgorithmOutput":{
1700
+ "type":"structure",
1701
+ "required":[
1702
+ "AlgorithmName",
1703
+ "AlgorithmArn",
1704
+ "CreationTime",
1705
+ "TrainingSpecification",
1706
+ "AlgorithmStatus",
1707
+ "AlgorithmStatusDetails"
1708
+ ],
1709
+ "members":{
1710
+ "AlgorithmName":{"shape":"EntityName"},
1711
+ "AlgorithmArn":{"shape":"AlgorithmArn"},
1712
+ "AlgorithmDescription":{"shape":"EntityDescription"},
1713
+ "CreationTime":{"shape":"CreationTime"},
1714
+ "TrainingSpecification":{"shape":"TrainingSpecification"},
1715
+ "InferenceSpecification":{"shape":"InferenceSpecification"},
1716
+ "ValidationSpecification":{"shape":"AlgorithmValidationSpecification"},
1717
+ "AlgorithmStatus":{"shape":"AlgorithmStatus"},
1718
+ "AlgorithmStatusDetails":{"shape":"AlgorithmStatusDetails"},
1719
+ "ProductId":{"shape":"ProductId"},
1720
+ "CertifyForMarketplace":{"shape":"CertifyForMarketplace"}
1721
+ }
1722
+ },
1723
+ "DescribeCodeRepositoryInput":{
1724
+ "type":"structure",
1725
+ "required":["CodeRepositoryName"],
1726
+ "members":{
1727
+ "CodeRepositoryName":{"shape":"EntityName"}
1728
+ }
1729
+ },
1730
+ "DescribeCodeRepositoryOutput":{
1731
+ "type":"structure",
1732
+ "required":[
1733
+ "CodeRepositoryName",
1734
+ "CodeRepositoryArn",
1735
+ "CreationTime",
1736
+ "LastModifiedTime"
1737
+ ],
1738
+ "members":{
1739
+ "CodeRepositoryName":{"shape":"EntityName"},
1740
+ "CodeRepositoryArn":{"shape":"CodeRepositoryArn"},
1741
+ "CreationTime":{"shape":"CreationTime"},
1742
+ "LastModifiedTime":{"shape":"LastModifiedTime"},
1743
+ "GitConfig":{"shape":"GitConfig"}
1744
+ }
1745
+ },
1746
+ "DescribeCompilationJobRequest":{
1747
+ "type":"structure",
1748
+ "required":["CompilationJobName"],
1749
+ "members":{
1750
+ "CompilationJobName":{"shape":"EntityName"}
1751
+ }
1752
+ },
1753
+ "DescribeCompilationJobResponse":{
1754
+ "type":"structure",
1755
+ "required":[
1756
+ "CompilationJobName",
1757
+ "CompilationJobArn",
1758
+ "CompilationJobStatus",
1759
+ "StoppingCondition",
1760
+ "CreationTime",
1761
+ "LastModifiedTime",
1762
+ "FailureReason",
1763
+ "ModelArtifacts",
1764
+ "RoleArn",
1765
+ "InputConfig",
1766
+ "OutputConfig"
1767
+ ],
1768
+ "members":{
1769
+ "CompilationJobName":{"shape":"EntityName"},
1770
+ "CompilationJobArn":{"shape":"CompilationJobArn"},
1771
+ "CompilationJobStatus":{"shape":"CompilationJobStatus"},
1772
+ "CompilationStartTime":{"shape":"Timestamp"},
1773
+ "CompilationEndTime":{"shape":"Timestamp"},
1774
+ "StoppingCondition":{"shape":"StoppingCondition"},
1775
+ "CreationTime":{"shape":"CreationTime"},
1776
+ "LastModifiedTime":{"shape":"LastModifiedTime"},
1777
+ "FailureReason":{"shape":"FailureReason"},
1778
+ "ModelArtifacts":{"shape":"ModelArtifacts"},
1779
+ "RoleArn":{"shape":"RoleArn"},
1780
+ "InputConfig":{"shape":"InputConfig"},
1781
+ "OutputConfig":{"shape":"OutputConfig"}
1782
+ }
1783
+ },
858
1784
  "DescribeEndpointConfigInput":{
859
1785
  "type":"structure",
860
1786
  "required":["EndpointConfigName"],
@@ -942,6 +1868,49 @@
942
1868
  "FailureReason":{"shape":"FailureReason"}
943
1869
  }
944
1870
  },
1871
+ "DescribeLabelingJobRequest":{
1872
+ "type":"structure",
1873
+ "required":["LabelingJobName"],
1874
+ "members":{
1875
+ "LabelingJobName":{"shape":"LabelingJobName"}
1876
+ }
1877
+ },
1878
+ "DescribeLabelingJobResponse":{
1879
+ "type":"structure",
1880
+ "required":[
1881
+ "LabelingJobStatus",
1882
+ "LabelCounters",
1883
+ "CreationTime",
1884
+ "LastModifiedTime",
1885
+ "JobReferenceCode",
1886
+ "LabelingJobName",
1887
+ "LabelingJobArn",
1888
+ "InputConfig",
1889
+ "OutputConfig",
1890
+ "RoleArn",
1891
+ "HumanTaskConfig"
1892
+ ],
1893
+ "members":{
1894
+ "LabelingJobStatus":{"shape":"LabelingJobStatus"},
1895
+ "LabelCounters":{"shape":"LabelCounters"},
1896
+ "FailureReason":{"shape":"FailureReason"},
1897
+ "CreationTime":{"shape":"Timestamp"},
1898
+ "LastModifiedTime":{"shape":"Timestamp"},
1899
+ "JobReferenceCode":{"shape":"JobReferenceCode"},
1900
+ "LabelingJobName":{"shape":"LabelingJobName"},
1901
+ "LabelingJobArn":{"shape":"LabelingJobArn"},
1902
+ "LabelAttributeName":{"shape":"LabelAttributeName"},
1903
+ "InputConfig":{"shape":"LabelingJobInputConfig"},
1904
+ "OutputConfig":{"shape":"LabelingJobOutputConfig"},
1905
+ "RoleArn":{"shape":"RoleArn"},
1906
+ "LabelCategoryConfigS3Uri":{"shape":"S3Uri"},
1907
+ "StoppingConditions":{"shape":"LabelingJobStoppingConditions"},
1908
+ "LabelingJobAlgorithmsConfig":{"shape":"LabelingJobAlgorithmsConfig"},
1909
+ "HumanTaskConfig":{"shape":"HumanTaskConfig"},
1910
+ "Tags":{"shape":"TagList"},
1911
+ "LabelingJobOutput":{"shape":"LabelingJobOutput"}
1912
+ }
1913
+ },
945
1914
  "DescribeModelInput":{
946
1915
  "type":"structure",
947
1916
  "required":["ModelName"],
@@ -953,7 +1922,6 @@
953
1922
  "type":"structure",
954
1923
  "required":[
955
1924
  "ModelName",
956
- "PrimaryContainer",
957
1925
  "ExecutionRoleArn",
958
1926
  "CreationTime",
959
1927
  "ModelArn"
@@ -961,10 +1929,41 @@
961
1929
  "members":{
962
1930
  "ModelName":{"shape":"ModelName"},
963
1931
  "PrimaryContainer":{"shape":"ContainerDefinition"},
1932
+ "Containers":{"shape":"ContainerDefinitionList"},
964
1933
  "ExecutionRoleArn":{"shape":"RoleArn"},
965
1934
  "VpcConfig":{"shape":"VpcConfig"},
966
1935
  "CreationTime":{"shape":"Timestamp"},
967
- "ModelArn":{"shape":"ModelArn"}
1936
+ "ModelArn":{"shape":"ModelArn"},
1937
+ "EnableNetworkIsolation":{"shape":"Boolean"}
1938
+ }
1939
+ },
1940
+ "DescribeModelPackageInput":{
1941
+ "type":"structure",
1942
+ "required":["ModelPackageName"],
1943
+ "members":{
1944
+ "ModelPackageName":{"shape":"ArnOrName"}
1945
+ }
1946
+ },
1947
+ "DescribeModelPackageOutput":{
1948
+ "type":"structure",
1949
+ "required":[
1950
+ "ModelPackageName",
1951
+ "ModelPackageArn",
1952
+ "CreationTime",
1953
+ "ModelPackageStatus",
1954
+ "ModelPackageStatusDetails"
1955
+ ],
1956
+ "members":{
1957
+ "ModelPackageName":{"shape":"EntityName"},
1958
+ "ModelPackageArn":{"shape":"ModelPackageArn"},
1959
+ "ModelPackageDescription":{"shape":"EntityDescription"},
1960
+ "CreationTime":{"shape":"CreationTime"},
1961
+ "InferenceSpecification":{"shape":"InferenceSpecification"},
1962
+ "SourceAlgorithmSpecification":{"shape":"SourceAlgorithmSpecification"},
1963
+ "ValidationSpecification":{"shape":"ModelPackageValidationSpecification"},
1964
+ "ModelPackageStatus":{"shape":"ModelPackageStatus"},
1965
+ "ModelPackageStatusDetails":{"shape":"ModelPackageStatusDetails"},
1966
+ "CertifyForMarketplace":{"shape":"CertifyForMarketplace"}
968
1967
  }
969
1968
  },
970
1969
  "DescribeNotebookInstanceInput":{
@@ -1010,7 +2009,24 @@
1010
2009
  "CreationTime":{"shape":"CreationTime"},
1011
2010
  "NotebookInstanceLifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
1012
2011
  "DirectInternetAccess":{"shape":"DirectInternetAccess"},
1013
- "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"}
2012
+ "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"},
2013
+ "AcceleratorTypes":{"shape":"NotebookInstanceAcceleratorTypes"},
2014
+ "DefaultCodeRepository":{"shape":"CodeRepositoryNameOrUrl"},
2015
+ "AdditionalCodeRepositories":{"shape":"AdditionalCodeRepositoryNamesOrUrls"}
2016
+ }
2017
+ },
2018
+ "DescribeSubscribedWorkteamRequest":{
2019
+ "type":"structure",
2020
+ "required":["WorkteamArn"],
2021
+ "members":{
2022
+ "WorkteamArn":{"shape":"WorkteamArn"}
2023
+ }
2024
+ },
2025
+ "DescribeSubscribedWorkteamResponse":{
2026
+ "type":"structure",
2027
+ "required":["SubscribedWorkteam"],
2028
+ "members":{
2029
+ "SubscribedWorkteam":{"shape":"SubscribedWorkteam"}
1014
2030
  }
1015
2031
  },
1016
2032
  "DescribeTrainingJobRequest":{
@@ -1037,6 +2053,7 @@
1037
2053
  "TrainingJobName":{"shape":"TrainingJobName"},
1038
2054
  "TrainingJobArn":{"shape":"TrainingJobArn"},
1039
2055
  "TuningJobArn":{"shape":"HyperParameterTuningJobArn"},
2056
+ "LabelingJobArn":{"shape":"LabelingJobArn"},
1040
2057
  "ModelArtifacts":{"shape":"ModelArtifacts"},
1041
2058
  "TrainingJobStatus":{"shape":"TrainingJobStatus"},
1042
2059
  "SecondaryStatus":{"shape":"SecondaryStatus"},
@@ -1054,7 +2071,8 @@
1054
2071
  "TrainingEndTime":{"shape":"Timestamp"},
1055
2072
  "LastModifiedTime":{"shape":"Timestamp"},
1056
2073
  "SecondaryStatusTransitions":{"shape":"SecondaryStatusTransitions"},
1057
- "FinalMetricDataList":{"shape":"FinalMetricDataList"}
2074
+ "FinalMetricDataList":{"shape":"FinalMetricDataList"},
2075
+ "EnableNetworkIsolation":{"shape":"Boolean"}
1058
2076
  }
1059
2077
  },
1060
2078
  "DescribeTransformJobRequest":{
@@ -1090,7 +2108,22 @@
1090
2108
  "TransformResources":{"shape":"TransformResources"},
1091
2109
  "CreationTime":{"shape":"Timestamp"},
1092
2110
  "TransformStartTime":{"shape":"Timestamp"},
1093
- "TransformEndTime":{"shape":"Timestamp"}
2111
+ "TransformEndTime":{"shape":"Timestamp"},
2112
+ "LabelingJobArn":{"shape":"LabelingJobArn"}
2113
+ }
2114
+ },
2115
+ "DescribeWorkteamRequest":{
2116
+ "type":"structure",
2117
+ "required":["WorkteamName"],
2118
+ "members":{
2119
+ "WorkteamName":{"shape":"WorkteamName"}
2120
+ }
2121
+ },
2122
+ "DescribeWorkteamResponse":{
2123
+ "type":"structure",
2124
+ "required":["Workteam"],
2125
+ "members":{
2126
+ "Workteam":{"shape":"Workteam"}
1094
2127
  }
1095
2128
  },
1096
2129
  "DesiredWeightAndCapacity":{
@@ -1107,6 +2140,24 @@
1107
2140
  "member":{"shape":"DesiredWeightAndCapacity"},
1108
2141
  "min":1
1109
2142
  },
2143
+ "DetailedAlgorithmStatus":{
2144
+ "type":"string",
2145
+ "enum":[
2146
+ "NotStarted",
2147
+ "InProgress",
2148
+ "Completed",
2149
+ "Failed"
2150
+ ]
2151
+ },
2152
+ "DetailedModelPackageStatus":{
2153
+ "type":"string",
2154
+ "enum":[
2155
+ "NotStarted",
2156
+ "InProgress",
2157
+ "Completed",
2158
+ "Failed"
2159
+ ]
2160
+ },
1110
2161
  "DirectInternetAccess":{
1111
2162
  "type":"string",
1112
2163
  "enum":[
@@ -1114,7 +2165,15 @@
1114
2165
  "Disabled"
1115
2166
  ]
1116
2167
  },
2168
+ "DisassociateAdditionalCodeRepositories":{"type":"boolean"},
2169
+ "DisassociateDefaultCodeRepository":{"type":"boolean"},
2170
+ "DisassociateNotebookInstanceAcceleratorTypes":{"type":"boolean"},
1117
2171
  "DisassociateNotebookInstanceLifecycleConfig":{"type":"boolean"},
2172
+ "Dollars":{
2173
+ "type":"integer",
2174
+ "max":1,
2175
+ "min":0
2176
+ },
1118
2177
  "EndpointArn":{
1119
2178
  "type":"string",
1120
2179
  "max":2048,
@@ -1211,6 +2270,17 @@
1211
2270
  "type":"list",
1212
2271
  "member":{"shape":"EndpointSummary"}
1213
2272
  },
2273
+ "EntityDescription":{
2274
+ "type":"string",
2275
+ "max":1024,
2276
+ "pattern":"[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
2277
+ },
2278
+ "EntityName":{
2279
+ "type":"string",
2280
+ "max":63,
2281
+ "min":1,
2282
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
2283
+ },
1214
2284
  "EnvironmentKey":{
1215
2285
  "type":"string",
1216
2286
  "max":1024,
@@ -1230,6 +2300,26 @@
1230
2300
  "type":"string",
1231
2301
  "max":1024
1232
2302
  },
2303
+ "Filter":{
2304
+ "type":"structure",
2305
+ "required":["Name"],
2306
+ "members":{
2307
+ "Name":{"shape":"ResourcePropertyName"},
2308
+ "Operator":{"shape":"Operator"},
2309
+ "Value":{"shape":"FilterValue"}
2310
+ }
2311
+ },
2312
+ "FilterList":{
2313
+ "type":"list",
2314
+ "member":{"shape":"Filter"},
2315
+ "max":20,
2316
+ "min":1
2317
+ },
2318
+ "FilterValue":{
2319
+ "type":"string",
2320
+ "max":1024,
2321
+ "min":1
2322
+ },
1233
2323
  "FinalHyperParameterTuningJobObjectiveMetric":{
1234
2324
  "type":"structure",
1235
2325
  "required":[
@@ -1249,15 +2339,104 @@
1249
2339
  "min":0
1250
2340
  },
1251
2341
  "Float":{"type":"float"},
2342
+ "Framework":{
2343
+ "type":"string",
2344
+ "enum":[
2345
+ "TENSORFLOW",
2346
+ "MXNET",
2347
+ "ONNX",
2348
+ "PYTORCH",
2349
+ "XGBOOST"
2350
+ ]
2351
+ },
2352
+ "GetSearchSuggestionsRequest":{
2353
+ "type":"structure",
2354
+ "required":["Resource"],
2355
+ "members":{
2356
+ "Resource":{"shape":"ResourceType"},
2357
+ "SuggestionQuery":{"shape":"SuggestionQuery"}
2358
+ }
2359
+ },
2360
+ "GetSearchSuggestionsResponse":{
2361
+ "type":"structure",
2362
+ "members":{
2363
+ "PropertyNameSuggestions":{"shape":"PropertyNameSuggestionList"}
2364
+ }
2365
+ },
2366
+ "GitConfig":{
2367
+ "type":"structure",
2368
+ "required":["RepositoryUrl"],
2369
+ "members":{
2370
+ "RepositoryUrl":{"shape":"Url"},
2371
+ "Branch":{"shape":"Branch"},
2372
+ "SecretArn":{"shape":"SecretArn"}
2373
+ }
2374
+ },
2375
+ "GitConfigForUpdate":{
2376
+ "type":"structure",
2377
+ "members":{
2378
+ "SecretArn":{"shape":"SecretArn"}
2379
+ }
2380
+ },
2381
+ "HumanTaskConfig":{
2382
+ "type":"structure",
2383
+ "required":[
2384
+ "WorkteamArn",
2385
+ "UiConfig",
2386
+ "PreHumanTaskLambdaArn",
2387
+ "TaskTitle",
2388
+ "TaskDescription",
2389
+ "NumberOfHumanWorkersPerDataObject",
2390
+ "TaskTimeLimitInSeconds",
2391
+ "AnnotationConsolidationConfig"
2392
+ ],
2393
+ "members":{
2394
+ "WorkteamArn":{"shape":"WorkteamArn"},
2395
+ "UiConfig":{"shape":"UiConfig"},
2396
+ "PreHumanTaskLambdaArn":{"shape":"LambdaFunctionArn"},
2397
+ "TaskKeywords":{"shape":"TaskKeywords"},
2398
+ "TaskTitle":{"shape":"TaskTitle"},
2399
+ "TaskDescription":{"shape":"TaskDescription"},
2400
+ "NumberOfHumanWorkersPerDataObject":{"shape":"NumberOfHumanWorkersPerDataObject"},
2401
+ "TaskTimeLimitInSeconds":{"shape":"TaskTimeLimitInSeconds"},
2402
+ "TaskAvailabilityLifetimeInSeconds":{"shape":"TaskAvailabilityLifetimeInSeconds"},
2403
+ "MaxConcurrentTaskCount":{"shape":"MaxConcurrentTaskCount"},
2404
+ "AnnotationConsolidationConfig":{"shape":"AnnotationConsolidationConfig"},
2405
+ "PublicWorkforceTaskPrice":{"shape":"PublicWorkforceTaskPrice"}
2406
+ }
2407
+ },
1252
2408
  "HyperParameterAlgorithmSpecification":{
1253
2409
  "type":"structure",
1254
2410
  "required":["TrainingInputMode"],
1255
2411
  "members":{
1256
2412
  "TrainingImage":{"shape":"AlgorithmImage"},
1257
2413
  "TrainingInputMode":{"shape":"TrainingInputMode"},
2414
+ "AlgorithmName":{"shape":"ArnOrName"},
1258
2415
  "MetricDefinitions":{"shape":"MetricDefinitionList"}
1259
2416
  }
1260
2417
  },
2418
+ "HyperParameterSpecification":{
2419
+ "type":"structure",
2420
+ "required":[
2421
+ "Name",
2422
+ "Type"
2423
+ ],
2424
+ "members":{
2425
+ "Name":{"shape":"ParameterName"},
2426
+ "Description":{"shape":"EntityDescription"},
2427
+ "Type":{"shape":"ParameterType"},
2428
+ "Range":{"shape":"ParameterRange"},
2429
+ "IsTunable":{"shape":"Boolean"},
2430
+ "IsRequired":{"shape":"Boolean"},
2431
+ "DefaultValue":{"shape":"ParameterValue"}
2432
+ }
2433
+ },
2434
+ "HyperParameterSpecifications":{
2435
+ "type":"list",
2436
+ "member":{"shape":"HyperParameterSpecification"},
2437
+ "max":100,
2438
+ "min":0
2439
+ },
1261
2440
  "HyperParameterTrainingJobDefinition":{
1262
2441
  "type":"structure",
1263
2442
  "required":[
@@ -1275,7 +2454,8 @@
1275
2454
  "VpcConfig":{"shape":"VpcConfig"},
1276
2455
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1277
2456
  "ResourceConfig":{"shape":"ResourceConfig"},
1278
- "StoppingCondition":{"shape":"StoppingCondition"}
2457
+ "StoppingCondition":{"shape":"StoppingCondition"},
2458
+ "EnableNetworkIsolation":{"shape":"Boolean"}
1279
2459
  }
1280
2460
  },
1281
2461
  "HyperParameterTrainingJobSummaries":{
@@ -1349,6 +2529,10 @@
1349
2529
  "Minimize"
1350
2530
  ]
1351
2531
  },
2532
+ "HyperParameterTuningJobObjectives":{
2533
+ "type":"list",
2534
+ "member":{"shape":"HyperParameterTuningJobObjective"}
2535
+ },
1352
2536
  "HyperParameterTuningJobSortByOptions":{
1353
2537
  "type":"string",
1354
2538
  "enum":[
@@ -1429,12 +2613,52 @@
1429
2613
  "max":255,
1430
2614
  "pattern":"[\\S]+"
1431
2615
  },
2616
+ "ImageDigest":{
2617
+ "type":"string",
2618
+ "max":72,
2619
+ "pattern":"^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$"
2620
+ },
2621
+ "InferenceSpecification":{
2622
+ "type":"structure",
2623
+ "required":[
2624
+ "Containers",
2625
+ "SupportedTransformInstanceTypes",
2626
+ "SupportedRealtimeInferenceInstanceTypes",
2627
+ "SupportedContentTypes",
2628
+ "SupportedResponseMIMETypes"
2629
+ ],
2630
+ "members":{
2631
+ "Containers":{"shape":"ModelPackageContainerDefinitionList"},
2632
+ "SupportedTransformInstanceTypes":{"shape":"TransformInstanceTypes"},
2633
+ "SupportedRealtimeInferenceInstanceTypes":{"shape":"RealtimeInferenceInstanceTypes"},
2634
+ "SupportedContentTypes":{"shape":"ContentTypes"},
2635
+ "SupportedResponseMIMETypes":{"shape":"ResponseMIMETypes"}
2636
+ }
2637
+ },
2638
+ "InputConfig":{
2639
+ "type":"structure",
2640
+ "required":[
2641
+ "S3Uri",
2642
+ "DataInputConfig",
2643
+ "Framework"
2644
+ ],
2645
+ "members":{
2646
+ "S3Uri":{"shape":"S3Uri"},
2647
+ "DataInputConfig":{"shape":"DataInputConfig"},
2648
+ "Framework":{"shape":"Framework"}
2649
+ }
2650
+ },
1432
2651
  "InputDataConfig":{
1433
2652
  "type":"list",
1434
2653
  "member":{"shape":"Channel"},
1435
2654
  "max":8,
1436
2655
  "min":1
1437
2656
  },
2657
+ "InputModes":{
2658
+ "type":"list",
2659
+ "member":{"shape":"TrainingInputMode"},
2660
+ "min":1
2661
+ },
1438
2662
  "InstanceType":{
1439
2663
  "type":"string",
1440
2664
  "enum":[
@@ -1491,17 +2715,274 @@
1491
2715
  "MaxValue":{"shape":"ParameterValue"}
1492
2716
  }
1493
2717
  },
1494
- "IntegerParameterRanges":{
1495
- "type":"list",
1496
- "member":{"shape":"IntegerParameterRange"},
1497
- "max":20,
1498
- "min":0
1499
- },
1500
- "KmsKeyId":{
1501
- "type":"string",
1502
- "max":2048
2718
+ "IntegerParameterRangeSpecification":{
2719
+ "type":"structure",
2720
+ "required":[
2721
+ "MinValue",
2722
+ "MaxValue"
2723
+ ],
2724
+ "members":{
2725
+ "MinValue":{"shape":"ParameterValue"},
2726
+ "MaxValue":{"shape":"ParameterValue"}
2727
+ }
2728
+ },
2729
+ "IntegerParameterRanges":{
2730
+ "type":"list",
2731
+ "member":{"shape":"IntegerParameterRange"},
2732
+ "max":20,
2733
+ "min":0
2734
+ },
2735
+ "JobReferenceCode":{
2736
+ "type":"string",
2737
+ "min":1
2738
+ },
2739
+ "JobReferenceCodeContains":{
2740
+ "type":"string",
2741
+ "max":255,
2742
+ "min":1
2743
+ },
2744
+ "KmsKeyId":{
2745
+ "type":"string",
2746
+ "max":2048
2747
+ },
2748
+ "LabelAttributeName":{
2749
+ "type":"string",
2750
+ "max":127,
2751
+ "min":1,
2752
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
2753
+ },
2754
+ "LabelCounter":{
2755
+ "type":"integer",
2756
+ "min":0
2757
+ },
2758
+ "LabelCounters":{
2759
+ "type":"structure",
2760
+ "members":{
2761
+ "TotalLabeled":{"shape":"LabelCounter"},
2762
+ "HumanLabeled":{"shape":"LabelCounter"},
2763
+ "MachineLabeled":{"shape":"LabelCounter"},
2764
+ "FailedNonRetryableError":{"shape":"LabelCounter"},
2765
+ "Unlabeled":{"shape":"LabelCounter"}
2766
+ }
2767
+ },
2768
+ "LabelCountersForWorkteam":{
2769
+ "type":"structure",
2770
+ "members":{
2771
+ "HumanLabeled":{"shape":"LabelCounter"},
2772
+ "PendingHuman":{"shape":"LabelCounter"},
2773
+ "Total":{"shape":"LabelCounter"}
2774
+ }
2775
+ },
2776
+ "LabelingJobAlgorithmSpecificationArn":{"type":"string"},
2777
+ "LabelingJobAlgorithmsConfig":{
2778
+ "type":"structure",
2779
+ "required":["LabelingJobAlgorithmSpecificationArn"],
2780
+ "members":{
2781
+ "LabelingJobAlgorithmSpecificationArn":{"shape":"LabelingJobAlgorithmSpecificationArn"},
2782
+ "InitialActiveLearningModelArn":{"shape":"ModelArn"},
2783
+ "LabelingJobResourceConfig":{"shape":"LabelingJobResourceConfig"}
2784
+ }
2785
+ },
2786
+ "LabelingJobArn":{
2787
+ "type":"string",
2788
+ "max":2048,
2789
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:labeling-job/.*"
2790
+ },
2791
+ "LabelingJobDataAttributes":{
2792
+ "type":"structure",
2793
+ "members":{
2794
+ "ContentClassifiers":{"shape":"ContentClassifiers"}
2795
+ }
2796
+ },
2797
+ "LabelingJobDataSource":{
2798
+ "type":"structure",
2799
+ "required":["S3DataSource"],
2800
+ "members":{
2801
+ "S3DataSource":{"shape":"LabelingJobS3DataSource"}
2802
+ }
2803
+ },
2804
+ "LabelingJobForWorkteamSummary":{
2805
+ "type":"structure",
2806
+ "required":[
2807
+ "JobReferenceCode",
2808
+ "WorkRequesterAccountId",
2809
+ "CreationTime"
2810
+ ],
2811
+ "members":{
2812
+ "LabelingJobName":{"shape":"LabelingJobName"},
2813
+ "JobReferenceCode":{"shape":"JobReferenceCode"},
2814
+ "WorkRequesterAccountId":{"shape":"AccountId"},
2815
+ "CreationTime":{"shape":"Timestamp"},
2816
+ "LabelCounters":{"shape":"LabelCountersForWorkteam"}
2817
+ }
2818
+ },
2819
+ "LabelingJobForWorkteamSummaryList":{
2820
+ "type":"list",
2821
+ "member":{"shape":"LabelingJobForWorkteamSummary"}
2822
+ },
2823
+ "LabelingJobInputConfig":{
2824
+ "type":"structure",
2825
+ "required":["DataSource"],
2826
+ "members":{
2827
+ "DataSource":{"shape":"LabelingJobDataSource"},
2828
+ "DataAttributes":{"shape":"LabelingJobDataAttributes"}
2829
+ }
2830
+ },
2831
+ "LabelingJobName":{
2832
+ "type":"string",
2833
+ "max":63,
2834
+ "min":1,
2835
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
2836
+ },
2837
+ "LabelingJobOutput":{
2838
+ "type":"structure",
2839
+ "required":["OutputDatasetS3Uri"],
2840
+ "members":{
2841
+ "OutputDatasetS3Uri":{"shape":"S3Uri"},
2842
+ "FinalActiveLearningModelArn":{"shape":"ModelArn"}
2843
+ }
2844
+ },
2845
+ "LabelingJobOutputConfig":{
2846
+ "type":"structure",
2847
+ "required":["S3OutputPath"],
2848
+ "members":{
2849
+ "S3OutputPath":{"shape":"S3Uri"},
2850
+ "KmsKeyId":{"shape":"KmsKeyId"}
2851
+ }
2852
+ },
2853
+ "LabelingJobResourceConfig":{
2854
+ "type":"structure",
2855
+ "members":{
2856
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
2857
+ }
2858
+ },
2859
+ "LabelingJobS3DataSource":{
2860
+ "type":"structure",
2861
+ "required":["ManifestS3Uri"],
2862
+ "members":{
2863
+ "ManifestS3Uri":{"shape":"S3Uri"}
2864
+ }
2865
+ },
2866
+ "LabelingJobStatus":{
2867
+ "type":"string",
2868
+ "enum":[
2869
+ "InProgress",
2870
+ "Completed",
2871
+ "Failed",
2872
+ "Stopping",
2873
+ "Stopped"
2874
+ ]
2875
+ },
2876
+ "LabelingJobStoppingConditions":{
2877
+ "type":"structure",
2878
+ "members":{
2879
+ "MaxHumanLabeledObjectCount":{"shape":"MaxHumanLabeledObjectCount"},
2880
+ "MaxPercentageOfInputDatasetLabeled":{"shape":"MaxPercentageOfInputDatasetLabeled"}
2881
+ }
2882
+ },
2883
+ "LabelingJobSummary":{
2884
+ "type":"structure",
2885
+ "required":[
2886
+ "LabelingJobName",
2887
+ "LabelingJobArn",
2888
+ "CreationTime",
2889
+ "LastModifiedTime",
2890
+ "LabelingJobStatus",
2891
+ "LabelCounters",
2892
+ "WorkteamArn",
2893
+ "PreHumanTaskLambdaArn"
2894
+ ],
2895
+ "members":{
2896
+ "LabelingJobName":{"shape":"LabelingJobName"},
2897
+ "LabelingJobArn":{"shape":"LabelingJobArn"},
2898
+ "CreationTime":{"shape":"Timestamp"},
2899
+ "LastModifiedTime":{"shape":"Timestamp"},
2900
+ "LabelingJobStatus":{"shape":"LabelingJobStatus"},
2901
+ "LabelCounters":{"shape":"LabelCounters"},
2902
+ "WorkteamArn":{"shape":"WorkteamArn"},
2903
+ "PreHumanTaskLambdaArn":{"shape":"LambdaFunctionArn"},
2904
+ "AnnotationConsolidationLambdaArn":{"shape":"LambdaFunctionArn"},
2905
+ "FailureReason":{"shape":"FailureReason"},
2906
+ "LabelingJobOutput":{"shape":"LabelingJobOutput"},
2907
+ "InputConfig":{"shape":"LabelingJobInputConfig"}
2908
+ }
2909
+ },
2910
+ "LabelingJobSummaryList":{
2911
+ "type":"list",
2912
+ "member":{"shape":"LabelingJobSummary"}
2913
+ },
2914
+ "LambdaFunctionArn":{
2915
+ "type":"string",
2916
+ "max":2048,
2917
+ "pattern":"arn:aws[a-z\\-]*:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
2918
+ },
2919
+ "LastModifiedTime":{"type":"timestamp"},
2920
+ "ListAlgorithmsInput":{
2921
+ "type":"structure",
2922
+ "members":{
2923
+ "CreationTimeAfter":{"shape":"CreationTime"},
2924
+ "CreationTimeBefore":{"shape":"CreationTime"},
2925
+ "MaxResults":{"shape":"MaxResults"},
2926
+ "NameContains":{"shape":"NameContains"},
2927
+ "NextToken":{"shape":"NextToken"},
2928
+ "SortBy":{"shape":"AlgorithmSortBy"},
2929
+ "SortOrder":{"shape":"SortOrder"}
2930
+ }
2931
+ },
2932
+ "ListAlgorithmsOutput":{
2933
+ "type":"structure",
2934
+ "required":["AlgorithmSummaryList"],
2935
+ "members":{
2936
+ "AlgorithmSummaryList":{"shape":"AlgorithmSummaryList"},
2937
+ "NextToken":{"shape":"NextToken"}
2938
+ }
2939
+ },
2940
+ "ListCodeRepositoriesInput":{
2941
+ "type":"structure",
2942
+ "members":{
2943
+ "CreationTimeAfter":{"shape":"CreationTime"},
2944
+ "CreationTimeBefore":{"shape":"CreationTime"},
2945
+ "LastModifiedTimeAfter":{"shape":"Timestamp"},
2946
+ "LastModifiedTimeBefore":{"shape":"Timestamp"},
2947
+ "MaxResults":{"shape":"MaxResults"},
2948
+ "NameContains":{"shape":"CodeRepositoryNameContains"},
2949
+ "NextToken":{"shape":"NextToken"},
2950
+ "SortBy":{"shape":"CodeRepositorySortBy"},
2951
+ "SortOrder":{"shape":"CodeRepositorySortOrder"}
2952
+ }
2953
+ },
2954
+ "ListCodeRepositoriesOutput":{
2955
+ "type":"structure",
2956
+ "required":["CodeRepositorySummaryList"],
2957
+ "members":{
2958
+ "CodeRepositorySummaryList":{"shape":"CodeRepositorySummaryList"},
2959
+ "NextToken":{"shape":"NextToken"}
2960
+ }
2961
+ },
2962
+ "ListCompilationJobsRequest":{
2963
+ "type":"structure",
2964
+ "members":{
2965
+ "NextToken":{"shape":"NextToken"},
2966
+ "MaxResults":{
2967
+ "shape":"MaxResults",
2968
+ "box":true
2969
+ },
2970
+ "CreationTimeAfter":{"shape":"CreationTime"},
2971
+ "CreationTimeBefore":{"shape":"CreationTime"},
2972
+ "LastModifiedTimeAfter":{"shape":"LastModifiedTime"},
2973
+ "LastModifiedTimeBefore":{"shape":"LastModifiedTime"},
2974
+ "NameContains":{"shape":"NameContains"},
2975
+ "StatusEquals":{"shape":"CompilationJobStatus"}
2976
+ }
2977
+ },
2978
+ "ListCompilationJobsResponse":{
2979
+ "type":"structure",
2980
+ "required":["CompilationJobSummaries"],
2981
+ "members":{
2982
+ "CompilationJobSummaries":{"shape":"CompilationJobSummaries"},
2983
+ "NextToken":{"shape":"NextToken"}
2984
+ }
1503
2985
  },
1504
- "LastModifiedTime":{"type":"timestamp"},
1505
2986
  "ListEndpointConfigsInput":{
1506
2987
  "type":"structure",
1507
2988
  "members":{
@@ -1571,6 +3052,74 @@
1571
3052
  "NextToken":{"shape":"NextToken"}
1572
3053
  }
1573
3054
  },
3055
+ "ListLabelingJobsForWorkteamRequest":{
3056
+ "type":"structure",
3057
+ "required":["WorkteamArn"],
3058
+ "members":{
3059
+ "WorkteamArn":{"shape":"WorkteamArn"},
3060
+ "MaxResults":{"shape":"MaxResults"},
3061
+ "NextToken":{"shape":"NextToken"},
3062
+ "CreationTimeAfter":{"shape":"Timestamp"},
3063
+ "CreationTimeBefore":{"shape":"Timestamp"},
3064
+ "JobReferenceCodeContains":{"shape":"JobReferenceCodeContains"},
3065
+ "SortBy":{"shape":"ListLabelingJobsForWorkteamSortByOptions"},
3066
+ "SortOrder":{"shape":"SortOrder"}
3067
+ }
3068
+ },
3069
+ "ListLabelingJobsForWorkteamResponse":{
3070
+ "type":"structure",
3071
+ "required":["LabelingJobSummaryList"],
3072
+ "members":{
3073
+ "LabelingJobSummaryList":{"shape":"LabelingJobForWorkteamSummaryList"},
3074
+ "NextToken":{"shape":"NextToken"}
3075
+ }
3076
+ },
3077
+ "ListLabelingJobsForWorkteamSortByOptions":{
3078
+ "type":"string",
3079
+ "enum":["CreationTime"]
3080
+ },
3081
+ "ListLabelingJobsRequest":{
3082
+ "type":"structure",
3083
+ "members":{
3084
+ "CreationTimeAfter":{"shape":"Timestamp"},
3085
+ "CreationTimeBefore":{"shape":"Timestamp"},
3086
+ "LastModifiedTimeAfter":{"shape":"Timestamp"},
3087
+ "LastModifiedTimeBefore":{"shape":"Timestamp"},
3088
+ "MaxResults":{"shape":"MaxResults"},
3089
+ "NextToken":{"shape":"NextToken"},
3090
+ "NameContains":{"shape":"NameContains"},
3091
+ "SortBy":{"shape":"SortBy"},
3092
+ "SortOrder":{"shape":"SortOrder"},
3093
+ "StatusEquals":{"shape":"LabelingJobStatus"}
3094
+ }
3095
+ },
3096
+ "ListLabelingJobsResponse":{
3097
+ "type":"structure",
3098
+ "members":{
3099
+ "LabelingJobSummaryList":{"shape":"LabelingJobSummaryList"},
3100
+ "NextToken":{"shape":"NextToken"}
3101
+ }
3102
+ },
3103
+ "ListModelPackagesInput":{
3104
+ "type":"structure",
3105
+ "members":{
3106
+ "CreationTimeAfter":{"shape":"CreationTime"},
3107
+ "CreationTimeBefore":{"shape":"CreationTime"},
3108
+ "MaxResults":{"shape":"MaxResults"},
3109
+ "NameContains":{"shape":"NameContains"},
3110
+ "NextToken":{"shape":"NextToken"},
3111
+ "SortBy":{"shape":"ModelPackageSortBy"},
3112
+ "SortOrder":{"shape":"SortOrder"}
3113
+ }
3114
+ },
3115
+ "ListModelPackagesOutput":{
3116
+ "type":"structure",
3117
+ "required":["ModelPackageSummaryList"],
3118
+ "members":{
3119
+ "ModelPackageSummaryList":{"shape":"ModelPackageSummaryList"},
3120
+ "NextToken":{"shape":"NextToken"}
3121
+ }
3122
+ },
1574
3123
  "ListModelsInput":{
1575
3124
  "type":"structure",
1576
3125
  "members":{
@@ -1625,7 +3174,9 @@
1625
3174
  "LastModifiedTimeBefore":{"shape":"LastModifiedTime"},
1626
3175
  "LastModifiedTimeAfter":{"shape":"LastModifiedTime"},
1627
3176
  "StatusEquals":{"shape":"NotebookInstanceStatus"},
1628
- "NotebookInstanceLifecycleConfigNameContains":{"shape":"NotebookInstanceLifecycleConfigName"}
3177
+ "NotebookInstanceLifecycleConfigNameContains":{"shape":"NotebookInstanceLifecycleConfigName"},
3178
+ "DefaultCodeRepositoryContains":{"shape":"CodeRepositoryContains"},
3179
+ "AdditionalCodeRepositoryEquals":{"shape":"CodeRepositoryNameOrUrl"}
1629
3180
  }
1630
3181
  },
1631
3182
  "ListNotebookInstancesOutput":{
@@ -1635,6 +3186,25 @@
1635
3186
  "NotebookInstances":{"shape":"NotebookInstanceSummaryList"}
1636
3187
  }
1637
3188
  },
3189
+ "ListSubscribedWorkteamsRequest":{
3190
+ "type":"structure",
3191
+ "members":{
3192
+ "NameContains":{"shape":"WorkteamName"},
3193
+ "NextToken":{"shape":"NextToken"},
3194
+ "MaxResults":{
3195
+ "shape":"MaxResults",
3196
+ "box":true
3197
+ }
3198
+ }
3199
+ },
3200
+ "ListSubscribedWorkteamsResponse":{
3201
+ "type":"structure",
3202
+ "required":["SubscribedWorkteams"],
3203
+ "members":{
3204
+ "SubscribedWorkteams":{"shape":"SubscribedWorkteams"},
3205
+ "NextToken":{"shape":"NextToken"}
3206
+ }
3207
+ },
1638
3208
  "ListTagsInput":{
1639
3209
  "type":"structure",
1640
3210
  "required":["ResourceArn"],
@@ -1727,10 +3297,47 @@
1727
3297
  "NextToken":{"shape":"NextToken"}
1728
3298
  }
1729
3299
  },
3300
+ "ListWorkteamsRequest":{
3301
+ "type":"structure",
3302
+ "members":{
3303
+ "SortBy":{"shape":"ListWorkteamsSortByOptions"},
3304
+ "SortOrder":{"shape":"SortOrder"},
3305
+ "NameContains":{"shape":"WorkteamName"},
3306
+ "NextToken":{"shape":"NextToken"},
3307
+ "MaxResults":{
3308
+ "shape":"MaxResults",
3309
+ "box":true
3310
+ }
3311
+ }
3312
+ },
3313
+ "ListWorkteamsResponse":{
3314
+ "type":"structure",
3315
+ "required":["Workteams"],
3316
+ "members":{
3317
+ "Workteams":{"shape":"Workteams"},
3318
+ "NextToken":{"shape":"NextToken"}
3319
+ }
3320
+ },
3321
+ "ListWorkteamsSortByOptions":{
3322
+ "type":"string",
3323
+ "enum":[
3324
+ "Name",
3325
+ "CreateDate"
3326
+ ]
3327
+ },
3328
+ "MaxConcurrentTaskCount":{
3329
+ "type":"integer",
3330
+ "max":1000,
3331
+ "min":1
3332
+ },
1730
3333
  "MaxConcurrentTransforms":{
1731
3334
  "type":"integer",
1732
3335
  "min":0
1733
3336
  },
3337
+ "MaxHumanLabeledObjectCount":{
3338
+ "type":"integer",
3339
+ "min":1
3340
+ },
1734
3341
  "MaxNumberOfTrainingJobs":{
1735
3342
  "type":"integer",
1736
3343
  "min":1
@@ -1743,6 +3350,11 @@
1743
3350
  "type":"integer",
1744
3351
  "min":0
1745
3352
  },
3353
+ "MaxPercentageOfInputDatasetLabeled":{
3354
+ "type":"integer",
3355
+ "max":100,
3356
+ "min":1
3357
+ },
1746
3358
  "MaxResults":{
1747
3359
  "type":"integer",
1748
3360
  "max":100,
@@ -1752,6 +3364,18 @@
1752
3364
  "type":"integer",
1753
3365
  "min":1
1754
3366
  },
3367
+ "MemberDefinition":{
3368
+ "type":"structure",
3369
+ "members":{
3370
+ "CognitoMemberDefinition":{"shape":"CognitoMemberDefinition"}
3371
+ }
3372
+ },
3373
+ "MemberDefinitions":{
3374
+ "type":"list",
3375
+ "member":{"shape":"MemberDefinition"},
3376
+ "max":10,
3377
+ "min":1
3378
+ },
1755
3379
  "MetricData":{
1756
3380
  "type":"structure",
1757
3381
  "members":{
@@ -1810,6 +3434,118 @@
1810
3434
  "max":63,
1811
3435
  "pattern":"[a-zA-Z0-9-]+"
1812
3436
  },
3437
+ "ModelPackageArn":{
3438
+ "type":"string",
3439
+ "max":2048,
3440
+ "min":1,
3441
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-package/.*"
3442
+ },
3443
+ "ModelPackageContainerDefinition":{
3444
+ "type":"structure",
3445
+ "required":["Image"],
3446
+ "members":{
3447
+ "ContainerHostname":{"shape":"ContainerHostname"},
3448
+ "Image":{"shape":"Image"},
3449
+ "ImageDigest":{"shape":"ImageDigest"},
3450
+ "ModelDataUrl":{"shape":"Url"},
3451
+ "ProductId":{"shape":"ProductId"}
3452
+ }
3453
+ },
3454
+ "ModelPackageContainerDefinitionList":{
3455
+ "type":"list",
3456
+ "member":{"shape":"ModelPackageContainerDefinition"},
3457
+ "max":1,
3458
+ "min":1
3459
+ },
3460
+ "ModelPackageSortBy":{
3461
+ "type":"string",
3462
+ "enum":[
3463
+ "Name",
3464
+ "CreationTime"
3465
+ ]
3466
+ },
3467
+ "ModelPackageStatus":{
3468
+ "type":"string",
3469
+ "enum":[
3470
+ "Pending",
3471
+ "InProgress",
3472
+ "Completed",
3473
+ "Failed",
3474
+ "Deleting"
3475
+ ]
3476
+ },
3477
+ "ModelPackageStatusDetails":{
3478
+ "type":"structure",
3479
+ "required":["ValidationStatuses"],
3480
+ "members":{
3481
+ "ValidationStatuses":{"shape":"ModelPackageStatusItemList"},
3482
+ "ImageScanStatuses":{"shape":"ModelPackageStatusItemList"}
3483
+ }
3484
+ },
3485
+ "ModelPackageStatusItem":{
3486
+ "type":"structure",
3487
+ "required":[
3488
+ "Name",
3489
+ "Status"
3490
+ ],
3491
+ "members":{
3492
+ "Name":{"shape":"EntityName"},
3493
+ "Status":{"shape":"DetailedModelPackageStatus"},
3494
+ "FailureReason":{"shape":"String"}
3495
+ }
3496
+ },
3497
+ "ModelPackageStatusItemList":{
3498
+ "type":"list",
3499
+ "member":{"shape":"ModelPackageStatusItem"}
3500
+ },
3501
+ "ModelPackageSummary":{
3502
+ "type":"structure",
3503
+ "required":[
3504
+ "ModelPackageName",
3505
+ "ModelPackageArn",
3506
+ "CreationTime",
3507
+ "ModelPackageStatus"
3508
+ ],
3509
+ "members":{
3510
+ "ModelPackageName":{"shape":"EntityName"},
3511
+ "ModelPackageArn":{"shape":"ModelPackageArn"},
3512
+ "ModelPackageDescription":{"shape":"EntityDescription"},
3513
+ "CreationTime":{"shape":"CreationTime"},
3514
+ "ModelPackageStatus":{"shape":"ModelPackageStatus"}
3515
+ }
3516
+ },
3517
+ "ModelPackageSummaryList":{
3518
+ "type":"list",
3519
+ "member":{"shape":"ModelPackageSummary"}
3520
+ },
3521
+ "ModelPackageValidationProfile":{
3522
+ "type":"structure",
3523
+ "required":[
3524
+ "ProfileName",
3525
+ "TransformJobDefinition"
3526
+ ],
3527
+ "members":{
3528
+ "ProfileName":{"shape":"EntityName"},
3529
+ "TransformJobDefinition":{"shape":"TransformJobDefinition"}
3530
+ }
3531
+ },
3532
+ "ModelPackageValidationProfiles":{
3533
+ "type":"list",
3534
+ "member":{"shape":"ModelPackageValidationProfile"},
3535
+ "max":1,
3536
+ "min":1
3537
+ },
3538
+ "ModelPackageValidationSpecification":{
3539
+ "type":"structure",
3540
+ "required":[
3541
+ "ValidationRole",
3542
+ "ValidationProfiles"
3543
+ ],
3544
+ "members":{
3545
+ "ValidationRole":{"shape":"RoleArn"},
3546
+ "ValidationProfiles":{"shape":"ModelPackageValidationProfiles"}
3547
+ }
3548
+ },
1813
3549
  "ModelSortKey":{
1814
3550
  "type":"string",
1815
3551
  "enum":[
@@ -1839,11 +3575,40 @@
1839
3575
  "max":63,
1840
3576
  "pattern":"[a-zA-Z0-9\\-]+"
1841
3577
  },
3578
+ "NestedFilters":{
3579
+ "type":"structure",
3580
+ "required":[
3581
+ "NestedPropertyName",
3582
+ "Filters"
3583
+ ],
3584
+ "members":{
3585
+ "NestedPropertyName":{"shape":"ResourcePropertyName"},
3586
+ "Filters":{"shape":"FilterList"}
3587
+ }
3588
+ },
3589
+ "NestedFiltersList":{
3590
+ "type":"list",
3591
+ "member":{"shape":"NestedFilters"},
3592
+ "max":20,
3593
+ "min":1
3594
+ },
1842
3595
  "NetworkInterfaceId":{"type":"string"},
1843
3596
  "NextToken":{
1844
3597
  "type":"string",
1845
3598
  "max":8192
1846
3599
  },
3600
+ "NotebookInstanceAcceleratorType":{
3601
+ "type":"string",
3602
+ "enum":[
3603
+ "ml.eia1.medium",
3604
+ "ml.eia1.large",
3605
+ "ml.eia1.xlarge"
3606
+ ]
3607
+ },
3608
+ "NotebookInstanceAcceleratorTypes":{
3609
+ "type":"list",
3610
+ "member":{"shape":"NotebookInstanceAcceleratorType"}
3611
+ },
1847
3612
  "NotebookInstanceArn":{
1848
3613
  "type":"string",
1849
3614
  "max":256
@@ -1961,7 +3726,9 @@
1961
3726
  "InstanceType":{"shape":"InstanceType"},
1962
3727
  "CreationTime":{"shape":"CreationTime"},
1963
3728
  "LastModifiedTime":{"shape":"LastModifiedTime"},
1964
- "NotebookInstanceLifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"}
3729
+ "NotebookInstanceLifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
3730
+ "DefaultCodeRepository":{"shape":"CodeRepositoryNameOrUrl"},
3731
+ "AdditionalCodeRepositories":{"shape":"AdditionalCodeRepositoryNamesOrUrls"}
1965
3732
  }
1966
3733
  },
1967
3734
  "NotebookInstanceSummaryList":{
@@ -1974,6 +3741,11 @@
1974
3741
  "max":16384,
1975
3742
  "min":5
1976
3743
  },
3744
+ "NumberOfHumanWorkersPerDataObject":{
3745
+ "type":"integer",
3746
+ "max":9,
3747
+ "min":1
3748
+ },
1977
3749
  "ObjectiveStatus":{
1978
3750
  "type":"string",
1979
3751
  "enum":[
@@ -1994,6 +3766,18 @@
1994
3766
  "Failed":{"shape":"ObjectiveStatusCounter"}
1995
3767
  }
1996
3768
  },
3769
+ "Operator":{
3770
+ "type":"string",
3771
+ "enum":[
3772
+ "Equals",
3773
+ "NotEquals",
3774
+ "GreaterThan",
3775
+ "GreaterThanOrEqualTo",
3776
+ "LessThan",
3777
+ "LessThanOrEqualTo",
3778
+ "Contains"
3779
+ ]
3780
+ },
1997
3781
  "OrderKey":{
1998
3782
  "type":"string",
1999
3783
  "enum":[
@@ -2001,6 +3785,17 @@
2001
3785
  "Descending"
2002
3786
  ]
2003
3787
  },
3788
+ "OutputConfig":{
3789
+ "type":"structure",
3790
+ "required":[
3791
+ "S3OutputLocation",
3792
+ "TargetDevice"
3793
+ ],
3794
+ "members":{
3795
+ "S3OutputLocation":{"shape":"S3Uri"},
3796
+ "TargetDevice":{"shape":"TargetDevice"}
3797
+ }
3798
+ },
2004
3799
  "OutputDataConfig":{
2005
3800
  "type":"structure",
2006
3801
  "required":["S3OutputPath"],
@@ -2017,6 +3812,18 @@
2017
3812
  "type":"string",
2018
3813
  "max":256
2019
3814
  },
3815
+ "ParameterName":{
3816
+ "type":"string",
3817
+ "max":256
3818
+ },
3819
+ "ParameterRange":{
3820
+ "type":"structure",
3821
+ "members":{
3822
+ "IntegerParameterRangeSpecification":{"shape":"IntegerParameterRangeSpecification"},
3823
+ "ContinuousParameterRangeSpecification":{"shape":"ContinuousParameterRangeSpecification"},
3824
+ "CategoricalParameterRangeSpecification":{"shape":"CategoricalParameterRangeSpecification"}
3825
+ }
3826
+ },
2020
3827
  "ParameterRanges":{
2021
3828
  "type":"structure",
2022
3829
  "members":{
@@ -2025,6 +3832,15 @@
2025
3832
  "CategoricalParameterRanges":{"shape":"CategoricalParameterRanges"}
2026
3833
  }
2027
3834
  },
3835
+ "ParameterType":{
3836
+ "type":"string",
3837
+ "enum":[
3838
+ "Integer",
3839
+ "Continuous",
3840
+ "Categorical",
3841
+ "FreeText"
3842
+ ]
3843
+ },
2028
3844
  "ParameterValue":{
2029
3845
  "type":"string",
2030
3846
  "max":256
@@ -2047,6 +3863,11 @@
2047
3863
  "max":5,
2048
3864
  "min":1
2049
3865
  },
3866
+ "ProductId":{"type":"string"},
3867
+ "ProductListings":{
3868
+ "type":"list",
3869
+ "member":{"shape":"String"}
3870
+ },
2050
3871
  "ProductionVariant":{
2051
3872
  "type":"structure",
2052
3873
  "required":[
@@ -2060,9 +3881,18 @@
2060
3881
  "ModelName":{"shape":"ModelName"},
2061
3882
  "InitialInstanceCount":{"shape":"TaskCount"},
2062
3883
  "InstanceType":{"shape":"ProductionVariantInstanceType"},
2063
- "InitialVariantWeight":{"shape":"VariantWeight"}
3884
+ "InitialVariantWeight":{"shape":"VariantWeight"},
3885
+ "AcceleratorType":{"shape":"ProductionVariantAcceleratorType"}
2064
3886
  }
2065
3887
  },
3888
+ "ProductionVariantAcceleratorType":{
3889
+ "type":"string",
3890
+ "enum":[
3891
+ "ml.eia1.medium",
3892
+ "ml.eia1.large",
3893
+ "ml.eia1.xlarge"
3894
+ ]
3895
+ },
2066
3896
  "ProductionVariantInstanceType":{
2067
3897
  "type":"string",
2068
3898
  "enum":[
@@ -2119,8 +3949,40 @@
2119
3949
  },
2120
3950
  "ProductionVariantSummaryList":{
2121
3951
  "type":"list",
2122
- "member":{"shape":"ProductionVariantSummary"},
2123
- "min":1
3952
+ "member":{"shape":"ProductionVariantSummary"},
3953
+ "min":1
3954
+ },
3955
+ "PropertyNameHint":{
3956
+ "type":"string",
3957
+ "max":100,
3958
+ "min":0
3959
+ },
3960
+ "PropertyNameQuery":{
3961
+ "type":"structure",
3962
+ "required":["PropertyNameHint"],
3963
+ "members":{
3964
+ "PropertyNameHint":{"shape":"PropertyNameHint"}
3965
+ }
3966
+ },
3967
+ "PropertyNameSuggestion":{
3968
+ "type":"structure",
3969
+ "members":{
3970
+ "PropertyName":{"shape":"ResourcePropertyName"}
3971
+ }
3972
+ },
3973
+ "PropertyNameSuggestionList":{
3974
+ "type":"list",
3975
+ "member":{"shape":"PropertyNameSuggestion"}
3976
+ },
3977
+ "PublicWorkforceTaskPrice":{
3978
+ "type":"structure",
3979
+ "members":{
3980
+ "AmountInUsd":{"shape":"USD"}
3981
+ }
3982
+ },
3983
+ "RealtimeInferenceInstanceTypes":{
3984
+ "type":"list",
3985
+ "member":{"shape":"ProductionVariantInstanceType"}
2124
3986
  },
2125
3987
  "RecordWrapper":{
2126
3988
  "type":"string",
@@ -2129,6 +3991,52 @@
2129
3991
  "RecordIO"
2130
3992
  ]
2131
3993
  },
3994
+ "RenderUiTemplateRequest":{
3995
+ "type":"structure",
3996
+ "required":[
3997
+ "UiTemplate",
3998
+ "Task",
3999
+ "RoleArn"
4000
+ ],
4001
+ "members":{
4002
+ "UiTemplate":{"shape":"UiTemplate"},
4003
+ "Task":{"shape":"RenderableTask"},
4004
+ "RoleArn":{"shape":"RoleArn"}
4005
+ }
4006
+ },
4007
+ "RenderUiTemplateResponse":{
4008
+ "type":"structure",
4009
+ "required":[
4010
+ "RenderedContent",
4011
+ "Errors"
4012
+ ],
4013
+ "members":{
4014
+ "RenderedContent":{"shape":"String"},
4015
+ "Errors":{"shape":"RenderingErrorList"}
4016
+ }
4017
+ },
4018
+ "RenderableTask":{
4019
+ "type":"structure",
4020
+ "required":["Input"],
4021
+ "members":{
4022
+ "Input":{"shape":"TaskInput"}
4023
+ }
4024
+ },
4025
+ "RenderingError":{
4026
+ "type":"structure",
4027
+ "required":[
4028
+ "Code",
4029
+ "Message"
4030
+ ],
4031
+ "members":{
4032
+ "Code":{"shape":"String"},
4033
+ "Message":{"shape":"String"}
4034
+ }
4035
+ },
4036
+ "RenderingErrorList":{
4037
+ "type":"list",
4038
+ "member":{"shape":"RenderingError"}
4039
+ },
2132
4040
  "ResourceArn":{
2133
4041
  "type":"string",
2134
4042
  "max":256
@@ -2179,6 +4087,23 @@
2179
4087
  },
2180
4088
  "exception":true
2181
4089
  },
4090
+ "ResourcePropertyName":{
4091
+ "type":"string",
4092
+ "max":255,
4093
+ "min":1
4094
+ },
4095
+ "ResourceType":{
4096
+ "type":"string",
4097
+ "enum":["TrainingJob"]
4098
+ },
4099
+ "ResponseMIMEType":{
4100
+ "type":"string",
4101
+ "max":1024
4102
+ },
4103
+ "ResponseMIMETypes":{
4104
+ "type":"list",
4105
+ "member":{"shape":"ResponseMIMEType"}
4106
+ },
2182
4107
  "RoleArn":{
2183
4108
  "type":"string",
2184
4109
  "max":2048,
@@ -2201,14 +4126,16 @@
2201
4126
  "members":{
2202
4127
  "S3DataType":{"shape":"S3DataType"},
2203
4128
  "S3Uri":{"shape":"S3Uri"},
2204
- "S3DataDistributionType":{"shape":"S3DataDistribution"}
4129
+ "S3DataDistributionType":{"shape":"S3DataDistribution"},
4130
+ "AttributeNames":{"shape":"AttributeNames"}
2205
4131
  }
2206
4132
  },
2207
4133
  "S3DataType":{
2208
4134
  "type":"string",
2209
4135
  "enum":[
2210
4136
  "ManifestFile",
2211
- "S3Prefix"
4137
+ "S3Prefix",
4138
+ "AugmentedManifestFile"
2212
4139
  ]
2213
4140
  },
2214
4141
  "S3Uri":{
@@ -2216,6 +4143,60 @@
2216
4143
  "max":1024,
2217
4144
  "pattern":"^(https|s3)://([^/]+)/?(.*)$"
2218
4145
  },
4146
+ "SearchExpression":{
4147
+ "type":"structure",
4148
+ "members":{
4149
+ "Filters":{"shape":"FilterList"},
4150
+ "NestedFilters":{"shape":"NestedFiltersList"},
4151
+ "SubExpressions":{"shape":"SearchExpressionList"},
4152
+ "Operator":{"shape":"BooleanOperator"}
4153
+ }
4154
+ },
4155
+ "SearchExpressionList":{
4156
+ "type":"list",
4157
+ "member":{"shape":"SearchExpression"},
4158
+ "max":20,
4159
+ "min":1
4160
+ },
4161
+ "SearchRecord":{
4162
+ "type":"structure",
4163
+ "members":{
4164
+ "TrainingJob":{"shape":"TrainingJob"}
4165
+ }
4166
+ },
4167
+ "SearchRequest":{
4168
+ "type":"structure",
4169
+ "required":["Resource"],
4170
+ "members":{
4171
+ "Resource":{"shape":"ResourceType"},
4172
+ "SearchExpression":{"shape":"SearchExpression"},
4173
+ "SortBy":{"shape":"ResourcePropertyName"},
4174
+ "SortOrder":{"shape":"SearchSortOrder"},
4175
+ "NextToken":{"shape":"NextToken"},
4176
+ "MaxResults":{
4177
+ "shape":"MaxResults",
4178
+ "box":true
4179
+ }
4180
+ }
4181
+ },
4182
+ "SearchResponse":{
4183
+ "type":"structure",
4184
+ "members":{
4185
+ "Results":{"shape":"SearchResultsList"},
4186
+ "NextToken":{"shape":"NextToken"}
4187
+ }
4188
+ },
4189
+ "SearchResultsList":{
4190
+ "type":"list",
4191
+ "member":{"shape":"SearchRecord"}
4192
+ },
4193
+ "SearchSortOrder":{
4194
+ "type":"string",
4195
+ "enum":[
4196
+ "Ascending",
4197
+ "Descending"
4198
+ ]
4199
+ },
2219
4200
  "SecondaryStatus":{
2220
4201
  "type":"string",
2221
4202
  "enum":[
@@ -2250,6 +4231,12 @@
2250
4231
  "type":"list",
2251
4232
  "member":{"shape":"SecondaryStatusTransition"}
2252
4233
  },
4234
+ "SecretArn":{
4235
+ "type":"string",
4236
+ "max":2048,
4237
+ "min":1,
4238
+ "pattern":"arn:aws[a-z\\-]*:secretsmanager:[a-z0-9\\-]*:[0-9]{12}:secret:.*"
4239
+ },
2253
4240
  "SecurityGroupId":{
2254
4241
  "type":"string",
2255
4242
  "max":32
@@ -2259,11 +4246,19 @@
2259
4246
  "member":{"shape":"SecurityGroupId"},
2260
4247
  "max":5
2261
4248
  },
4249
+ "Seed":{"type":"long"},
2262
4250
  "SessionExpirationDurationInSeconds":{
2263
4251
  "type":"integer",
2264
4252
  "max":43200,
2265
4253
  "min":1800
2266
4254
  },
4255
+ "ShuffleConfig":{
4256
+ "type":"structure",
4257
+ "required":["Seed"],
4258
+ "members":{
4259
+ "Seed":{"shape":"Seed"}
4260
+ }
4261
+ },
2267
4262
  "SortBy":{
2268
4263
  "type":"string",
2269
4264
  "enum":[
@@ -2279,6 +4274,27 @@
2279
4274
  "Descending"
2280
4275
  ]
2281
4276
  },
4277
+ "SourceAlgorithm":{
4278
+ "type":"structure",
4279
+ "required":["AlgorithmName"],
4280
+ "members":{
4281
+ "ModelDataUrl":{"shape":"Url"},
4282
+ "AlgorithmName":{"shape":"ArnOrName"}
4283
+ }
4284
+ },
4285
+ "SourceAlgorithmList":{
4286
+ "type":"list",
4287
+ "member":{"shape":"SourceAlgorithm"},
4288
+ "max":1,
4289
+ "min":1
4290
+ },
4291
+ "SourceAlgorithmSpecification":{
4292
+ "type":"structure",
4293
+ "required":["SourceAlgorithms"],
4294
+ "members":{
4295
+ "SourceAlgorithms":{"shape":"SourceAlgorithmList"}
4296
+ }
4297
+ },
2282
4298
  "SplitType":{
2283
4299
  "type":"string",
2284
4300
  "enum":[
@@ -2295,6 +4311,13 @@
2295
4311
  }
2296
4312
  },
2297
4313
  "StatusMessage":{"type":"string"},
4314
+ "StopCompilationJobRequest":{
4315
+ "type":"structure",
4316
+ "required":["CompilationJobName"],
4317
+ "members":{
4318
+ "CompilationJobName":{"shape":"EntityName"}
4319
+ }
4320
+ },
2298
4321
  "StopHyperParameterTuningJobRequest":{
2299
4322
  "type":"structure",
2300
4323
  "required":["HyperParameterTuningJobName"],
@@ -2302,6 +4325,13 @@
2302
4325
  "HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"}
2303
4326
  }
2304
4327
  },
4328
+ "StopLabelingJobRequest":{
4329
+ "type":"structure",
4330
+ "required":["LabelingJobName"],
4331
+ "members":{
4332
+ "LabelingJobName":{"shape":"LabelingJobName"}
4333
+ }
4334
+ },
2305
4335
  "StopNotebookInstanceInput":{
2306
4336
  "type":"structure",
2307
4337
  "required":["NotebookInstanceName"],
@@ -2329,6 +4359,12 @@
2329
4359
  "MaxRuntimeInSeconds":{"shape":"MaxRuntimeInSeconds"}
2330
4360
  }
2331
4361
  },
4362
+ "String":{"type":"string"},
4363
+ "String200":{
4364
+ "type":"string",
4365
+ "max":200,
4366
+ "min":1
4367
+ },
2332
4368
  "SubnetId":{
2333
4369
  "type":"string",
2334
4370
  "max":32
@@ -2339,6 +4375,28 @@
2339
4375
  "max":16,
2340
4376
  "min":1
2341
4377
  },
4378
+ "SubscribedWorkteam":{
4379
+ "type":"structure",
4380
+ "required":["WorkteamArn"],
4381
+ "members":{
4382
+ "WorkteamArn":{"shape":"WorkteamArn"},
4383
+ "MarketplaceTitle":{"shape":"String200"},
4384
+ "SellerName":{"shape":"String"},
4385
+ "MarketplaceDescription":{"shape":"String200"},
4386
+ "ListingId":{"shape":"String"}
4387
+ }
4388
+ },
4389
+ "SubscribedWorkteams":{
4390
+ "type":"list",
4391
+ "member":{"shape":"SubscribedWorkteam"}
4392
+ },
4393
+ "Success":{"type":"boolean"},
4394
+ "SuggestionQuery":{
4395
+ "type":"structure",
4396
+ "members":{
4397
+ "PropertyNameQuery":{"shape":"PropertyNameQuery"}
4398
+ }
4399
+ },
2342
4400
  "Tag":{
2343
4401
  "type":"structure",
2344
4402
  "required":[
@@ -2374,10 +4432,73 @@
2374
4432
  "min":0,
2375
4433
  "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2376
4434
  },
4435
+ "TargetDevice":{
4436
+ "type":"string",
4437
+ "enum":[
4438
+ "ml_m4",
4439
+ "ml_m5",
4440
+ "ml_c4",
4441
+ "ml_c5",
4442
+ "ml_p2",
4443
+ "ml_p3",
4444
+ "jetson_tx1",
4445
+ "jetson_tx2",
4446
+ "rasp3b",
4447
+ "deeplens"
4448
+ ]
4449
+ },
4450
+ "TaskAvailabilityLifetimeInSeconds":{
4451
+ "type":"integer",
4452
+ "max":345600,
4453
+ "min":1
4454
+ },
2377
4455
  "TaskCount":{
2378
4456
  "type":"integer",
2379
4457
  "min":1
2380
4458
  },
4459
+ "TaskDescription":{
4460
+ "type":"string",
4461
+ "max":255,
4462
+ "min":1
4463
+ },
4464
+ "TaskInput":{
4465
+ "type":"string",
4466
+ "max":128000,
4467
+ "min":2
4468
+ },
4469
+ "TaskKeyword":{
4470
+ "type":"string",
4471
+ "max":30,
4472
+ "min":1,
4473
+ "pattern":"^[A-Za-z0-9]+( [A-Za-z0-9]+)*$"
4474
+ },
4475
+ "TaskKeywords":{
4476
+ "type":"list",
4477
+ "member":{"shape":"TaskKeyword"},
4478
+ "max":5,
4479
+ "min":1
4480
+ },
4481
+ "TaskTimeLimitInSeconds":{
4482
+ "type":"integer",
4483
+ "max":3600,
4484
+ "min":1
4485
+ },
4486
+ "TaskTitle":{
4487
+ "type":"string",
4488
+ "max":128,
4489
+ "min":1,
4490
+ "pattern":"^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$"
4491
+ },
4492
+ "TemplateContent":{
4493
+ "type":"string",
4494
+ "max":128000,
4495
+ "min":1
4496
+ },
4497
+ "TenthFractionsOfACent":{
4498
+ "type":"integer",
4499
+ "max":9,
4500
+ "min":0
4501
+ },
2381
4502
  "Timestamp":{"type":"timestamp"},
2382
4503
  "TrainingInputMode":{
2383
4504
  "type":"string",
@@ -2421,11 +4542,62 @@
2421
4542
  "ml.c5.18xlarge"
2422
4543
  ]
2423
4544
  },
4545
+ "TrainingInstanceTypes":{
4546
+ "type":"list",
4547
+ "member":{"shape":"TrainingInstanceType"}
4548
+ },
4549
+ "TrainingJob":{
4550
+ "type":"structure",
4551
+ "members":{
4552
+ "TrainingJobName":{"shape":"TrainingJobName"},
4553
+ "TrainingJobArn":{"shape":"TrainingJobArn"},
4554
+ "TuningJobArn":{"shape":"HyperParameterTuningJobArn"},
4555
+ "LabelingJobArn":{"shape":"LabelingJobArn"},
4556
+ "ModelArtifacts":{"shape":"ModelArtifacts"},
4557
+ "TrainingJobStatus":{"shape":"TrainingJobStatus"},
4558
+ "SecondaryStatus":{"shape":"SecondaryStatus"},
4559
+ "FailureReason":{"shape":"FailureReason"},
4560
+ "HyperParameters":{"shape":"HyperParameters"},
4561
+ "AlgorithmSpecification":{"shape":"AlgorithmSpecification"},
4562
+ "RoleArn":{"shape":"RoleArn"},
4563
+ "InputDataConfig":{"shape":"InputDataConfig"},
4564
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
4565
+ "ResourceConfig":{"shape":"ResourceConfig"},
4566
+ "VpcConfig":{"shape":"VpcConfig"},
4567
+ "StoppingCondition":{"shape":"StoppingCondition"},
4568
+ "CreationTime":{"shape":"Timestamp"},
4569
+ "TrainingStartTime":{"shape":"Timestamp"},
4570
+ "TrainingEndTime":{"shape":"Timestamp"},
4571
+ "LastModifiedTime":{"shape":"Timestamp"},
4572
+ "SecondaryStatusTransitions":{"shape":"SecondaryStatusTransitions"},
4573
+ "FinalMetricDataList":{"shape":"FinalMetricDataList"},
4574
+ "EnableNetworkIsolation":{"shape":"Boolean"},
4575
+ "Tags":{"shape":"TagList"}
4576
+ }
4577
+ },
2424
4578
  "TrainingJobArn":{
2425
4579
  "type":"string",
2426
4580
  "max":256,
2427
4581
  "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:training-job/.*"
2428
4582
  },
4583
+ "TrainingJobDefinition":{
4584
+ "type":"structure",
4585
+ "required":[
4586
+ "TrainingInputMode",
4587
+ "InputDataConfig",
4588
+ "OutputDataConfig",
4589
+ "ResourceConfig",
4590
+ "StoppingCondition"
4591
+ ],
4592
+ "members":{
4593
+ "TrainingInputMode":{"shape":"TrainingInputMode"},
4594
+ "HyperParameters":{"shape":"HyperParameters"},
4595
+ "InputDataConfig":{"shape":"InputDataConfig"},
4596
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
4597
+ "ResourceConfig":{"shape":"ResourceConfig"},
4598
+ "StoppingCondition":{"shape":"StoppingCondition"}
4599
+ }
4600
+ },
2429
4601
  "TrainingJobName":{
2430
4602
  "type":"string",
2431
4603
  "max":63,
@@ -2486,6 +4658,24 @@
2486
4658
  "TrainingJobStatus":{"shape":"TrainingJobStatus"}
2487
4659
  }
2488
4660
  },
4661
+ "TrainingSpecification":{
4662
+ "type":"structure",
4663
+ "required":[
4664
+ "TrainingImage",
4665
+ "SupportedTrainingInstanceTypes",
4666
+ "TrainingChannels"
4667
+ ],
4668
+ "members":{
4669
+ "TrainingImage":{"shape":"Image"},
4670
+ "TrainingImageDigest":{"shape":"ImageDigest"},
4671
+ "SupportedHyperParameters":{"shape":"HyperParameterSpecifications"},
4672
+ "SupportedTrainingInstanceTypes":{"shape":"TrainingInstanceTypes"},
4673
+ "SupportsDistributedTraining":{"shape":"Boolean"},
4674
+ "MetricDefinitions":{"shape":"MetricDefinitionList"},
4675
+ "TrainingChannels":{"shape":"ChannelSpecifications"},
4676
+ "SupportedTuningJobObjectiveMetrics":{"shape":"HyperParameterTuningJobObjectives"}
4677
+ }
4678
+ },
2489
4679
  "TransformDataSource":{
2490
4680
  "type":"structure",
2491
4681
  "required":["S3DataSource"],
@@ -2553,11 +4743,33 @@
2553
4743
  "ml.m5.24xlarge"
2554
4744
  ]
2555
4745
  },
4746
+ "TransformInstanceTypes":{
4747
+ "type":"list",
4748
+ "member":{"shape":"TransformInstanceType"},
4749
+ "min":1
4750
+ },
2556
4751
  "TransformJobArn":{
2557
4752
  "type":"string",
2558
4753
  "max":256,
2559
4754
  "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/.*"
2560
4755
  },
4756
+ "TransformJobDefinition":{
4757
+ "type":"structure",
4758
+ "required":[
4759
+ "TransformInput",
4760
+ "TransformOutput",
4761
+ "TransformResources"
4762
+ ],
4763
+ "members":{
4764
+ "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
4765
+ "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
4766
+ "BatchStrategy":{"shape":"BatchStrategy"},
4767
+ "Environment":{"shape":"TransformEnvironmentMap"},
4768
+ "TransformInput":{"shape":"TransformInput"},
4769
+ "TransformOutput":{"shape":"TransformOutput"},
4770
+ "TransformResources":{"shape":"TransformResources"}
4771
+ }
4772
+ },
2561
4773
  "TransformJobName":{
2562
4774
  "type":"string",
2563
4775
  "max":63,
@@ -2629,6 +4841,43 @@
2629
4841
  "S3Uri":{"shape":"S3Uri"}
2630
4842
  }
2631
4843
  },
4844
+ "USD":{
4845
+ "type":"structure",
4846
+ "members":{
4847
+ "Dollars":{"shape":"Dollars"},
4848
+ "Cents":{"shape":"Cents"},
4849
+ "TenthFractionsOfACent":{"shape":"TenthFractionsOfACent"}
4850
+ }
4851
+ },
4852
+ "UiConfig":{
4853
+ "type":"structure",
4854
+ "required":["UiTemplateS3Uri"],
4855
+ "members":{
4856
+ "UiTemplateS3Uri":{"shape":"S3Uri"}
4857
+ }
4858
+ },
4859
+ "UiTemplate":{
4860
+ "type":"structure",
4861
+ "required":["Content"],
4862
+ "members":{
4863
+ "Content":{"shape":"TemplateContent"}
4864
+ }
4865
+ },
4866
+ "UpdateCodeRepositoryInput":{
4867
+ "type":"structure",
4868
+ "required":["CodeRepositoryName"],
4869
+ "members":{
4870
+ "CodeRepositoryName":{"shape":"EntityName"},
4871
+ "GitConfig":{"shape":"GitConfigForUpdate"}
4872
+ }
4873
+ },
4874
+ "UpdateCodeRepositoryOutput":{
4875
+ "type":"structure",
4876
+ "required":["CodeRepositoryArn"],
4877
+ "members":{
4878
+ "CodeRepositoryArn":{"shape":"CodeRepositoryArn"}
4879
+ }
4880
+ },
2632
4881
  "UpdateEndpointInput":{
2633
4882
  "type":"structure",
2634
4883
  "required":[
@@ -2674,7 +4923,13 @@
2674
4923
  "RoleArn":{"shape":"RoleArn"},
2675
4924
  "LifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
2676
4925
  "DisassociateLifecycleConfig":{"shape":"DisassociateNotebookInstanceLifecycleConfig"},
2677
- "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"}
4926
+ "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"},
4927
+ "DefaultCodeRepository":{"shape":"CodeRepositoryNameOrUrl"},
4928
+ "AdditionalCodeRepositories":{"shape":"AdditionalCodeRepositoryNamesOrUrls"},
4929
+ "AcceleratorTypes":{"shape":"NotebookInstanceAcceleratorTypes"},
4930
+ "DisassociateAcceleratorTypes":{"shape":"DisassociateNotebookInstanceAcceleratorTypes"},
4931
+ "DisassociateDefaultCodeRepository":{"shape":"DisassociateDefaultCodeRepository"},
4932
+ "DisassociateAdditionalCodeRepositories":{"shape":"DisassociateAdditionalCodeRepositories"}
2678
4933
  }
2679
4934
  },
2680
4935
  "UpdateNotebookInstanceLifecycleConfigInput":{
@@ -2696,6 +4951,22 @@
2696
4951
  "members":{
2697
4952
  }
2698
4953
  },
4954
+ "UpdateWorkteamRequest":{
4955
+ "type":"structure",
4956
+ "required":["WorkteamName"],
4957
+ "members":{
4958
+ "WorkteamName":{"shape":"WorkteamName"},
4959
+ "MemberDefinitions":{"shape":"MemberDefinitions"},
4960
+ "Description":{"shape":"String200"}
4961
+ }
4962
+ },
4963
+ "UpdateWorkteamResponse":{
4964
+ "type":"structure",
4965
+ "required":["Workteam"],
4966
+ "members":{
4967
+ "Workteam":{"shape":"Workteam"}
4968
+ }
4969
+ },
2699
4970
  "Url":{
2700
4971
  "type":"string",
2701
4972
  "max":1024,
@@ -2730,6 +5001,40 @@
2730
5001
  "member":{"shape":"SecurityGroupId"},
2731
5002
  "max":5,
2732
5003
  "min":1
5004
+ },
5005
+ "Workteam":{
5006
+ "type":"structure",
5007
+ "required":[
5008
+ "WorkteamName",
5009
+ "MemberDefinitions",
5010
+ "WorkteamArn",
5011
+ "Description"
5012
+ ],
5013
+ "members":{
5014
+ "WorkteamName":{"shape":"WorkteamName"},
5015
+ "MemberDefinitions":{"shape":"MemberDefinitions"},
5016
+ "WorkteamArn":{"shape":"WorkteamArn"},
5017
+ "ProductListingIds":{"shape":"ProductListings"},
5018
+ "Description":{"shape":"String200"},
5019
+ "SubDomain":{"shape":"String"},
5020
+ "CreateDate":{"shape":"Timestamp"},
5021
+ "LastUpdatedDate":{"shape":"Timestamp"}
5022
+ }
5023
+ },
5024
+ "WorkteamArn":{
5025
+ "type":"string",
5026
+ "max":256,
5027
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workteam/.*"
5028
+ },
5029
+ "WorkteamName":{
5030
+ "type":"string",
5031
+ "max":63,
5032
+ "min":1,
5033
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
5034
+ },
5035
+ "Workteams":{
5036
+ "type":"list",
5037
+ "member":{"shape":"Workteam"}
2733
5038
  }
2734
5039
  }
2735
5040
  }