mypy-boto3-sagemaker 1.35.68__py3-none-any.whl → 1.35.75__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__init__.py +16 -0
- mypy_boto3_sagemaker/__init__.pyi +16 -0
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +525 -72
- mypy_boto3_sagemaker/client.pyi +525 -72
- mypy_boto3_sagemaker/literals.py +84 -0
- mypy_boto3_sagemaker/literals.pyi +84 -0
- mypy_boto3_sagemaker/paginator.py +83 -0
- mypy_boto3_sagemaker/paginator.pyi +75 -0
- mypy_boto3_sagemaker/type_defs.py +600 -0
- mypy_boto3_sagemaker/type_defs.pyi +536 -0
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/METADATA +46 -6
- mypy_boto3_sagemaker-1.35.75.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.35.68.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -24,6 +24,7 @@ else:
|
|
|
24
24
|
|
|
25
25
|
__all__ = (
|
|
26
26
|
"ActionStatusType",
|
|
27
|
+
"ActivationStateType",
|
|
27
28
|
"AdditionalS3DataSourceDataTypeType",
|
|
28
29
|
"AggregationTransformationValueType",
|
|
29
30
|
"AlgorithmSortByType",
|
|
@@ -107,6 +108,7 @@ __all__ = (
|
|
|
107
108
|
"ExecutionRoleIdentityConfigType",
|
|
108
109
|
"ExecutionStatusType",
|
|
109
110
|
"FailureHandlingPolicyType",
|
|
111
|
+
"FairShareType",
|
|
110
112
|
"FeatureGroupSortByType",
|
|
111
113
|
"FeatureGroupSortOrderType",
|
|
112
114
|
"FeatureGroupStatusType",
|
|
@@ -150,6 +152,7 @@ __all__ = (
|
|
|
150
152
|
"InferenceExperimentStopDesiredStateType",
|
|
151
153
|
"InferenceExperimentTypeType",
|
|
152
154
|
"InputModeType",
|
|
155
|
+
"InstanceGroupStatusType",
|
|
153
156
|
"InstanceTypeType",
|
|
154
157
|
"IsTrackingServerActiveType",
|
|
155
158
|
"JobTypeType",
|
|
@@ -168,10 +171,12 @@ __all__ = (
|
|
|
168
171
|
"ListAutoMLJobsPaginatorName",
|
|
169
172
|
"ListCandidatesForAutoMLJobPaginatorName",
|
|
170
173
|
"ListClusterNodesPaginatorName",
|
|
174
|
+
"ListClusterSchedulerConfigsPaginatorName",
|
|
171
175
|
"ListClustersPaginatorName",
|
|
172
176
|
"ListCodeRepositoriesPaginatorName",
|
|
173
177
|
"ListCompilationJobsPaginatorName",
|
|
174
178
|
"ListCompilationJobsSortByType",
|
|
179
|
+
"ListComputeQuotasPaginatorName",
|
|
175
180
|
"ListContextsPaginatorName",
|
|
176
181
|
"ListDataQualityJobDefinitionsPaginatorName",
|
|
177
182
|
"ListDeviceFleetsPaginatorName",
|
|
@@ -219,6 +224,7 @@ __all__ = (
|
|
|
219
224
|
"ListNotebookInstancesPaginatorName",
|
|
220
225
|
"ListOptimizationJobsPaginatorName",
|
|
221
226
|
"ListOptimizationJobsSortByType",
|
|
227
|
+
"ListPartnerAppsPaginatorName",
|
|
222
228
|
"ListPipelineExecutionStepsPaginatorName",
|
|
223
229
|
"ListPipelineExecutionsPaginatorName",
|
|
224
230
|
"ListPipelineParametersForExecutionPaginatorName",
|
|
@@ -232,6 +238,7 @@ __all__ = (
|
|
|
232
238
|
"ListTagsPaginatorName",
|
|
233
239
|
"ListTrainingJobsForHyperParameterTuningJobPaginatorName",
|
|
234
240
|
"ListTrainingJobsPaginatorName",
|
|
241
|
+
"ListTrainingPlansPaginatorName",
|
|
235
242
|
"ListTransformJobsPaginatorName",
|
|
236
243
|
"ListTrialComponentsPaginatorName",
|
|
237
244
|
"ListTrialsPaginatorName",
|
|
@@ -290,8 +297,12 @@ __all__ = (
|
|
|
290
297
|
"OutputCompressionTypeType",
|
|
291
298
|
"PaginatorName",
|
|
292
299
|
"ParameterTypeType",
|
|
300
|
+
"PartnerAppAuthTypeType",
|
|
301
|
+
"PartnerAppStatusType",
|
|
302
|
+
"PartnerAppTypeType",
|
|
293
303
|
"PipelineExecutionStatusType",
|
|
294
304
|
"PipelineStatusType",
|
|
305
|
+
"PreemptTeamTasksType",
|
|
295
306
|
"ProblemTypeType",
|
|
296
307
|
"ProcessingInstanceTypeType",
|
|
297
308
|
"ProcessingJobCompletedOrStoppedWaiterName",
|
|
@@ -321,9 +332,12 @@ __all__ = (
|
|
|
321
332
|
"RedshiftResultFormatType",
|
|
322
333
|
"RegionName",
|
|
323
334
|
"RepositoryAccessModeType",
|
|
335
|
+
"ReservedCapacityInstanceTypeType",
|
|
336
|
+
"ReservedCapacityStatusType",
|
|
324
337
|
"ResourceCatalogSortByType",
|
|
325
338
|
"ResourceCatalogSortOrderType",
|
|
326
339
|
"ResourceServiceName",
|
|
340
|
+
"ResourceSharingStrategyType",
|
|
327
341
|
"ResourceTypeType",
|
|
328
342
|
"RetentionTypeType",
|
|
329
343
|
"RootAccessType",
|
|
@@ -333,9 +347,11 @@ __all__ = (
|
|
|
333
347
|
"S3DataTypeType",
|
|
334
348
|
"S3ModelDataTypeType",
|
|
335
349
|
"SageMakerImageNameType",
|
|
350
|
+
"SageMakerResourceNameType",
|
|
336
351
|
"SageMakerServiceName",
|
|
337
352
|
"SagemakerServicecatalogStatusType",
|
|
338
353
|
"ScheduleStatusType",
|
|
354
|
+
"SchedulerResourceStatusType",
|
|
339
355
|
"SearchPaginatorName",
|
|
340
356
|
"SearchSortOrderType",
|
|
341
357
|
"SecondaryStatusType",
|
|
@@ -346,6 +362,7 @@ __all__ = (
|
|
|
346
362
|
"SortArtifactsByType",
|
|
347
363
|
"SortAssociationsByType",
|
|
348
364
|
"SortByType",
|
|
365
|
+
"SortClusterSchedulerConfigByType",
|
|
349
366
|
"SortContextsByType",
|
|
350
367
|
"SortExperimentsByType",
|
|
351
368
|
"SortInferenceExperimentsByType",
|
|
@@ -353,6 +370,7 @@ __all__ = (
|
|
|
353
370
|
"SortOrderType",
|
|
354
371
|
"SortPipelineExecutionsByType",
|
|
355
372
|
"SortPipelinesByType",
|
|
373
|
+
"SortQuotaByType",
|
|
356
374
|
"SortTrackingServerByType",
|
|
357
375
|
"SortTrialComponentsByType",
|
|
358
376
|
"SortTrialsByType",
|
|
@@ -383,6 +401,10 @@ __all__ = (
|
|
|
383
401
|
"TrainingJobEarlyStoppingTypeType",
|
|
384
402
|
"TrainingJobSortByOptionsType",
|
|
385
403
|
"TrainingJobStatusType",
|
|
404
|
+
"TrainingPlanFilterNameType",
|
|
405
|
+
"TrainingPlanSortByType",
|
|
406
|
+
"TrainingPlanSortOrderType",
|
|
407
|
+
"TrainingPlanStatusType",
|
|
386
408
|
"TrainingRepositoryAccessModeType",
|
|
387
409
|
"TransformInstanceTypeType",
|
|
388
410
|
"TransformJobCompletedOrStoppedWaiterName",
|
|
@@ -401,6 +423,7 @@ __all__ = (
|
|
|
401
423
|
|
|
402
424
|
|
|
403
425
|
ActionStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping", "Unknown"]
|
|
426
|
+
ActivationStateType = Literal["Disabled", "Enabled"]
|
|
404
427
|
AdditionalS3DataSourceDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
405
428
|
AggregationTransformationValueType = Literal["avg", "first", "max", "min", "sum"]
|
|
406
429
|
AlgorithmSortByType = Literal["CreationTime", "Name"]
|
|
@@ -828,12 +851,14 @@ ClusterInstanceTypeType = Literal[
|
|
|
828
851
|
"ml.p4de.24xlarge",
|
|
829
852
|
"ml.p5.48xlarge",
|
|
830
853
|
"ml.p5e.48xlarge",
|
|
854
|
+
"ml.p5en.48xlarge",
|
|
831
855
|
"ml.t3.2xlarge",
|
|
832
856
|
"ml.t3.large",
|
|
833
857
|
"ml.t3.medium",
|
|
834
858
|
"ml.t3.xlarge",
|
|
835
859
|
"ml.trn1.32xlarge",
|
|
836
860
|
"ml.trn1n.32xlarge",
|
|
861
|
+
"ml.trn2.48xlarge",
|
|
837
862
|
]
|
|
838
863
|
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
839
864
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
@@ -892,6 +917,7 @@ ExecutionStatusType = Literal[
|
|
|
892
917
|
"Completed", "CompletedWithViolations", "Failed", "InProgress", "Pending", "Stopped", "Stopping"
|
|
893
918
|
]
|
|
894
919
|
FailureHandlingPolicyType = Literal["DO_NOTHING", "ROLLBACK_ON_FAILURE"]
|
|
920
|
+
FairShareType = Literal["Disabled", "Enabled"]
|
|
895
921
|
FeatureGroupSortByType = Literal["CreationTime", "FeatureGroupStatus", "Name", "OfflineStoreStatus"]
|
|
896
922
|
FeatureGroupSortOrderType = Literal["Ascending", "Descending"]
|
|
897
923
|
FeatureGroupStatusType = Literal["CreateFailed", "Created", "Creating", "DeleteFailed", "Deleting"]
|
|
@@ -956,6 +982,9 @@ InferenceExperimentStatusType = Literal[
|
|
|
956
982
|
InferenceExperimentStopDesiredStateType = Literal["Cancelled", "Completed"]
|
|
957
983
|
InferenceExperimentTypeType = Literal["ShadowMode"]
|
|
958
984
|
InputModeType = Literal["File", "Pipe"]
|
|
985
|
+
InstanceGroupStatusType = Literal[
|
|
986
|
+
"Creating", "Degraded", "Deleting", "Failed", "InService", "SystemUpdating", "Updating"
|
|
987
|
+
]
|
|
959
988
|
InstanceTypeType = Literal[
|
|
960
989
|
"ml.c4.2xlarge",
|
|
961
990
|
"ml.c4.4xlarge",
|
|
@@ -1149,10 +1178,12 @@ ListAssociationsPaginatorName = Literal["list_associations"]
|
|
|
1149
1178
|
ListAutoMLJobsPaginatorName = Literal["list_auto_ml_jobs"]
|
|
1150
1179
|
ListCandidatesForAutoMLJobPaginatorName = Literal["list_candidates_for_auto_ml_job"]
|
|
1151
1180
|
ListClusterNodesPaginatorName = Literal["list_cluster_nodes"]
|
|
1181
|
+
ListClusterSchedulerConfigsPaginatorName = Literal["list_cluster_scheduler_configs"]
|
|
1152
1182
|
ListClustersPaginatorName = Literal["list_clusters"]
|
|
1153
1183
|
ListCodeRepositoriesPaginatorName = Literal["list_code_repositories"]
|
|
1154
1184
|
ListCompilationJobsPaginatorName = Literal["list_compilation_jobs"]
|
|
1155
1185
|
ListCompilationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1186
|
+
ListComputeQuotasPaginatorName = Literal["list_compute_quotas"]
|
|
1156
1187
|
ListContextsPaginatorName = Literal["list_contexts"]
|
|
1157
1188
|
ListDataQualityJobDefinitionsPaginatorName = Literal["list_data_quality_job_definitions"]
|
|
1158
1189
|
ListDeviceFleetsPaginatorName = Literal["list_device_fleets"]
|
|
@@ -1210,6 +1241,7 @@ ListNotebookInstanceLifecycleConfigsPaginatorName = Literal[
|
|
|
1210
1241
|
ListNotebookInstancesPaginatorName = Literal["list_notebook_instances"]
|
|
1211
1242
|
ListOptimizationJobsPaginatorName = Literal["list_optimization_jobs"]
|
|
1212
1243
|
ListOptimizationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1244
|
+
ListPartnerAppsPaginatorName = Literal["list_partner_apps"]
|
|
1213
1245
|
ListPipelineExecutionStepsPaginatorName = Literal["list_pipeline_execution_steps"]
|
|
1214
1246
|
ListPipelineExecutionsPaginatorName = Literal["list_pipeline_executions"]
|
|
1215
1247
|
ListPipelineParametersForExecutionPaginatorName = Literal["list_pipeline_parameters_for_execution"]
|
|
@@ -1225,6 +1257,7 @@ ListTrainingJobsForHyperParameterTuningJobPaginatorName = Literal[
|
|
|
1225
1257
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
1226
1258
|
]
|
|
1227
1259
|
ListTrainingJobsPaginatorName = Literal["list_training_jobs"]
|
|
1260
|
+
ListTrainingPlansPaginatorName = Literal["list_training_plans"]
|
|
1228
1261
|
ListTransformJobsPaginatorName = Literal["list_transform_jobs"]
|
|
1229
1262
|
ListTrialComponentsPaginatorName = Literal["list_trial_components"]
|
|
1230
1263
|
ListTrialsPaginatorName = Literal["list_trials"]
|
|
@@ -1237,14 +1270,19 @@ ManagedInstanceScalingStatusType = Literal["DISABLED", "ENABLED"]
|
|
|
1237
1270
|
MetricSetSourceType = Literal["Test", "Train", "Validation"]
|
|
1238
1271
|
MlToolsType = Literal[
|
|
1239
1272
|
"AutoMl",
|
|
1273
|
+
"Comet",
|
|
1240
1274
|
"DataWrangler",
|
|
1275
|
+
"DeepchecksLLMEvaluation",
|
|
1241
1276
|
"EmrClusters",
|
|
1242
1277
|
"Endpoints",
|
|
1243
1278
|
"Experiments",
|
|
1244
1279
|
"FeatureStore",
|
|
1280
|
+
"Fiddler",
|
|
1281
|
+
"HyperPodClusters",
|
|
1245
1282
|
"InferenceOptimization",
|
|
1246
1283
|
"InferenceRecommender",
|
|
1247
1284
|
"JumpStart",
|
|
1285
|
+
"LakeraGuard",
|
|
1248
1286
|
"ModelEvaluation",
|
|
1249
1287
|
"Models",
|
|
1250
1288
|
"PerformanceEvaluation",
|
|
@@ -1358,8 +1396,14 @@ OptimizationJobStatusType = Literal[
|
|
|
1358
1396
|
OrderKeyType = Literal["Ascending", "Descending"]
|
|
1359
1397
|
OutputCompressionTypeType = Literal["GZIP", "NONE"]
|
|
1360
1398
|
ParameterTypeType = Literal["Categorical", "Continuous", "FreeText", "Integer"]
|
|
1399
|
+
PartnerAppAuthTypeType = Literal["IAM"]
|
|
1400
|
+
PartnerAppStatusType = Literal[
|
|
1401
|
+
"Available", "Creating", "Deleted", "Deleting", "Failed", "UpdateFailed", "Updating"
|
|
1402
|
+
]
|
|
1403
|
+
PartnerAppTypeType = Literal["comet", "deepchecks-llm-evaluation", "fiddler", "lakera-guard"]
|
|
1361
1404
|
PipelineExecutionStatusType = Literal["Executing", "Failed", "Stopped", "Stopping", "Succeeded"]
|
|
1362
1405
|
PipelineStatusType = Literal["Active", "Deleting"]
|
|
1406
|
+
PreemptTeamTasksType = Literal["LowerPriority", "Never"]
|
|
1363
1407
|
ProblemTypeType = Literal["BinaryClassification", "MulticlassClassification", "Regression"]
|
|
1364
1408
|
ProcessingInstanceTypeType = Literal[
|
|
1365
1409
|
"ml.c4.2xlarge",
|
|
@@ -1683,8 +1727,13 @@ RecordWrapperType = Literal["None", "RecordIO"]
|
|
|
1683
1727
|
RedshiftResultCompressionTypeType = Literal["BZIP2", "GZIP", "None", "SNAPPY", "ZSTD"]
|
|
1684
1728
|
RedshiftResultFormatType = Literal["CSV", "PARQUET"]
|
|
1685
1729
|
RepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1730
|
+
ReservedCapacityInstanceTypeType = Literal[
|
|
1731
|
+
"ml.p4d.24xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.trn2.48xlarge"
|
|
1732
|
+
]
|
|
1733
|
+
ReservedCapacityStatusType = Literal["Active", "Expired", "Failed", "Pending", "Scheduled"]
|
|
1686
1734
|
ResourceCatalogSortByType = Literal["CreationTime"]
|
|
1687
1735
|
ResourceCatalogSortOrderType = Literal["Ascending", "Descending"]
|
|
1736
|
+
ResourceSharingStrategyType = Literal["DontLend", "Lend", "LendAndBorrow"]
|
|
1688
1737
|
ResourceTypeType = Literal[
|
|
1689
1738
|
"Endpoint",
|
|
1690
1739
|
"Experiment",
|
|
@@ -1714,8 +1763,23 @@ S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
|
1714
1763
|
S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
|
|
1715
1764
|
S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
1716
1765
|
SageMakerImageNameType = Literal["sagemaker_distribution"]
|
|
1766
|
+
SageMakerResourceNameType = Literal["hyperpod-cluster", "training-job"]
|
|
1717
1767
|
SagemakerServicecatalogStatusType = Literal["Disabled", "Enabled"]
|
|
1718
1768
|
ScheduleStatusType = Literal["Failed", "Pending", "Scheduled", "Stopped"]
|
|
1769
|
+
SchedulerResourceStatusType = Literal[
|
|
1770
|
+
"CreateFailed",
|
|
1771
|
+
"CreateRollbackFailed",
|
|
1772
|
+
"Created",
|
|
1773
|
+
"Creating",
|
|
1774
|
+
"DeleteFailed",
|
|
1775
|
+
"DeleteRollbackFailed",
|
|
1776
|
+
"Deleted",
|
|
1777
|
+
"Deleting",
|
|
1778
|
+
"UpdateFailed",
|
|
1779
|
+
"UpdateRollbackFailed",
|
|
1780
|
+
"Updated",
|
|
1781
|
+
"Updating",
|
|
1782
|
+
]
|
|
1719
1783
|
SearchPaginatorName = Literal["search"]
|
|
1720
1784
|
SearchSortOrderType = Literal["Ascending", "Descending"]
|
|
1721
1785
|
SecondaryStatusType = Literal[
|
|
@@ -1745,6 +1809,7 @@ SortAssociationsByType = Literal[
|
|
|
1745
1809
|
"CreationTime", "DestinationArn", "DestinationType", "SourceArn", "SourceType"
|
|
1746
1810
|
]
|
|
1747
1811
|
SortByType = Literal["CreationTime", "Name", "Status"]
|
|
1812
|
+
SortClusterSchedulerConfigByType = Literal["CreationTime", "Name", "Status"]
|
|
1748
1813
|
SortContextsByType = Literal["CreationTime", "Name"]
|
|
1749
1814
|
SortExperimentsByType = Literal["CreationTime", "Name"]
|
|
1750
1815
|
SortInferenceExperimentsByType = Literal["CreationTime", "Name", "Status"]
|
|
@@ -1752,6 +1817,7 @@ SortLineageGroupsByType = Literal["CreationTime", "Name"]
|
|
|
1752
1817
|
SortOrderType = Literal["Ascending", "Descending"]
|
|
1753
1818
|
SortPipelineExecutionsByType = Literal["CreationTime", "PipelineExecutionArn"]
|
|
1754
1819
|
SortPipelinesByType = Literal["CreationTime", "Name"]
|
|
1820
|
+
SortQuotaByType = Literal["ClusterArn", "CreationTime", "Name", "Status"]
|
|
1755
1821
|
SortTrackingServerByType = Literal["CreationTime", "Name", "Status"]
|
|
1756
1822
|
SortTrialComponentsByType = Literal["CreationTime", "Name"]
|
|
1757
1823
|
SortTrialsByType = Literal["CreationTime", "Name"]
|
|
@@ -1930,6 +1996,7 @@ TrainingInstanceTypeType = Literal[
|
|
|
1930
1996
|
"ml.p4de.24xlarge",
|
|
1931
1997
|
"ml.p5.48xlarge",
|
|
1932
1998
|
"ml.p5e.48xlarge",
|
|
1999
|
+
"ml.p5en.48xlarge",
|
|
1933
2000
|
"ml.r5.12xlarge",
|
|
1934
2001
|
"ml.r5.16xlarge",
|
|
1935
2002
|
"ml.r5.24xlarge",
|
|
@@ -1953,6 +2020,7 @@ TrainingInstanceTypeType = Literal[
|
|
|
1953
2020
|
"ml.trn1.2xlarge",
|
|
1954
2021
|
"ml.trn1.32xlarge",
|
|
1955
2022
|
"ml.trn1n.32xlarge",
|
|
2023
|
+
"ml.trn2.48xlarge",
|
|
1956
2024
|
]
|
|
1957
2025
|
TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
|
|
1958
2026
|
TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
|
|
@@ -1960,6 +2028,10 @@ TrainingJobSortByOptionsType = Literal[
|
|
|
1960
2028
|
"CreationTime", "FinalObjectiveMetricValue", "Name", "Status"
|
|
1961
2029
|
]
|
|
1962
2030
|
TrainingJobStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping"]
|
|
2031
|
+
TrainingPlanFilterNameType = Literal["Status"]
|
|
2032
|
+
TrainingPlanSortByType = Literal["StartTime", "Status", "TrainingPlanName"]
|
|
2033
|
+
TrainingPlanSortOrderType = Literal["Ascending", "Descending"]
|
|
2034
|
+
TrainingPlanStatusType = Literal["Active", "Expired", "Failed", "Pending", "Scheduled"]
|
|
1963
2035
|
TrainingRepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1964
2036
|
TransformInstanceTypeType = Literal[
|
|
1965
2037
|
"ml.c4.2xlarge",
|
|
@@ -2118,6 +2190,8 @@ ServiceName = Literal[
|
|
|
2118
2190
|
"bedrock",
|
|
2119
2191
|
"bedrock-agent",
|
|
2120
2192
|
"bedrock-agent-runtime",
|
|
2193
|
+
"bedrock-data-automation",
|
|
2194
|
+
"bedrock-data-automation-runtime",
|
|
2121
2195
|
"bedrock-runtime",
|
|
2122
2196
|
"billing",
|
|
2123
2197
|
"billingconductor",
|
|
@@ -2195,6 +2269,7 @@ ServiceName = Literal[
|
|
|
2195
2269
|
"drs",
|
|
2196
2270
|
"ds",
|
|
2197
2271
|
"ds-data",
|
|
2272
|
+
"dsql",
|
|
2198
2273
|
"dynamodb",
|
|
2199
2274
|
"dynamodbstreams",
|
|
2200
2275
|
"ebs",
|
|
@@ -2251,6 +2326,7 @@ ServiceName = Literal[
|
|
|
2251
2326
|
"inspector-scan",
|
|
2252
2327
|
"inspector2",
|
|
2253
2328
|
"internetmonitor",
|
|
2329
|
+
"invoicing",
|
|
2254
2330
|
"iot",
|
|
2255
2331
|
"iot-data",
|
|
2256
2332
|
"iot-jobs-data",
|
|
@@ -2337,11 +2413,13 @@ ServiceName = Literal[
|
|
|
2337
2413
|
"neptune-graph",
|
|
2338
2414
|
"neptunedata",
|
|
2339
2415
|
"network-firewall",
|
|
2416
|
+
"networkflowmonitor",
|
|
2340
2417
|
"networkmanager",
|
|
2341
2418
|
"networkmonitor",
|
|
2342
2419
|
"notifications",
|
|
2343
2420
|
"notificationscontacts",
|
|
2344
2421
|
"oam",
|
|
2422
|
+
"observabilityadmin",
|
|
2345
2423
|
"omics",
|
|
2346
2424
|
"opensearch",
|
|
2347
2425
|
"opensearchserverless",
|
|
@@ -2402,6 +2480,7 @@ ServiceName = Literal[
|
|
|
2402
2480
|
"s3",
|
|
2403
2481
|
"s3control",
|
|
2404
2482
|
"s3outposts",
|
|
2483
|
+
"s3tables",
|
|
2405
2484
|
"sagemaker",
|
|
2406
2485
|
"sagemaker-a2i-runtime",
|
|
2407
2486
|
"sagemaker-edge",
|
|
@@ -2414,6 +2493,7 @@ ServiceName = Literal[
|
|
|
2414
2493
|
"schemas",
|
|
2415
2494
|
"sdb",
|
|
2416
2495
|
"secretsmanager",
|
|
2496
|
+
"security-ir",
|
|
2417
2497
|
"securityhub",
|
|
2418
2498
|
"securitylake",
|
|
2419
2499
|
"serverlessrepo",
|
|
@@ -2498,9 +2578,11 @@ PaginatorName = Literal[
|
|
|
2498
2578
|
"list_auto_ml_jobs",
|
|
2499
2579
|
"list_candidates_for_auto_ml_job",
|
|
2500
2580
|
"list_cluster_nodes",
|
|
2581
|
+
"list_cluster_scheduler_configs",
|
|
2501
2582
|
"list_clusters",
|
|
2502
2583
|
"list_code_repositories",
|
|
2503
2584
|
"list_compilation_jobs",
|
|
2585
|
+
"list_compute_quotas",
|
|
2504
2586
|
"list_contexts",
|
|
2505
2587
|
"list_data_quality_job_definitions",
|
|
2506
2588
|
"list_device_fleets",
|
|
@@ -2542,6 +2624,7 @@ PaginatorName = Literal[
|
|
|
2542
2624
|
"list_notebook_instance_lifecycle_configs",
|
|
2543
2625
|
"list_notebook_instances",
|
|
2544
2626
|
"list_optimization_jobs",
|
|
2627
|
+
"list_partner_apps",
|
|
2545
2628
|
"list_pipeline_execution_steps",
|
|
2546
2629
|
"list_pipeline_executions",
|
|
2547
2630
|
"list_pipeline_parameters_for_execution",
|
|
@@ -2555,6 +2638,7 @@ PaginatorName = Literal[
|
|
|
2555
2638
|
"list_tags",
|
|
2556
2639
|
"list_training_jobs",
|
|
2557
2640
|
"list_training_jobs_for_hyper_parameter_tuning_job",
|
|
2641
|
+
"list_training_plans",
|
|
2558
2642
|
"list_transform_jobs",
|
|
2559
2643
|
"list_trial_components",
|
|
2560
2644
|
"list_trials",
|