@aws-sdk/client-sagemaker 3.315.0 → 3.316.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/SageMaker.js +306 -4228
- package/dist-cjs/protocols/Aws_json1_1.js +9 -9
- package/dist-es/SageMaker.js +306 -4228
- package/dist-es/protocols/Aws_json1_1.js +9 -9
- package/dist-types/SageMaker.d.ts +324 -1612
- package/dist-types/ts3.4/SageMaker.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/SageMaker.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SageMaker = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
4
5
|
const AddAssociationCommand_1 = require("./commands/AddAssociationCommand");
|
|
5
6
|
const AddTagsCommand_1 = require("./commands/AddTagsCommand");
|
|
6
7
|
const AssociateTrialComponentCommand_1 = require("./commands/AssociateTrialComponentCommand");
|
|
@@ -304,4234 +305,311 @@ const UpdateUserProfileCommand_1 = require("./commands/UpdateUserProfileCommand"
|
|
|
304
305
|
const UpdateWorkforceCommand_1 = require("./commands/UpdateWorkforceCommand");
|
|
305
306
|
const UpdateWorkteamCommand_1 = require("./commands/UpdateWorkteamCommand");
|
|
306
307
|
const SageMakerClient_1 = require("./SageMakerClient");
|
|
308
|
+
const commands = {
|
|
309
|
+
AddAssociationCommand: AddAssociationCommand_1.AddAssociationCommand,
|
|
310
|
+
AddTagsCommand: AddTagsCommand_1.AddTagsCommand,
|
|
311
|
+
AssociateTrialComponentCommand: AssociateTrialComponentCommand_1.AssociateTrialComponentCommand,
|
|
312
|
+
BatchDescribeModelPackageCommand: BatchDescribeModelPackageCommand_1.BatchDescribeModelPackageCommand,
|
|
313
|
+
CreateActionCommand: CreateActionCommand_1.CreateActionCommand,
|
|
314
|
+
CreateAlgorithmCommand: CreateAlgorithmCommand_1.CreateAlgorithmCommand,
|
|
315
|
+
CreateAppCommand: CreateAppCommand_1.CreateAppCommand,
|
|
316
|
+
CreateAppImageConfigCommand: CreateAppImageConfigCommand_1.CreateAppImageConfigCommand,
|
|
317
|
+
CreateArtifactCommand: CreateArtifactCommand_1.CreateArtifactCommand,
|
|
318
|
+
CreateAutoMLJobCommand: CreateAutoMLJobCommand_1.CreateAutoMLJobCommand,
|
|
319
|
+
CreateAutoMLJobV2Command: CreateAutoMLJobV2Command_1.CreateAutoMLJobV2Command,
|
|
320
|
+
CreateCodeRepositoryCommand: CreateCodeRepositoryCommand_1.CreateCodeRepositoryCommand,
|
|
321
|
+
CreateCompilationJobCommand: CreateCompilationJobCommand_1.CreateCompilationJobCommand,
|
|
322
|
+
CreateContextCommand: CreateContextCommand_1.CreateContextCommand,
|
|
323
|
+
CreateDataQualityJobDefinitionCommand: CreateDataQualityJobDefinitionCommand_1.CreateDataQualityJobDefinitionCommand,
|
|
324
|
+
CreateDeviceFleetCommand: CreateDeviceFleetCommand_1.CreateDeviceFleetCommand,
|
|
325
|
+
CreateDomainCommand: CreateDomainCommand_1.CreateDomainCommand,
|
|
326
|
+
CreateEdgeDeploymentPlanCommand: CreateEdgeDeploymentPlanCommand_1.CreateEdgeDeploymentPlanCommand,
|
|
327
|
+
CreateEdgeDeploymentStageCommand: CreateEdgeDeploymentStageCommand_1.CreateEdgeDeploymentStageCommand,
|
|
328
|
+
CreateEdgePackagingJobCommand: CreateEdgePackagingJobCommand_1.CreateEdgePackagingJobCommand,
|
|
329
|
+
CreateEndpointCommand: CreateEndpointCommand_1.CreateEndpointCommand,
|
|
330
|
+
CreateEndpointConfigCommand: CreateEndpointConfigCommand_1.CreateEndpointConfigCommand,
|
|
331
|
+
CreateExperimentCommand: CreateExperimentCommand_1.CreateExperimentCommand,
|
|
332
|
+
CreateFeatureGroupCommand: CreateFeatureGroupCommand_1.CreateFeatureGroupCommand,
|
|
333
|
+
CreateFlowDefinitionCommand: CreateFlowDefinitionCommand_1.CreateFlowDefinitionCommand,
|
|
334
|
+
CreateHubCommand: CreateHubCommand_1.CreateHubCommand,
|
|
335
|
+
CreateHumanTaskUiCommand: CreateHumanTaskUiCommand_1.CreateHumanTaskUiCommand,
|
|
336
|
+
CreateHyperParameterTuningJobCommand: CreateHyperParameterTuningJobCommand_1.CreateHyperParameterTuningJobCommand,
|
|
337
|
+
CreateImageCommand: CreateImageCommand_1.CreateImageCommand,
|
|
338
|
+
CreateImageVersionCommand: CreateImageVersionCommand_1.CreateImageVersionCommand,
|
|
339
|
+
CreateInferenceExperimentCommand: CreateInferenceExperimentCommand_1.CreateInferenceExperimentCommand,
|
|
340
|
+
CreateInferenceRecommendationsJobCommand: CreateInferenceRecommendationsJobCommand_1.CreateInferenceRecommendationsJobCommand,
|
|
341
|
+
CreateLabelingJobCommand: CreateLabelingJobCommand_1.CreateLabelingJobCommand,
|
|
342
|
+
CreateModelCommand: CreateModelCommand_1.CreateModelCommand,
|
|
343
|
+
CreateModelBiasJobDefinitionCommand: CreateModelBiasJobDefinitionCommand_1.CreateModelBiasJobDefinitionCommand,
|
|
344
|
+
CreateModelCardCommand: CreateModelCardCommand_1.CreateModelCardCommand,
|
|
345
|
+
CreateModelCardExportJobCommand: CreateModelCardExportJobCommand_1.CreateModelCardExportJobCommand,
|
|
346
|
+
CreateModelExplainabilityJobDefinitionCommand: CreateModelExplainabilityJobDefinitionCommand_1.CreateModelExplainabilityJobDefinitionCommand,
|
|
347
|
+
CreateModelPackageCommand: CreateModelPackageCommand_1.CreateModelPackageCommand,
|
|
348
|
+
CreateModelPackageGroupCommand: CreateModelPackageGroupCommand_1.CreateModelPackageGroupCommand,
|
|
349
|
+
CreateModelQualityJobDefinitionCommand: CreateModelQualityJobDefinitionCommand_1.CreateModelQualityJobDefinitionCommand,
|
|
350
|
+
CreateMonitoringScheduleCommand: CreateMonitoringScheduleCommand_1.CreateMonitoringScheduleCommand,
|
|
351
|
+
CreateNotebookInstanceCommand: CreateNotebookInstanceCommand_1.CreateNotebookInstanceCommand,
|
|
352
|
+
CreateNotebookInstanceLifecycleConfigCommand: CreateNotebookInstanceLifecycleConfigCommand_1.CreateNotebookInstanceLifecycleConfigCommand,
|
|
353
|
+
CreatePipelineCommand: CreatePipelineCommand_1.CreatePipelineCommand,
|
|
354
|
+
CreatePresignedDomainUrlCommand: CreatePresignedDomainUrlCommand_1.CreatePresignedDomainUrlCommand,
|
|
355
|
+
CreatePresignedNotebookInstanceUrlCommand: CreatePresignedNotebookInstanceUrlCommand_1.CreatePresignedNotebookInstanceUrlCommand,
|
|
356
|
+
CreateProcessingJobCommand: CreateProcessingJobCommand_1.CreateProcessingJobCommand,
|
|
357
|
+
CreateProjectCommand: CreateProjectCommand_1.CreateProjectCommand,
|
|
358
|
+
CreateSpaceCommand: CreateSpaceCommand_1.CreateSpaceCommand,
|
|
359
|
+
CreateStudioLifecycleConfigCommand: CreateStudioLifecycleConfigCommand_1.CreateStudioLifecycleConfigCommand,
|
|
360
|
+
CreateTrainingJobCommand: CreateTrainingJobCommand_1.CreateTrainingJobCommand,
|
|
361
|
+
CreateTransformJobCommand: CreateTransformJobCommand_1.CreateTransformJobCommand,
|
|
362
|
+
CreateTrialCommand: CreateTrialCommand_1.CreateTrialCommand,
|
|
363
|
+
CreateTrialComponentCommand: CreateTrialComponentCommand_1.CreateTrialComponentCommand,
|
|
364
|
+
CreateUserProfileCommand: CreateUserProfileCommand_1.CreateUserProfileCommand,
|
|
365
|
+
CreateWorkforceCommand: CreateWorkforceCommand_1.CreateWorkforceCommand,
|
|
366
|
+
CreateWorkteamCommand: CreateWorkteamCommand_1.CreateWorkteamCommand,
|
|
367
|
+
DeleteActionCommand: DeleteActionCommand_1.DeleteActionCommand,
|
|
368
|
+
DeleteAlgorithmCommand: DeleteAlgorithmCommand_1.DeleteAlgorithmCommand,
|
|
369
|
+
DeleteAppCommand: DeleteAppCommand_1.DeleteAppCommand,
|
|
370
|
+
DeleteAppImageConfigCommand: DeleteAppImageConfigCommand_1.DeleteAppImageConfigCommand,
|
|
371
|
+
DeleteArtifactCommand: DeleteArtifactCommand_1.DeleteArtifactCommand,
|
|
372
|
+
DeleteAssociationCommand: DeleteAssociationCommand_1.DeleteAssociationCommand,
|
|
373
|
+
DeleteCodeRepositoryCommand: DeleteCodeRepositoryCommand_1.DeleteCodeRepositoryCommand,
|
|
374
|
+
DeleteContextCommand: DeleteContextCommand_1.DeleteContextCommand,
|
|
375
|
+
DeleteDataQualityJobDefinitionCommand: DeleteDataQualityJobDefinitionCommand_1.DeleteDataQualityJobDefinitionCommand,
|
|
376
|
+
DeleteDeviceFleetCommand: DeleteDeviceFleetCommand_1.DeleteDeviceFleetCommand,
|
|
377
|
+
DeleteDomainCommand: DeleteDomainCommand_1.DeleteDomainCommand,
|
|
378
|
+
DeleteEdgeDeploymentPlanCommand: DeleteEdgeDeploymentPlanCommand_1.DeleteEdgeDeploymentPlanCommand,
|
|
379
|
+
DeleteEdgeDeploymentStageCommand: DeleteEdgeDeploymentStageCommand_1.DeleteEdgeDeploymentStageCommand,
|
|
380
|
+
DeleteEndpointCommand: DeleteEndpointCommand_1.DeleteEndpointCommand,
|
|
381
|
+
DeleteEndpointConfigCommand: DeleteEndpointConfigCommand_1.DeleteEndpointConfigCommand,
|
|
382
|
+
DeleteExperimentCommand: DeleteExperimentCommand_1.DeleteExperimentCommand,
|
|
383
|
+
DeleteFeatureGroupCommand: DeleteFeatureGroupCommand_1.DeleteFeatureGroupCommand,
|
|
384
|
+
DeleteFlowDefinitionCommand: DeleteFlowDefinitionCommand_1.DeleteFlowDefinitionCommand,
|
|
385
|
+
DeleteHubCommand: DeleteHubCommand_1.DeleteHubCommand,
|
|
386
|
+
DeleteHubContentCommand: DeleteHubContentCommand_1.DeleteHubContentCommand,
|
|
387
|
+
DeleteHumanTaskUiCommand: DeleteHumanTaskUiCommand_1.DeleteHumanTaskUiCommand,
|
|
388
|
+
DeleteImageCommand: DeleteImageCommand_1.DeleteImageCommand,
|
|
389
|
+
DeleteImageVersionCommand: DeleteImageVersionCommand_1.DeleteImageVersionCommand,
|
|
390
|
+
DeleteInferenceExperimentCommand: DeleteInferenceExperimentCommand_1.DeleteInferenceExperimentCommand,
|
|
391
|
+
DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
|
|
392
|
+
DeleteModelBiasJobDefinitionCommand: DeleteModelBiasJobDefinitionCommand_1.DeleteModelBiasJobDefinitionCommand,
|
|
393
|
+
DeleteModelCardCommand: DeleteModelCardCommand_1.DeleteModelCardCommand,
|
|
394
|
+
DeleteModelExplainabilityJobDefinitionCommand: DeleteModelExplainabilityJobDefinitionCommand_1.DeleteModelExplainabilityJobDefinitionCommand,
|
|
395
|
+
DeleteModelPackageCommand: DeleteModelPackageCommand_1.DeleteModelPackageCommand,
|
|
396
|
+
DeleteModelPackageGroupCommand: DeleteModelPackageGroupCommand_1.DeleteModelPackageGroupCommand,
|
|
397
|
+
DeleteModelPackageGroupPolicyCommand: DeleteModelPackageGroupPolicyCommand_1.DeleteModelPackageGroupPolicyCommand,
|
|
398
|
+
DeleteModelQualityJobDefinitionCommand: DeleteModelQualityJobDefinitionCommand_1.DeleteModelQualityJobDefinitionCommand,
|
|
399
|
+
DeleteMonitoringScheduleCommand: DeleteMonitoringScheduleCommand_1.DeleteMonitoringScheduleCommand,
|
|
400
|
+
DeleteNotebookInstanceCommand: DeleteNotebookInstanceCommand_1.DeleteNotebookInstanceCommand,
|
|
401
|
+
DeleteNotebookInstanceLifecycleConfigCommand: DeleteNotebookInstanceLifecycleConfigCommand_1.DeleteNotebookInstanceLifecycleConfigCommand,
|
|
402
|
+
DeletePipelineCommand: DeletePipelineCommand_1.DeletePipelineCommand,
|
|
403
|
+
DeleteProjectCommand: DeleteProjectCommand_1.DeleteProjectCommand,
|
|
404
|
+
DeleteSpaceCommand: DeleteSpaceCommand_1.DeleteSpaceCommand,
|
|
405
|
+
DeleteStudioLifecycleConfigCommand: DeleteStudioLifecycleConfigCommand_1.DeleteStudioLifecycleConfigCommand,
|
|
406
|
+
DeleteTagsCommand: DeleteTagsCommand_1.DeleteTagsCommand,
|
|
407
|
+
DeleteTrialCommand: DeleteTrialCommand_1.DeleteTrialCommand,
|
|
408
|
+
DeleteTrialComponentCommand: DeleteTrialComponentCommand_1.DeleteTrialComponentCommand,
|
|
409
|
+
DeleteUserProfileCommand: DeleteUserProfileCommand_1.DeleteUserProfileCommand,
|
|
410
|
+
DeleteWorkforceCommand: DeleteWorkforceCommand_1.DeleteWorkforceCommand,
|
|
411
|
+
DeleteWorkteamCommand: DeleteWorkteamCommand_1.DeleteWorkteamCommand,
|
|
412
|
+
DeregisterDevicesCommand: DeregisterDevicesCommand_1.DeregisterDevicesCommand,
|
|
413
|
+
DescribeActionCommand: DescribeActionCommand_1.DescribeActionCommand,
|
|
414
|
+
DescribeAlgorithmCommand: DescribeAlgorithmCommand_1.DescribeAlgorithmCommand,
|
|
415
|
+
DescribeAppCommand: DescribeAppCommand_1.DescribeAppCommand,
|
|
416
|
+
DescribeAppImageConfigCommand: DescribeAppImageConfigCommand_1.DescribeAppImageConfigCommand,
|
|
417
|
+
DescribeArtifactCommand: DescribeArtifactCommand_1.DescribeArtifactCommand,
|
|
418
|
+
DescribeAutoMLJobCommand: DescribeAutoMLJobCommand_1.DescribeAutoMLJobCommand,
|
|
419
|
+
DescribeAutoMLJobV2Command: DescribeAutoMLJobV2Command_1.DescribeAutoMLJobV2Command,
|
|
420
|
+
DescribeCodeRepositoryCommand: DescribeCodeRepositoryCommand_1.DescribeCodeRepositoryCommand,
|
|
421
|
+
DescribeCompilationJobCommand: DescribeCompilationJobCommand_1.DescribeCompilationJobCommand,
|
|
422
|
+
DescribeContextCommand: DescribeContextCommand_1.DescribeContextCommand,
|
|
423
|
+
DescribeDataQualityJobDefinitionCommand: DescribeDataQualityJobDefinitionCommand_1.DescribeDataQualityJobDefinitionCommand,
|
|
424
|
+
DescribeDeviceCommand: DescribeDeviceCommand_1.DescribeDeviceCommand,
|
|
425
|
+
DescribeDeviceFleetCommand: DescribeDeviceFleetCommand_1.DescribeDeviceFleetCommand,
|
|
426
|
+
DescribeDomainCommand: DescribeDomainCommand_1.DescribeDomainCommand,
|
|
427
|
+
DescribeEdgeDeploymentPlanCommand: DescribeEdgeDeploymentPlanCommand_1.DescribeEdgeDeploymentPlanCommand,
|
|
428
|
+
DescribeEdgePackagingJobCommand: DescribeEdgePackagingJobCommand_1.DescribeEdgePackagingJobCommand,
|
|
429
|
+
DescribeEndpointCommand: DescribeEndpointCommand_1.DescribeEndpointCommand,
|
|
430
|
+
DescribeEndpointConfigCommand: DescribeEndpointConfigCommand_1.DescribeEndpointConfigCommand,
|
|
431
|
+
DescribeExperimentCommand: DescribeExperimentCommand_1.DescribeExperimentCommand,
|
|
432
|
+
DescribeFeatureGroupCommand: DescribeFeatureGroupCommand_1.DescribeFeatureGroupCommand,
|
|
433
|
+
DescribeFeatureMetadataCommand: DescribeFeatureMetadataCommand_1.DescribeFeatureMetadataCommand,
|
|
434
|
+
DescribeFlowDefinitionCommand: DescribeFlowDefinitionCommand_1.DescribeFlowDefinitionCommand,
|
|
435
|
+
DescribeHubCommand: DescribeHubCommand_1.DescribeHubCommand,
|
|
436
|
+
DescribeHubContentCommand: DescribeHubContentCommand_1.DescribeHubContentCommand,
|
|
437
|
+
DescribeHumanTaskUiCommand: DescribeHumanTaskUiCommand_1.DescribeHumanTaskUiCommand,
|
|
438
|
+
DescribeHyperParameterTuningJobCommand: DescribeHyperParameterTuningJobCommand_1.DescribeHyperParameterTuningJobCommand,
|
|
439
|
+
DescribeImageCommand: DescribeImageCommand_1.DescribeImageCommand,
|
|
440
|
+
DescribeImageVersionCommand: DescribeImageVersionCommand_1.DescribeImageVersionCommand,
|
|
441
|
+
DescribeInferenceExperimentCommand: DescribeInferenceExperimentCommand_1.DescribeInferenceExperimentCommand,
|
|
442
|
+
DescribeInferenceRecommendationsJobCommand: DescribeInferenceRecommendationsJobCommand_1.DescribeInferenceRecommendationsJobCommand,
|
|
443
|
+
DescribeLabelingJobCommand: DescribeLabelingJobCommand_1.DescribeLabelingJobCommand,
|
|
444
|
+
DescribeLineageGroupCommand: DescribeLineageGroupCommand_1.DescribeLineageGroupCommand,
|
|
445
|
+
DescribeModelCommand: DescribeModelCommand_1.DescribeModelCommand,
|
|
446
|
+
DescribeModelBiasJobDefinitionCommand: DescribeModelBiasJobDefinitionCommand_1.DescribeModelBiasJobDefinitionCommand,
|
|
447
|
+
DescribeModelCardCommand: DescribeModelCardCommand_1.DescribeModelCardCommand,
|
|
448
|
+
DescribeModelCardExportJobCommand: DescribeModelCardExportJobCommand_1.DescribeModelCardExportJobCommand,
|
|
449
|
+
DescribeModelExplainabilityJobDefinitionCommand: DescribeModelExplainabilityJobDefinitionCommand_1.DescribeModelExplainabilityJobDefinitionCommand,
|
|
450
|
+
DescribeModelPackageCommand: DescribeModelPackageCommand_1.DescribeModelPackageCommand,
|
|
451
|
+
DescribeModelPackageGroupCommand: DescribeModelPackageGroupCommand_1.DescribeModelPackageGroupCommand,
|
|
452
|
+
DescribeModelQualityJobDefinitionCommand: DescribeModelQualityJobDefinitionCommand_1.DescribeModelQualityJobDefinitionCommand,
|
|
453
|
+
DescribeMonitoringScheduleCommand: DescribeMonitoringScheduleCommand_1.DescribeMonitoringScheduleCommand,
|
|
454
|
+
DescribeNotebookInstanceCommand: DescribeNotebookInstanceCommand_1.DescribeNotebookInstanceCommand,
|
|
455
|
+
DescribeNotebookInstanceLifecycleConfigCommand: DescribeNotebookInstanceLifecycleConfigCommand_1.DescribeNotebookInstanceLifecycleConfigCommand,
|
|
456
|
+
DescribePipelineCommand: DescribePipelineCommand_1.DescribePipelineCommand,
|
|
457
|
+
DescribePipelineDefinitionForExecutionCommand: DescribePipelineDefinitionForExecutionCommand_1.DescribePipelineDefinitionForExecutionCommand,
|
|
458
|
+
DescribePipelineExecutionCommand: DescribePipelineExecutionCommand_1.DescribePipelineExecutionCommand,
|
|
459
|
+
DescribeProcessingJobCommand: DescribeProcessingJobCommand_1.DescribeProcessingJobCommand,
|
|
460
|
+
DescribeProjectCommand: DescribeProjectCommand_1.DescribeProjectCommand,
|
|
461
|
+
DescribeSpaceCommand: DescribeSpaceCommand_1.DescribeSpaceCommand,
|
|
462
|
+
DescribeStudioLifecycleConfigCommand: DescribeStudioLifecycleConfigCommand_1.DescribeStudioLifecycleConfigCommand,
|
|
463
|
+
DescribeSubscribedWorkteamCommand: DescribeSubscribedWorkteamCommand_1.DescribeSubscribedWorkteamCommand,
|
|
464
|
+
DescribeTrainingJobCommand: DescribeTrainingJobCommand_1.DescribeTrainingJobCommand,
|
|
465
|
+
DescribeTransformJobCommand: DescribeTransformJobCommand_1.DescribeTransformJobCommand,
|
|
466
|
+
DescribeTrialCommand: DescribeTrialCommand_1.DescribeTrialCommand,
|
|
467
|
+
DescribeTrialComponentCommand: DescribeTrialComponentCommand_1.DescribeTrialComponentCommand,
|
|
468
|
+
DescribeUserProfileCommand: DescribeUserProfileCommand_1.DescribeUserProfileCommand,
|
|
469
|
+
DescribeWorkforceCommand: DescribeWorkforceCommand_1.DescribeWorkforceCommand,
|
|
470
|
+
DescribeWorkteamCommand: DescribeWorkteamCommand_1.DescribeWorkteamCommand,
|
|
471
|
+
DisableSagemakerServicecatalogPortfolioCommand: DisableSagemakerServicecatalogPortfolioCommand_1.DisableSagemakerServicecatalogPortfolioCommand,
|
|
472
|
+
DisassociateTrialComponentCommand: DisassociateTrialComponentCommand_1.DisassociateTrialComponentCommand,
|
|
473
|
+
EnableSagemakerServicecatalogPortfolioCommand: EnableSagemakerServicecatalogPortfolioCommand_1.EnableSagemakerServicecatalogPortfolioCommand,
|
|
474
|
+
GetDeviceFleetReportCommand: GetDeviceFleetReportCommand_1.GetDeviceFleetReportCommand,
|
|
475
|
+
GetLineageGroupPolicyCommand: GetLineageGroupPolicyCommand_1.GetLineageGroupPolicyCommand,
|
|
476
|
+
GetModelPackageGroupPolicyCommand: GetModelPackageGroupPolicyCommand_1.GetModelPackageGroupPolicyCommand,
|
|
477
|
+
GetSagemakerServicecatalogPortfolioStatusCommand: GetSagemakerServicecatalogPortfolioStatusCommand_1.GetSagemakerServicecatalogPortfolioStatusCommand,
|
|
478
|
+
GetSearchSuggestionsCommand: GetSearchSuggestionsCommand_1.GetSearchSuggestionsCommand,
|
|
479
|
+
ImportHubContentCommand: ImportHubContentCommand_1.ImportHubContentCommand,
|
|
480
|
+
ListActionsCommand: ListActionsCommand_1.ListActionsCommand,
|
|
481
|
+
ListAlgorithmsCommand: ListAlgorithmsCommand_1.ListAlgorithmsCommand,
|
|
482
|
+
ListAliasesCommand: ListAliasesCommand_1.ListAliasesCommand,
|
|
483
|
+
ListAppImageConfigsCommand: ListAppImageConfigsCommand_1.ListAppImageConfigsCommand,
|
|
484
|
+
ListAppsCommand: ListAppsCommand_1.ListAppsCommand,
|
|
485
|
+
ListArtifactsCommand: ListArtifactsCommand_1.ListArtifactsCommand,
|
|
486
|
+
ListAssociationsCommand: ListAssociationsCommand_1.ListAssociationsCommand,
|
|
487
|
+
ListAutoMLJobsCommand: ListAutoMLJobsCommand_1.ListAutoMLJobsCommand,
|
|
488
|
+
ListCandidatesForAutoMLJobCommand: ListCandidatesForAutoMLJobCommand_1.ListCandidatesForAutoMLJobCommand,
|
|
489
|
+
ListCodeRepositoriesCommand: ListCodeRepositoriesCommand_1.ListCodeRepositoriesCommand,
|
|
490
|
+
ListCompilationJobsCommand: ListCompilationJobsCommand_1.ListCompilationJobsCommand,
|
|
491
|
+
ListContextsCommand: ListContextsCommand_1.ListContextsCommand,
|
|
492
|
+
ListDataQualityJobDefinitionsCommand: ListDataQualityJobDefinitionsCommand_1.ListDataQualityJobDefinitionsCommand,
|
|
493
|
+
ListDeviceFleetsCommand: ListDeviceFleetsCommand_1.ListDeviceFleetsCommand,
|
|
494
|
+
ListDevicesCommand: ListDevicesCommand_1.ListDevicesCommand,
|
|
495
|
+
ListDomainsCommand: ListDomainsCommand_1.ListDomainsCommand,
|
|
496
|
+
ListEdgeDeploymentPlansCommand: ListEdgeDeploymentPlansCommand_1.ListEdgeDeploymentPlansCommand,
|
|
497
|
+
ListEdgePackagingJobsCommand: ListEdgePackagingJobsCommand_1.ListEdgePackagingJobsCommand,
|
|
498
|
+
ListEndpointConfigsCommand: ListEndpointConfigsCommand_1.ListEndpointConfigsCommand,
|
|
499
|
+
ListEndpointsCommand: ListEndpointsCommand_1.ListEndpointsCommand,
|
|
500
|
+
ListExperimentsCommand: ListExperimentsCommand_1.ListExperimentsCommand,
|
|
501
|
+
ListFeatureGroupsCommand: ListFeatureGroupsCommand_1.ListFeatureGroupsCommand,
|
|
502
|
+
ListFlowDefinitionsCommand: ListFlowDefinitionsCommand_1.ListFlowDefinitionsCommand,
|
|
503
|
+
ListHubContentsCommand: ListHubContentsCommand_1.ListHubContentsCommand,
|
|
504
|
+
ListHubContentVersionsCommand: ListHubContentVersionsCommand_1.ListHubContentVersionsCommand,
|
|
505
|
+
ListHubsCommand: ListHubsCommand_1.ListHubsCommand,
|
|
506
|
+
ListHumanTaskUisCommand: ListHumanTaskUisCommand_1.ListHumanTaskUisCommand,
|
|
507
|
+
ListHyperParameterTuningJobsCommand: ListHyperParameterTuningJobsCommand_1.ListHyperParameterTuningJobsCommand,
|
|
508
|
+
ListImagesCommand: ListImagesCommand_1.ListImagesCommand,
|
|
509
|
+
ListImageVersionsCommand: ListImageVersionsCommand_1.ListImageVersionsCommand,
|
|
510
|
+
ListInferenceExperimentsCommand: ListInferenceExperimentsCommand_1.ListInferenceExperimentsCommand,
|
|
511
|
+
ListInferenceRecommendationsJobsCommand: ListInferenceRecommendationsJobsCommand_1.ListInferenceRecommendationsJobsCommand,
|
|
512
|
+
ListInferenceRecommendationsJobStepsCommand: ListInferenceRecommendationsJobStepsCommand_1.ListInferenceRecommendationsJobStepsCommand,
|
|
513
|
+
ListLabelingJobsCommand: ListLabelingJobsCommand_1.ListLabelingJobsCommand,
|
|
514
|
+
ListLabelingJobsForWorkteamCommand: ListLabelingJobsForWorkteamCommand_1.ListLabelingJobsForWorkteamCommand,
|
|
515
|
+
ListLineageGroupsCommand: ListLineageGroupsCommand_1.ListLineageGroupsCommand,
|
|
516
|
+
ListModelBiasJobDefinitionsCommand: ListModelBiasJobDefinitionsCommand_1.ListModelBiasJobDefinitionsCommand,
|
|
517
|
+
ListModelCardExportJobsCommand: ListModelCardExportJobsCommand_1.ListModelCardExportJobsCommand,
|
|
518
|
+
ListModelCardsCommand: ListModelCardsCommand_1.ListModelCardsCommand,
|
|
519
|
+
ListModelCardVersionsCommand: ListModelCardVersionsCommand_1.ListModelCardVersionsCommand,
|
|
520
|
+
ListModelExplainabilityJobDefinitionsCommand: ListModelExplainabilityJobDefinitionsCommand_1.ListModelExplainabilityJobDefinitionsCommand,
|
|
521
|
+
ListModelMetadataCommand: ListModelMetadataCommand_1.ListModelMetadataCommand,
|
|
522
|
+
ListModelPackageGroupsCommand: ListModelPackageGroupsCommand_1.ListModelPackageGroupsCommand,
|
|
523
|
+
ListModelPackagesCommand: ListModelPackagesCommand_1.ListModelPackagesCommand,
|
|
524
|
+
ListModelQualityJobDefinitionsCommand: ListModelQualityJobDefinitionsCommand_1.ListModelQualityJobDefinitionsCommand,
|
|
525
|
+
ListModelsCommand: ListModelsCommand_1.ListModelsCommand,
|
|
526
|
+
ListMonitoringAlertHistoryCommand: ListMonitoringAlertHistoryCommand_1.ListMonitoringAlertHistoryCommand,
|
|
527
|
+
ListMonitoringAlertsCommand: ListMonitoringAlertsCommand_1.ListMonitoringAlertsCommand,
|
|
528
|
+
ListMonitoringExecutionsCommand: ListMonitoringExecutionsCommand_1.ListMonitoringExecutionsCommand,
|
|
529
|
+
ListMonitoringSchedulesCommand: ListMonitoringSchedulesCommand_1.ListMonitoringSchedulesCommand,
|
|
530
|
+
ListNotebookInstanceLifecycleConfigsCommand: ListNotebookInstanceLifecycleConfigsCommand_1.ListNotebookInstanceLifecycleConfigsCommand,
|
|
531
|
+
ListNotebookInstancesCommand: ListNotebookInstancesCommand_1.ListNotebookInstancesCommand,
|
|
532
|
+
ListPipelineExecutionsCommand: ListPipelineExecutionsCommand_1.ListPipelineExecutionsCommand,
|
|
533
|
+
ListPipelineExecutionStepsCommand: ListPipelineExecutionStepsCommand_1.ListPipelineExecutionStepsCommand,
|
|
534
|
+
ListPipelineParametersForExecutionCommand: ListPipelineParametersForExecutionCommand_1.ListPipelineParametersForExecutionCommand,
|
|
535
|
+
ListPipelinesCommand: ListPipelinesCommand_1.ListPipelinesCommand,
|
|
536
|
+
ListProcessingJobsCommand: ListProcessingJobsCommand_1.ListProcessingJobsCommand,
|
|
537
|
+
ListProjectsCommand: ListProjectsCommand_1.ListProjectsCommand,
|
|
538
|
+
ListSpacesCommand: ListSpacesCommand_1.ListSpacesCommand,
|
|
539
|
+
ListStageDevicesCommand: ListStageDevicesCommand_1.ListStageDevicesCommand,
|
|
540
|
+
ListStudioLifecycleConfigsCommand: ListStudioLifecycleConfigsCommand_1.ListStudioLifecycleConfigsCommand,
|
|
541
|
+
ListSubscribedWorkteamsCommand: ListSubscribedWorkteamsCommand_1.ListSubscribedWorkteamsCommand,
|
|
542
|
+
ListTagsCommand: ListTagsCommand_1.ListTagsCommand,
|
|
543
|
+
ListTrainingJobsCommand: ListTrainingJobsCommand_1.ListTrainingJobsCommand,
|
|
544
|
+
ListTrainingJobsForHyperParameterTuningJobCommand: ListTrainingJobsForHyperParameterTuningJobCommand_1.ListTrainingJobsForHyperParameterTuningJobCommand,
|
|
545
|
+
ListTransformJobsCommand: ListTransformJobsCommand_1.ListTransformJobsCommand,
|
|
546
|
+
ListTrialComponentsCommand: ListTrialComponentsCommand_1.ListTrialComponentsCommand,
|
|
547
|
+
ListTrialsCommand: ListTrialsCommand_1.ListTrialsCommand,
|
|
548
|
+
ListUserProfilesCommand: ListUserProfilesCommand_1.ListUserProfilesCommand,
|
|
549
|
+
ListWorkforcesCommand: ListWorkforcesCommand_1.ListWorkforcesCommand,
|
|
550
|
+
ListWorkteamsCommand: ListWorkteamsCommand_1.ListWorkteamsCommand,
|
|
551
|
+
PutModelPackageGroupPolicyCommand: PutModelPackageGroupPolicyCommand_1.PutModelPackageGroupPolicyCommand,
|
|
552
|
+
QueryLineageCommand: QueryLineageCommand_1.QueryLineageCommand,
|
|
553
|
+
RegisterDevicesCommand: RegisterDevicesCommand_1.RegisterDevicesCommand,
|
|
554
|
+
RenderUiTemplateCommand: RenderUiTemplateCommand_1.RenderUiTemplateCommand,
|
|
555
|
+
RetryPipelineExecutionCommand: RetryPipelineExecutionCommand_1.RetryPipelineExecutionCommand,
|
|
556
|
+
SearchCommand: SearchCommand_1.SearchCommand,
|
|
557
|
+
SendPipelineExecutionStepFailureCommand: SendPipelineExecutionStepFailureCommand_1.SendPipelineExecutionStepFailureCommand,
|
|
558
|
+
SendPipelineExecutionStepSuccessCommand: SendPipelineExecutionStepSuccessCommand_1.SendPipelineExecutionStepSuccessCommand,
|
|
559
|
+
StartEdgeDeploymentStageCommand: StartEdgeDeploymentStageCommand_1.StartEdgeDeploymentStageCommand,
|
|
560
|
+
StartInferenceExperimentCommand: StartInferenceExperimentCommand_1.StartInferenceExperimentCommand,
|
|
561
|
+
StartMonitoringScheduleCommand: StartMonitoringScheduleCommand_1.StartMonitoringScheduleCommand,
|
|
562
|
+
StartNotebookInstanceCommand: StartNotebookInstanceCommand_1.StartNotebookInstanceCommand,
|
|
563
|
+
StartPipelineExecutionCommand: StartPipelineExecutionCommand_1.StartPipelineExecutionCommand,
|
|
564
|
+
StopAutoMLJobCommand: StopAutoMLJobCommand_1.StopAutoMLJobCommand,
|
|
565
|
+
StopCompilationJobCommand: StopCompilationJobCommand_1.StopCompilationJobCommand,
|
|
566
|
+
StopEdgeDeploymentStageCommand: StopEdgeDeploymentStageCommand_1.StopEdgeDeploymentStageCommand,
|
|
567
|
+
StopEdgePackagingJobCommand: StopEdgePackagingJobCommand_1.StopEdgePackagingJobCommand,
|
|
568
|
+
StopHyperParameterTuningJobCommand: StopHyperParameterTuningJobCommand_1.StopHyperParameterTuningJobCommand,
|
|
569
|
+
StopInferenceExperimentCommand: StopInferenceExperimentCommand_1.StopInferenceExperimentCommand,
|
|
570
|
+
StopInferenceRecommendationsJobCommand: StopInferenceRecommendationsJobCommand_1.StopInferenceRecommendationsJobCommand,
|
|
571
|
+
StopLabelingJobCommand: StopLabelingJobCommand_1.StopLabelingJobCommand,
|
|
572
|
+
StopMonitoringScheduleCommand: StopMonitoringScheduleCommand_1.StopMonitoringScheduleCommand,
|
|
573
|
+
StopNotebookInstanceCommand: StopNotebookInstanceCommand_1.StopNotebookInstanceCommand,
|
|
574
|
+
StopPipelineExecutionCommand: StopPipelineExecutionCommand_1.StopPipelineExecutionCommand,
|
|
575
|
+
StopProcessingJobCommand: StopProcessingJobCommand_1.StopProcessingJobCommand,
|
|
576
|
+
StopTrainingJobCommand: StopTrainingJobCommand_1.StopTrainingJobCommand,
|
|
577
|
+
StopTransformJobCommand: StopTransformJobCommand_1.StopTransformJobCommand,
|
|
578
|
+
UpdateActionCommand: UpdateActionCommand_1.UpdateActionCommand,
|
|
579
|
+
UpdateAppImageConfigCommand: UpdateAppImageConfigCommand_1.UpdateAppImageConfigCommand,
|
|
580
|
+
UpdateArtifactCommand: UpdateArtifactCommand_1.UpdateArtifactCommand,
|
|
581
|
+
UpdateCodeRepositoryCommand: UpdateCodeRepositoryCommand_1.UpdateCodeRepositoryCommand,
|
|
582
|
+
UpdateContextCommand: UpdateContextCommand_1.UpdateContextCommand,
|
|
583
|
+
UpdateDeviceFleetCommand: UpdateDeviceFleetCommand_1.UpdateDeviceFleetCommand,
|
|
584
|
+
UpdateDevicesCommand: UpdateDevicesCommand_1.UpdateDevicesCommand,
|
|
585
|
+
UpdateDomainCommand: UpdateDomainCommand_1.UpdateDomainCommand,
|
|
586
|
+
UpdateEndpointCommand: UpdateEndpointCommand_1.UpdateEndpointCommand,
|
|
587
|
+
UpdateEndpointWeightsAndCapacitiesCommand: UpdateEndpointWeightsAndCapacitiesCommand_1.UpdateEndpointWeightsAndCapacitiesCommand,
|
|
588
|
+
UpdateExperimentCommand: UpdateExperimentCommand_1.UpdateExperimentCommand,
|
|
589
|
+
UpdateFeatureGroupCommand: UpdateFeatureGroupCommand_1.UpdateFeatureGroupCommand,
|
|
590
|
+
UpdateFeatureMetadataCommand: UpdateFeatureMetadataCommand_1.UpdateFeatureMetadataCommand,
|
|
591
|
+
UpdateHubCommand: UpdateHubCommand_1.UpdateHubCommand,
|
|
592
|
+
UpdateImageCommand: UpdateImageCommand_1.UpdateImageCommand,
|
|
593
|
+
UpdateImageVersionCommand: UpdateImageVersionCommand_1.UpdateImageVersionCommand,
|
|
594
|
+
UpdateInferenceExperimentCommand: UpdateInferenceExperimentCommand_1.UpdateInferenceExperimentCommand,
|
|
595
|
+
UpdateModelCardCommand: UpdateModelCardCommand_1.UpdateModelCardCommand,
|
|
596
|
+
UpdateModelPackageCommand: UpdateModelPackageCommand_1.UpdateModelPackageCommand,
|
|
597
|
+
UpdateMonitoringAlertCommand: UpdateMonitoringAlertCommand_1.UpdateMonitoringAlertCommand,
|
|
598
|
+
UpdateMonitoringScheduleCommand: UpdateMonitoringScheduleCommand_1.UpdateMonitoringScheduleCommand,
|
|
599
|
+
UpdateNotebookInstanceCommand: UpdateNotebookInstanceCommand_1.UpdateNotebookInstanceCommand,
|
|
600
|
+
UpdateNotebookInstanceLifecycleConfigCommand: UpdateNotebookInstanceLifecycleConfigCommand_1.UpdateNotebookInstanceLifecycleConfigCommand,
|
|
601
|
+
UpdatePipelineCommand: UpdatePipelineCommand_1.UpdatePipelineCommand,
|
|
602
|
+
UpdatePipelineExecutionCommand: UpdatePipelineExecutionCommand_1.UpdatePipelineExecutionCommand,
|
|
603
|
+
UpdateProjectCommand: UpdateProjectCommand_1.UpdateProjectCommand,
|
|
604
|
+
UpdateSpaceCommand: UpdateSpaceCommand_1.UpdateSpaceCommand,
|
|
605
|
+
UpdateTrainingJobCommand: UpdateTrainingJobCommand_1.UpdateTrainingJobCommand,
|
|
606
|
+
UpdateTrialCommand: UpdateTrialCommand_1.UpdateTrialCommand,
|
|
607
|
+
UpdateTrialComponentCommand: UpdateTrialComponentCommand_1.UpdateTrialComponentCommand,
|
|
608
|
+
UpdateUserProfileCommand: UpdateUserProfileCommand_1.UpdateUserProfileCommand,
|
|
609
|
+
UpdateWorkforceCommand: UpdateWorkforceCommand_1.UpdateWorkforceCommand,
|
|
610
|
+
UpdateWorkteamCommand: UpdateWorkteamCommand_1.UpdateWorkteamCommand,
|
|
611
|
+
};
|
|
307
612
|
class SageMaker extends SageMakerClient_1.SageMakerClient {
|
|
308
|
-
addAssociation(args, optionsOrCb, cb) {
|
|
309
|
-
const command = new AddAssociationCommand_1.AddAssociationCommand(args);
|
|
310
|
-
if (typeof optionsOrCb === "function") {
|
|
311
|
-
this.send(command, optionsOrCb);
|
|
312
|
-
}
|
|
313
|
-
else if (typeof cb === "function") {
|
|
314
|
-
if (typeof optionsOrCb !== "object")
|
|
315
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
316
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
317
|
-
}
|
|
318
|
-
else {
|
|
319
|
-
return this.send(command, optionsOrCb);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
addTags(args, optionsOrCb, cb) {
|
|
323
|
-
const command = new AddTagsCommand_1.AddTagsCommand(args);
|
|
324
|
-
if (typeof optionsOrCb === "function") {
|
|
325
|
-
this.send(command, optionsOrCb);
|
|
326
|
-
}
|
|
327
|
-
else if (typeof cb === "function") {
|
|
328
|
-
if (typeof optionsOrCb !== "object")
|
|
329
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
330
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
331
|
-
}
|
|
332
|
-
else {
|
|
333
|
-
return this.send(command, optionsOrCb);
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
associateTrialComponent(args, optionsOrCb, cb) {
|
|
337
|
-
const command = new AssociateTrialComponentCommand_1.AssociateTrialComponentCommand(args);
|
|
338
|
-
if (typeof optionsOrCb === "function") {
|
|
339
|
-
this.send(command, optionsOrCb);
|
|
340
|
-
}
|
|
341
|
-
else if (typeof cb === "function") {
|
|
342
|
-
if (typeof optionsOrCb !== "object")
|
|
343
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
344
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
345
|
-
}
|
|
346
|
-
else {
|
|
347
|
-
return this.send(command, optionsOrCb);
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
batchDescribeModelPackage(args, optionsOrCb, cb) {
|
|
351
|
-
const command = new BatchDescribeModelPackageCommand_1.BatchDescribeModelPackageCommand(args);
|
|
352
|
-
if (typeof optionsOrCb === "function") {
|
|
353
|
-
this.send(command, optionsOrCb);
|
|
354
|
-
}
|
|
355
|
-
else if (typeof cb === "function") {
|
|
356
|
-
if (typeof optionsOrCb !== "object")
|
|
357
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
358
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
359
|
-
}
|
|
360
|
-
else {
|
|
361
|
-
return this.send(command, optionsOrCb);
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
createAction(args, optionsOrCb, cb) {
|
|
365
|
-
const command = new CreateActionCommand_1.CreateActionCommand(args);
|
|
366
|
-
if (typeof optionsOrCb === "function") {
|
|
367
|
-
this.send(command, optionsOrCb);
|
|
368
|
-
}
|
|
369
|
-
else if (typeof cb === "function") {
|
|
370
|
-
if (typeof optionsOrCb !== "object")
|
|
371
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
372
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
373
|
-
}
|
|
374
|
-
else {
|
|
375
|
-
return this.send(command, optionsOrCb);
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
createAlgorithm(args, optionsOrCb, cb) {
|
|
379
|
-
const command = new CreateAlgorithmCommand_1.CreateAlgorithmCommand(args);
|
|
380
|
-
if (typeof optionsOrCb === "function") {
|
|
381
|
-
this.send(command, optionsOrCb);
|
|
382
|
-
}
|
|
383
|
-
else if (typeof cb === "function") {
|
|
384
|
-
if (typeof optionsOrCb !== "object")
|
|
385
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
386
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
387
|
-
}
|
|
388
|
-
else {
|
|
389
|
-
return this.send(command, optionsOrCb);
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
createApp(args, optionsOrCb, cb) {
|
|
393
|
-
const command = new CreateAppCommand_1.CreateAppCommand(args);
|
|
394
|
-
if (typeof optionsOrCb === "function") {
|
|
395
|
-
this.send(command, optionsOrCb);
|
|
396
|
-
}
|
|
397
|
-
else if (typeof cb === "function") {
|
|
398
|
-
if (typeof optionsOrCb !== "object")
|
|
399
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
400
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
401
|
-
}
|
|
402
|
-
else {
|
|
403
|
-
return this.send(command, optionsOrCb);
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
createAppImageConfig(args, optionsOrCb, cb) {
|
|
407
|
-
const command = new CreateAppImageConfigCommand_1.CreateAppImageConfigCommand(args);
|
|
408
|
-
if (typeof optionsOrCb === "function") {
|
|
409
|
-
this.send(command, optionsOrCb);
|
|
410
|
-
}
|
|
411
|
-
else if (typeof cb === "function") {
|
|
412
|
-
if (typeof optionsOrCb !== "object")
|
|
413
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
414
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
415
|
-
}
|
|
416
|
-
else {
|
|
417
|
-
return this.send(command, optionsOrCb);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
createArtifact(args, optionsOrCb, cb) {
|
|
421
|
-
const command = new CreateArtifactCommand_1.CreateArtifactCommand(args);
|
|
422
|
-
if (typeof optionsOrCb === "function") {
|
|
423
|
-
this.send(command, optionsOrCb);
|
|
424
|
-
}
|
|
425
|
-
else if (typeof cb === "function") {
|
|
426
|
-
if (typeof optionsOrCb !== "object")
|
|
427
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
428
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
429
|
-
}
|
|
430
|
-
else {
|
|
431
|
-
return this.send(command, optionsOrCb);
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
createAutoMLJob(args, optionsOrCb, cb) {
|
|
435
|
-
const command = new CreateAutoMLJobCommand_1.CreateAutoMLJobCommand(args);
|
|
436
|
-
if (typeof optionsOrCb === "function") {
|
|
437
|
-
this.send(command, optionsOrCb);
|
|
438
|
-
}
|
|
439
|
-
else if (typeof cb === "function") {
|
|
440
|
-
if (typeof optionsOrCb !== "object")
|
|
441
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
442
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
443
|
-
}
|
|
444
|
-
else {
|
|
445
|
-
return this.send(command, optionsOrCb);
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
createAutoMLJobV2(args, optionsOrCb, cb) {
|
|
449
|
-
const command = new CreateAutoMLJobV2Command_1.CreateAutoMLJobV2Command(args);
|
|
450
|
-
if (typeof optionsOrCb === "function") {
|
|
451
|
-
this.send(command, optionsOrCb);
|
|
452
|
-
}
|
|
453
|
-
else if (typeof cb === "function") {
|
|
454
|
-
if (typeof optionsOrCb !== "object")
|
|
455
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
456
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
457
|
-
}
|
|
458
|
-
else {
|
|
459
|
-
return this.send(command, optionsOrCb);
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
createCodeRepository(args, optionsOrCb, cb) {
|
|
463
|
-
const command = new CreateCodeRepositoryCommand_1.CreateCodeRepositoryCommand(args);
|
|
464
|
-
if (typeof optionsOrCb === "function") {
|
|
465
|
-
this.send(command, optionsOrCb);
|
|
466
|
-
}
|
|
467
|
-
else if (typeof cb === "function") {
|
|
468
|
-
if (typeof optionsOrCb !== "object")
|
|
469
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
470
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
471
|
-
}
|
|
472
|
-
else {
|
|
473
|
-
return this.send(command, optionsOrCb);
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
createCompilationJob(args, optionsOrCb, cb) {
|
|
477
|
-
const command = new CreateCompilationJobCommand_1.CreateCompilationJobCommand(args);
|
|
478
|
-
if (typeof optionsOrCb === "function") {
|
|
479
|
-
this.send(command, optionsOrCb);
|
|
480
|
-
}
|
|
481
|
-
else if (typeof cb === "function") {
|
|
482
|
-
if (typeof optionsOrCb !== "object")
|
|
483
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
484
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
485
|
-
}
|
|
486
|
-
else {
|
|
487
|
-
return this.send(command, optionsOrCb);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
createContext(args, optionsOrCb, cb) {
|
|
491
|
-
const command = new CreateContextCommand_1.CreateContextCommand(args);
|
|
492
|
-
if (typeof optionsOrCb === "function") {
|
|
493
|
-
this.send(command, optionsOrCb);
|
|
494
|
-
}
|
|
495
|
-
else if (typeof cb === "function") {
|
|
496
|
-
if (typeof optionsOrCb !== "object")
|
|
497
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
498
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
499
|
-
}
|
|
500
|
-
else {
|
|
501
|
-
return this.send(command, optionsOrCb);
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
createDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
505
|
-
const command = new CreateDataQualityJobDefinitionCommand_1.CreateDataQualityJobDefinitionCommand(args);
|
|
506
|
-
if (typeof optionsOrCb === "function") {
|
|
507
|
-
this.send(command, optionsOrCb);
|
|
508
|
-
}
|
|
509
|
-
else if (typeof cb === "function") {
|
|
510
|
-
if (typeof optionsOrCb !== "object")
|
|
511
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
512
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
513
|
-
}
|
|
514
|
-
else {
|
|
515
|
-
return this.send(command, optionsOrCb);
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
createDeviceFleet(args, optionsOrCb, cb) {
|
|
519
|
-
const command = new CreateDeviceFleetCommand_1.CreateDeviceFleetCommand(args);
|
|
520
|
-
if (typeof optionsOrCb === "function") {
|
|
521
|
-
this.send(command, optionsOrCb);
|
|
522
|
-
}
|
|
523
|
-
else if (typeof cb === "function") {
|
|
524
|
-
if (typeof optionsOrCb !== "object")
|
|
525
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
526
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
527
|
-
}
|
|
528
|
-
else {
|
|
529
|
-
return this.send(command, optionsOrCb);
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
createDomain(args, optionsOrCb, cb) {
|
|
533
|
-
const command = new CreateDomainCommand_1.CreateDomainCommand(args);
|
|
534
|
-
if (typeof optionsOrCb === "function") {
|
|
535
|
-
this.send(command, optionsOrCb);
|
|
536
|
-
}
|
|
537
|
-
else if (typeof cb === "function") {
|
|
538
|
-
if (typeof optionsOrCb !== "object")
|
|
539
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
540
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
541
|
-
}
|
|
542
|
-
else {
|
|
543
|
-
return this.send(command, optionsOrCb);
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
createEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
547
|
-
const command = new CreateEdgeDeploymentPlanCommand_1.CreateEdgeDeploymentPlanCommand(args);
|
|
548
|
-
if (typeof optionsOrCb === "function") {
|
|
549
|
-
this.send(command, optionsOrCb);
|
|
550
|
-
}
|
|
551
|
-
else if (typeof cb === "function") {
|
|
552
|
-
if (typeof optionsOrCb !== "object")
|
|
553
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
554
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
555
|
-
}
|
|
556
|
-
else {
|
|
557
|
-
return this.send(command, optionsOrCb);
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
createEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
561
|
-
const command = new CreateEdgeDeploymentStageCommand_1.CreateEdgeDeploymentStageCommand(args);
|
|
562
|
-
if (typeof optionsOrCb === "function") {
|
|
563
|
-
this.send(command, optionsOrCb);
|
|
564
|
-
}
|
|
565
|
-
else if (typeof cb === "function") {
|
|
566
|
-
if (typeof optionsOrCb !== "object")
|
|
567
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
568
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
569
|
-
}
|
|
570
|
-
else {
|
|
571
|
-
return this.send(command, optionsOrCb);
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
createEdgePackagingJob(args, optionsOrCb, cb) {
|
|
575
|
-
const command = new CreateEdgePackagingJobCommand_1.CreateEdgePackagingJobCommand(args);
|
|
576
|
-
if (typeof optionsOrCb === "function") {
|
|
577
|
-
this.send(command, optionsOrCb);
|
|
578
|
-
}
|
|
579
|
-
else if (typeof cb === "function") {
|
|
580
|
-
if (typeof optionsOrCb !== "object")
|
|
581
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
582
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
583
|
-
}
|
|
584
|
-
else {
|
|
585
|
-
return this.send(command, optionsOrCb);
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
createEndpoint(args, optionsOrCb, cb) {
|
|
589
|
-
const command = new CreateEndpointCommand_1.CreateEndpointCommand(args);
|
|
590
|
-
if (typeof optionsOrCb === "function") {
|
|
591
|
-
this.send(command, optionsOrCb);
|
|
592
|
-
}
|
|
593
|
-
else if (typeof cb === "function") {
|
|
594
|
-
if (typeof optionsOrCb !== "object")
|
|
595
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
596
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
597
|
-
}
|
|
598
|
-
else {
|
|
599
|
-
return this.send(command, optionsOrCb);
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
createEndpointConfig(args, optionsOrCb, cb) {
|
|
603
|
-
const command = new CreateEndpointConfigCommand_1.CreateEndpointConfigCommand(args);
|
|
604
|
-
if (typeof optionsOrCb === "function") {
|
|
605
|
-
this.send(command, optionsOrCb);
|
|
606
|
-
}
|
|
607
|
-
else if (typeof cb === "function") {
|
|
608
|
-
if (typeof optionsOrCb !== "object")
|
|
609
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
610
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
611
|
-
}
|
|
612
|
-
else {
|
|
613
|
-
return this.send(command, optionsOrCb);
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
createExperiment(args, optionsOrCb, cb) {
|
|
617
|
-
const command = new CreateExperimentCommand_1.CreateExperimentCommand(args);
|
|
618
|
-
if (typeof optionsOrCb === "function") {
|
|
619
|
-
this.send(command, optionsOrCb);
|
|
620
|
-
}
|
|
621
|
-
else if (typeof cb === "function") {
|
|
622
|
-
if (typeof optionsOrCb !== "object")
|
|
623
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
624
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
625
|
-
}
|
|
626
|
-
else {
|
|
627
|
-
return this.send(command, optionsOrCb);
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
createFeatureGroup(args, optionsOrCb, cb) {
|
|
631
|
-
const command = new CreateFeatureGroupCommand_1.CreateFeatureGroupCommand(args);
|
|
632
|
-
if (typeof optionsOrCb === "function") {
|
|
633
|
-
this.send(command, optionsOrCb);
|
|
634
|
-
}
|
|
635
|
-
else if (typeof cb === "function") {
|
|
636
|
-
if (typeof optionsOrCb !== "object")
|
|
637
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
638
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
639
|
-
}
|
|
640
|
-
else {
|
|
641
|
-
return this.send(command, optionsOrCb);
|
|
642
|
-
}
|
|
643
|
-
}
|
|
644
|
-
createFlowDefinition(args, optionsOrCb, cb) {
|
|
645
|
-
const command = new CreateFlowDefinitionCommand_1.CreateFlowDefinitionCommand(args);
|
|
646
|
-
if (typeof optionsOrCb === "function") {
|
|
647
|
-
this.send(command, optionsOrCb);
|
|
648
|
-
}
|
|
649
|
-
else if (typeof cb === "function") {
|
|
650
|
-
if (typeof optionsOrCb !== "object")
|
|
651
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
652
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
653
|
-
}
|
|
654
|
-
else {
|
|
655
|
-
return this.send(command, optionsOrCb);
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
createHub(args, optionsOrCb, cb) {
|
|
659
|
-
const command = new CreateHubCommand_1.CreateHubCommand(args);
|
|
660
|
-
if (typeof optionsOrCb === "function") {
|
|
661
|
-
this.send(command, optionsOrCb);
|
|
662
|
-
}
|
|
663
|
-
else if (typeof cb === "function") {
|
|
664
|
-
if (typeof optionsOrCb !== "object")
|
|
665
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
666
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
667
|
-
}
|
|
668
|
-
else {
|
|
669
|
-
return this.send(command, optionsOrCb);
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
createHumanTaskUi(args, optionsOrCb, cb) {
|
|
673
|
-
const command = new CreateHumanTaskUiCommand_1.CreateHumanTaskUiCommand(args);
|
|
674
|
-
if (typeof optionsOrCb === "function") {
|
|
675
|
-
this.send(command, optionsOrCb);
|
|
676
|
-
}
|
|
677
|
-
else if (typeof cb === "function") {
|
|
678
|
-
if (typeof optionsOrCb !== "object")
|
|
679
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
680
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
681
|
-
}
|
|
682
|
-
else {
|
|
683
|
-
return this.send(command, optionsOrCb);
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
createHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
687
|
-
const command = new CreateHyperParameterTuningJobCommand_1.CreateHyperParameterTuningJobCommand(args);
|
|
688
|
-
if (typeof optionsOrCb === "function") {
|
|
689
|
-
this.send(command, optionsOrCb);
|
|
690
|
-
}
|
|
691
|
-
else if (typeof cb === "function") {
|
|
692
|
-
if (typeof optionsOrCb !== "object")
|
|
693
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
694
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
695
|
-
}
|
|
696
|
-
else {
|
|
697
|
-
return this.send(command, optionsOrCb);
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
createImage(args, optionsOrCb, cb) {
|
|
701
|
-
const command = new CreateImageCommand_1.CreateImageCommand(args);
|
|
702
|
-
if (typeof optionsOrCb === "function") {
|
|
703
|
-
this.send(command, optionsOrCb);
|
|
704
|
-
}
|
|
705
|
-
else if (typeof cb === "function") {
|
|
706
|
-
if (typeof optionsOrCb !== "object")
|
|
707
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
708
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
709
|
-
}
|
|
710
|
-
else {
|
|
711
|
-
return this.send(command, optionsOrCb);
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
createImageVersion(args, optionsOrCb, cb) {
|
|
715
|
-
const command = new CreateImageVersionCommand_1.CreateImageVersionCommand(args);
|
|
716
|
-
if (typeof optionsOrCb === "function") {
|
|
717
|
-
this.send(command, optionsOrCb);
|
|
718
|
-
}
|
|
719
|
-
else if (typeof cb === "function") {
|
|
720
|
-
if (typeof optionsOrCb !== "object")
|
|
721
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
722
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
723
|
-
}
|
|
724
|
-
else {
|
|
725
|
-
return this.send(command, optionsOrCb);
|
|
726
|
-
}
|
|
727
|
-
}
|
|
728
|
-
createInferenceExperiment(args, optionsOrCb, cb) {
|
|
729
|
-
const command = new CreateInferenceExperimentCommand_1.CreateInferenceExperimentCommand(args);
|
|
730
|
-
if (typeof optionsOrCb === "function") {
|
|
731
|
-
this.send(command, optionsOrCb);
|
|
732
|
-
}
|
|
733
|
-
else if (typeof cb === "function") {
|
|
734
|
-
if (typeof optionsOrCb !== "object")
|
|
735
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
736
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
737
|
-
}
|
|
738
|
-
else {
|
|
739
|
-
return this.send(command, optionsOrCb);
|
|
740
|
-
}
|
|
741
|
-
}
|
|
742
|
-
createInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
743
|
-
const command = new CreateInferenceRecommendationsJobCommand_1.CreateInferenceRecommendationsJobCommand(args);
|
|
744
|
-
if (typeof optionsOrCb === "function") {
|
|
745
|
-
this.send(command, optionsOrCb);
|
|
746
|
-
}
|
|
747
|
-
else if (typeof cb === "function") {
|
|
748
|
-
if (typeof optionsOrCb !== "object")
|
|
749
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
750
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
751
|
-
}
|
|
752
|
-
else {
|
|
753
|
-
return this.send(command, optionsOrCb);
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
createLabelingJob(args, optionsOrCb, cb) {
|
|
757
|
-
const command = new CreateLabelingJobCommand_1.CreateLabelingJobCommand(args);
|
|
758
|
-
if (typeof optionsOrCb === "function") {
|
|
759
|
-
this.send(command, optionsOrCb);
|
|
760
|
-
}
|
|
761
|
-
else if (typeof cb === "function") {
|
|
762
|
-
if (typeof optionsOrCb !== "object")
|
|
763
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
764
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
765
|
-
}
|
|
766
|
-
else {
|
|
767
|
-
return this.send(command, optionsOrCb);
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
createModel(args, optionsOrCb, cb) {
|
|
771
|
-
const command = new CreateModelCommand_1.CreateModelCommand(args);
|
|
772
|
-
if (typeof optionsOrCb === "function") {
|
|
773
|
-
this.send(command, optionsOrCb);
|
|
774
|
-
}
|
|
775
|
-
else if (typeof cb === "function") {
|
|
776
|
-
if (typeof optionsOrCb !== "object")
|
|
777
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
778
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
779
|
-
}
|
|
780
|
-
else {
|
|
781
|
-
return this.send(command, optionsOrCb);
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
createModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
785
|
-
const command = new CreateModelBiasJobDefinitionCommand_1.CreateModelBiasJobDefinitionCommand(args);
|
|
786
|
-
if (typeof optionsOrCb === "function") {
|
|
787
|
-
this.send(command, optionsOrCb);
|
|
788
|
-
}
|
|
789
|
-
else if (typeof cb === "function") {
|
|
790
|
-
if (typeof optionsOrCb !== "object")
|
|
791
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
792
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
793
|
-
}
|
|
794
|
-
else {
|
|
795
|
-
return this.send(command, optionsOrCb);
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
createModelCard(args, optionsOrCb, cb) {
|
|
799
|
-
const command = new CreateModelCardCommand_1.CreateModelCardCommand(args);
|
|
800
|
-
if (typeof optionsOrCb === "function") {
|
|
801
|
-
this.send(command, optionsOrCb);
|
|
802
|
-
}
|
|
803
|
-
else if (typeof cb === "function") {
|
|
804
|
-
if (typeof optionsOrCb !== "object")
|
|
805
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
806
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
807
|
-
}
|
|
808
|
-
else {
|
|
809
|
-
return this.send(command, optionsOrCb);
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
createModelCardExportJob(args, optionsOrCb, cb) {
|
|
813
|
-
const command = new CreateModelCardExportJobCommand_1.CreateModelCardExportJobCommand(args);
|
|
814
|
-
if (typeof optionsOrCb === "function") {
|
|
815
|
-
this.send(command, optionsOrCb);
|
|
816
|
-
}
|
|
817
|
-
else if (typeof cb === "function") {
|
|
818
|
-
if (typeof optionsOrCb !== "object")
|
|
819
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
820
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
821
|
-
}
|
|
822
|
-
else {
|
|
823
|
-
return this.send(command, optionsOrCb);
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
createModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
827
|
-
const command = new CreateModelExplainabilityJobDefinitionCommand_1.CreateModelExplainabilityJobDefinitionCommand(args);
|
|
828
|
-
if (typeof optionsOrCb === "function") {
|
|
829
|
-
this.send(command, optionsOrCb);
|
|
830
|
-
}
|
|
831
|
-
else if (typeof cb === "function") {
|
|
832
|
-
if (typeof optionsOrCb !== "object")
|
|
833
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
834
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
835
|
-
}
|
|
836
|
-
else {
|
|
837
|
-
return this.send(command, optionsOrCb);
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
createModelPackage(args, optionsOrCb, cb) {
|
|
841
|
-
const command = new CreateModelPackageCommand_1.CreateModelPackageCommand(args);
|
|
842
|
-
if (typeof optionsOrCb === "function") {
|
|
843
|
-
this.send(command, optionsOrCb);
|
|
844
|
-
}
|
|
845
|
-
else if (typeof cb === "function") {
|
|
846
|
-
if (typeof optionsOrCb !== "object")
|
|
847
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
848
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
849
|
-
}
|
|
850
|
-
else {
|
|
851
|
-
return this.send(command, optionsOrCb);
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
createModelPackageGroup(args, optionsOrCb, cb) {
|
|
855
|
-
const command = new CreateModelPackageGroupCommand_1.CreateModelPackageGroupCommand(args);
|
|
856
|
-
if (typeof optionsOrCb === "function") {
|
|
857
|
-
this.send(command, optionsOrCb);
|
|
858
|
-
}
|
|
859
|
-
else if (typeof cb === "function") {
|
|
860
|
-
if (typeof optionsOrCb !== "object")
|
|
861
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
862
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
863
|
-
}
|
|
864
|
-
else {
|
|
865
|
-
return this.send(command, optionsOrCb);
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
createModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
869
|
-
const command = new CreateModelQualityJobDefinitionCommand_1.CreateModelQualityJobDefinitionCommand(args);
|
|
870
|
-
if (typeof optionsOrCb === "function") {
|
|
871
|
-
this.send(command, optionsOrCb);
|
|
872
|
-
}
|
|
873
|
-
else if (typeof cb === "function") {
|
|
874
|
-
if (typeof optionsOrCb !== "object")
|
|
875
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
876
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
877
|
-
}
|
|
878
|
-
else {
|
|
879
|
-
return this.send(command, optionsOrCb);
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
createMonitoringSchedule(args, optionsOrCb, cb) {
|
|
883
|
-
const command = new CreateMonitoringScheduleCommand_1.CreateMonitoringScheduleCommand(args);
|
|
884
|
-
if (typeof optionsOrCb === "function") {
|
|
885
|
-
this.send(command, optionsOrCb);
|
|
886
|
-
}
|
|
887
|
-
else if (typeof cb === "function") {
|
|
888
|
-
if (typeof optionsOrCb !== "object")
|
|
889
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
890
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
891
|
-
}
|
|
892
|
-
else {
|
|
893
|
-
return this.send(command, optionsOrCb);
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
createNotebookInstance(args, optionsOrCb, cb) {
|
|
897
|
-
const command = new CreateNotebookInstanceCommand_1.CreateNotebookInstanceCommand(args);
|
|
898
|
-
if (typeof optionsOrCb === "function") {
|
|
899
|
-
this.send(command, optionsOrCb);
|
|
900
|
-
}
|
|
901
|
-
else if (typeof cb === "function") {
|
|
902
|
-
if (typeof optionsOrCb !== "object")
|
|
903
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
904
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
905
|
-
}
|
|
906
|
-
else {
|
|
907
|
-
return this.send(command, optionsOrCb);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
createNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
911
|
-
const command = new CreateNotebookInstanceLifecycleConfigCommand_1.CreateNotebookInstanceLifecycleConfigCommand(args);
|
|
912
|
-
if (typeof optionsOrCb === "function") {
|
|
913
|
-
this.send(command, optionsOrCb);
|
|
914
|
-
}
|
|
915
|
-
else if (typeof cb === "function") {
|
|
916
|
-
if (typeof optionsOrCb !== "object")
|
|
917
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
918
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
919
|
-
}
|
|
920
|
-
else {
|
|
921
|
-
return this.send(command, optionsOrCb);
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
createPipeline(args, optionsOrCb, cb) {
|
|
925
|
-
const command = new CreatePipelineCommand_1.CreatePipelineCommand(args);
|
|
926
|
-
if (typeof optionsOrCb === "function") {
|
|
927
|
-
this.send(command, optionsOrCb);
|
|
928
|
-
}
|
|
929
|
-
else if (typeof cb === "function") {
|
|
930
|
-
if (typeof optionsOrCb !== "object")
|
|
931
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
932
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
933
|
-
}
|
|
934
|
-
else {
|
|
935
|
-
return this.send(command, optionsOrCb);
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
createPresignedDomainUrl(args, optionsOrCb, cb) {
|
|
939
|
-
const command = new CreatePresignedDomainUrlCommand_1.CreatePresignedDomainUrlCommand(args);
|
|
940
|
-
if (typeof optionsOrCb === "function") {
|
|
941
|
-
this.send(command, optionsOrCb);
|
|
942
|
-
}
|
|
943
|
-
else if (typeof cb === "function") {
|
|
944
|
-
if (typeof optionsOrCb !== "object")
|
|
945
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
946
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
947
|
-
}
|
|
948
|
-
else {
|
|
949
|
-
return this.send(command, optionsOrCb);
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
createPresignedNotebookInstanceUrl(args, optionsOrCb, cb) {
|
|
953
|
-
const command = new CreatePresignedNotebookInstanceUrlCommand_1.CreatePresignedNotebookInstanceUrlCommand(args);
|
|
954
|
-
if (typeof optionsOrCb === "function") {
|
|
955
|
-
this.send(command, optionsOrCb);
|
|
956
|
-
}
|
|
957
|
-
else if (typeof cb === "function") {
|
|
958
|
-
if (typeof optionsOrCb !== "object")
|
|
959
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
960
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
961
|
-
}
|
|
962
|
-
else {
|
|
963
|
-
return this.send(command, optionsOrCb);
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
createProcessingJob(args, optionsOrCb, cb) {
|
|
967
|
-
const command = new CreateProcessingJobCommand_1.CreateProcessingJobCommand(args);
|
|
968
|
-
if (typeof optionsOrCb === "function") {
|
|
969
|
-
this.send(command, optionsOrCb);
|
|
970
|
-
}
|
|
971
|
-
else if (typeof cb === "function") {
|
|
972
|
-
if (typeof optionsOrCb !== "object")
|
|
973
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
974
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
975
|
-
}
|
|
976
|
-
else {
|
|
977
|
-
return this.send(command, optionsOrCb);
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
createProject(args, optionsOrCb, cb) {
|
|
981
|
-
const command = new CreateProjectCommand_1.CreateProjectCommand(args);
|
|
982
|
-
if (typeof optionsOrCb === "function") {
|
|
983
|
-
this.send(command, optionsOrCb);
|
|
984
|
-
}
|
|
985
|
-
else if (typeof cb === "function") {
|
|
986
|
-
if (typeof optionsOrCb !== "object")
|
|
987
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
988
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
989
|
-
}
|
|
990
|
-
else {
|
|
991
|
-
return this.send(command, optionsOrCb);
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
createSpace(args, optionsOrCb, cb) {
|
|
995
|
-
const command = new CreateSpaceCommand_1.CreateSpaceCommand(args);
|
|
996
|
-
if (typeof optionsOrCb === "function") {
|
|
997
|
-
this.send(command, optionsOrCb);
|
|
998
|
-
}
|
|
999
|
-
else if (typeof cb === "function") {
|
|
1000
|
-
if (typeof optionsOrCb !== "object")
|
|
1001
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1002
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1003
|
-
}
|
|
1004
|
-
else {
|
|
1005
|
-
return this.send(command, optionsOrCb);
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
createStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
1009
|
-
const command = new CreateStudioLifecycleConfigCommand_1.CreateStudioLifecycleConfigCommand(args);
|
|
1010
|
-
if (typeof optionsOrCb === "function") {
|
|
1011
|
-
this.send(command, optionsOrCb);
|
|
1012
|
-
}
|
|
1013
|
-
else if (typeof cb === "function") {
|
|
1014
|
-
if (typeof optionsOrCb !== "object")
|
|
1015
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1016
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1017
|
-
}
|
|
1018
|
-
else {
|
|
1019
|
-
return this.send(command, optionsOrCb);
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
createTrainingJob(args, optionsOrCb, cb) {
|
|
1023
|
-
const command = new CreateTrainingJobCommand_1.CreateTrainingJobCommand(args);
|
|
1024
|
-
if (typeof optionsOrCb === "function") {
|
|
1025
|
-
this.send(command, optionsOrCb);
|
|
1026
|
-
}
|
|
1027
|
-
else if (typeof cb === "function") {
|
|
1028
|
-
if (typeof optionsOrCb !== "object")
|
|
1029
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1030
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1031
|
-
}
|
|
1032
|
-
else {
|
|
1033
|
-
return this.send(command, optionsOrCb);
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
|
-
createTransformJob(args, optionsOrCb, cb) {
|
|
1037
|
-
const command = new CreateTransformJobCommand_1.CreateTransformJobCommand(args);
|
|
1038
|
-
if (typeof optionsOrCb === "function") {
|
|
1039
|
-
this.send(command, optionsOrCb);
|
|
1040
|
-
}
|
|
1041
|
-
else if (typeof cb === "function") {
|
|
1042
|
-
if (typeof optionsOrCb !== "object")
|
|
1043
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1044
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1045
|
-
}
|
|
1046
|
-
else {
|
|
1047
|
-
return this.send(command, optionsOrCb);
|
|
1048
|
-
}
|
|
1049
|
-
}
|
|
1050
|
-
createTrial(args, optionsOrCb, cb) {
|
|
1051
|
-
const command = new CreateTrialCommand_1.CreateTrialCommand(args);
|
|
1052
|
-
if (typeof optionsOrCb === "function") {
|
|
1053
|
-
this.send(command, optionsOrCb);
|
|
1054
|
-
}
|
|
1055
|
-
else if (typeof cb === "function") {
|
|
1056
|
-
if (typeof optionsOrCb !== "object")
|
|
1057
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1058
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1059
|
-
}
|
|
1060
|
-
else {
|
|
1061
|
-
return this.send(command, optionsOrCb);
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
createTrialComponent(args, optionsOrCb, cb) {
|
|
1065
|
-
const command = new CreateTrialComponentCommand_1.CreateTrialComponentCommand(args);
|
|
1066
|
-
if (typeof optionsOrCb === "function") {
|
|
1067
|
-
this.send(command, optionsOrCb);
|
|
1068
|
-
}
|
|
1069
|
-
else if (typeof cb === "function") {
|
|
1070
|
-
if (typeof optionsOrCb !== "object")
|
|
1071
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1072
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1073
|
-
}
|
|
1074
|
-
else {
|
|
1075
|
-
return this.send(command, optionsOrCb);
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
createUserProfile(args, optionsOrCb, cb) {
|
|
1079
|
-
const command = new CreateUserProfileCommand_1.CreateUserProfileCommand(args);
|
|
1080
|
-
if (typeof optionsOrCb === "function") {
|
|
1081
|
-
this.send(command, optionsOrCb);
|
|
1082
|
-
}
|
|
1083
|
-
else if (typeof cb === "function") {
|
|
1084
|
-
if (typeof optionsOrCb !== "object")
|
|
1085
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1086
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1087
|
-
}
|
|
1088
|
-
else {
|
|
1089
|
-
return this.send(command, optionsOrCb);
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
createWorkforce(args, optionsOrCb, cb) {
|
|
1093
|
-
const command = new CreateWorkforceCommand_1.CreateWorkforceCommand(args);
|
|
1094
|
-
if (typeof optionsOrCb === "function") {
|
|
1095
|
-
this.send(command, optionsOrCb);
|
|
1096
|
-
}
|
|
1097
|
-
else if (typeof cb === "function") {
|
|
1098
|
-
if (typeof optionsOrCb !== "object")
|
|
1099
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1100
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1101
|
-
}
|
|
1102
|
-
else {
|
|
1103
|
-
return this.send(command, optionsOrCb);
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
createWorkteam(args, optionsOrCb, cb) {
|
|
1107
|
-
const command = new CreateWorkteamCommand_1.CreateWorkteamCommand(args);
|
|
1108
|
-
if (typeof optionsOrCb === "function") {
|
|
1109
|
-
this.send(command, optionsOrCb);
|
|
1110
|
-
}
|
|
1111
|
-
else if (typeof cb === "function") {
|
|
1112
|
-
if (typeof optionsOrCb !== "object")
|
|
1113
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1114
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1115
|
-
}
|
|
1116
|
-
else {
|
|
1117
|
-
return this.send(command, optionsOrCb);
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
deleteAction(args, optionsOrCb, cb) {
|
|
1121
|
-
const command = new DeleteActionCommand_1.DeleteActionCommand(args);
|
|
1122
|
-
if (typeof optionsOrCb === "function") {
|
|
1123
|
-
this.send(command, optionsOrCb);
|
|
1124
|
-
}
|
|
1125
|
-
else if (typeof cb === "function") {
|
|
1126
|
-
if (typeof optionsOrCb !== "object")
|
|
1127
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1128
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1129
|
-
}
|
|
1130
|
-
else {
|
|
1131
|
-
return this.send(command, optionsOrCb);
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
deleteAlgorithm(args, optionsOrCb, cb) {
|
|
1135
|
-
const command = new DeleteAlgorithmCommand_1.DeleteAlgorithmCommand(args);
|
|
1136
|
-
if (typeof optionsOrCb === "function") {
|
|
1137
|
-
this.send(command, optionsOrCb);
|
|
1138
|
-
}
|
|
1139
|
-
else if (typeof cb === "function") {
|
|
1140
|
-
if (typeof optionsOrCb !== "object")
|
|
1141
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1142
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1143
|
-
}
|
|
1144
|
-
else {
|
|
1145
|
-
return this.send(command, optionsOrCb);
|
|
1146
|
-
}
|
|
1147
|
-
}
|
|
1148
|
-
deleteApp(args, optionsOrCb, cb) {
|
|
1149
|
-
const command = new DeleteAppCommand_1.DeleteAppCommand(args);
|
|
1150
|
-
if (typeof optionsOrCb === "function") {
|
|
1151
|
-
this.send(command, optionsOrCb);
|
|
1152
|
-
}
|
|
1153
|
-
else if (typeof cb === "function") {
|
|
1154
|
-
if (typeof optionsOrCb !== "object")
|
|
1155
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1156
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1157
|
-
}
|
|
1158
|
-
else {
|
|
1159
|
-
return this.send(command, optionsOrCb);
|
|
1160
|
-
}
|
|
1161
|
-
}
|
|
1162
|
-
deleteAppImageConfig(args, optionsOrCb, cb) {
|
|
1163
|
-
const command = new DeleteAppImageConfigCommand_1.DeleteAppImageConfigCommand(args);
|
|
1164
|
-
if (typeof optionsOrCb === "function") {
|
|
1165
|
-
this.send(command, optionsOrCb);
|
|
1166
|
-
}
|
|
1167
|
-
else if (typeof cb === "function") {
|
|
1168
|
-
if (typeof optionsOrCb !== "object")
|
|
1169
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1170
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1171
|
-
}
|
|
1172
|
-
else {
|
|
1173
|
-
return this.send(command, optionsOrCb);
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
deleteArtifact(args, optionsOrCb, cb) {
|
|
1177
|
-
const command = new DeleteArtifactCommand_1.DeleteArtifactCommand(args);
|
|
1178
|
-
if (typeof optionsOrCb === "function") {
|
|
1179
|
-
this.send(command, optionsOrCb);
|
|
1180
|
-
}
|
|
1181
|
-
else if (typeof cb === "function") {
|
|
1182
|
-
if (typeof optionsOrCb !== "object")
|
|
1183
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1184
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1185
|
-
}
|
|
1186
|
-
else {
|
|
1187
|
-
return this.send(command, optionsOrCb);
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
deleteAssociation(args, optionsOrCb, cb) {
|
|
1191
|
-
const command = new DeleteAssociationCommand_1.DeleteAssociationCommand(args);
|
|
1192
|
-
if (typeof optionsOrCb === "function") {
|
|
1193
|
-
this.send(command, optionsOrCb);
|
|
1194
|
-
}
|
|
1195
|
-
else if (typeof cb === "function") {
|
|
1196
|
-
if (typeof optionsOrCb !== "object")
|
|
1197
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1198
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1199
|
-
}
|
|
1200
|
-
else {
|
|
1201
|
-
return this.send(command, optionsOrCb);
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
|
-
deleteCodeRepository(args, optionsOrCb, cb) {
|
|
1205
|
-
const command = new DeleteCodeRepositoryCommand_1.DeleteCodeRepositoryCommand(args);
|
|
1206
|
-
if (typeof optionsOrCb === "function") {
|
|
1207
|
-
this.send(command, optionsOrCb);
|
|
1208
|
-
}
|
|
1209
|
-
else if (typeof cb === "function") {
|
|
1210
|
-
if (typeof optionsOrCb !== "object")
|
|
1211
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1212
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1213
|
-
}
|
|
1214
|
-
else {
|
|
1215
|
-
return this.send(command, optionsOrCb);
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
deleteContext(args, optionsOrCb, cb) {
|
|
1219
|
-
const command = new DeleteContextCommand_1.DeleteContextCommand(args);
|
|
1220
|
-
if (typeof optionsOrCb === "function") {
|
|
1221
|
-
this.send(command, optionsOrCb);
|
|
1222
|
-
}
|
|
1223
|
-
else if (typeof cb === "function") {
|
|
1224
|
-
if (typeof optionsOrCb !== "object")
|
|
1225
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1226
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1227
|
-
}
|
|
1228
|
-
else {
|
|
1229
|
-
return this.send(command, optionsOrCb);
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
deleteDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1233
|
-
const command = new DeleteDataQualityJobDefinitionCommand_1.DeleteDataQualityJobDefinitionCommand(args);
|
|
1234
|
-
if (typeof optionsOrCb === "function") {
|
|
1235
|
-
this.send(command, optionsOrCb);
|
|
1236
|
-
}
|
|
1237
|
-
else if (typeof cb === "function") {
|
|
1238
|
-
if (typeof optionsOrCb !== "object")
|
|
1239
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1240
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1241
|
-
}
|
|
1242
|
-
else {
|
|
1243
|
-
return this.send(command, optionsOrCb);
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1246
|
-
deleteDeviceFleet(args, optionsOrCb, cb) {
|
|
1247
|
-
const command = new DeleteDeviceFleetCommand_1.DeleteDeviceFleetCommand(args);
|
|
1248
|
-
if (typeof optionsOrCb === "function") {
|
|
1249
|
-
this.send(command, optionsOrCb);
|
|
1250
|
-
}
|
|
1251
|
-
else if (typeof cb === "function") {
|
|
1252
|
-
if (typeof optionsOrCb !== "object")
|
|
1253
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1254
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1255
|
-
}
|
|
1256
|
-
else {
|
|
1257
|
-
return this.send(command, optionsOrCb);
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
deleteDomain(args, optionsOrCb, cb) {
|
|
1261
|
-
const command = new DeleteDomainCommand_1.DeleteDomainCommand(args);
|
|
1262
|
-
if (typeof optionsOrCb === "function") {
|
|
1263
|
-
this.send(command, optionsOrCb);
|
|
1264
|
-
}
|
|
1265
|
-
else if (typeof cb === "function") {
|
|
1266
|
-
if (typeof optionsOrCb !== "object")
|
|
1267
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1268
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1269
|
-
}
|
|
1270
|
-
else {
|
|
1271
|
-
return this.send(command, optionsOrCb);
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1274
|
-
deleteEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
1275
|
-
const command = new DeleteEdgeDeploymentPlanCommand_1.DeleteEdgeDeploymentPlanCommand(args);
|
|
1276
|
-
if (typeof optionsOrCb === "function") {
|
|
1277
|
-
this.send(command, optionsOrCb);
|
|
1278
|
-
}
|
|
1279
|
-
else if (typeof cb === "function") {
|
|
1280
|
-
if (typeof optionsOrCb !== "object")
|
|
1281
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1282
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1283
|
-
}
|
|
1284
|
-
else {
|
|
1285
|
-
return this.send(command, optionsOrCb);
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
deleteEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
1289
|
-
const command = new DeleteEdgeDeploymentStageCommand_1.DeleteEdgeDeploymentStageCommand(args);
|
|
1290
|
-
if (typeof optionsOrCb === "function") {
|
|
1291
|
-
this.send(command, optionsOrCb);
|
|
1292
|
-
}
|
|
1293
|
-
else if (typeof cb === "function") {
|
|
1294
|
-
if (typeof optionsOrCb !== "object")
|
|
1295
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1296
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1297
|
-
}
|
|
1298
|
-
else {
|
|
1299
|
-
return this.send(command, optionsOrCb);
|
|
1300
|
-
}
|
|
1301
|
-
}
|
|
1302
|
-
deleteEndpoint(args, optionsOrCb, cb) {
|
|
1303
|
-
const command = new DeleteEndpointCommand_1.DeleteEndpointCommand(args);
|
|
1304
|
-
if (typeof optionsOrCb === "function") {
|
|
1305
|
-
this.send(command, optionsOrCb);
|
|
1306
|
-
}
|
|
1307
|
-
else if (typeof cb === "function") {
|
|
1308
|
-
if (typeof optionsOrCb !== "object")
|
|
1309
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1310
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1311
|
-
}
|
|
1312
|
-
else {
|
|
1313
|
-
return this.send(command, optionsOrCb);
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
deleteEndpointConfig(args, optionsOrCb, cb) {
|
|
1317
|
-
const command = new DeleteEndpointConfigCommand_1.DeleteEndpointConfigCommand(args);
|
|
1318
|
-
if (typeof optionsOrCb === "function") {
|
|
1319
|
-
this.send(command, optionsOrCb);
|
|
1320
|
-
}
|
|
1321
|
-
else if (typeof cb === "function") {
|
|
1322
|
-
if (typeof optionsOrCb !== "object")
|
|
1323
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1324
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1325
|
-
}
|
|
1326
|
-
else {
|
|
1327
|
-
return this.send(command, optionsOrCb);
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
deleteExperiment(args, optionsOrCb, cb) {
|
|
1331
|
-
const command = new DeleteExperimentCommand_1.DeleteExperimentCommand(args);
|
|
1332
|
-
if (typeof optionsOrCb === "function") {
|
|
1333
|
-
this.send(command, optionsOrCb);
|
|
1334
|
-
}
|
|
1335
|
-
else if (typeof cb === "function") {
|
|
1336
|
-
if (typeof optionsOrCb !== "object")
|
|
1337
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1338
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1339
|
-
}
|
|
1340
|
-
else {
|
|
1341
|
-
return this.send(command, optionsOrCb);
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
deleteFeatureGroup(args, optionsOrCb, cb) {
|
|
1345
|
-
const command = new DeleteFeatureGroupCommand_1.DeleteFeatureGroupCommand(args);
|
|
1346
|
-
if (typeof optionsOrCb === "function") {
|
|
1347
|
-
this.send(command, optionsOrCb);
|
|
1348
|
-
}
|
|
1349
|
-
else if (typeof cb === "function") {
|
|
1350
|
-
if (typeof optionsOrCb !== "object")
|
|
1351
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1352
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1353
|
-
}
|
|
1354
|
-
else {
|
|
1355
|
-
return this.send(command, optionsOrCb);
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
deleteFlowDefinition(args, optionsOrCb, cb) {
|
|
1359
|
-
const command = new DeleteFlowDefinitionCommand_1.DeleteFlowDefinitionCommand(args);
|
|
1360
|
-
if (typeof optionsOrCb === "function") {
|
|
1361
|
-
this.send(command, optionsOrCb);
|
|
1362
|
-
}
|
|
1363
|
-
else if (typeof cb === "function") {
|
|
1364
|
-
if (typeof optionsOrCb !== "object")
|
|
1365
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1366
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1367
|
-
}
|
|
1368
|
-
else {
|
|
1369
|
-
return this.send(command, optionsOrCb);
|
|
1370
|
-
}
|
|
1371
|
-
}
|
|
1372
|
-
deleteHub(args, optionsOrCb, cb) {
|
|
1373
|
-
const command = new DeleteHubCommand_1.DeleteHubCommand(args);
|
|
1374
|
-
if (typeof optionsOrCb === "function") {
|
|
1375
|
-
this.send(command, optionsOrCb);
|
|
1376
|
-
}
|
|
1377
|
-
else if (typeof cb === "function") {
|
|
1378
|
-
if (typeof optionsOrCb !== "object")
|
|
1379
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1380
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1381
|
-
}
|
|
1382
|
-
else {
|
|
1383
|
-
return this.send(command, optionsOrCb);
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
deleteHubContent(args, optionsOrCb, cb) {
|
|
1387
|
-
const command = new DeleteHubContentCommand_1.DeleteHubContentCommand(args);
|
|
1388
|
-
if (typeof optionsOrCb === "function") {
|
|
1389
|
-
this.send(command, optionsOrCb);
|
|
1390
|
-
}
|
|
1391
|
-
else if (typeof cb === "function") {
|
|
1392
|
-
if (typeof optionsOrCb !== "object")
|
|
1393
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1394
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1395
|
-
}
|
|
1396
|
-
else {
|
|
1397
|
-
return this.send(command, optionsOrCb);
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
deleteHumanTaskUi(args, optionsOrCb, cb) {
|
|
1401
|
-
const command = new DeleteHumanTaskUiCommand_1.DeleteHumanTaskUiCommand(args);
|
|
1402
|
-
if (typeof optionsOrCb === "function") {
|
|
1403
|
-
this.send(command, optionsOrCb);
|
|
1404
|
-
}
|
|
1405
|
-
else if (typeof cb === "function") {
|
|
1406
|
-
if (typeof optionsOrCb !== "object")
|
|
1407
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1408
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1409
|
-
}
|
|
1410
|
-
else {
|
|
1411
|
-
return this.send(command, optionsOrCb);
|
|
1412
|
-
}
|
|
1413
|
-
}
|
|
1414
|
-
deleteImage(args, optionsOrCb, cb) {
|
|
1415
|
-
const command = new DeleteImageCommand_1.DeleteImageCommand(args);
|
|
1416
|
-
if (typeof optionsOrCb === "function") {
|
|
1417
|
-
this.send(command, optionsOrCb);
|
|
1418
|
-
}
|
|
1419
|
-
else if (typeof cb === "function") {
|
|
1420
|
-
if (typeof optionsOrCb !== "object")
|
|
1421
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1422
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1423
|
-
}
|
|
1424
|
-
else {
|
|
1425
|
-
return this.send(command, optionsOrCb);
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1428
|
-
deleteImageVersion(args, optionsOrCb, cb) {
|
|
1429
|
-
const command = new DeleteImageVersionCommand_1.DeleteImageVersionCommand(args);
|
|
1430
|
-
if (typeof optionsOrCb === "function") {
|
|
1431
|
-
this.send(command, optionsOrCb);
|
|
1432
|
-
}
|
|
1433
|
-
else if (typeof cb === "function") {
|
|
1434
|
-
if (typeof optionsOrCb !== "object")
|
|
1435
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1436
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1437
|
-
}
|
|
1438
|
-
else {
|
|
1439
|
-
return this.send(command, optionsOrCb);
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
deleteInferenceExperiment(args, optionsOrCb, cb) {
|
|
1443
|
-
const command = new DeleteInferenceExperimentCommand_1.DeleteInferenceExperimentCommand(args);
|
|
1444
|
-
if (typeof optionsOrCb === "function") {
|
|
1445
|
-
this.send(command, optionsOrCb);
|
|
1446
|
-
}
|
|
1447
|
-
else if (typeof cb === "function") {
|
|
1448
|
-
if (typeof optionsOrCb !== "object")
|
|
1449
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1450
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1451
|
-
}
|
|
1452
|
-
else {
|
|
1453
|
-
return this.send(command, optionsOrCb);
|
|
1454
|
-
}
|
|
1455
|
-
}
|
|
1456
|
-
deleteModel(args, optionsOrCb, cb) {
|
|
1457
|
-
const command = new DeleteModelCommand_1.DeleteModelCommand(args);
|
|
1458
|
-
if (typeof optionsOrCb === "function") {
|
|
1459
|
-
this.send(command, optionsOrCb);
|
|
1460
|
-
}
|
|
1461
|
-
else if (typeof cb === "function") {
|
|
1462
|
-
if (typeof optionsOrCb !== "object")
|
|
1463
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1464
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1465
|
-
}
|
|
1466
|
-
else {
|
|
1467
|
-
return this.send(command, optionsOrCb);
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
deleteModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
1471
|
-
const command = new DeleteModelBiasJobDefinitionCommand_1.DeleteModelBiasJobDefinitionCommand(args);
|
|
1472
|
-
if (typeof optionsOrCb === "function") {
|
|
1473
|
-
this.send(command, optionsOrCb);
|
|
1474
|
-
}
|
|
1475
|
-
else if (typeof cb === "function") {
|
|
1476
|
-
if (typeof optionsOrCb !== "object")
|
|
1477
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1478
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1479
|
-
}
|
|
1480
|
-
else {
|
|
1481
|
-
return this.send(command, optionsOrCb);
|
|
1482
|
-
}
|
|
1483
|
-
}
|
|
1484
|
-
deleteModelCard(args, optionsOrCb, cb) {
|
|
1485
|
-
const command = new DeleteModelCardCommand_1.DeleteModelCardCommand(args);
|
|
1486
|
-
if (typeof optionsOrCb === "function") {
|
|
1487
|
-
this.send(command, optionsOrCb);
|
|
1488
|
-
}
|
|
1489
|
-
else if (typeof cb === "function") {
|
|
1490
|
-
if (typeof optionsOrCb !== "object")
|
|
1491
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1492
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1493
|
-
}
|
|
1494
|
-
else {
|
|
1495
|
-
return this.send(command, optionsOrCb);
|
|
1496
|
-
}
|
|
1497
|
-
}
|
|
1498
|
-
deleteModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
1499
|
-
const command = new DeleteModelExplainabilityJobDefinitionCommand_1.DeleteModelExplainabilityJobDefinitionCommand(args);
|
|
1500
|
-
if (typeof optionsOrCb === "function") {
|
|
1501
|
-
this.send(command, optionsOrCb);
|
|
1502
|
-
}
|
|
1503
|
-
else if (typeof cb === "function") {
|
|
1504
|
-
if (typeof optionsOrCb !== "object")
|
|
1505
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1506
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1507
|
-
}
|
|
1508
|
-
else {
|
|
1509
|
-
return this.send(command, optionsOrCb);
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
deleteModelPackage(args, optionsOrCb, cb) {
|
|
1513
|
-
const command = new DeleteModelPackageCommand_1.DeleteModelPackageCommand(args);
|
|
1514
|
-
if (typeof optionsOrCb === "function") {
|
|
1515
|
-
this.send(command, optionsOrCb);
|
|
1516
|
-
}
|
|
1517
|
-
else if (typeof cb === "function") {
|
|
1518
|
-
if (typeof optionsOrCb !== "object")
|
|
1519
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1520
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1521
|
-
}
|
|
1522
|
-
else {
|
|
1523
|
-
return this.send(command, optionsOrCb);
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
|
-
deleteModelPackageGroup(args, optionsOrCb, cb) {
|
|
1527
|
-
const command = new DeleteModelPackageGroupCommand_1.DeleteModelPackageGroupCommand(args);
|
|
1528
|
-
if (typeof optionsOrCb === "function") {
|
|
1529
|
-
this.send(command, optionsOrCb);
|
|
1530
|
-
}
|
|
1531
|
-
else if (typeof cb === "function") {
|
|
1532
|
-
if (typeof optionsOrCb !== "object")
|
|
1533
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1534
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1535
|
-
}
|
|
1536
|
-
else {
|
|
1537
|
-
return this.send(command, optionsOrCb);
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
deleteModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
1541
|
-
const command = new DeleteModelPackageGroupPolicyCommand_1.DeleteModelPackageGroupPolicyCommand(args);
|
|
1542
|
-
if (typeof optionsOrCb === "function") {
|
|
1543
|
-
this.send(command, optionsOrCb);
|
|
1544
|
-
}
|
|
1545
|
-
else if (typeof cb === "function") {
|
|
1546
|
-
if (typeof optionsOrCb !== "object")
|
|
1547
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1548
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1549
|
-
}
|
|
1550
|
-
else {
|
|
1551
|
-
return this.send(command, optionsOrCb);
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
deleteModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1555
|
-
const command = new DeleteModelQualityJobDefinitionCommand_1.DeleteModelQualityJobDefinitionCommand(args);
|
|
1556
|
-
if (typeof optionsOrCb === "function") {
|
|
1557
|
-
this.send(command, optionsOrCb);
|
|
1558
|
-
}
|
|
1559
|
-
else if (typeof cb === "function") {
|
|
1560
|
-
if (typeof optionsOrCb !== "object")
|
|
1561
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1562
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1563
|
-
}
|
|
1564
|
-
else {
|
|
1565
|
-
return this.send(command, optionsOrCb);
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
deleteMonitoringSchedule(args, optionsOrCb, cb) {
|
|
1569
|
-
const command = new DeleteMonitoringScheduleCommand_1.DeleteMonitoringScheduleCommand(args);
|
|
1570
|
-
if (typeof optionsOrCb === "function") {
|
|
1571
|
-
this.send(command, optionsOrCb);
|
|
1572
|
-
}
|
|
1573
|
-
else if (typeof cb === "function") {
|
|
1574
|
-
if (typeof optionsOrCb !== "object")
|
|
1575
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1576
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1577
|
-
}
|
|
1578
|
-
else {
|
|
1579
|
-
return this.send(command, optionsOrCb);
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
deleteNotebookInstance(args, optionsOrCb, cb) {
|
|
1583
|
-
const command = new DeleteNotebookInstanceCommand_1.DeleteNotebookInstanceCommand(args);
|
|
1584
|
-
if (typeof optionsOrCb === "function") {
|
|
1585
|
-
this.send(command, optionsOrCb);
|
|
1586
|
-
}
|
|
1587
|
-
else if (typeof cb === "function") {
|
|
1588
|
-
if (typeof optionsOrCb !== "object")
|
|
1589
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1590
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1591
|
-
}
|
|
1592
|
-
else {
|
|
1593
|
-
return this.send(command, optionsOrCb);
|
|
1594
|
-
}
|
|
1595
|
-
}
|
|
1596
|
-
deleteNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
1597
|
-
const command = new DeleteNotebookInstanceLifecycleConfigCommand_1.DeleteNotebookInstanceLifecycleConfigCommand(args);
|
|
1598
|
-
if (typeof optionsOrCb === "function") {
|
|
1599
|
-
this.send(command, optionsOrCb);
|
|
1600
|
-
}
|
|
1601
|
-
else if (typeof cb === "function") {
|
|
1602
|
-
if (typeof optionsOrCb !== "object")
|
|
1603
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1604
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1605
|
-
}
|
|
1606
|
-
else {
|
|
1607
|
-
return this.send(command, optionsOrCb);
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
deletePipeline(args, optionsOrCb, cb) {
|
|
1611
|
-
const command = new DeletePipelineCommand_1.DeletePipelineCommand(args);
|
|
1612
|
-
if (typeof optionsOrCb === "function") {
|
|
1613
|
-
this.send(command, optionsOrCb);
|
|
1614
|
-
}
|
|
1615
|
-
else if (typeof cb === "function") {
|
|
1616
|
-
if (typeof optionsOrCb !== "object")
|
|
1617
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1618
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1619
|
-
}
|
|
1620
|
-
else {
|
|
1621
|
-
return this.send(command, optionsOrCb);
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
deleteProject(args, optionsOrCb, cb) {
|
|
1625
|
-
const command = new DeleteProjectCommand_1.DeleteProjectCommand(args);
|
|
1626
|
-
if (typeof optionsOrCb === "function") {
|
|
1627
|
-
this.send(command, optionsOrCb);
|
|
1628
|
-
}
|
|
1629
|
-
else if (typeof cb === "function") {
|
|
1630
|
-
if (typeof optionsOrCb !== "object")
|
|
1631
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1632
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1633
|
-
}
|
|
1634
|
-
else {
|
|
1635
|
-
return this.send(command, optionsOrCb);
|
|
1636
|
-
}
|
|
1637
|
-
}
|
|
1638
|
-
deleteSpace(args, optionsOrCb, cb) {
|
|
1639
|
-
const command = new DeleteSpaceCommand_1.DeleteSpaceCommand(args);
|
|
1640
|
-
if (typeof optionsOrCb === "function") {
|
|
1641
|
-
this.send(command, optionsOrCb);
|
|
1642
|
-
}
|
|
1643
|
-
else if (typeof cb === "function") {
|
|
1644
|
-
if (typeof optionsOrCb !== "object")
|
|
1645
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1646
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1647
|
-
}
|
|
1648
|
-
else {
|
|
1649
|
-
return this.send(command, optionsOrCb);
|
|
1650
|
-
}
|
|
1651
|
-
}
|
|
1652
|
-
deleteStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
1653
|
-
const command = new DeleteStudioLifecycleConfigCommand_1.DeleteStudioLifecycleConfigCommand(args);
|
|
1654
|
-
if (typeof optionsOrCb === "function") {
|
|
1655
|
-
this.send(command, optionsOrCb);
|
|
1656
|
-
}
|
|
1657
|
-
else if (typeof cb === "function") {
|
|
1658
|
-
if (typeof optionsOrCb !== "object")
|
|
1659
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1660
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1661
|
-
}
|
|
1662
|
-
else {
|
|
1663
|
-
return this.send(command, optionsOrCb);
|
|
1664
|
-
}
|
|
1665
|
-
}
|
|
1666
|
-
deleteTags(args, optionsOrCb, cb) {
|
|
1667
|
-
const command = new DeleteTagsCommand_1.DeleteTagsCommand(args);
|
|
1668
|
-
if (typeof optionsOrCb === "function") {
|
|
1669
|
-
this.send(command, optionsOrCb);
|
|
1670
|
-
}
|
|
1671
|
-
else if (typeof cb === "function") {
|
|
1672
|
-
if (typeof optionsOrCb !== "object")
|
|
1673
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1674
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1675
|
-
}
|
|
1676
|
-
else {
|
|
1677
|
-
return this.send(command, optionsOrCb);
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
deleteTrial(args, optionsOrCb, cb) {
|
|
1681
|
-
const command = new DeleteTrialCommand_1.DeleteTrialCommand(args);
|
|
1682
|
-
if (typeof optionsOrCb === "function") {
|
|
1683
|
-
this.send(command, optionsOrCb);
|
|
1684
|
-
}
|
|
1685
|
-
else if (typeof cb === "function") {
|
|
1686
|
-
if (typeof optionsOrCb !== "object")
|
|
1687
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1688
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1689
|
-
}
|
|
1690
|
-
else {
|
|
1691
|
-
return this.send(command, optionsOrCb);
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
deleteTrialComponent(args, optionsOrCb, cb) {
|
|
1695
|
-
const command = new DeleteTrialComponentCommand_1.DeleteTrialComponentCommand(args);
|
|
1696
|
-
if (typeof optionsOrCb === "function") {
|
|
1697
|
-
this.send(command, optionsOrCb);
|
|
1698
|
-
}
|
|
1699
|
-
else if (typeof cb === "function") {
|
|
1700
|
-
if (typeof optionsOrCb !== "object")
|
|
1701
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1702
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1703
|
-
}
|
|
1704
|
-
else {
|
|
1705
|
-
return this.send(command, optionsOrCb);
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
deleteUserProfile(args, optionsOrCb, cb) {
|
|
1709
|
-
const command = new DeleteUserProfileCommand_1.DeleteUserProfileCommand(args);
|
|
1710
|
-
if (typeof optionsOrCb === "function") {
|
|
1711
|
-
this.send(command, optionsOrCb);
|
|
1712
|
-
}
|
|
1713
|
-
else if (typeof cb === "function") {
|
|
1714
|
-
if (typeof optionsOrCb !== "object")
|
|
1715
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1716
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1717
|
-
}
|
|
1718
|
-
else {
|
|
1719
|
-
return this.send(command, optionsOrCb);
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1722
|
-
deleteWorkforce(args, optionsOrCb, cb) {
|
|
1723
|
-
const command = new DeleteWorkforceCommand_1.DeleteWorkforceCommand(args);
|
|
1724
|
-
if (typeof optionsOrCb === "function") {
|
|
1725
|
-
this.send(command, optionsOrCb);
|
|
1726
|
-
}
|
|
1727
|
-
else if (typeof cb === "function") {
|
|
1728
|
-
if (typeof optionsOrCb !== "object")
|
|
1729
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1730
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1731
|
-
}
|
|
1732
|
-
else {
|
|
1733
|
-
return this.send(command, optionsOrCb);
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
deleteWorkteam(args, optionsOrCb, cb) {
|
|
1737
|
-
const command = new DeleteWorkteamCommand_1.DeleteWorkteamCommand(args);
|
|
1738
|
-
if (typeof optionsOrCb === "function") {
|
|
1739
|
-
this.send(command, optionsOrCb);
|
|
1740
|
-
}
|
|
1741
|
-
else if (typeof cb === "function") {
|
|
1742
|
-
if (typeof optionsOrCb !== "object")
|
|
1743
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1744
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1745
|
-
}
|
|
1746
|
-
else {
|
|
1747
|
-
return this.send(command, optionsOrCb);
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
deregisterDevices(args, optionsOrCb, cb) {
|
|
1751
|
-
const command = new DeregisterDevicesCommand_1.DeregisterDevicesCommand(args);
|
|
1752
|
-
if (typeof optionsOrCb === "function") {
|
|
1753
|
-
this.send(command, optionsOrCb);
|
|
1754
|
-
}
|
|
1755
|
-
else if (typeof cb === "function") {
|
|
1756
|
-
if (typeof optionsOrCb !== "object")
|
|
1757
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1758
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1759
|
-
}
|
|
1760
|
-
else {
|
|
1761
|
-
return this.send(command, optionsOrCb);
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
describeAction(args, optionsOrCb, cb) {
|
|
1765
|
-
const command = new DescribeActionCommand_1.DescribeActionCommand(args);
|
|
1766
|
-
if (typeof optionsOrCb === "function") {
|
|
1767
|
-
this.send(command, optionsOrCb);
|
|
1768
|
-
}
|
|
1769
|
-
else if (typeof cb === "function") {
|
|
1770
|
-
if (typeof optionsOrCb !== "object")
|
|
1771
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1772
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1773
|
-
}
|
|
1774
|
-
else {
|
|
1775
|
-
return this.send(command, optionsOrCb);
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
1778
|
-
describeAlgorithm(args, optionsOrCb, cb) {
|
|
1779
|
-
const command = new DescribeAlgorithmCommand_1.DescribeAlgorithmCommand(args);
|
|
1780
|
-
if (typeof optionsOrCb === "function") {
|
|
1781
|
-
this.send(command, optionsOrCb);
|
|
1782
|
-
}
|
|
1783
|
-
else if (typeof cb === "function") {
|
|
1784
|
-
if (typeof optionsOrCb !== "object")
|
|
1785
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1786
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1787
|
-
}
|
|
1788
|
-
else {
|
|
1789
|
-
return this.send(command, optionsOrCb);
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1792
|
-
describeApp(args, optionsOrCb, cb) {
|
|
1793
|
-
const command = new DescribeAppCommand_1.DescribeAppCommand(args);
|
|
1794
|
-
if (typeof optionsOrCb === "function") {
|
|
1795
|
-
this.send(command, optionsOrCb);
|
|
1796
|
-
}
|
|
1797
|
-
else if (typeof cb === "function") {
|
|
1798
|
-
if (typeof optionsOrCb !== "object")
|
|
1799
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1800
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1801
|
-
}
|
|
1802
|
-
else {
|
|
1803
|
-
return this.send(command, optionsOrCb);
|
|
1804
|
-
}
|
|
1805
|
-
}
|
|
1806
|
-
describeAppImageConfig(args, optionsOrCb, cb) {
|
|
1807
|
-
const command = new DescribeAppImageConfigCommand_1.DescribeAppImageConfigCommand(args);
|
|
1808
|
-
if (typeof optionsOrCb === "function") {
|
|
1809
|
-
this.send(command, optionsOrCb);
|
|
1810
|
-
}
|
|
1811
|
-
else if (typeof cb === "function") {
|
|
1812
|
-
if (typeof optionsOrCb !== "object")
|
|
1813
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1814
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1815
|
-
}
|
|
1816
|
-
else {
|
|
1817
|
-
return this.send(command, optionsOrCb);
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
describeArtifact(args, optionsOrCb, cb) {
|
|
1821
|
-
const command = new DescribeArtifactCommand_1.DescribeArtifactCommand(args);
|
|
1822
|
-
if (typeof optionsOrCb === "function") {
|
|
1823
|
-
this.send(command, optionsOrCb);
|
|
1824
|
-
}
|
|
1825
|
-
else if (typeof cb === "function") {
|
|
1826
|
-
if (typeof optionsOrCb !== "object")
|
|
1827
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1828
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1829
|
-
}
|
|
1830
|
-
else {
|
|
1831
|
-
return this.send(command, optionsOrCb);
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
describeAutoMLJob(args, optionsOrCb, cb) {
|
|
1835
|
-
const command = new DescribeAutoMLJobCommand_1.DescribeAutoMLJobCommand(args);
|
|
1836
|
-
if (typeof optionsOrCb === "function") {
|
|
1837
|
-
this.send(command, optionsOrCb);
|
|
1838
|
-
}
|
|
1839
|
-
else if (typeof cb === "function") {
|
|
1840
|
-
if (typeof optionsOrCb !== "object")
|
|
1841
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1842
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1843
|
-
}
|
|
1844
|
-
else {
|
|
1845
|
-
return this.send(command, optionsOrCb);
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
|
-
describeAutoMLJobV2(args, optionsOrCb, cb) {
|
|
1849
|
-
const command = new DescribeAutoMLJobV2Command_1.DescribeAutoMLJobV2Command(args);
|
|
1850
|
-
if (typeof optionsOrCb === "function") {
|
|
1851
|
-
this.send(command, optionsOrCb);
|
|
1852
|
-
}
|
|
1853
|
-
else if (typeof cb === "function") {
|
|
1854
|
-
if (typeof optionsOrCb !== "object")
|
|
1855
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1856
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1857
|
-
}
|
|
1858
|
-
else {
|
|
1859
|
-
return this.send(command, optionsOrCb);
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
|
-
describeCodeRepository(args, optionsOrCb, cb) {
|
|
1863
|
-
const command = new DescribeCodeRepositoryCommand_1.DescribeCodeRepositoryCommand(args);
|
|
1864
|
-
if (typeof optionsOrCb === "function") {
|
|
1865
|
-
this.send(command, optionsOrCb);
|
|
1866
|
-
}
|
|
1867
|
-
else if (typeof cb === "function") {
|
|
1868
|
-
if (typeof optionsOrCb !== "object")
|
|
1869
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1870
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1871
|
-
}
|
|
1872
|
-
else {
|
|
1873
|
-
return this.send(command, optionsOrCb);
|
|
1874
|
-
}
|
|
1875
|
-
}
|
|
1876
|
-
describeCompilationJob(args, optionsOrCb, cb) {
|
|
1877
|
-
const command = new DescribeCompilationJobCommand_1.DescribeCompilationJobCommand(args);
|
|
1878
|
-
if (typeof optionsOrCb === "function") {
|
|
1879
|
-
this.send(command, optionsOrCb);
|
|
1880
|
-
}
|
|
1881
|
-
else if (typeof cb === "function") {
|
|
1882
|
-
if (typeof optionsOrCb !== "object")
|
|
1883
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1884
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1885
|
-
}
|
|
1886
|
-
else {
|
|
1887
|
-
return this.send(command, optionsOrCb);
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
describeContext(args, optionsOrCb, cb) {
|
|
1891
|
-
const command = new DescribeContextCommand_1.DescribeContextCommand(args);
|
|
1892
|
-
if (typeof optionsOrCb === "function") {
|
|
1893
|
-
this.send(command, optionsOrCb);
|
|
1894
|
-
}
|
|
1895
|
-
else if (typeof cb === "function") {
|
|
1896
|
-
if (typeof optionsOrCb !== "object")
|
|
1897
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1898
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1899
|
-
}
|
|
1900
|
-
else {
|
|
1901
|
-
return this.send(command, optionsOrCb);
|
|
1902
|
-
}
|
|
1903
|
-
}
|
|
1904
|
-
describeDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1905
|
-
const command = new DescribeDataQualityJobDefinitionCommand_1.DescribeDataQualityJobDefinitionCommand(args);
|
|
1906
|
-
if (typeof optionsOrCb === "function") {
|
|
1907
|
-
this.send(command, optionsOrCb);
|
|
1908
|
-
}
|
|
1909
|
-
else if (typeof cb === "function") {
|
|
1910
|
-
if (typeof optionsOrCb !== "object")
|
|
1911
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1912
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1913
|
-
}
|
|
1914
|
-
else {
|
|
1915
|
-
return this.send(command, optionsOrCb);
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
describeDevice(args, optionsOrCb, cb) {
|
|
1919
|
-
const command = new DescribeDeviceCommand_1.DescribeDeviceCommand(args);
|
|
1920
|
-
if (typeof optionsOrCb === "function") {
|
|
1921
|
-
this.send(command, optionsOrCb);
|
|
1922
|
-
}
|
|
1923
|
-
else if (typeof cb === "function") {
|
|
1924
|
-
if (typeof optionsOrCb !== "object")
|
|
1925
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1926
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1927
|
-
}
|
|
1928
|
-
else {
|
|
1929
|
-
return this.send(command, optionsOrCb);
|
|
1930
|
-
}
|
|
1931
|
-
}
|
|
1932
|
-
describeDeviceFleet(args, optionsOrCb, cb) {
|
|
1933
|
-
const command = new DescribeDeviceFleetCommand_1.DescribeDeviceFleetCommand(args);
|
|
1934
|
-
if (typeof optionsOrCb === "function") {
|
|
1935
|
-
this.send(command, optionsOrCb);
|
|
1936
|
-
}
|
|
1937
|
-
else if (typeof cb === "function") {
|
|
1938
|
-
if (typeof optionsOrCb !== "object")
|
|
1939
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1940
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1941
|
-
}
|
|
1942
|
-
else {
|
|
1943
|
-
return this.send(command, optionsOrCb);
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
describeDomain(args, optionsOrCb, cb) {
|
|
1947
|
-
const command = new DescribeDomainCommand_1.DescribeDomainCommand(args);
|
|
1948
|
-
if (typeof optionsOrCb === "function") {
|
|
1949
|
-
this.send(command, optionsOrCb);
|
|
1950
|
-
}
|
|
1951
|
-
else if (typeof cb === "function") {
|
|
1952
|
-
if (typeof optionsOrCb !== "object")
|
|
1953
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1954
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1955
|
-
}
|
|
1956
|
-
else {
|
|
1957
|
-
return this.send(command, optionsOrCb);
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
1960
|
-
describeEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
1961
|
-
const command = new DescribeEdgeDeploymentPlanCommand_1.DescribeEdgeDeploymentPlanCommand(args);
|
|
1962
|
-
if (typeof optionsOrCb === "function") {
|
|
1963
|
-
this.send(command, optionsOrCb);
|
|
1964
|
-
}
|
|
1965
|
-
else if (typeof cb === "function") {
|
|
1966
|
-
if (typeof optionsOrCb !== "object")
|
|
1967
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1968
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1969
|
-
}
|
|
1970
|
-
else {
|
|
1971
|
-
return this.send(command, optionsOrCb);
|
|
1972
|
-
}
|
|
1973
|
-
}
|
|
1974
|
-
describeEdgePackagingJob(args, optionsOrCb, cb) {
|
|
1975
|
-
const command = new DescribeEdgePackagingJobCommand_1.DescribeEdgePackagingJobCommand(args);
|
|
1976
|
-
if (typeof optionsOrCb === "function") {
|
|
1977
|
-
this.send(command, optionsOrCb);
|
|
1978
|
-
}
|
|
1979
|
-
else if (typeof cb === "function") {
|
|
1980
|
-
if (typeof optionsOrCb !== "object")
|
|
1981
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1982
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1983
|
-
}
|
|
1984
|
-
else {
|
|
1985
|
-
return this.send(command, optionsOrCb);
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
describeEndpoint(args, optionsOrCb, cb) {
|
|
1989
|
-
const command = new DescribeEndpointCommand_1.DescribeEndpointCommand(args);
|
|
1990
|
-
if (typeof optionsOrCb === "function") {
|
|
1991
|
-
this.send(command, optionsOrCb);
|
|
1992
|
-
}
|
|
1993
|
-
else if (typeof cb === "function") {
|
|
1994
|
-
if (typeof optionsOrCb !== "object")
|
|
1995
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1996
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1997
|
-
}
|
|
1998
|
-
else {
|
|
1999
|
-
return this.send(command, optionsOrCb);
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
describeEndpointConfig(args, optionsOrCb, cb) {
|
|
2003
|
-
const command = new DescribeEndpointConfigCommand_1.DescribeEndpointConfigCommand(args);
|
|
2004
|
-
if (typeof optionsOrCb === "function") {
|
|
2005
|
-
this.send(command, optionsOrCb);
|
|
2006
|
-
}
|
|
2007
|
-
else if (typeof cb === "function") {
|
|
2008
|
-
if (typeof optionsOrCb !== "object")
|
|
2009
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2010
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2011
|
-
}
|
|
2012
|
-
else {
|
|
2013
|
-
return this.send(command, optionsOrCb);
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
describeExperiment(args, optionsOrCb, cb) {
|
|
2017
|
-
const command = new DescribeExperimentCommand_1.DescribeExperimentCommand(args);
|
|
2018
|
-
if (typeof optionsOrCb === "function") {
|
|
2019
|
-
this.send(command, optionsOrCb);
|
|
2020
|
-
}
|
|
2021
|
-
else if (typeof cb === "function") {
|
|
2022
|
-
if (typeof optionsOrCb !== "object")
|
|
2023
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2024
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2025
|
-
}
|
|
2026
|
-
else {
|
|
2027
|
-
return this.send(command, optionsOrCb);
|
|
2028
|
-
}
|
|
2029
|
-
}
|
|
2030
|
-
describeFeatureGroup(args, optionsOrCb, cb) {
|
|
2031
|
-
const command = new DescribeFeatureGroupCommand_1.DescribeFeatureGroupCommand(args);
|
|
2032
|
-
if (typeof optionsOrCb === "function") {
|
|
2033
|
-
this.send(command, optionsOrCb);
|
|
2034
|
-
}
|
|
2035
|
-
else if (typeof cb === "function") {
|
|
2036
|
-
if (typeof optionsOrCb !== "object")
|
|
2037
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2038
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2039
|
-
}
|
|
2040
|
-
else {
|
|
2041
|
-
return this.send(command, optionsOrCb);
|
|
2042
|
-
}
|
|
2043
|
-
}
|
|
2044
|
-
describeFeatureMetadata(args, optionsOrCb, cb) {
|
|
2045
|
-
const command = new DescribeFeatureMetadataCommand_1.DescribeFeatureMetadataCommand(args);
|
|
2046
|
-
if (typeof optionsOrCb === "function") {
|
|
2047
|
-
this.send(command, optionsOrCb);
|
|
2048
|
-
}
|
|
2049
|
-
else if (typeof cb === "function") {
|
|
2050
|
-
if (typeof optionsOrCb !== "object")
|
|
2051
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2052
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2053
|
-
}
|
|
2054
|
-
else {
|
|
2055
|
-
return this.send(command, optionsOrCb);
|
|
2056
|
-
}
|
|
2057
|
-
}
|
|
2058
|
-
describeFlowDefinition(args, optionsOrCb, cb) {
|
|
2059
|
-
const command = new DescribeFlowDefinitionCommand_1.DescribeFlowDefinitionCommand(args);
|
|
2060
|
-
if (typeof optionsOrCb === "function") {
|
|
2061
|
-
this.send(command, optionsOrCb);
|
|
2062
|
-
}
|
|
2063
|
-
else if (typeof cb === "function") {
|
|
2064
|
-
if (typeof optionsOrCb !== "object")
|
|
2065
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2066
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2067
|
-
}
|
|
2068
|
-
else {
|
|
2069
|
-
return this.send(command, optionsOrCb);
|
|
2070
|
-
}
|
|
2071
|
-
}
|
|
2072
|
-
describeHub(args, optionsOrCb, cb) {
|
|
2073
|
-
const command = new DescribeHubCommand_1.DescribeHubCommand(args);
|
|
2074
|
-
if (typeof optionsOrCb === "function") {
|
|
2075
|
-
this.send(command, optionsOrCb);
|
|
2076
|
-
}
|
|
2077
|
-
else if (typeof cb === "function") {
|
|
2078
|
-
if (typeof optionsOrCb !== "object")
|
|
2079
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2080
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2081
|
-
}
|
|
2082
|
-
else {
|
|
2083
|
-
return this.send(command, optionsOrCb);
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2086
|
-
describeHubContent(args, optionsOrCb, cb) {
|
|
2087
|
-
const command = new DescribeHubContentCommand_1.DescribeHubContentCommand(args);
|
|
2088
|
-
if (typeof optionsOrCb === "function") {
|
|
2089
|
-
this.send(command, optionsOrCb);
|
|
2090
|
-
}
|
|
2091
|
-
else if (typeof cb === "function") {
|
|
2092
|
-
if (typeof optionsOrCb !== "object")
|
|
2093
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2094
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2095
|
-
}
|
|
2096
|
-
else {
|
|
2097
|
-
return this.send(command, optionsOrCb);
|
|
2098
|
-
}
|
|
2099
|
-
}
|
|
2100
|
-
describeHumanTaskUi(args, optionsOrCb, cb) {
|
|
2101
|
-
const command = new DescribeHumanTaskUiCommand_1.DescribeHumanTaskUiCommand(args);
|
|
2102
|
-
if (typeof optionsOrCb === "function") {
|
|
2103
|
-
this.send(command, optionsOrCb);
|
|
2104
|
-
}
|
|
2105
|
-
else if (typeof cb === "function") {
|
|
2106
|
-
if (typeof optionsOrCb !== "object")
|
|
2107
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2108
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2109
|
-
}
|
|
2110
|
-
else {
|
|
2111
|
-
return this.send(command, optionsOrCb);
|
|
2112
|
-
}
|
|
2113
|
-
}
|
|
2114
|
-
describeHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
2115
|
-
const command = new DescribeHyperParameterTuningJobCommand_1.DescribeHyperParameterTuningJobCommand(args);
|
|
2116
|
-
if (typeof optionsOrCb === "function") {
|
|
2117
|
-
this.send(command, optionsOrCb);
|
|
2118
|
-
}
|
|
2119
|
-
else if (typeof cb === "function") {
|
|
2120
|
-
if (typeof optionsOrCb !== "object")
|
|
2121
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2122
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2123
|
-
}
|
|
2124
|
-
else {
|
|
2125
|
-
return this.send(command, optionsOrCb);
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
describeImage(args, optionsOrCb, cb) {
|
|
2129
|
-
const command = new DescribeImageCommand_1.DescribeImageCommand(args);
|
|
2130
|
-
if (typeof optionsOrCb === "function") {
|
|
2131
|
-
this.send(command, optionsOrCb);
|
|
2132
|
-
}
|
|
2133
|
-
else if (typeof cb === "function") {
|
|
2134
|
-
if (typeof optionsOrCb !== "object")
|
|
2135
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2136
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2137
|
-
}
|
|
2138
|
-
else {
|
|
2139
|
-
return this.send(command, optionsOrCb);
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
describeImageVersion(args, optionsOrCb, cb) {
|
|
2143
|
-
const command = new DescribeImageVersionCommand_1.DescribeImageVersionCommand(args);
|
|
2144
|
-
if (typeof optionsOrCb === "function") {
|
|
2145
|
-
this.send(command, optionsOrCb);
|
|
2146
|
-
}
|
|
2147
|
-
else if (typeof cb === "function") {
|
|
2148
|
-
if (typeof optionsOrCb !== "object")
|
|
2149
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2150
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2151
|
-
}
|
|
2152
|
-
else {
|
|
2153
|
-
return this.send(command, optionsOrCb);
|
|
2154
|
-
}
|
|
2155
|
-
}
|
|
2156
|
-
describeInferenceExperiment(args, optionsOrCb, cb) {
|
|
2157
|
-
const command = new DescribeInferenceExperimentCommand_1.DescribeInferenceExperimentCommand(args);
|
|
2158
|
-
if (typeof optionsOrCb === "function") {
|
|
2159
|
-
this.send(command, optionsOrCb);
|
|
2160
|
-
}
|
|
2161
|
-
else if (typeof cb === "function") {
|
|
2162
|
-
if (typeof optionsOrCb !== "object")
|
|
2163
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2164
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2165
|
-
}
|
|
2166
|
-
else {
|
|
2167
|
-
return this.send(command, optionsOrCb);
|
|
2168
|
-
}
|
|
2169
|
-
}
|
|
2170
|
-
describeInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
2171
|
-
const command = new DescribeInferenceRecommendationsJobCommand_1.DescribeInferenceRecommendationsJobCommand(args);
|
|
2172
|
-
if (typeof optionsOrCb === "function") {
|
|
2173
|
-
this.send(command, optionsOrCb);
|
|
2174
|
-
}
|
|
2175
|
-
else if (typeof cb === "function") {
|
|
2176
|
-
if (typeof optionsOrCb !== "object")
|
|
2177
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2178
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2179
|
-
}
|
|
2180
|
-
else {
|
|
2181
|
-
return this.send(command, optionsOrCb);
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2184
|
-
describeLabelingJob(args, optionsOrCb, cb) {
|
|
2185
|
-
const command = new DescribeLabelingJobCommand_1.DescribeLabelingJobCommand(args);
|
|
2186
|
-
if (typeof optionsOrCb === "function") {
|
|
2187
|
-
this.send(command, optionsOrCb);
|
|
2188
|
-
}
|
|
2189
|
-
else if (typeof cb === "function") {
|
|
2190
|
-
if (typeof optionsOrCb !== "object")
|
|
2191
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2192
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2193
|
-
}
|
|
2194
|
-
else {
|
|
2195
|
-
return this.send(command, optionsOrCb);
|
|
2196
|
-
}
|
|
2197
|
-
}
|
|
2198
|
-
describeLineageGroup(args, optionsOrCb, cb) {
|
|
2199
|
-
const command = new DescribeLineageGroupCommand_1.DescribeLineageGroupCommand(args);
|
|
2200
|
-
if (typeof optionsOrCb === "function") {
|
|
2201
|
-
this.send(command, optionsOrCb);
|
|
2202
|
-
}
|
|
2203
|
-
else if (typeof cb === "function") {
|
|
2204
|
-
if (typeof optionsOrCb !== "object")
|
|
2205
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2206
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2207
|
-
}
|
|
2208
|
-
else {
|
|
2209
|
-
return this.send(command, optionsOrCb);
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2212
|
-
describeModel(args, optionsOrCb, cb) {
|
|
2213
|
-
const command = new DescribeModelCommand_1.DescribeModelCommand(args);
|
|
2214
|
-
if (typeof optionsOrCb === "function") {
|
|
2215
|
-
this.send(command, optionsOrCb);
|
|
2216
|
-
}
|
|
2217
|
-
else if (typeof cb === "function") {
|
|
2218
|
-
if (typeof optionsOrCb !== "object")
|
|
2219
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2220
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2221
|
-
}
|
|
2222
|
-
else {
|
|
2223
|
-
return this.send(command, optionsOrCb);
|
|
2224
|
-
}
|
|
2225
|
-
}
|
|
2226
|
-
describeModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
2227
|
-
const command = new DescribeModelBiasJobDefinitionCommand_1.DescribeModelBiasJobDefinitionCommand(args);
|
|
2228
|
-
if (typeof optionsOrCb === "function") {
|
|
2229
|
-
this.send(command, optionsOrCb);
|
|
2230
|
-
}
|
|
2231
|
-
else if (typeof cb === "function") {
|
|
2232
|
-
if (typeof optionsOrCb !== "object")
|
|
2233
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2234
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2235
|
-
}
|
|
2236
|
-
else {
|
|
2237
|
-
return this.send(command, optionsOrCb);
|
|
2238
|
-
}
|
|
2239
|
-
}
|
|
2240
|
-
describeModelCard(args, optionsOrCb, cb) {
|
|
2241
|
-
const command = new DescribeModelCardCommand_1.DescribeModelCardCommand(args);
|
|
2242
|
-
if (typeof optionsOrCb === "function") {
|
|
2243
|
-
this.send(command, optionsOrCb);
|
|
2244
|
-
}
|
|
2245
|
-
else if (typeof cb === "function") {
|
|
2246
|
-
if (typeof optionsOrCb !== "object")
|
|
2247
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2248
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2249
|
-
}
|
|
2250
|
-
else {
|
|
2251
|
-
return this.send(command, optionsOrCb);
|
|
2252
|
-
}
|
|
2253
|
-
}
|
|
2254
|
-
describeModelCardExportJob(args, optionsOrCb, cb) {
|
|
2255
|
-
const command = new DescribeModelCardExportJobCommand_1.DescribeModelCardExportJobCommand(args);
|
|
2256
|
-
if (typeof optionsOrCb === "function") {
|
|
2257
|
-
this.send(command, optionsOrCb);
|
|
2258
|
-
}
|
|
2259
|
-
else if (typeof cb === "function") {
|
|
2260
|
-
if (typeof optionsOrCb !== "object")
|
|
2261
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2262
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2263
|
-
}
|
|
2264
|
-
else {
|
|
2265
|
-
return this.send(command, optionsOrCb);
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
|
-
describeModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
2269
|
-
const command = new DescribeModelExplainabilityJobDefinitionCommand_1.DescribeModelExplainabilityJobDefinitionCommand(args);
|
|
2270
|
-
if (typeof optionsOrCb === "function") {
|
|
2271
|
-
this.send(command, optionsOrCb);
|
|
2272
|
-
}
|
|
2273
|
-
else if (typeof cb === "function") {
|
|
2274
|
-
if (typeof optionsOrCb !== "object")
|
|
2275
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2276
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2277
|
-
}
|
|
2278
|
-
else {
|
|
2279
|
-
return this.send(command, optionsOrCb);
|
|
2280
|
-
}
|
|
2281
|
-
}
|
|
2282
|
-
describeModelPackage(args, optionsOrCb, cb) {
|
|
2283
|
-
const command = new DescribeModelPackageCommand_1.DescribeModelPackageCommand(args);
|
|
2284
|
-
if (typeof optionsOrCb === "function") {
|
|
2285
|
-
this.send(command, optionsOrCb);
|
|
2286
|
-
}
|
|
2287
|
-
else if (typeof cb === "function") {
|
|
2288
|
-
if (typeof optionsOrCb !== "object")
|
|
2289
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2290
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2291
|
-
}
|
|
2292
|
-
else {
|
|
2293
|
-
return this.send(command, optionsOrCb);
|
|
2294
|
-
}
|
|
2295
|
-
}
|
|
2296
|
-
describeModelPackageGroup(args, optionsOrCb, cb) {
|
|
2297
|
-
const command = new DescribeModelPackageGroupCommand_1.DescribeModelPackageGroupCommand(args);
|
|
2298
|
-
if (typeof optionsOrCb === "function") {
|
|
2299
|
-
this.send(command, optionsOrCb);
|
|
2300
|
-
}
|
|
2301
|
-
else if (typeof cb === "function") {
|
|
2302
|
-
if (typeof optionsOrCb !== "object")
|
|
2303
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2304
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2305
|
-
}
|
|
2306
|
-
else {
|
|
2307
|
-
return this.send(command, optionsOrCb);
|
|
2308
|
-
}
|
|
2309
|
-
}
|
|
2310
|
-
describeModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
2311
|
-
const command = new DescribeModelQualityJobDefinitionCommand_1.DescribeModelQualityJobDefinitionCommand(args);
|
|
2312
|
-
if (typeof optionsOrCb === "function") {
|
|
2313
|
-
this.send(command, optionsOrCb);
|
|
2314
|
-
}
|
|
2315
|
-
else if (typeof cb === "function") {
|
|
2316
|
-
if (typeof optionsOrCb !== "object")
|
|
2317
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2318
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2319
|
-
}
|
|
2320
|
-
else {
|
|
2321
|
-
return this.send(command, optionsOrCb);
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
describeMonitoringSchedule(args, optionsOrCb, cb) {
|
|
2325
|
-
const command = new DescribeMonitoringScheduleCommand_1.DescribeMonitoringScheduleCommand(args);
|
|
2326
|
-
if (typeof optionsOrCb === "function") {
|
|
2327
|
-
this.send(command, optionsOrCb);
|
|
2328
|
-
}
|
|
2329
|
-
else if (typeof cb === "function") {
|
|
2330
|
-
if (typeof optionsOrCb !== "object")
|
|
2331
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2332
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2333
|
-
}
|
|
2334
|
-
else {
|
|
2335
|
-
return this.send(command, optionsOrCb);
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
describeNotebookInstance(args, optionsOrCb, cb) {
|
|
2339
|
-
const command = new DescribeNotebookInstanceCommand_1.DescribeNotebookInstanceCommand(args);
|
|
2340
|
-
if (typeof optionsOrCb === "function") {
|
|
2341
|
-
this.send(command, optionsOrCb);
|
|
2342
|
-
}
|
|
2343
|
-
else if (typeof cb === "function") {
|
|
2344
|
-
if (typeof optionsOrCb !== "object")
|
|
2345
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2346
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2347
|
-
}
|
|
2348
|
-
else {
|
|
2349
|
-
return this.send(command, optionsOrCb);
|
|
2350
|
-
}
|
|
2351
|
-
}
|
|
2352
|
-
describeNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
2353
|
-
const command = new DescribeNotebookInstanceLifecycleConfigCommand_1.DescribeNotebookInstanceLifecycleConfigCommand(args);
|
|
2354
|
-
if (typeof optionsOrCb === "function") {
|
|
2355
|
-
this.send(command, optionsOrCb);
|
|
2356
|
-
}
|
|
2357
|
-
else if (typeof cb === "function") {
|
|
2358
|
-
if (typeof optionsOrCb !== "object")
|
|
2359
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2360
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2361
|
-
}
|
|
2362
|
-
else {
|
|
2363
|
-
return this.send(command, optionsOrCb);
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
describePipeline(args, optionsOrCb, cb) {
|
|
2367
|
-
const command = new DescribePipelineCommand_1.DescribePipelineCommand(args);
|
|
2368
|
-
if (typeof optionsOrCb === "function") {
|
|
2369
|
-
this.send(command, optionsOrCb);
|
|
2370
|
-
}
|
|
2371
|
-
else if (typeof cb === "function") {
|
|
2372
|
-
if (typeof optionsOrCb !== "object")
|
|
2373
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2374
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2375
|
-
}
|
|
2376
|
-
else {
|
|
2377
|
-
return this.send(command, optionsOrCb);
|
|
2378
|
-
}
|
|
2379
|
-
}
|
|
2380
|
-
describePipelineDefinitionForExecution(args, optionsOrCb, cb) {
|
|
2381
|
-
const command = new DescribePipelineDefinitionForExecutionCommand_1.DescribePipelineDefinitionForExecutionCommand(args);
|
|
2382
|
-
if (typeof optionsOrCb === "function") {
|
|
2383
|
-
this.send(command, optionsOrCb);
|
|
2384
|
-
}
|
|
2385
|
-
else if (typeof cb === "function") {
|
|
2386
|
-
if (typeof optionsOrCb !== "object")
|
|
2387
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2388
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2389
|
-
}
|
|
2390
|
-
else {
|
|
2391
|
-
return this.send(command, optionsOrCb);
|
|
2392
|
-
}
|
|
2393
|
-
}
|
|
2394
|
-
describePipelineExecution(args, optionsOrCb, cb) {
|
|
2395
|
-
const command = new DescribePipelineExecutionCommand_1.DescribePipelineExecutionCommand(args);
|
|
2396
|
-
if (typeof optionsOrCb === "function") {
|
|
2397
|
-
this.send(command, optionsOrCb);
|
|
2398
|
-
}
|
|
2399
|
-
else if (typeof cb === "function") {
|
|
2400
|
-
if (typeof optionsOrCb !== "object")
|
|
2401
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2402
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2403
|
-
}
|
|
2404
|
-
else {
|
|
2405
|
-
return this.send(command, optionsOrCb);
|
|
2406
|
-
}
|
|
2407
|
-
}
|
|
2408
|
-
describeProcessingJob(args, optionsOrCb, cb) {
|
|
2409
|
-
const command = new DescribeProcessingJobCommand_1.DescribeProcessingJobCommand(args);
|
|
2410
|
-
if (typeof optionsOrCb === "function") {
|
|
2411
|
-
this.send(command, optionsOrCb);
|
|
2412
|
-
}
|
|
2413
|
-
else if (typeof cb === "function") {
|
|
2414
|
-
if (typeof optionsOrCb !== "object")
|
|
2415
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2416
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2417
|
-
}
|
|
2418
|
-
else {
|
|
2419
|
-
return this.send(command, optionsOrCb);
|
|
2420
|
-
}
|
|
2421
|
-
}
|
|
2422
|
-
describeProject(args, optionsOrCb, cb) {
|
|
2423
|
-
const command = new DescribeProjectCommand_1.DescribeProjectCommand(args);
|
|
2424
|
-
if (typeof optionsOrCb === "function") {
|
|
2425
|
-
this.send(command, optionsOrCb);
|
|
2426
|
-
}
|
|
2427
|
-
else if (typeof cb === "function") {
|
|
2428
|
-
if (typeof optionsOrCb !== "object")
|
|
2429
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2430
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2431
|
-
}
|
|
2432
|
-
else {
|
|
2433
|
-
return this.send(command, optionsOrCb);
|
|
2434
|
-
}
|
|
2435
|
-
}
|
|
2436
|
-
describeSpace(args, optionsOrCb, cb) {
|
|
2437
|
-
const command = new DescribeSpaceCommand_1.DescribeSpaceCommand(args);
|
|
2438
|
-
if (typeof optionsOrCb === "function") {
|
|
2439
|
-
this.send(command, optionsOrCb);
|
|
2440
|
-
}
|
|
2441
|
-
else if (typeof cb === "function") {
|
|
2442
|
-
if (typeof optionsOrCb !== "object")
|
|
2443
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2444
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2445
|
-
}
|
|
2446
|
-
else {
|
|
2447
|
-
return this.send(command, optionsOrCb);
|
|
2448
|
-
}
|
|
2449
|
-
}
|
|
2450
|
-
describeStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
2451
|
-
const command = new DescribeStudioLifecycleConfigCommand_1.DescribeStudioLifecycleConfigCommand(args);
|
|
2452
|
-
if (typeof optionsOrCb === "function") {
|
|
2453
|
-
this.send(command, optionsOrCb);
|
|
2454
|
-
}
|
|
2455
|
-
else if (typeof cb === "function") {
|
|
2456
|
-
if (typeof optionsOrCb !== "object")
|
|
2457
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2458
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2459
|
-
}
|
|
2460
|
-
else {
|
|
2461
|
-
return this.send(command, optionsOrCb);
|
|
2462
|
-
}
|
|
2463
|
-
}
|
|
2464
|
-
describeSubscribedWorkteam(args, optionsOrCb, cb) {
|
|
2465
|
-
const command = new DescribeSubscribedWorkteamCommand_1.DescribeSubscribedWorkteamCommand(args);
|
|
2466
|
-
if (typeof optionsOrCb === "function") {
|
|
2467
|
-
this.send(command, optionsOrCb);
|
|
2468
|
-
}
|
|
2469
|
-
else if (typeof cb === "function") {
|
|
2470
|
-
if (typeof optionsOrCb !== "object")
|
|
2471
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2472
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2473
|
-
}
|
|
2474
|
-
else {
|
|
2475
|
-
return this.send(command, optionsOrCb);
|
|
2476
|
-
}
|
|
2477
|
-
}
|
|
2478
|
-
describeTrainingJob(args, optionsOrCb, cb) {
|
|
2479
|
-
const command = new DescribeTrainingJobCommand_1.DescribeTrainingJobCommand(args);
|
|
2480
|
-
if (typeof optionsOrCb === "function") {
|
|
2481
|
-
this.send(command, optionsOrCb);
|
|
2482
|
-
}
|
|
2483
|
-
else if (typeof cb === "function") {
|
|
2484
|
-
if (typeof optionsOrCb !== "object")
|
|
2485
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2486
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2487
|
-
}
|
|
2488
|
-
else {
|
|
2489
|
-
return this.send(command, optionsOrCb);
|
|
2490
|
-
}
|
|
2491
|
-
}
|
|
2492
|
-
describeTransformJob(args, optionsOrCb, cb) {
|
|
2493
|
-
const command = new DescribeTransformJobCommand_1.DescribeTransformJobCommand(args);
|
|
2494
|
-
if (typeof optionsOrCb === "function") {
|
|
2495
|
-
this.send(command, optionsOrCb);
|
|
2496
|
-
}
|
|
2497
|
-
else if (typeof cb === "function") {
|
|
2498
|
-
if (typeof optionsOrCb !== "object")
|
|
2499
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2500
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2501
|
-
}
|
|
2502
|
-
else {
|
|
2503
|
-
return this.send(command, optionsOrCb);
|
|
2504
|
-
}
|
|
2505
|
-
}
|
|
2506
|
-
describeTrial(args, optionsOrCb, cb) {
|
|
2507
|
-
const command = new DescribeTrialCommand_1.DescribeTrialCommand(args);
|
|
2508
|
-
if (typeof optionsOrCb === "function") {
|
|
2509
|
-
this.send(command, optionsOrCb);
|
|
2510
|
-
}
|
|
2511
|
-
else if (typeof cb === "function") {
|
|
2512
|
-
if (typeof optionsOrCb !== "object")
|
|
2513
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2514
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2515
|
-
}
|
|
2516
|
-
else {
|
|
2517
|
-
return this.send(command, optionsOrCb);
|
|
2518
|
-
}
|
|
2519
|
-
}
|
|
2520
|
-
describeTrialComponent(args, optionsOrCb, cb) {
|
|
2521
|
-
const command = new DescribeTrialComponentCommand_1.DescribeTrialComponentCommand(args);
|
|
2522
|
-
if (typeof optionsOrCb === "function") {
|
|
2523
|
-
this.send(command, optionsOrCb);
|
|
2524
|
-
}
|
|
2525
|
-
else if (typeof cb === "function") {
|
|
2526
|
-
if (typeof optionsOrCb !== "object")
|
|
2527
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2528
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2529
|
-
}
|
|
2530
|
-
else {
|
|
2531
|
-
return this.send(command, optionsOrCb);
|
|
2532
|
-
}
|
|
2533
|
-
}
|
|
2534
|
-
describeUserProfile(args, optionsOrCb, cb) {
|
|
2535
|
-
const command = new DescribeUserProfileCommand_1.DescribeUserProfileCommand(args);
|
|
2536
|
-
if (typeof optionsOrCb === "function") {
|
|
2537
|
-
this.send(command, optionsOrCb);
|
|
2538
|
-
}
|
|
2539
|
-
else if (typeof cb === "function") {
|
|
2540
|
-
if (typeof optionsOrCb !== "object")
|
|
2541
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2542
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2543
|
-
}
|
|
2544
|
-
else {
|
|
2545
|
-
return this.send(command, optionsOrCb);
|
|
2546
|
-
}
|
|
2547
|
-
}
|
|
2548
|
-
describeWorkforce(args, optionsOrCb, cb) {
|
|
2549
|
-
const command = new DescribeWorkforceCommand_1.DescribeWorkforceCommand(args);
|
|
2550
|
-
if (typeof optionsOrCb === "function") {
|
|
2551
|
-
this.send(command, optionsOrCb);
|
|
2552
|
-
}
|
|
2553
|
-
else if (typeof cb === "function") {
|
|
2554
|
-
if (typeof optionsOrCb !== "object")
|
|
2555
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2556
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2557
|
-
}
|
|
2558
|
-
else {
|
|
2559
|
-
return this.send(command, optionsOrCb);
|
|
2560
|
-
}
|
|
2561
|
-
}
|
|
2562
|
-
describeWorkteam(args, optionsOrCb, cb) {
|
|
2563
|
-
const command = new DescribeWorkteamCommand_1.DescribeWorkteamCommand(args);
|
|
2564
|
-
if (typeof optionsOrCb === "function") {
|
|
2565
|
-
this.send(command, optionsOrCb);
|
|
2566
|
-
}
|
|
2567
|
-
else if (typeof cb === "function") {
|
|
2568
|
-
if (typeof optionsOrCb !== "object")
|
|
2569
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2570
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2571
|
-
}
|
|
2572
|
-
else {
|
|
2573
|
-
return this.send(command, optionsOrCb);
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2576
|
-
disableSagemakerServicecatalogPortfolio(args, optionsOrCb, cb) {
|
|
2577
|
-
const command = new DisableSagemakerServicecatalogPortfolioCommand_1.DisableSagemakerServicecatalogPortfolioCommand(args);
|
|
2578
|
-
if (typeof optionsOrCb === "function") {
|
|
2579
|
-
this.send(command, optionsOrCb);
|
|
2580
|
-
}
|
|
2581
|
-
else if (typeof cb === "function") {
|
|
2582
|
-
if (typeof optionsOrCb !== "object")
|
|
2583
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2584
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2585
|
-
}
|
|
2586
|
-
else {
|
|
2587
|
-
return this.send(command, optionsOrCb);
|
|
2588
|
-
}
|
|
2589
|
-
}
|
|
2590
|
-
disassociateTrialComponent(args, optionsOrCb, cb) {
|
|
2591
|
-
const command = new DisassociateTrialComponentCommand_1.DisassociateTrialComponentCommand(args);
|
|
2592
|
-
if (typeof optionsOrCb === "function") {
|
|
2593
|
-
this.send(command, optionsOrCb);
|
|
2594
|
-
}
|
|
2595
|
-
else if (typeof cb === "function") {
|
|
2596
|
-
if (typeof optionsOrCb !== "object")
|
|
2597
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2598
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2599
|
-
}
|
|
2600
|
-
else {
|
|
2601
|
-
return this.send(command, optionsOrCb);
|
|
2602
|
-
}
|
|
2603
|
-
}
|
|
2604
|
-
enableSagemakerServicecatalogPortfolio(args, optionsOrCb, cb) {
|
|
2605
|
-
const command = new EnableSagemakerServicecatalogPortfolioCommand_1.EnableSagemakerServicecatalogPortfolioCommand(args);
|
|
2606
|
-
if (typeof optionsOrCb === "function") {
|
|
2607
|
-
this.send(command, optionsOrCb);
|
|
2608
|
-
}
|
|
2609
|
-
else if (typeof cb === "function") {
|
|
2610
|
-
if (typeof optionsOrCb !== "object")
|
|
2611
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2612
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2613
|
-
}
|
|
2614
|
-
else {
|
|
2615
|
-
return this.send(command, optionsOrCb);
|
|
2616
|
-
}
|
|
2617
|
-
}
|
|
2618
|
-
getDeviceFleetReport(args, optionsOrCb, cb) {
|
|
2619
|
-
const command = new GetDeviceFleetReportCommand_1.GetDeviceFleetReportCommand(args);
|
|
2620
|
-
if (typeof optionsOrCb === "function") {
|
|
2621
|
-
this.send(command, optionsOrCb);
|
|
2622
|
-
}
|
|
2623
|
-
else if (typeof cb === "function") {
|
|
2624
|
-
if (typeof optionsOrCb !== "object")
|
|
2625
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2626
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2627
|
-
}
|
|
2628
|
-
else {
|
|
2629
|
-
return this.send(command, optionsOrCb);
|
|
2630
|
-
}
|
|
2631
|
-
}
|
|
2632
|
-
getLineageGroupPolicy(args, optionsOrCb, cb) {
|
|
2633
|
-
const command = new GetLineageGroupPolicyCommand_1.GetLineageGroupPolicyCommand(args);
|
|
2634
|
-
if (typeof optionsOrCb === "function") {
|
|
2635
|
-
this.send(command, optionsOrCb);
|
|
2636
|
-
}
|
|
2637
|
-
else if (typeof cb === "function") {
|
|
2638
|
-
if (typeof optionsOrCb !== "object")
|
|
2639
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2640
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2641
|
-
}
|
|
2642
|
-
else {
|
|
2643
|
-
return this.send(command, optionsOrCb);
|
|
2644
|
-
}
|
|
2645
|
-
}
|
|
2646
|
-
getModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
2647
|
-
const command = new GetModelPackageGroupPolicyCommand_1.GetModelPackageGroupPolicyCommand(args);
|
|
2648
|
-
if (typeof optionsOrCb === "function") {
|
|
2649
|
-
this.send(command, optionsOrCb);
|
|
2650
|
-
}
|
|
2651
|
-
else if (typeof cb === "function") {
|
|
2652
|
-
if (typeof optionsOrCb !== "object")
|
|
2653
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2654
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2655
|
-
}
|
|
2656
|
-
else {
|
|
2657
|
-
return this.send(command, optionsOrCb);
|
|
2658
|
-
}
|
|
2659
|
-
}
|
|
2660
|
-
getSagemakerServicecatalogPortfolioStatus(args, optionsOrCb, cb) {
|
|
2661
|
-
const command = new GetSagemakerServicecatalogPortfolioStatusCommand_1.GetSagemakerServicecatalogPortfolioStatusCommand(args);
|
|
2662
|
-
if (typeof optionsOrCb === "function") {
|
|
2663
|
-
this.send(command, optionsOrCb);
|
|
2664
|
-
}
|
|
2665
|
-
else if (typeof cb === "function") {
|
|
2666
|
-
if (typeof optionsOrCb !== "object")
|
|
2667
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2668
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2669
|
-
}
|
|
2670
|
-
else {
|
|
2671
|
-
return this.send(command, optionsOrCb);
|
|
2672
|
-
}
|
|
2673
|
-
}
|
|
2674
|
-
getSearchSuggestions(args, optionsOrCb, cb) {
|
|
2675
|
-
const command = new GetSearchSuggestionsCommand_1.GetSearchSuggestionsCommand(args);
|
|
2676
|
-
if (typeof optionsOrCb === "function") {
|
|
2677
|
-
this.send(command, optionsOrCb);
|
|
2678
|
-
}
|
|
2679
|
-
else if (typeof cb === "function") {
|
|
2680
|
-
if (typeof optionsOrCb !== "object")
|
|
2681
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2682
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2683
|
-
}
|
|
2684
|
-
else {
|
|
2685
|
-
return this.send(command, optionsOrCb);
|
|
2686
|
-
}
|
|
2687
|
-
}
|
|
2688
|
-
importHubContent(args, optionsOrCb, cb) {
|
|
2689
|
-
const command = new ImportHubContentCommand_1.ImportHubContentCommand(args);
|
|
2690
|
-
if (typeof optionsOrCb === "function") {
|
|
2691
|
-
this.send(command, optionsOrCb);
|
|
2692
|
-
}
|
|
2693
|
-
else if (typeof cb === "function") {
|
|
2694
|
-
if (typeof optionsOrCb !== "object")
|
|
2695
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2696
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2697
|
-
}
|
|
2698
|
-
else {
|
|
2699
|
-
return this.send(command, optionsOrCb);
|
|
2700
|
-
}
|
|
2701
|
-
}
|
|
2702
|
-
listActions(args, optionsOrCb, cb) {
|
|
2703
|
-
const command = new ListActionsCommand_1.ListActionsCommand(args);
|
|
2704
|
-
if (typeof optionsOrCb === "function") {
|
|
2705
|
-
this.send(command, optionsOrCb);
|
|
2706
|
-
}
|
|
2707
|
-
else if (typeof cb === "function") {
|
|
2708
|
-
if (typeof optionsOrCb !== "object")
|
|
2709
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2710
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2711
|
-
}
|
|
2712
|
-
else {
|
|
2713
|
-
return this.send(command, optionsOrCb);
|
|
2714
|
-
}
|
|
2715
|
-
}
|
|
2716
|
-
listAlgorithms(args, optionsOrCb, cb) {
|
|
2717
|
-
const command = new ListAlgorithmsCommand_1.ListAlgorithmsCommand(args);
|
|
2718
|
-
if (typeof optionsOrCb === "function") {
|
|
2719
|
-
this.send(command, optionsOrCb);
|
|
2720
|
-
}
|
|
2721
|
-
else if (typeof cb === "function") {
|
|
2722
|
-
if (typeof optionsOrCb !== "object")
|
|
2723
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2724
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2725
|
-
}
|
|
2726
|
-
else {
|
|
2727
|
-
return this.send(command, optionsOrCb);
|
|
2728
|
-
}
|
|
2729
|
-
}
|
|
2730
|
-
listAliases(args, optionsOrCb, cb) {
|
|
2731
|
-
const command = new ListAliasesCommand_1.ListAliasesCommand(args);
|
|
2732
|
-
if (typeof optionsOrCb === "function") {
|
|
2733
|
-
this.send(command, optionsOrCb);
|
|
2734
|
-
}
|
|
2735
|
-
else if (typeof cb === "function") {
|
|
2736
|
-
if (typeof optionsOrCb !== "object")
|
|
2737
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2738
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2739
|
-
}
|
|
2740
|
-
else {
|
|
2741
|
-
return this.send(command, optionsOrCb);
|
|
2742
|
-
}
|
|
2743
|
-
}
|
|
2744
|
-
listAppImageConfigs(args, optionsOrCb, cb) {
|
|
2745
|
-
const command = new ListAppImageConfigsCommand_1.ListAppImageConfigsCommand(args);
|
|
2746
|
-
if (typeof optionsOrCb === "function") {
|
|
2747
|
-
this.send(command, optionsOrCb);
|
|
2748
|
-
}
|
|
2749
|
-
else if (typeof cb === "function") {
|
|
2750
|
-
if (typeof optionsOrCb !== "object")
|
|
2751
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2752
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2753
|
-
}
|
|
2754
|
-
else {
|
|
2755
|
-
return this.send(command, optionsOrCb);
|
|
2756
|
-
}
|
|
2757
|
-
}
|
|
2758
|
-
listApps(args, optionsOrCb, cb) {
|
|
2759
|
-
const command = new ListAppsCommand_1.ListAppsCommand(args);
|
|
2760
|
-
if (typeof optionsOrCb === "function") {
|
|
2761
|
-
this.send(command, optionsOrCb);
|
|
2762
|
-
}
|
|
2763
|
-
else if (typeof cb === "function") {
|
|
2764
|
-
if (typeof optionsOrCb !== "object")
|
|
2765
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2766
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2767
|
-
}
|
|
2768
|
-
else {
|
|
2769
|
-
return this.send(command, optionsOrCb);
|
|
2770
|
-
}
|
|
2771
|
-
}
|
|
2772
|
-
listArtifacts(args, optionsOrCb, cb) {
|
|
2773
|
-
const command = new ListArtifactsCommand_1.ListArtifactsCommand(args);
|
|
2774
|
-
if (typeof optionsOrCb === "function") {
|
|
2775
|
-
this.send(command, optionsOrCb);
|
|
2776
|
-
}
|
|
2777
|
-
else if (typeof cb === "function") {
|
|
2778
|
-
if (typeof optionsOrCb !== "object")
|
|
2779
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2780
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2781
|
-
}
|
|
2782
|
-
else {
|
|
2783
|
-
return this.send(command, optionsOrCb);
|
|
2784
|
-
}
|
|
2785
|
-
}
|
|
2786
|
-
listAssociations(args, optionsOrCb, cb) {
|
|
2787
|
-
const command = new ListAssociationsCommand_1.ListAssociationsCommand(args);
|
|
2788
|
-
if (typeof optionsOrCb === "function") {
|
|
2789
|
-
this.send(command, optionsOrCb);
|
|
2790
|
-
}
|
|
2791
|
-
else if (typeof cb === "function") {
|
|
2792
|
-
if (typeof optionsOrCb !== "object")
|
|
2793
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2794
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2795
|
-
}
|
|
2796
|
-
else {
|
|
2797
|
-
return this.send(command, optionsOrCb);
|
|
2798
|
-
}
|
|
2799
|
-
}
|
|
2800
|
-
listAutoMLJobs(args, optionsOrCb, cb) {
|
|
2801
|
-
const command = new ListAutoMLJobsCommand_1.ListAutoMLJobsCommand(args);
|
|
2802
|
-
if (typeof optionsOrCb === "function") {
|
|
2803
|
-
this.send(command, optionsOrCb);
|
|
2804
|
-
}
|
|
2805
|
-
else if (typeof cb === "function") {
|
|
2806
|
-
if (typeof optionsOrCb !== "object")
|
|
2807
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2808
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2809
|
-
}
|
|
2810
|
-
else {
|
|
2811
|
-
return this.send(command, optionsOrCb);
|
|
2812
|
-
}
|
|
2813
|
-
}
|
|
2814
|
-
listCandidatesForAutoMLJob(args, optionsOrCb, cb) {
|
|
2815
|
-
const command = new ListCandidatesForAutoMLJobCommand_1.ListCandidatesForAutoMLJobCommand(args);
|
|
2816
|
-
if (typeof optionsOrCb === "function") {
|
|
2817
|
-
this.send(command, optionsOrCb);
|
|
2818
|
-
}
|
|
2819
|
-
else if (typeof cb === "function") {
|
|
2820
|
-
if (typeof optionsOrCb !== "object")
|
|
2821
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2822
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2823
|
-
}
|
|
2824
|
-
else {
|
|
2825
|
-
return this.send(command, optionsOrCb);
|
|
2826
|
-
}
|
|
2827
|
-
}
|
|
2828
|
-
listCodeRepositories(args, optionsOrCb, cb) {
|
|
2829
|
-
const command = new ListCodeRepositoriesCommand_1.ListCodeRepositoriesCommand(args);
|
|
2830
|
-
if (typeof optionsOrCb === "function") {
|
|
2831
|
-
this.send(command, optionsOrCb);
|
|
2832
|
-
}
|
|
2833
|
-
else if (typeof cb === "function") {
|
|
2834
|
-
if (typeof optionsOrCb !== "object")
|
|
2835
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2836
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2837
|
-
}
|
|
2838
|
-
else {
|
|
2839
|
-
return this.send(command, optionsOrCb);
|
|
2840
|
-
}
|
|
2841
|
-
}
|
|
2842
|
-
listCompilationJobs(args, optionsOrCb, cb) {
|
|
2843
|
-
const command = new ListCompilationJobsCommand_1.ListCompilationJobsCommand(args);
|
|
2844
|
-
if (typeof optionsOrCb === "function") {
|
|
2845
|
-
this.send(command, optionsOrCb);
|
|
2846
|
-
}
|
|
2847
|
-
else if (typeof cb === "function") {
|
|
2848
|
-
if (typeof optionsOrCb !== "object")
|
|
2849
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2850
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2851
|
-
}
|
|
2852
|
-
else {
|
|
2853
|
-
return this.send(command, optionsOrCb);
|
|
2854
|
-
}
|
|
2855
|
-
}
|
|
2856
|
-
listContexts(args, optionsOrCb, cb) {
|
|
2857
|
-
const command = new ListContextsCommand_1.ListContextsCommand(args);
|
|
2858
|
-
if (typeof optionsOrCb === "function") {
|
|
2859
|
-
this.send(command, optionsOrCb);
|
|
2860
|
-
}
|
|
2861
|
-
else if (typeof cb === "function") {
|
|
2862
|
-
if (typeof optionsOrCb !== "object")
|
|
2863
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2864
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2865
|
-
}
|
|
2866
|
-
else {
|
|
2867
|
-
return this.send(command, optionsOrCb);
|
|
2868
|
-
}
|
|
2869
|
-
}
|
|
2870
|
-
listDataQualityJobDefinitions(args, optionsOrCb, cb) {
|
|
2871
|
-
const command = new ListDataQualityJobDefinitionsCommand_1.ListDataQualityJobDefinitionsCommand(args);
|
|
2872
|
-
if (typeof optionsOrCb === "function") {
|
|
2873
|
-
this.send(command, optionsOrCb);
|
|
2874
|
-
}
|
|
2875
|
-
else if (typeof cb === "function") {
|
|
2876
|
-
if (typeof optionsOrCb !== "object")
|
|
2877
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2878
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2879
|
-
}
|
|
2880
|
-
else {
|
|
2881
|
-
return this.send(command, optionsOrCb);
|
|
2882
|
-
}
|
|
2883
|
-
}
|
|
2884
|
-
listDeviceFleets(args, optionsOrCb, cb) {
|
|
2885
|
-
const command = new ListDeviceFleetsCommand_1.ListDeviceFleetsCommand(args);
|
|
2886
|
-
if (typeof optionsOrCb === "function") {
|
|
2887
|
-
this.send(command, optionsOrCb);
|
|
2888
|
-
}
|
|
2889
|
-
else if (typeof cb === "function") {
|
|
2890
|
-
if (typeof optionsOrCb !== "object")
|
|
2891
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2892
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2893
|
-
}
|
|
2894
|
-
else {
|
|
2895
|
-
return this.send(command, optionsOrCb);
|
|
2896
|
-
}
|
|
2897
|
-
}
|
|
2898
|
-
listDevices(args, optionsOrCb, cb) {
|
|
2899
|
-
const command = new ListDevicesCommand_1.ListDevicesCommand(args);
|
|
2900
|
-
if (typeof optionsOrCb === "function") {
|
|
2901
|
-
this.send(command, optionsOrCb);
|
|
2902
|
-
}
|
|
2903
|
-
else if (typeof cb === "function") {
|
|
2904
|
-
if (typeof optionsOrCb !== "object")
|
|
2905
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2906
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2907
|
-
}
|
|
2908
|
-
else {
|
|
2909
|
-
return this.send(command, optionsOrCb);
|
|
2910
|
-
}
|
|
2911
|
-
}
|
|
2912
|
-
listDomains(args, optionsOrCb, cb) {
|
|
2913
|
-
const command = new ListDomainsCommand_1.ListDomainsCommand(args);
|
|
2914
|
-
if (typeof optionsOrCb === "function") {
|
|
2915
|
-
this.send(command, optionsOrCb);
|
|
2916
|
-
}
|
|
2917
|
-
else if (typeof cb === "function") {
|
|
2918
|
-
if (typeof optionsOrCb !== "object")
|
|
2919
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2920
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2921
|
-
}
|
|
2922
|
-
else {
|
|
2923
|
-
return this.send(command, optionsOrCb);
|
|
2924
|
-
}
|
|
2925
|
-
}
|
|
2926
|
-
listEdgeDeploymentPlans(args, optionsOrCb, cb) {
|
|
2927
|
-
const command = new ListEdgeDeploymentPlansCommand_1.ListEdgeDeploymentPlansCommand(args);
|
|
2928
|
-
if (typeof optionsOrCb === "function") {
|
|
2929
|
-
this.send(command, optionsOrCb);
|
|
2930
|
-
}
|
|
2931
|
-
else if (typeof cb === "function") {
|
|
2932
|
-
if (typeof optionsOrCb !== "object")
|
|
2933
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2934
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2935
|
-
}
|
|
2936
|
-
else {
|
|
2937
|
-
return this.send(command, optionsOrCb);
|
|
2938
|
-
}
|
|
2939
|
-
}
|
|
2940
|
-
listEdgePackagingJobs(args, optionsOrCb, cb) {
|
|
2941
|
-
const command = new ListEdgePackagingJobsCommand_1.ListEdgePackagingJobsCommand(args);
|
|
2942
|
-
if (typeof optionsOrCb === "function") {
|
|
2943
|
-
this.send(command, optionsOrCb);
|
|
2944
|
-
}
|
|
2945
|
-
else if (typeof cb === "function") {
|
|
2946
|
-
if (typeof optionsOrCb !== "object")
|
|
2947
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2948
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2949
|
-
}
|
|
2950
|
-
else {
|
|
2951
|
-
return this.send(command, optionsOrCb);
|
|
2952
|
-
}
|
|
2953
|
-
}
|
|
2954
|
-
listEndpointConfigs(args, optionsOrCb, cb) {
|
|
2955
|
-
const command = new ListEndpointConfigsCommand_1.ListEndpointConfigsCommand(args);
|
|
2956
|
-
if (typeof optionsOrCb === "function") {
|
|
2957
|
-
this.send(command, optionsOrCb);
|
|
2958
|
-
}
|
|
2959
|
-
else if (typeof cb === "function") {
|
|
2960
|
-
if (typeof optionsOrCb !== "object")
|
|
2961
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2962
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2963
|
-
}
|
|
2964
|
-
else {
|
|
2965
|
-
return this.send(command, optionsOrCb);
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
listEndpoints(args, optionsOrCb, cb) {
|
|
2969
|
-
const command = new ListEndpointsCommand_1.ListEndpointsCommand(args);
|
|
2970
|
-
if (typeof optionsOrCb === "function") {
|
|
2971
|
-
this.send(command, optionsOrCb);
|
|
2972
|
-
}
|
|
2973
|
-
else if (typeof cb === "function") {
|
|
2974
|
-
if (typeof optionsOrCb !== "object")
|
|
2975
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2976
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2977
|
-
}
|
|
2978
|
-
else {
|
|
2979
|
-
return this.send(command, optionsOrCb);
|
|
2980
|
-
}
|
|
2981
|
-
}
|
|
2982
|
-
listExperiments(args, optionsOrCb, cb) {
|
|
2983
|
-
const command = new ListExperimentsCommand_1.ListExperimentsCommand(args);
|
|
2984
|
-
if (typeof optionsOrCb === "function") {
|
|
2985
|
-
this.send(command, optionsOrCb);
|
|
2986
|
-
}
|
|
2987
|
-
else if (typeof cb === "function") {
|
|
2988
|
-
if (typeof optionsOrCb !== "object")
|
|
2989
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2990
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2991
|
-
}
|
|
2992
|
-
else {
|
|
2993
|
-
return this.send(command, optionsOrCb);
|
|
2994
|
-
}
|
|
2995
|
-
}
|
|
2996
|
-
listFeatureGroups(args, optionsOrCb, cb) {
|
|
2997
|
-
const command = new ListFeatureGroupsCommand_1.ListFeatureGroupsCommand(args);
|
|
2998
|
-
if (typeof optionsOrCb === "function") {
|
|
2999
|
-
this.send(command, optionsOrCb);
|
|
3000
|
-
}
|
|
3001
|
-
else if (typeof cb === "function") {
|
|
3002
|
-
if (typeof optionsOrCb !== "object")
|
|
3003
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3004
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3005
|
-
}
|
|
3006
|
-
else {
|
|
3007
|
-
return this.send(command, optionsOrCb);
|
|
3008
|
-
}
|
|
3009
|
-
}
|
|
3010
|
-
listFlowDefinitions(args, optionsOrCb, cb) {
|
|
3011
|
-
const command = new ListFlowDefinitionsCommand_1.ListFlowDefinitionsCommand(args);
|
|
3012
|
-
if (typeof optionsOrCb === "function") {
|
|
3013
|
-
this.send(command, optionsOrCb);
|
|
3014
|
-
}
|
|
3015
|
-
else if (typeof cb === "function") {
|
|
3016
|
-
if (typeof optionsOrCb !== "object")
|
|
3017
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3018
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3019
|
-
}
|
|
3020
|
-
else {
|
|
3021
|
-
return this.send(command, optionsOrCb);
|
|
3022
|
-
}
|
|
3023
|
-
}
|
|
3024
|
-
listHubContents(args, optionsOrCb, cb) {
|
|
3025
|
-
const command = new ListHubContentsCommand_1.ListHubContentsCommand(args);
|
|
3026
|
-
if (typeof optionsOrCb === "function") {
|
|
3027
|
-
this.send(command, optionsOrCb);
|
|
3028
|
-
}
|
|
3029
|
-
else if (typeof cb === "function") {
|
|
3030
|
-
if (typeof optionsOrCb !== "object")
|
|
3031
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3032
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3033
|
-
}
|
|
3034
|
-
else {
|
|
3035
|
-
return this.send(command, optionsOrCb);
|
|
3036
|
-
}
|
|
3037
|
-
}
|
|
3038
|
-
listHubContentVersions(args, optionsOrCb, cb) {
|
|
3039
|
-
const command = new ListHubContentVersionsCommand_1.ListHubContentVersionsCommand(args);
|
|
3040
|
-
if (typeof optionsOrCb === "function") {
|
|
3041
|
-
this.send(command, optionsOrCb);
|
|
3042
|
-
}
|
|
3043
|
-
else if (typeof cb === "function") {
|
|
3044
|
-
if (typeof optionsOrCb !== "object")
|
|
3045
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3046
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3047
|
-
}
|
|
3048
|
-
else {
|
|
3049
|
-
return this.send(command, optionsOrCb);
|
|
3050
|
-
}
|
|
3051
|
-
}
|
|
3052
|
-
listHubs(args, optionsOrCb, cb) {
|
|
3053
|
-
const command = new ListHubsCommand_1.ListHubsCommand(args);
|
|
3054
|
-
if (typeof optionsOrCb === "function") {
|
|
3055
|
-
this.send(command, optionsOrCb);
|
|
3056
|
-
}
|
|
3057
|
-
else if (typeof cb === "function") {
|
|
3058
|
-
if (typeof optionsOrCb !== "object")
|
|
3059
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3060
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3061
|
-
}
|
|
3062
|
-
else {
|
|
3063
|
-
return this.send(command, optionsOrCb);
|
|
3064
|
-
}
|
|
3065
|
-
}
|
|
3066
|
-
listHumanTaskUis(args, optionsOrCb, cb) {
|
|
3067
|
-
const command = new ListHumanTaskUisCommand_1.ListHumanTaskUisCommand(args);
|
|
3068
|
-
if (typeof optionsOrCb === "function") {
|
|
3069
|
-
this.send(command, optionsOrCb);
|
|
3070
|
-
}
|
|
3071
|
-
else if (typeof cb === "function") {
|
|
3072
|
-
if (typeof optionsOrCb !== "object")
|
|
3073
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3074
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3075
|
-
}
|
|
3076
|
-
else {
|
|
3077
|
-
return this.send(command, optionsOrCb);
|
|
3078
|
-
}
|
|
3079
|
-
}
|
|
3080
|
-
listHyperParameterTuningJobs(args, optionsOrCb, cb) {
|
|
3081
|
-
const command = new ListHyperParameterTuningJobsCommand_1.ListHyperParameterTuningJobsCommand(args);
|
|
3082
|
-
if (typeof optionsOrCb === "function") {
|
|
3083
|
-
this.send(command, optionsOrCb);
|
|
3084
|
-
}
|
|
3085
|
-
else if (typeof cb === "function") {
|
|
3086
|
-
if (typeof optionsOrCb !== "object")
|
|
3087
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3088
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3089
|
-
}
|
|
3090
|
-
else {
|
|
3091
|
-
return this.send(command, optionsOrCb);
|
|
3092
|
-
}
|
|
3093
|
-
}
|
|
3094
|
-
listImages(args, optionsOrCb, cb) {
|
|
3095
|
-
const command = new ListImagesCommand_1.ListImagesCommand(args);
|
|
3096
|
-
if (typeof optionsOrCb === "function") {
|
|
3097
|
-
this.send(command, optionsOrCb);
|
|
3098
|
-
}
|
|
3099
|
-
else if (typeof cb === "function") {
|
|
3100
|
-
if (typeof optionsOrCb !== "object")
|
|
3101
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3102
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3103
|
-
}
|
|
3104
|
-
else {
|
|
3105
|
-
return this.send(command, optionsOrCb);
|
|
3106
|
-
}
|
|
3107
|
-
}
|
|
3108
|
-
listImageVersions(args, optionsOrCb, cb) {
|
|
3109
|
-
const command = new ListImageVersionsCommand_1.ListImageVersionsCommand(args);
|
|
3110
|
-
if (typeof optionsOrCb === "function") {
|
|
3111
|
-
this.send(command, optionsOrCb);
|
|
3112
|
-
}
|
|
3113
|
-
else if (typeof cb === "function") {
|
|
3114
|
-
if (typeof optionsOrCb !== "object")
|
|
3115
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3116
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3117
|
-
}
|
|
3118
|
-
else {
|
|
3119
|
-
return this.send(command, optionsOrCb);
|
|
3120
|
-
}
|
|
3121
|
-
}
|
|
3122
|
-
listInferenceExperiments(args, optionsOrCb, cb) {
|
|
3123
|
-
const command = new ListInferenceExperimentsCommand_1.ListInferenceExperimentsCommand(args);
|
|
3124
|
-
if (typeof optionsOrCb === "function") {
|
|
3125
|
-
this.send(command, optionsOrCb);
|
|
3126
|
-
}
|
|
3127
|
-
else if (typeof cb === "function") {
|
|
3128
|
-
if (typeof optionsOrCb !== "object")
|
|
3129
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3130
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3131
|
-
}
|
|
3132
|
-
else {
|
|
3133
|
-
return this.send(command, optionsOrCb);
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
listInferenceRecommendationsJobs(args, optionsOrCb, cb) {
|
|
3137
|
-
const command = new ListInferenceRecommendationsJobsCommand_1.ListInferenceRecommendationsJobsCommand(args);
|
|
3138
|
-
if (typeof optionsOrCb === "function") {
|
|
3139
|
-
this.send(command, optionsOrCb);
|
|
3140
|
-
}
|
|
3141
|
-
else if (typeof cb === "function") {
|
|
3142
|
-
if (typeof optionsOrCb !== "object")
|
|
3143
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3144
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3145
|
-
}
|
|
3146
|
-
else {
|
|
3147
|
-
return this.send(command, optionsOrCb);
|
|
3148
|
-
}
|
|
3149
|
-
}
|
|
3150
|
-
listInferenceRecommendationsJobSteps(args, optionsOrCb, cb) {
|
|
3151
|
-
const command = new ListInferenceRecommendationsJobStepsCommand_1.ListInferenceRecommendationsJobStepsCommand(args);
|
|
3152
|
-
if (typeof optionsOrCb === "function") {
|
|
3153
|
-
this.send(command, optionsOrCb);
|
|
3154
|
-
}
|
|
3155
|
-
else if (typeof cb === "function") {
|
|
3156
|
-
if (typeof optionsOrCb !== "object")
|
|
3157
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3158
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3159
|
-
}
|
|
3160
|
-
else {
|
|
3161
|
-
return this.send(command, optionsOrCb);
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
listLabelingJobs(args, optionsOrCb, cb) {
|
|
3165
|
-
const command = new ListLabelingJobsCommand_1.ListLabelingJobsCommand(args);
|
|
3166
|
-
if (typeof optionsOrCb === "function") {
|
|
3167
|
-
this.send(command, optionsOrCb);
|
|
3168
|
-
}
|
|
3169
|
-
else if (typeof cb === "function") {
|
|
3170
|
-
if (typeof optionsOrCb !== "object")
|
|
3171
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3172
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3173
|
-
}
|
|
3174
|
-
else {
|
|
3175
|
-
return this.send(command, optionsOrCb);
|
|
3176
|
-
}
|
|
3177
|
-
}
|
|
3178
|
-
listLabelingJobsForWorkteam(args, optionsOrCb, cb) {
|
|
3179
|
-
const command = new ListLabelingJobsForWorkteamCommand_1.ListLabelingJobsForWorkteamCommand(args);
|
|
3180
|
-
if (typeof optionsOrCb === "function") {
|
|
3181
|
-
this.send(command, optionsOrCb);
|
|
3182
|
-
}
|
|
3183
|
-
else if (typeof cb === "function") {
|
|
3184
|
-
if (typeof optionsOrCb !== "object")
|
|
3185
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3186
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3187
|
-
}
|
|
3188
|
-
else {
|
|
3189
|
-
return this.send(command, optionsOrCb);
|
|
3190
|
-
}
|
|
3191
|
-
}
|
|
3192
|
-
listLineageGroups(args, optionsOrCb, cb) {
|
|
3193
|
-
const command = new ListLineageGroupsCommand_1.ListLineageGroupsCommand(args);
|
|
3194
|
-
if (typeof optionsOrCb === "function") {
|
|
3195
|
-
this.send(command, optionsOrCb);
|
|
3196
|
-
}
|
|
3197
|
-
else if (typeof cb === "function") {
|
|
3198
|
-
if (typeof optionsOrCb !== "object")
|
|
3199
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3200
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3201
|
-
}
|
|
3202
|
-
else {
|
|
3203
|
-
return this.send(command, optionsOrCb);
|
|
3204
|
-
}
|
|
3205
|
-
}
|
|
3206
|
-
listModelBiasJobDefinitions(args, optionsOrCb, cb) {
|
|
3207
|
-
const command = new ListModelBiasJobDefinitionsCommand_1.ListModelBiasJobDefinitionsCommand(args);
|
|
3208
|
-
if (typeof optionsOrCb === "function") {
|
|
3209
|
-
this.send(command, optionsOrCb);
|
|
3210
|
-
}
|
|
3211
|
-
else if (typeof cb === "function") {
|
|
3212
|
-
if (typeof optionsOrCb !== "object")
|
|
3213
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3214
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3215
|
-
}
|
|
3216
|
-
else {
|
|
3217
|
-
return this.send(command, optionsOrCb);
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
3220
|
-
listModelCardExportJobs(args, optionsOrCb, cb) {
|
|
3221
|
-
const command = new ListModelCardExportJobsCommand_1.ListModelCardExportJobsCommand(args);
|
|
3222
|
-
if (typeof optionsOrCb === "function") {
|
|
3223
|
-
this.send(command, optionsOrCb);
|
|
3224
|
-
}
|
|
3225
|
-
else if (typeof cb === "function") {
|
|
3226
|
-
if (typeof optionsOrCb !== "object")
|
|
3227
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3228
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3229
|
-
}
|
|
3230
|
-
else {
|
|
3231
|
-
return this.send(command, optionsOrCb);
|
|
3232
|
-
}
|
|
3233
|
-
}
|
|
3234
|
-
listModelCards(args, optionsOrCb, cb) {
|
|
3235
|
-
const command = new ListModelCardsCommand_1.ListModelCardsCommand(args);
|
|
3236
|
-
if (typeof optionsOrCb === "function") {
|
|
3237
|
-
this.send(command, optionsOrCb);
|
|
3238
|
-
}
|
|
3239
|
-
else if (typeof cb === "function") {
|
|
3240
|
-
if (typeof optionsOrCb !== "object")
|
|
3241
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3242
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3243
|
-
}
|
|
3244
|
-
else {
|
|
3245
|
-
return this.send(command, optionsOrCb);
|
|
3246
|
-
}
|
|
3247
|
-
}
|
|
3248
|
-
listModelCardVersions(args, optionsOrCb, cb) {
|
|
3249
|
-
const command = new ListModelCardVersionsCommand_1.ListModelCardVersionsCommand(args);
|
|
3250
|
-
if (typeof optionsOrCb === "function") {
|
|
3251
|
-
this.send(command, optionsOrCb);
|
|
3252
|
-
}
|
|
3253
|
-
else if (typeof cb === "function") {
|
|
3254
|
-
if (typeof optionsOrCb !== "object")
|
|
3255
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3256
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3257
|
-
}
|
|
3258
|
-
else {
|
|
3259
|
-
return this.send(command, optionsOrCb);
|
|
3260
|
-
}
|
|
3261
|
-
}
|
|
3262
|
-
listModelExplainabilityJobDefinitions(args, optionsOrCb, cb) {
|
|
3263
|
-
const command = new ListModelExplainabilityJobDefinitionsCommand_1.ListModelExplainabilityJobDefinitionsCommand(args);
|
|
3264
|
-
if (typeof optionsOrCb === "function") {
|
|
3265
|
-
this.send(command, optionsOrCb);
|
|
3266
|
-
}
|
|
3267
|
-
else if (typeof cb === "function") {
|
|
3268
|
-
if (typeof optionsOrCb !== "object")
|
|
3269
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3270
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3271
|
-
}
|
|
3272
|
-
else {
|
|
3273
|
-
return this.send(command, optionsOrCb);
|
|
3274
|
-
}
|
|
3275
|
-
}
|
|
3276
|
-
listModelMetadata(args, optionsOrCb, cb) {
|
|
3277
|
-
const command = new ListModelMetadataCommand_1.ListModelMetadataCommand(args);
|
|
3278
|
-
if (typeof optionsOrCb === "function") {
|
|
3279
|
-
this.send(command, optionsOrCb);
|
|
3280
|
-
}
|
|
3281
|
-
else if (typeof cb === "function") {
|
|
3282
|
-
if (typeof optionsOrCb !== "object")
|
|
3283
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3284
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3285
|
-
}
|
|
3286
|
-
else {
|
|
3287
|
-
return this.send(command, optionsOrCb);
|
|
3288
|
-
}
|
|
3289
|
-
}
|
|
3290
|
-
listModelPackageGroups(args, optionsOrCb, cb) {
|
|
3291
|
-
const command = new ListModelPackageGroupsCommand_1.ListModelPackageGroupsCommand(args);
|
|
3292
|
-
if (typeof optionsOrCb === "function") {
|
|
3293
|
-
this.send(command, optionsOrCb);
|
|
3294
|
-
}
|
|
3295
|
-
else if (typeof cb === "function") {
|
|
3296
|
-
if (typeof optionsOrCb !== "object")
|
|
3297
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3298
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3299
|
-
}
|
|
3300
|
-
else {
|
|
3301
|
-
return this.send(command, optionsOrCb);
|
|
3302
|
-
}
|
|
3303
|
-
}
|
|
3304
|
-
listModelPackages(args, optionsOrCb, cb) {
|
|
3305
|
-
const command = new ListModelPackagesCommand_1.ListModelPackagesCommand(args);
|
|
3306
|
-
if (typeof optionsOrCb === "function") {
|
|
3307
|
-
this.send(command, optionsOrCb);
|
|
3308
|
-
}
|
|
3309
|
-
else if (typeof cb === "function") {
|
|
3310
|
-
if (typeof optionsOrCb !== "object")
|
|
3311
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3312
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3313
|
-
}
|
|
3314
|
-
else {
|
|
3315
|
-
return this.send(command, optionsOrCb);
|
|
3316
|
-
}
|
|
3317
|
-
}
|
|
3318
|
-
listModelQualityJobDefinitions(args, optionsOrCb, cb) {
|
|
3319
|
-
const command = new ListModelQualityJobDefinitionsCommand_1.ListModelQualityJobDefinitionsCommand(args);
|
|
3320
|
-
if (typeof optionsOrCb === "function") {
|
|
3321
|
-
this.send(command, optionsOrCb);
|
|
3322
|
-
}
|
|
3323
|
-
else if (typeof cb === "function") {
|
|
3324
|
-
if (typeof optionsOrCb !== "object")
|
|
3325
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3326
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3327
|
-
}
|
|
3328
|
-
else {
|
|
3329
|
-
return this.send(command, optionsOrCb);
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
listModels(args, optionsOrCb, cb) {
|
|
3333
|
-
const command = new ListModelsCommand_1.ListModelsCommand(args);
|
|
3334
|
-
if (typeof optionsOrCb === "function") {
|
|
3335
|
-
this.send(command, optionsOrCb);
|
|
3336
|
-
}
|
|
3337
|
-
else if (typeof cb === "function") {
|
|
3338
|
-
if (typeof optionsOrCb !== "object")
|
|
3339
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3340
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3341
|
-
}
|
|
3342
|
-
else {
|
|
3343
|
-
return this.send(command, optionsOrCb);
|
|
3344
|
-
}
|
|
3345
|
-
}
|
|
3346
|
-
listMonitoringAlertHistory(args, optionsOrCb, cb) {
|
|
3347
|
-
const command = new ListMonitoringAlertHistoryCommand_1.ListMonitoringAlertHistoryCommand(args);
|
|
3348
|
-
if (typeof optionsOrCb === "function") {
|
|
3349
|
-
this.send(command, optionsOrCb);
|
|
3350
|
-
}
|
|
3351
|
-
else if (typeof cb === "function") {
|
|
3352
|
-
if (typeof optionsOrCb !== "object")
|
|
3353
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3354
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3355
|
-
}
|
|
3356
|
-
else {
|
|
3357
|
-
return this.send(command, optionsOrCb);
|
|
3358
|
-
}
|
|
3359
|
-
}
|
|
3360
|
-
listMonitoringAlerts(args, optionsOrCb, cb) {
|
|
3361
|
-
const command = new ListMonitoringAlertsCommand_1.ListMonitoringAlertsCommand(args);
|
|
3362
|
-
if (typeof optionsOrCb === "function") {
|
|
3363
|
-
this.send(command, optionsOrCb);
|
|
3364
|
-
}
|
|
3365
|
-
else if (typeof cb === "function") {
|
|
3366
|
-
if (typeof optionsOrCb !== "object")
|
|
3367
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3368
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3369
|
-
}
|
|
3370
|
-
else {
|
|
3371
|
-
return this.send(command, optionsOrCb);
|
|
3372
|
-
}
|
|
3373
|
-
}
|
|
3374
|
-
listMonitoringExecutions(args, optionsOrCb, cb) {
|
|
3375
|
-
const command = new ListMonitoringExecutionsCommand_1.ListMonitoringExecutionsCommand(args);
|
|
3376
|
-
if (typeof optionsOrCb === "function") {
|
|
3377
|
-
this.send(command, optionsOrCb);
|
|
3378
|
-
}
|
|
3379
|
-
else if (typeof cb === "function") {
|
|
3380
|
-
if (typeof optionsOrCb !== "object")
|
|
3381
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3382
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3383
|
-
}
|
|
3384
|
-
else {
|
|
3385
|
-
return this.send(command, optionsOrCb);
|
|
3386
|
-
}
|
|
3387
|
-
}
|
|
3388
|
-
listMonitoringSchedules(args, optionsOrCb, cb) {
|
|
3389
|
-
const command = new ListMonitoringSchedulesCommand_1.ListMonitoringSchedulesCommand(args);
|
|
3390
|
-
if (typeof optionsOrCb === "function") {
|
|
3391
|
-
this.send(command, optionsOrCb);
|
|
3392
|
-
}
|
|
3393
|
-
else if (typeof cb === "function") {
|
|
3394
|
-
if (typeof optionsOrCb !== "object")
|
|
3395
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3396
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3397
|
-
}
|
|
3398
|
-
else {
|
|
3399
|
-
return this.send(command, optionsOrCb);
|
|
3400
|
-
}
|
|
3401
|
-
}
|
|
3402
|
-
listNotebookInstanceLifecycleConfigs(args, optionsOrCb, cb) {
|
|
3403
|
-
const command = new ListNotebookInstanceLifecycleConfigsCommand_1.ListNotebookInstanceLifecycleConfigsCommand(args);
|
|
3404
|
-
if (typeof optionsOrCb === "function") {
|
|
3405
|
-
this.send(command, optionsOrCb);
|
|
3406
|
-
}
|
|
3407
|
-
else if (typeof cb === "function") {
|
|
3408
|
-
if (typeof optionsOrCb !== "object")
|
|
3409
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3410
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3411
|
-
}
|
|
3412
|
-
else {
|
|
3413
|
-
return this.send(command, optionsOrCb);
|
|
3414
|
-
}
|
|
3415
|
-
}
|
|
3416
|
-
listNotebookInstances(args, optionsOrCb, cb) {
|
|
3417
|
-
const command = new ListNotebookInstancesCommand_1.ListNotebookInstancesCommand(args);
|
|
3418
|
-
if (typeof optionsOrCb === "function") {
|
|
3419
|
-
this.send(command, optionsOrCb);
|
|
3420
|
-
}
|
|
3421
|
-
else if (typeof cb === "function") {
|
|
3422
|
-
if (typeof optionsOrCb !== "object")
|
|
3423
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3424
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3425
|
-
}
|
|
3426
|
-
else {
|
|
3427
|
-
return this.send(command, optionsOrCb);
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
|
-
listPipelineExecutions(args, optionsOrCb, cb) {
|
|
3431
|
-
const command = new ListPipelineExecutionsCommand_1.ListPipelineExecutionsCommand(args);
|
|
3432
|
-
if (typeof optionsOrCb === "function") {
|
|
3433
|
-
this.send(command, optionsOrCb);
|
|
3434
|
-
}
|
|
3435
|
-
else if (typeof cb === "function") {
|
|
3436
|
-
if (typeof optionsOrCb !== "object")
|
|
3437
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3438
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3439
|
-
}
|
|
3440
|
-
else {
|
|
3441
|
-
return this.send(command, optionsOrCb);
|
|
3442
|
-
}
|
|
3443
|
-
}
|
|
3444
|
-
listPipelineExecutionSteps(args, optionsOrCb, cb) {
|
|
3445
|
-
const command = new ListPipelineExecutionStepsCommand_1.ListPipelineExecutionStepsCommand(args);
|
|
3446
|
-
if (typeof optionsOrCb === "function") {
|
|
3447
|
-
this.send(command, optionsOrCb);
|
|
3448
|
-
}
|
|
3449
|
-
else if (typeof cb === "function") {
|
|
3450
|
-
if (typeof optionsOrCb !== "object")
|
|
3451
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3452
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3453
|
-
}
|
|
3454
|
-
else {
|
|
3455
|
-
return this.send(command, optionsOrCb);
|
|
3456
|
-
}
|
|
3457
|
-
}
|
|
3458
|
-
listPipelineParametersForExecution(args, optionsOrCb, cb) {
|
|
3459
|
-
const command = new ListPipelineParametersForExecutionCommand_1.ListPipelineParametersForExecutionCommand(args);
|
|
3460
|
-
if (typeof optionsOrCb === "function") {
|
|
3461
|
-
this.send(command, optionsOrCb);
|
|
3462
|
-
}
|
|
3463
|
-
else if (typeof cb === "function") {
|
|
3464
|
-
if (typeof optionsOrCb !== "object")
|
|
3465
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3466
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3467
|
-
}
|
|
3468
|
-
else {
|
|
3469
|
-
return this.send(command, optionsOrCb);
|
|
3470
|
-
}
|
|
3471
|
-
}
|
|
3472
|
-
listPipelines(args, optionsOrCb, cb) {
|
|
3473
|
-
const command = new ListPipelinesCommand_1.ListPipelinesCommand(args);
|
|
3474
|
-
if (typeof optionsOrCb === "function") {
|
|
3475
|
-
this.send(command, optionsOrCb);
|
|
3476
|
-
}
|
|
3477
|
-
else if (typeof cb === "function") {
|
|
3478
|
-
if (typeof optionsOrCb !== "object")
|
|
3479
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3480
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3481
|
-
}
|
|
3482
|
-
else {
|
|
3483
|
-
return this.send(command, optionsOrCb);
|
|
3484
|
-
}
|
|
3485
|
-
}
|
|
3486
|
-
listProcessingJobs(args, optionsOrCb, cb) {
|
|
3487
|
-
const command = new ListProcessingJobsCommand_1.ListProcessingJobsCommand(args);
|
|
3488
|
-
if (typeof optionsOrCb === "function") {
|
|
3489
|
-
this.send(command, optionsOrCb);
|
|
3490
|
-
}
|
|
3491
|
-
else if (typeof cb === "function") {
|
|
3492
|
-
if (typeof optionsOrCb !== "object")
|
|
3493
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3494
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3495
|
-
}
|
|
3496
|
-
else {
|
|
3497
|
-
return this.send(command, optionsOrCb);
|
|
3498
|
-
}
|
|
3499
|
-
}
|
|
3500
|
-
listProjects(args, optionsOrCb, cb) {
|
|
3501
|
-
const command = new ListProjectsCommand_1.ListProjectsCommand(args);
|
|
3502
|
-
if (typeof optionsOrCb === "function") {
|
|
3503
|
-
this.send(command, optionsOrCb);
|
|
3504
|
-
}
|
|
3505
|
-
else if (typeof cb === "function") {
|
|
3506
|
-
if (typeof optionsOrCb !== "object")
|
|
3507
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3508
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3509
|
-
}
|
|
3510
|
-
else {
|
|
3511
|
-
return this.send(command, optionsOrCb);
|
|
3512
|
-
}
|
|
3513
|
-
}
|
|
3514
|
-
listSpaces(args, optionsOrCb, cb) {
|
|
3515
|
-
const command = new ListSpacesCommand_1.ListSpacesCommand(args);
|
|
3516
|
-
if (typeof optionsOrCb === "function") {
|
|
3517
|
-
this.send(command, optionsOrCb);
|
|
3518
|
-
}
|
|
3519
|
-
else if (typeof cb === "function") {
|
|
3520
|
-
if (typeof optionsOrCb !== "object")
|
|
3521
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3522
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3523
|
-
}
|
|
3524
|
-
else {
|
|
3525
|
-
return this.send(command, optionsOrCb);
|
|
3526
|
-
}
|
|
3527
|
-
}
|
|
3528
|
-
listStageDevices(args, optionsOrCb, cb) {
|
|
3529
|
-
const command = new ListStageDevicesCommand_1.ListStageDevicesCommand(args);
|
|
3530
|
-
if (typeof optionsOrCb === "function") {
|
|
3531
|
-
this.send(command, optionsOrCb);
|
|
3532
|
-
}
|
|
3533
|
-
else if (typeof cb === "function") {
|
|
3534
|
-
if (typeof optionsOrCb !== "object")
|
|
3535
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3536
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3537
|
-
}
|
|
3538
|
-
else {
|
|
3539
|
-
return this.send(command, optionsOrCb);
|
|
3540
|
-
}
|
|
3541
|
-
}
|
|
3542
|
-
listStudioLifecycleConfigs(args, optionsOrCb, cb) {
|
|
3543
|
-
const command = new ListStudioLifecycleConfigsCommand_1.ListStudioLifecycleConfigsCommand(args);
|
|
3544
|
-
if (typeof optionsOrCb === "function") {
|
|
3545
|
-
this.send(command, optionsOrCb);
|
|
3546
|
-
}
|
|
3547
|
-
else if (typeof cb === "function") {
|
|
3548
|
-
if (typeof optionsOrCb !== "object")
|
|
3549
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3550
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3551
|
-
}
|
|
3552
|
-
else {
|
|
3553
|
-
return this.send(command, optionsOrCb);
|
|
3554
|
-
}
|
|
3555
|
-
}
|
|
3556
|
-
listSubscribedWorkteams(args, optionsOrCb, cb) {
|
|
3557
|
-
const command = new ListSubscribedWorkteamsCommand_1.ListSubscribedWorkteamsCommand(args);
|
|
3558
|
-
if (typeof optionsOrCb === "function") {
|
|
3559
|
-
this.send(command, optionsOrCb);
|
|
3560
|
-
}
|
|
3561
|
-
else if (typeof cb === "function") {
|
|
3562
|
-
if (typeof optionsOrCb !== "object")
|
|
3563
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3564
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3565
|
-
}
|
|
3566
|
-
else {
|
|
3567
|
-
return this.send(command, optionsOrCb);
|
|
3568
|
-
}
|
|
3569
|
-
}
|
|
3570
|
-
listTags(args, optionsOrCb, cb) {
|
|
3571
|
-
const command = new ListTagsCommand_1.ListTagsCommand(args);
|
|
3572
|
-
if (typeof optionsOrCb === "function") {
|
|
3573
|
-
this.send(command, optionsOrCb);
|
|
3574
|
-
}
|
|
3575
|
-
else if (typeof cb === "function") {
|
|
3576
|
-
if (typeof optionsOrCb !== "object")
|
|
3577
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3578
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3579
|
-
}
|
|
3580
|
-
else {
|
|
3581
|
-
return this.send(command, optionsOrCb);
|
|
3582
|
-
}
|
|
3583
|
-
}
|
|
3584
|
-
listTrainingJobs(args, optionsOrCb, cb) {
|
|
3585
|
-
const command = new ListTrainingJobsCommand_1.ListTrainingJobsCommand(args);
|
|
3586
|
-
if (typeof optionsOrCb === "function") {
|
|
3587
|
-
this.send(command, optionsOrCb);
|
|
3588
|
-
}
|
|
3589
|
-
else if (typeof cb === "function") {
|
|
3590
|
-
if (typeof optionsOrCb !== "object")
|
|
3591
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3592
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3593
|
-
}
|
|
3594
|
-
else {
|
|
3595
|
-
return this.send(command, optionsOrCb);
|
|
3596
|
-
}
|
|
3597
|
-
}
|
|
3598
|
-
listTrainingJobsForHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
3599
|
-
const command = new ListTrainingJobsForHyperParameterTuningJobCommand_1.ListTrainingJobsForHyperParameterTuningJobCommand(args);
|
|
3600
|
-
if (typeof optionsOrCb === "function") {
|
|
3601
|
-
this.send(command, optionsOrCb);
|
|
3602
|
-
}
|
|
3603
|
-
else if (typeof cb === "function") {
|
|
3604
|
-
if (typeof optionsOrCb !== "object")
|
|
3605
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3606
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3607
|
-
}
|
|
3608
|
-
else {
|
|
3609
|
-
return this.send(command, optionsOrCb);
|
|
3610
|
-
}
|
|
3611
|
-
}
|
|
3612
|
-
listTransformJobs(args, optionsOrCb, cb) {
|
|
3613
|
-
const command = new ListTransformJobsCommand_1.ListTransformJobsCommand(args);
|
|
3614
|
-
if (typeof optionsOrCb === "function") {
|
|
3615
|
-
this.send(command, optionsOrCb);
|
|
3616
|
-
}
|
|
3617
|
-
else if (typeof cb === "function") {
|
|
3618
|
-
if (typeof optionsOrCb !== "object")
|
|
3619
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3620
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3621
|
-
}
|
|
3622
|
-
else {
|
|
3623
|
-
return this.send(command, optionsOrCb);
|
|
3624
|
-
}
|
|
3625
|
-
}
|
|
3626
|
-
listTrialComponents(args, optionsOrCb, cb) {
|
|
3627
|
-
const command = new ListTrialComponentsCommand_1.ListTrialComponentsCommand(args);
|
|
3628
|
-
if (typeof optionsOrCb === "function") {
|
|
3629
|
-
this.send(command, optionsOrCb);
|
|
3630
|
-
}
|
|
3631
|
-
else if (typeof cb === "function") {
|
|
3632
|
-
if (typeof optionsOrCb !== "object")
|
|
3633
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3634
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3635
|
-
}
|
|
3636
|
-
else {
|
|
3637
|
-
return this.send(command, optionsOrCb);
|
|
3638
|
-
}
|
|
3639
|
-
}
|
|
3640
|
-
listTrials(args, optionsOrCb, cb) {
|
|
3641
|
-
const command = new ListTrialsCommand_1.ListTrialsCommand(args);
|
|
3642
|
-
if (typeof optionsOrCb === "function") {
|
|
3643
|
-
this.send(command, optionsOrCb);
|
|
3644
|
-
}
|
|
3645
|
-
else if (typeof cb === "function") {
|
|
3646
|
-
if (typeof optionsOrCb !== "object")
|
|
3647
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3648
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3649
|
-
}
|
|
3650
|
-
else {
|
|
3651
|
-
return this.send(command, optionsOrCb);
|
|
3652
|
-
}
|
|
3653
|
-
}
|
|
3654
|
-
listUserProfiles(args, optionsOrCb, cb) {
|
|
3655
|
-
const command = new ListUserProfilesCommand_1.ListUserProfilesCommand(args);
|
|
3656
|
-
if (typeof optionsOrCb === "function") {
|
|
3657
|
-
this.send(command, optionsOrCb);
|
|
3658
|
-
}
|
|
3659
|
-
else if (typeof cb === "function") {
|
|
3660
|
-
if (typeof optionsOrCb !== "object")
|
|
3661
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3662
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3663
|
-
}
|
|
3664
|
-
else {
|
|
3665
|
-
return this.send(command, optionsOrCb);
|
|
3666
|
-
}
|
|
3667
|
-
}
|
|
3668
|
-
listWorkforces(args, optionsOrCb, cb) {
|
|
3669
|
-
const command = new ListWorkforcesCommand_1.ListWorkforcesCommand(args);
|
|
3670
|
-
if (typeof optionsOrCb === "function") {
|
|
3671
|
-
this.send(command, optionsOrCb);
|
|
3672
|
-
}
|
|
3673
|
-
else if (typeof cb === "function") {
|
|
3674
|
-
if (typeof optionsOrCb !== "object")
|
|
3675
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3676
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3677
|
-
}
|
|
3678
|
-
else {
|
|
3679
|
-
return this.send(command, optionsOrCb);
|
|
3680
|
-
}
|
|
3681
|
-
}
|
|
3682
|
-
listWorkteams(args, optionsOrCb, cb) {
|
|
3683
|
-
const command = new ListWorkteamsCommand_1.ListWorkteamsCommand(args);
|
|
3684
|
-
if (typeof optionsOrCb === "function") {
|
|
3685
|
-
this.send(command, optionsOrCb);
|
|
3686
|
-
}
|
|
3687
|
-
else if (typeof cb === "function") {
|
|
3688
|
-
if (typeof optionsOrCb !== "object")
|
|
3689
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3690
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3691
|
-
}
|
|
3692
|
-
else {
|
|
3693
|
-
return this.send(command, optionsOrCb);
|
|
3694
|
-
}
|
|
3695
|
-
}
|
|
3696
|
-
putModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
3697
|
-
const command = new PutModelPackageGroupPolicyCommand_1.PutModelPackageGroupPolicyCommand(args);
|
|
3698
|
-
if (typeof optionsOrCb === "function") {
|
|
3699
|
-
this.send(command, optionsOrCb);
|
|
3700
|
-
}
|
|
3701
|
-
else if (typeof cb === "function") {
|
|
3702
|
-
if (typeof optionsOrCb !== "object")
|
|
3703
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3704
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3705
|
-
}
|
|
3706
|
-
else {
|
|
3707
|
-
return this.send(command, optionsOrCb);
|
|
3708
|
-
}
|
|
3709
|
-
}
|
|
3710
|
-
queryLineage(args, optionsOrCb, cb) {
|
|
3711
|
-
const command = new QueryLineageCommand_1.QueryLineageCommand(args);
|
|
3712
|
-
if (typeof optionsOrCb === "function") {
|
|
3713
|
-
this.send(command, optionsOrCb);
|
|
3714
|
-
}
|
|
3715
|
-
else if (typeof cb === "function") {
|
|
3716
|
-
if (typeof optionsOrCb !== "object")
|
|
3717
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3718
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3719
|
-
}
|
|
3720
|
-
else {
|
|
3721
|
-
return this.send(command, optionsOrCb);
|
|
3722
|
-
}
|
|
3723
|
-
}
|
|
3724
|
-
registerDevices(args, optionsOrCb, cb) {
|
|
3725
|
-
const command = new RegisterDevicesCommand_1.RegisterDevicesCommand(args);
|
|
3726
|
-
if (typeof optionsOrCb === "function") {
|
|
3727
|
-
this.send(command, optionsOrCb);
|
|
3728
|
-
}
|
|
3729
|
-
else if (typeof cb === "function") {
|
|
3730
|
-
if (typeof optionsOrCb !== "object")
|
|
3731
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3732
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3733
|
-
}
|
|
3734
|
-
else {
|
|
3735
|
-
return this.send(command, optionsOrCb);
|
|
3736
|
-
}
|
|
3737
|
-
}
|
|
3738
|
-
renderUiTemplate(args, optionsOrCb, cb) {
|
|
3739
|
-
const command = new RenderUiTemplateCommand_1.RenderUiTemplateCommand(args);
|
|
3740
|
-
if (typeof optionsOrCb === "function") {
|
|
3741
|
-
this.send(command, optionsOrCb);
|
|
3742
|
-
}
|
|
3743
|
-
else if (typeof cb === "function") {
|
|
3744
|
-
if (typeof optionsOrCb !== "object")
|
|
3745
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3746
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3747
|
-
}
|
|
3748
|
-
else {
|
|
3749
|
-
return this.send(command, optionsOrCb);
|
|
3750
|
-
}
|
|
3751
|
-
}
|
|
3752
|
-
retryPipelineExecution(args, optionsOrCb, cb) {
|
|
3753
|
-
const command = new RetryPipelineExecutionCommand_1.RetryPipelineExecutionCommand(args);
|
|
3754
|
-
if (typeof optionsOrCb === "function") {
|
|
3755
|
-
this.send(command, optionsOrCb);
|
|
3756
|
-
}
|
|
3757
|
-
else if (typeof cb === "function") {
|
|
3758
|
-
if (typeof optionsOrCb !== "object")
|
|
3759
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3760
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3761
|
-
}
|
|
3762
|
-
else {
|
|
3763
|
-
return this.send(command, optionsOrCb);
|
|
3764
|
-
}
|
|
3765
|
-
}
|
|
3766
|
-
search(args, optionsOrCb, cb) {
|
|
3767
|
-
const command = new SearchCommand_1.SearchCommand(args);
|
|
3768
|
-
if (typeof optionsOrCb === "function") {
|
|
3769
|
-
this.send(command, optionsOrCb);
|
|
3770
|
-
}
|
|
3771
|
-
else if (typeof cb === "function") {
|
|
3772
|
-
if (typeof optionsOrCb !== "object")
|
|
3773
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3774
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3775
|
-
}
|
|
3776
|
-
else {
|
|
3777
|
-
return this.send(command, optionsOrCb);
|
|
3778
|
-
}
|
|
3779
|
-
}
|
|
3780
|
-
sendPipelineExecutionStepFailure(args, optionsOrCb, cb) {
|
|
3781
|
-
const command = new SendPipelineExecutionStepFailureCommand_1.SendPipelineExecutionStepFailureCommand(args);
|
|
3782
|
-
if (typeof optionsOrCb === "function") {
|
|
3783
|
-
this.send(command, optionsOrCb);
|
|
3784
|
-
}
|
|
3785
|
-
else if (typeof cb === "function") {
|
|
3786
|
-
if (typeof optionsOrCb !== "object")
|
|
3787
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3788
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3789
|
-
}
|
|
3790
|
-
else {
|
|
3791
|
-
return this.send(command, optionsOrCb);
|
|
3792
|
-
}
|
|
3793
|
-
}
|
|
3794
|
-
sendPipelineExecutionStepSuccess(args, optionsOrCb, cb) {
|
|
3795
|
-
const command = new SendPipelineExecutionStepSuccessCommand_1.SendPipelineExecutionStepSuccessCommand(args);
|
|
3796
|
-
if (typeof optionsOrCb === "function") {
|
|
3797
|
-
this.send(command, optionsOrCb);
|
|
3798
|
-
}
|
|
3799
|
-
else if (typeof cb === "function") {
|
|
3800
|
-
if (typeof optionsOrCb !== "object")
|
|
3801
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3802
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3803
|
-
}
|
|
3804
|
-
else {
|
|
3805
|
-
return this.send(command, optionsOrCb);
|
|
3806
|
-
}
|
|
3807
|
-
}
|
|
3808
|
-
startEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
3809
|
-
const command = new StartEdgeDeploymentStageCommand_1.StartEdgeDeploymentStageCommand(args);
|
|
3810
|
-
if (typeof optionsOrCb === "function") {
|
|
3811
|
-
this.send(command, optionsOrCb);
|
|
3812
|
-
}
|
|
3813
|
-
else if (typeof cb === "function") {
|
|
3814
|
-
if (typeof optionsOrCb !== "object")
|
|
3815
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3816
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3817
|
-
}
|
|
3818
|
-
else {
|
|
3819
|
-
return this.send(command, optionsOrCb);
|
|
3820
|
-
}
|
|
3821
|
-
}
|
|
3822
|
-
startInferenceExperiment(args, optionsOrCb, cb) {
|
|
3823
|
-
const command = new StartInferenceExperimentCommand_1.StartInferenceExperimentCommand(args);
|
|
3824
|
-
if (typeof optionsOrCb === "function") {
|
|
3825
|
-
this.send(command, optionsOrCb);
|
|
3826
|
-
}
|
|
3827
|
-
else if (typeof cb === "function") {
|
|
3828
|
-
if (typeof optionsOrCb !== "object")
|
|
3829
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3830
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3831
|
-
}
|
|
3832
|
-
else {
|
|
3833
|
-
return this.send(command, optionsOrCb);
|
|
3834
|
-
}
|
|
3835
|
-
}
|
|
3836
|
-
startMonitoringSchedule(args, optionsOrCb, cb) {
|
|
3837
|
-
const command = new StartMonitoringScheduleCommand_1.StartMonitoringScheduleCommand(args);
|
|
3838
|
-
if (typeof optionsOrCb === "function") {
|
|
3839
|
-
this.send(command, optionsOrCb);
|
|
3840
|
-
}
|
|
3841
|
-
else if (typeof cb === "function") {
|
|
3842
|
-
if (typeof optionsOrCb !== "object")
|
|
3843
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3844
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3845
|
-
}
|
|
3846
|
-
else {
|
|
3847
|
-
return this.send(command, optionsOrCb);
|
|
3848
|
-
}
|
|
3849
|
-
}
|
|
3850
|
-
startNotebookInstance(args, optionsOrCb, cb) {
|
|
3851
|
-
const command = new StartNotebookInstanceCommand_1.StartNotebookInstanceCommand(args);
|
|
3852
|
-
if (typeof optionsOrCb === "function") {
|
|
3853
|
-
this.send(command, optionsOrCb);
|
|
3854
|
-
}
|
|
3855
|
-
else if (typeof cb === "function") {
|
|
3856
|
-
if (typeof optionsOrCb !== "object")
|
|
3857
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3858
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3859
|
-
}
|
|
3860
|
-
else {
|
|
3861
|
-
return this.send(command, optionsOrCb);
|
|
3862
|
-
}
|
|
3863
|
-
}
|
|
3864
|
-
startPipelineExecution(args, optionsOrCb, cb) {
|
|
3865
|
-
const command = new StartPipelineExecutionCommand_1.StartPipelineExecutionCommand(args);
|
|
3866
|
-
if (typeof optionsOrCb === "function") {
|
|
3867
|
-
this.send(command, optionsOrCb);
|
|
3868
|
-
}
|
|
3869
|
-
else if (typeof cb === "function") {
|
|
3870
|
-
if (typeof optionsOrCb !== "object")
|
|
3871
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3872
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3873
|
-
}
|
|
3874
|
-
else {
|
|
3875
|
-
return this.send(command, optionsOrCb);
|
|
3876
|
-
}
|
|
3877
|
-
}
|
|
3878
|
-
stopAutoMLJob(args, optionsOrCb, cb) {
|
|
3879
|
-
const command = new StopAutoMLJobCommand_1.StopAutoMLJobCommand(args);
|
|
3880
|
-
if (typeof optionsOrCb === "function") {
|
|
3881
|
-
this.send(command, optionsOrCb);
|
|
3882
|
-
}
|
|
3883
|
-
else if (typeof cb === "function") {
|
|
3884
|
-
if (typeof optionsOrCb !== "object")
|
|
3885
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3886
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3887
|
-
}
|
|
3888
|
-
else {
|
|
3889
|
-
return this.send(command, optionsOrCb);
|
|
3890
|
-
}
|
|
3891
|
-
}
|
|
3892
|
-
stopCompilationJob(args, optionsOrCb, cb) {
|
|
3893
|
-
const command = new StopCompilationJobCommand_1.StopCompilationJobCommand(args);
|
|
3894
|
-
if (typeof optionsOrCb === "function") {
|
|
3895
|
-
this.send(command, optionsOrCb);
|
|
3896
|
-
}
|
|
3897
|
-
else if (typeof cb === "function") {
|
|
3898
|
-
if (typeof optionsOrCb !== "object")
|
|
3899
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3900
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3901
|
-
}
|
|
3902
|
-
else {
|
|
3903
|
-
return this.send(command, optionsOrCb);
|
|
3904
|
-
}
|
|
3905
|
-
}
|
|
3906
|
-
stopEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
3907
|
-
const command = new StopEdgeDeploymentStageCommand_1.StopEdgeDeploymentStageCommand(args);
|
|
3908
|
-
if (typeof optionsOrCb === "function") {
|
|
3909
|
-
this.send(command, optionsOrCb);
|
|
3910
|
-
}
|
|
3911
|
-
else if (typeof cb === "function") {
|
|
3912
|
-
if (typeof optionsOrCb !== "object")
|
|
3913
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3914
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3915
|
-
}
|
|
3916
|
-
else {
|
|
3917
|
-
return this.send(command, optionsOrCb);
|
|
3918
|
-
}
|
|
3919
|
-
}
|
|
3920
|
-
stopEdgePackagingJob(args, optionsOrCb, cb) {
|
|
3921
|
-
const command = new StopEdgePackagingJobCommand_1.StopEdgePackagingJobCommand(args);
|
|
3922
|
-
if (typeof optionsOrCb === "function") {
|
|
3923
|
-
this.send(command, optionsOrCb);
|
|
3924
|
-
}
|
|
3925
|
-
else if (typeof cb === "function") {
|
|
3926
|
-
if (typeof optionsOrCb !== "object")
|
|
3927
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3928
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3929
|
-
}
|
|
3930
|
-
else {
|
|
3931
|
-
return this.send(command, optionsOrCb);
|
|
3932
|
-
}
|
|
3933
|
-
}
|
|
3934
|
-
stopHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
3935
|
-
const command = new StopHyperParameterTuningJobCommand_1.StopHyperParameterTuningJobCommand(args);
|
|
3936
|
-
if (typeof optionsOrCb === "function") {
|
|
3937
|
-
this.send(command, optionsOrCb);
|
|
3938
|
-
}
|
|
3939
|
-
else if (typeof cb === "function") {
|
|
3940
|
-
if (typeof optionsOrCb !== "object")
|
|
3941
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3942
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3943
|
-
}
|
|
3944
|
-
else {
|
|
3945
|
-
return this.send(command, optionsOrCb);
|
|
3946
|
-
}
|
|
3947
|
-
}
|
|
3948
|
-
stopInferenceExperiment(args, optionsOrCb, cb) {
|
|
3949
|
-
const command = new StopInferenceExperimentCommand_1.StopInferenceExperimentCommand(args);
|
|
3950
|
-
if (typeof optionsOrCb === "function") {
|
|
3951
|
-
this.send(command, optionsOrCb);
|
|
3952
|
-
}
|
|
3953
|
-
else if (typeof cb === "function") {
|
|
3954
|
-
if (typeof optionsOrCb !== "object")
|
|
3955
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3956
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3957
|
-
}
|
|
3958
|
-
else {
|
|
3959
|
-
return this.send(command, optionsOrCb);
|
|
3960
|
-
}
|
|
3961
|
-
}
|
|
3962
|
-
stopInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
3963
|
-
const command = new StopInferenceRecommendationsJobCommand_1.StopInferenceRecommendationsJobCommand(args);
|
|
3964
|
-
if (typeof optionsOrCb === "function") {
|
|
3965
|
-
this.send(command, optionsOrCb);
|
|
3966
|
-
}
|
|
3967
|
-
else if (typeof cb === "function") {
|
|
3968
|
-
if (typeof optionsOrCb !== "object")
|
|
3969
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3970
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3971
|
-
}
|
|
3972
|
-
else {
|
|
3973
|
-
return this.send(command, optionsOrCb);
|
|
3974
|
-
}
|
|
3975
|
-
}
|
|
3976
|
-
stopLabelingJob(args, optionsOrCb, cb) {
|
|
3977
|
-
const command = new StopLabelingJobCommand_1.StopLabelingJobCommand(args);
|
|
3978
|
-
if (typeof optionsOrCb === "function") {
|
|
3979
|
-
this.send(command, optionsOrCb);
|
|
3980
|
-
}
|
|
3981
|
-
else if (typeof cb === "function") {
|
|
3982
|
-
if (typeof optionsOrCb !== "object")
|
|
3983
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3984
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3985
|
-
}
|
|
3986
|
-
else {
|
|
3987
|
-
return this.send(command, optionsOrCb);
|
|
3988
|
-
}
|
|
3989
|
-
}
|
|
3990
|
-
stopMonitoringSchedule(args, optionsOrCb, cb) {
|
|
3991
|
-
const command = new StopMonitoringScheduleCommand_1.StopMonitoringScheduleCommand(args);
|
|
3992
|
-
if (typeof optionsOrCb === "function") {
|
|
3993
|
-
this.send(command, optionsOrCb);
|
|
3994
|
-
}
|
|
3995
|
-
else if (typeof cb === "function") {
|
|
3996
|
-
if (typeof optionsOrCb !== "object")
|
|
3997
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3998
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3999
|
-
}
|
|
4000
|
-
else {
|
|
4001
|
-
return this.send(command, optionsOrCb);
|
|
4002
|
-
}
|
|
4003
|
-
}
|
|
4004
|
-
stopNotebookInstance(args, optionsOrCb, cb) {
|
|
4005
|
-
const command = new StopNotebookInstanceCommand_1.StopNotebookInstanceCommand(args);
|
|
4006
|
-
if (typeof optionsOrCb === "function") {
|
|
4007
|
-
this.send(command, optionsOrCb);
|
|
4008
|
-
}
|
|
4009
|
-
else if (typeof cb === "function") {
|
|
4010
|
-
if (typeof optionsOrCb !== "object")
|
|
4011
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4012
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4013
|
-
}
|
|
4014
|
-
else {
|
|
4015
|
-
return this.send(command, optionsOrCb);
|
|
4016
|
-
}
|
|
4017
|
-
}
|
|
4018
|
-
stopPipelineExecution(args, optionsOrCb, cb) {
|
|
4019
|
-
const command = new StopPipelineExecutionCommand_1.StopPipelineExecutionCommand(args);
|
|
4020
|
-
if (typeof optionsOrCb === "function") {
|
|
4021
|
-
this.send(command, optionsOrCb);
|
|
4022
|
-
}
|
|
4023
|
-
else if (typeof cb === "function") {
|
|
4024
|
-
if (typeof optionsOrCb !== "object")
|
|
4025
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4026
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4027
|
-
}
|
|
4028
|
-
else {
|
|
4029
|
-
return this.send(command, optionsOrCb);
|
|
4030
|
-
}
|
|
4031
|
-
}
|
|
4032
|
-
stopProcessingJob(args, optionsOrCb, cb) {
|
|
4033
|
-
const command = new StopProcessingJobCommand_1.StopProcessingJobCommand(args);
|
|
4034
|
-
if (typeof optionsOrCb === "function") {
|
|
4035
|
-
this.send(command, optionsOrCb);
|
|
4036
|
-
}
|
|
4037
|
-
else if (typeof cb === "function") {
|
|
4038
|
-
if (typeof optionsOrCb !== "object")
|
|
4039
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4040
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4041
|
-
}
|
|
4042
|
-
else {
|
|
4043
|
-
return this.send(command, optionsOrCb);
|
|
4044
|
-
}
|
|
4045
|
-
}
|
|
4046
|
-
stopTrainingJob(args, optionsOrCb, cb) {
|
|
4047
|
-
const command = new StopTrainingJobCommand_1.StopTrainingJobCommand(args);
|
|
4048
|
-
if (typeof optionsOrCb === "function") {
|
|
4049
|
-
this.send(command, optionsOrCb);
|
|
4050
|
-
}
|
|
4051
|
-
else if (typeof cb === "function") {
|
|
4052
|
-
if (typeof optionsOrCb !== "object")
|
|
4053
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4054
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4055
|
-
}
|
|
4056
|
-
else {
|
|
4057
|
-
return this.send(command, optionsOrCb);
|
|
4058
|
-
}
|
|
4059
|
-
}
|
|
4060
|
-
stopTransformJob(args, optionsOrCb, cb) {
|
|
4061
|
-
const command = new StopTransformJobCommand_1.StopTransformJobCommand(args);
|
|
4062
|
-
if (typeof optionsOrCb === "function") {
|
|
4063
|
-
this.send(command, optionsOrCb);
|
|
4064
|
-
}
|
|
4065
|
-
else if (typeof cb === "function") {
|
|
4066
|
-
if (typeof optionsOrCb !== "object")
|
|
4067
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4068
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4069
|
-
}
|
|
4070
|
-
else {
|
|
4071
|
-
return this.send(command, optionsOrCb);
|
|
4072
|
-
}
|
|
4073
|
-
}
|
|
4074
|
-
updateAction(args, optionsOrCb, cb) {
|
|
4075
|
-
const command = new UpdateActionCommand_1.UpdateActionCommand(args);
|
|
4076
|
-
if (typeof optionsOrCb === "function") {
|
|
4077
|
-
this.send(command, optionsOrCb);
|
|
4078
|
-
}
|
|
4079
|
-
else if (typeof cb === "function") {
|
|
4080
|
-
if (typeof optionsOrCb !== "object")
|
|
4081
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4082
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4083
|
-
}
|
|
4084
|
-
else {
|
|
4085
|
-
return this.send(command, optionsOrCb);
|
|
4086
|
-
}
|
|
4087
|
-
}
|
|
4088
|
-
updateAppImageConfig(args, optionsOrCb, cb) {
|
|
4089
|
-
const command = new UpdateAppImageConfigCommand_1.UpdateAppImageConfigCommand(args);
|
|
4090
|
-
if (typeof optionsOrCb === "function") {
|
|
4091
|
-
this.send(command, optionsOrCb);
|
|
4092
|
-
}
|
|
4093
|
-
else if (typeof cb === "function") {
|
|
4094
|
-
if (typeof optionsOrCb !== "object")
|
|
4095
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4096
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4097
|
-
}
|
|
4098
|
-
else {
|
|
4099
|
-
return this.send(command, optionsOrCb);
|
|
4100
|
-
}
|
|
4101
|
-
}
|
|
4102
|
-
updateArtifact(args, optionsOrCb, cb) {
|
|
4103
|
-
const command = new UpdateArtifactCommand_1.UpdateArtifactCommand(args);
|
|
4104
|
-
if (typeof optionsOrCb === "function") {
|
|
4105
|
-
this.send(command, optionsOrCb);
|
|
4106
|
-
}
|
|
4107
|
-
else if (typeof cb === "function") {
|
|
4108
|
-
if (typeof optionsOrCb !== "object")
|
|
4109
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4110
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4111
|
-
}
|
|
4112
|
-
else {
|
|
4113
|
-
return this.send(command, optionsOrCb);
|
|
4114
|
-
}
|
|
4115
|
-
}
|
|
4116
|
-
updateCodeRepository(args, optionsOrCb, cb) {
|
|
4117
|
-
const command = new UpdateCodeRepositoryCommand_1.UpdateCodeRepositoryCommand(args);
|
|
4118
|
-
if (typeof optionsOrCb === "function") {
|
|
4119
|
-
this.send(command, optionsOrCb);
|
|
4120
|
-
}
|
|
4121
|
-
else if (typeof cb === "function") {
|
|
4122
|
-
if (typeof optionsOrCb !== "object")
|
|
4123
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4124
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4125
|
-
}
|
|
4126
|
-
else {
|
|
4127
|
-
return this.send(command, optionsOrCb);
|
|
4128
|
-
}
|
|
4129
|
-
}
|
|
4130
|
-
updateContext(args, optionsOrCb, cb) {
|
|
4131
|
-
const command = new UpdateContextCommand_1.UpdateContextCommand(args);
|
|
4132
|
-
if (typeof optionsOrCb === "function") {
|
|
4133
|
-
this.send(command, optionsOrCb);
|
|
4134
|
-
}
|
|
4135
|
-
else if (typeof cb === "function") {
|
|
4136
|
-
if (typeof optionsOrCb !== "object")
|
|
4137
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4138
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4139
|
-
}
|
|
4140
|
-
else {
|
|
4141
|
-
return this.send(command, optionsOrCb);
|
|
4142
|
-
}
|
|
4143
|
-
}
|
|
4144
|
-
updateDeviceFleet(args, optionsOrCb, cb) {
|
|
4145
|
-
const command = new UpdateDeviceFleetCommand_1.UpdateDeviceFleetCommand(args);
|
|
4146
|
-
if (typeof optionsOrCb === "function") {
|
|
4147
|
-
this.send(command, optionsOrCb);
|
|
4148
|
-
}
|
|
4149
|
-
else if (typeof cb === "function") {
|
|
4150
|
-
if (typeof optionsOrCb !== "object")
|
|
4151
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4152
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4153
|
-
}
|
|
4154
|
-
else {
|
|
4155
|
-
return this.send(command, optionsOrCb);
|
|
4156
|
-
}
|
|
4157
|
-
}
|
|
4158
|
-
updateDevices(args, optionsOrCb, cb) {
|
|
4159
|
-
const command = new UpdateDevicesCommand_1.UpdateDevicesCommand(args);
|
|
4160
|
-
if (typeof optionsOrCb === "function") {
|
|
4161
|
-
this.send(command, optionsOrCb);
|
|
4162
|
-
}
|
|
4163
|
-
else if (typeof cb === "function") {
|
|
4164
|
-
if (typeof optionsOrCb !== "object")
|
|
4165
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4166
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4167
|
-
}
|
|
4168
|
-
else {
|
|
4169
|
-
return this.send(command, optionsOrCb);
|
|
4170
|
-
}
|
|
4171
|
-
}
|
|
4172
|
-
updateDomain(args, optionsOrCb, cb) {
|
|
4173
|
-
const command = new UpdateDomainCommand_1.UpdateDomainCommand(args);
|
|
4174
|
-
if (typeof optionsOrCb === "function") {
|
|
4175
|
-
this.send(command, optionsOrCb);
|
|
4176
|
-
}
|
|
4177
|
-
else if (typeof cb === "function") {
|
|
4178
|
-
if (typeof optionsOrCb !== "object")
|
|
4179
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4180
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4181
|
-
}
|
|
4182
|
-
else {
|
|
4183
|
-
return this.send(command, optionsOrCb);
|
|
4184
|
-
}
|
|
4185
|
-
}
|
|
4186
|
-
updateEndpoint(args, optionsOrCb, cb) {
|
|
4187
|
-
const command = new UpdateEndpointCommand_1.UpdateEndpointCommand(args);
|
|
4188
|
-
if (typeof optionsOrCb === "function") {
|
|
4189
|
-
this.send(command, optionsOrCb);
|
|
4190
|
-
}
|
|
4191
|
-
else if (typeof cb === "function") {
|
|
4192
|
-
if (typeof optionsOrCb !== "object")
|
|
4193
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4194
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4195
|
-
}
|
|
4196
|
-
else {
|
|
4197
|
-
return this.send(command, optionsOrCb);
|
|
4198
|
-
}
|
|
4199
|
-
}
|
|
4200
|
-
updateEndpointWeightsAndCapacities(args, optionsOrCb, cb) {
|
|
4201
|
-
const command = new UpdateEndpointWeightsAndCapacitiesCommand_1.UpdateEndpointWeightsAndCapacitiesCommand(args);
|
|
4202
|
-
if (typeof optionsOrCb === "function") {
|
|
4203
|
-
this.send(command, optionsOrCb);
|
|
4204
|
-
}
|
|
4205
|
-
else if (typeof cb === "function") {
|
|
4206
|
-
if (typeof optionsOrCb !== "object")
|
|
4207
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4208
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4209
|
-
}
|
|
4210
|
-
else {
|
|
4211
|
-
return this.send(command, optionsOrCb);
|
|
4212
|
-
}
|
|
4213
|
-
}
|
|
4214
|
-
updateExperiment(args, optionsOrCb, cb) {
|
|
4215
|
-
const command = new UpdateExperimentCommand_1.UpdateExperimentCommand(args);
|
|
4216
|
-
if (typeof optionsOrCb === "function") {
|
|
4217
|
-
this.send(command, optionsOrCb);
|
|
4218
|
-
}
|
|
4219
|
-
else if (typeof cb === "function") {
|
|
4220
|
-
if (typeof optionsOrCb !== "object")
|
|
4221
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4222
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4223
|
-
}
|
|
4224
|
-
else {
|
|
4225
|
-
return this.send(command, optionsOrCb);
|
|
4226
|
-
}
|
|
4227
|
-
}
|
|
4228
|
-
updateFeatureGroup(args, optionsOrCb, cb) {
|
|
4229
|
-
const command = new UpdateFeatureGroupCommand_1.UpdateFeatureGroupCommand(args);
|
|
4230
|
-
if (typeof optionsOrCb === "function") {
|
|
4231
|
-
this.send(command, optionsOrCb);
|
|
4232
|
-
}
|
|
4233
|
-
else if (typeof cb === "function") {
|
|
4234
|
-
if (typeof optionsOrCb !== "object")
|
|
4235
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4236
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4237
|
-
}
|
|
4238
|
-
else {
|
|
4239
|
-
return this.send(command, optionsOrCb);
|
|
4240
|
-
}
|
|
4241
|
-
}
|
|
4242
|
-
updateFeatureMetadata(args, optionsOrCb, cb) {
|
|
4243
|
-
const command = new UpdateFeatureMetadataCommand_1.UpdateFeatureMetadataCommand(args);
|
|
4244
|
-
if (typeof optionsOrCb === "function") {
|
|
4245
|
-
this.send(command, optionsOrCb);
|
|
4246
|
-
}
|
|
4247
|
-
else if (typeof cb === "function") {
|
|
4248
|
-
if (typeof optionsOrCb !== "object")
|
|
4249
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4250
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4251
|
-
}
|
|
4252
|
-
else {
|
|
4253
|
-
return this.send(command, optionsOrCb);
|
|
4254
|
-
}
|
|
4255
|
-
}
|
|
4256
|
-
updateHub(args, optionsOrCb, cb) {
|
|
4257
|
-
const command = new UpdateHubCommand_1.UpdateHubCommand(args);
|
|
4258
|
-
if (typeof optionsOrCb === "function") {
|
|
4259
|
-
this.send(command, optionsOrCb);
|
|
4260
|
-
}
|
|
4261
|
-
else if (typeof cb === "function") {
|
|
4262
|
-
if (typeof optionsOrCb !== "object")
|
|
4263
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4264
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4265
|
-
}
|
|
4266
|
-
else {
|
|
4267
|
-
return this.send(command, optionsOrCb);
|
|
4268
|
-
}
|
|
4269
|
-
}
|
|
4270
|
-
updateImage(args, optionsOrCb, cb) {
|
|
4271
|
-
const command = new UpdateImageCommand_1.UpdateImageCommand(args);
|
|
4272
|
-
if (typeof optionsOrCb === "function") {
|
|
4273
|
-
this.send(command, optionsOrCb);
|
|
4274
|
-
}
|
|
4275
|
-
else if (typeof cb === "function") {
|
|
4276
|
-
if (typeof optionsOrCb !== "object")
|
|
4277
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4278
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4279
|
-
}
|
|
4280
|
-
else {
|
|
4281
|
-
return this.send(command, optionsOrCb);
|
|
4282
|
-
}
|
|
4283
|
-
}
|
|
4284
|
-
updateImageVersion(args, optionsOrCb, cb) {
|
|
4285
|
-
const command = new UpdateImageVersionCommand_1.UpdateImageVersionCommand(args);
|
|
4286
|
-
if (typeof optionsOrCb === "function") {
|
|
4287
|
-
this.send(command, optionsOrCb);
|
|
4288
|
-
}
|
|
4289
|
-
else if (typeof cb === "function") {
|
|
4290
|
-
if (typeof optionsOrCb !== "object")
|
|
4291
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4292
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4293
|
-
}
|
|
4294
|
-
else {
|
|
4295
|
-
return this.send(command, optionsOrCb);
|
|
4296
|
-
}
|
|
4297
|
-
}
|
|
4298
|
-
updateInferenceExperiment(args, optionsOrCb, cb) {
|
|
4299
|
-
const command = new UpdateInferenceExperimentCommand_1.UpdateInferenceExperimentCommand(args);
|
|
4300
|
-
if (typeof optionsOrCb === "function") {
|
|
4301
|
-
this.send(command, optionsOrCb);
|
|
4302
|
-
}
|
|
4303
|
-
else if (typeof cb === "function") {
|
|
4304
|
-
if (typeof optionsOrCb !== "object")
|
|
4305
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4306
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4307
|
-
}
|
|
4308
|
-
else {
|
|
4309
|
-
return this.send(command, optionsOrCb);
|
|
4310
|
-
}
|
|
4311
|
-
}
|
|
4312
|
-
updateModelCard(args, optionsOrCb, cb) {
|
|
4313
|
-
const command = new UpdateModelCardCommand_1.UpdateModelCardCommand(args);
|
|
4314
|
-
if (typeof optionsOrCb === "function") {
|
|
4315
|
-
this.send(command, optionsOrCb);
|
|
4316
|
-
}
|
|
4317
|
-
else if (typeof cb === "function") {
|
|
4318
|
-
if (typeof optionsOrCb !== "object")
|
|
4319
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4320
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4321
|
-
}
|
|
4322
|
-
else {
|
|
4323
|
-
return this.send(command, optionsOrCb);
|
|
4324
|
-
}
|
|
4325
|
-
}
|
|
4326
|
-
updateModelPackage(args, optionsOrCb, cb) {
|
|
4327
|
-
const command = new UpdateModelPackageCommand_1.UpdateModelPackageCommand(args);
|
|
4328
|
-
if (typeof optionsOrCb === "function") {
|
|
4329
|
-
this.send(command, optionsOrCb);
|
|
4330
|
-
}
|
|
4331
|
-
else if (typeof cb === "function") {
|
|
4332
|
-
if (typeof optionsOrCb !== "object")
|
|
4333
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4334
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4335
|
-
}
|
|
4336
|
-
else {
|
|
4337
|
-
return this.send(command, optionsOrCb);
|
|
4338
|
-
}
|
|
4339
|
-
}
|
|
4340
|
-
updateMonitoringAlert(args, optionsOrCb, cb) {
|
|
4341
|
-
const command = new UpdateMonitoringAlertCommand_1.UpdateMonitoringAlertCommand(args);
|
|
4342
|
-
if (typeof optionsOrCb === "function") {
|
|
4343
|
-
this.send(command, optionsOrCb);
|
|
4344
|
-
}
|
|
4345
|
-
else if (typeof cb === "function") {
|
|
4346
|
-
if (typeof optionsOrCb !== "object")
|
|
4347
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4348
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4349
|
-
}
|
|
4350
|
-
else {
|
|
4351
|
-
return this.send(command, optionsOrCb);
|
|
4352
|
-
}
|
|
4353
|
-
}
|
|
4354
|
-
updateMonitoringSchedule(args, optionsOrCb, cb) {
|
|
4355
|
-
const command = new UpdateMonitoringScheduleCommand_1.UpdateMonitoringScheduleCommand(args);
|
|
4356
|
-
if (typeof optionsOrCb === "function") {
|
|
4357
|
-
this.send(command, optionsOrCb);
|
|
4358
|
-
}
|
|
4359
|
-
else if (typeof cb === "function") {
|
|
4360
|
-
if (typeof optionsOrCb !== "object")
|
|
4361
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4362
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4363
|
-
}
|
|
4364
|
-
else {
|
|
4365
|
-
return this.send(command, optionsOrCb);
|
|
4366
|
-
}
|
|
4367
|
-
}
|
|
4368
|
-
updateNotebookInstance(args, optionsOrCb, cb) {
|
|
4369
|
-
const command = new UpdateNotebookInstanceCommand_1.UpdateNotebookInstanceCommand(args);
|
|
4370
|
-
if (typeof optionsOrCb === "function") {
|
|
4371
|
-
this.send(command, optionsOrCb);
|
|
4372
|
-
}
|
|
4373
|
-
else if (typeof cb === "function") {
|
|
4374
|
-
if (typeof optionsOrCb !== "object")
|
|
4375
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4376
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4377
|
-
}
|
|
4378
|
-
else {
|
|
4379
|
-
return this.send(command, optionsOrCb);
|
|
4380
|
-
}
|
|
4381
|
-
}
|
|
4382
|
-
updateNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
4383
|
-
const command = new UpdateNotebookInstanceLifecycleConfigCommand_1.UpdateNotebookInstanceLifecycleConfigCommand(args);
|
|
4384
|
-
if (typeof optionsOrCb === "function") {
|
|
4385
|
-
this.send(command, optionsOrCb);
|
|
4386
|
-
}
|
|
4387
|
-
else if (typeof cb === "function") {
|
|
4388
|
-
if (typeof optionsOrCb !== "object")
|
|
4389
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4390
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4391
|
-
}
|
|
4392
|
-
else {
|
|
4393
|
-
return this.send(command, optionsOrCb);
|
|
4394
|
-
}
|
|
4395
|
-
}
|
|
4396
|
-
updatePipeline(args, optionsOrCb, cb) {
|
|
4397
|
-
const command = new UpdatePipelineCommand_1.UpdatePipelineCommand(args);
|
|
4398
|
-
if (typeof optionsOrCb === "function") {
|
|
4399
|
-
this.send(command, optionsOrCb);
|
|
4400
|
-
}
|
|
4401
|
-
else if (typeof cb === "function") {
|
|
4402
|
-
if (typeof optionsOrCb !== "object")
|
|
4403
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4404
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4405
|
-
}
|
|
4406
|
-
else {
|
|
4407
|
-
return this.send(command, optionsOrCb);
|
|
4408
|
-
}
|
|
4409
|
-
}
|
|
4410
|
-
updatePipelineExecution(args, optionsOrCb, cb) {
|
|
4411
|
-
const command = new UpdatePipelineExecutionCommand_1.UpdatePipelineExecutionCommand(args);
|
|
4412
|
-
if (typeof optionsOrCb === "function") {
|
|
4413
|
-
this.send(command, optionsOrCb);
|
|
4414
|
-
}
|
|
4415
|
-
else if (typeof cb === "function") {
|
|
4416
|
-
if (typeof optionsOrCb !== "object")
|
|
4417
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4418
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4419
|
-
}
|
|
4420
|
-
else {
|
|
4421
|
-
return this.send(command, optionsOrCb);
|
|
4422
|
-
}
|
|
4423
|
-
}
|
|
4424
|
-
updateProject(args, optionsOrCb, cb) {
|
|
4425
|
-
const command = new UpdateProjectCommand_1.UpdateProjectCommand(args);
|
|
4426
|
-
if (typeof optionsOrCb === "function") {
|
|
4427
|
-
this.send(command, optionsOrCb);
|
|
4428
|
-
}
|
|
4429
|
-
else if (typeof cb === "function") {
|
|
4430
|
-
if (typeof optionsOrCb !== "object")
|
|
4431
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4432
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4433
|
-
}
|
|
4434
|
-
else {
|
|
4435
|
-
return this.send(command, optionsOrCb);
|
|
4436
|
-
}
|
|
4437
|
-
}
|
|
4438
|
-
updateSpace(args, optionsOrCb, cb) {
|
|
4439
|
-
const command = new UpdateSpaceCommand_1.UpdateSpaceCommand(args);
|
|
4440
|
-
if (typeof optionsOrCb === "function") {
|
|
4441
|
-
this.send(command, optionsOrCb);
|
|
4442
|
-
}
|
|
4443
|
-
else if (typeof cb === "function") {
|
|
4444
|
-
if (typeof optionsOrCb !== "object")
|
|
4445
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4446
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4447
|
-
}
|
|
4448
|
-
else {
|
|
4449
|
-
return this.send(command, optionsOrCb);
|
|
4450
|
-
}
|
|
4451
|
-
}
|
|
4452
|
-
updateTrainingJob(args, optionsOrCb, cb) {
|
|
4453
|
-
const command = new UpdateTrainingJobCommand_1.UpdateTrainingJobCommand(args);
|
|
4454
|
-
if (typeof optionsOrCb === "function") {
|
|
4455
|
-
this.send(command, optionsOrCb);
|
|
4456
|
-
}
|
|
4457
|
-
else if (typeof cb === "function") {
|
|
4458
|
-
if (typeof optionsOrCb !== "object")
|
|
4459
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4460
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4461
|
-
}
|
|
4462
|
-
else {
|
|
4463
|
-
return this.send(command, optionsOrCb);
|
|
4464
|
-
}
|
|
4465
|
-
}
|
|
4466
|
-
updateTrial(args, optionsOrCb, cb) {
|
|
4467
|
-
const command = new UpdateTrialCommand_1.UpdateTrialCommand(args);
|
|
4468
|
-
if (typeof optionsOrCb === "function") {
|
|
4469
|
-
this.send(command, optionsOrCb);
|
|
4470
|
-
}
|
|
4471
|
-
else if (typeof cb === "function") {
|
|
4472
|
-
if (typeof optionsOrCb !== "object")
|
|
4473
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4474
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4475
|
-
}
|
|
4476
|
-
else {
|
|
4477
|
-
return this.send(command, optionsOrCb);
|
|
4478
|
-
}
|
|
4479
|
-
}
|
|
4480
|
-
updateTrialComponent(args, optionsOrCb, cb) {
|
|
4481
|
-
const command = new UpdateTrialComponentCommand_1.UpdateTrialComponentCommand(args);
|
|
4482
|
-
if (typeof optionsOrCb === "function") {
|
|
4483
|
-
this.send(command, optionsOrCb);
|
|
4484
|
-
}
|
|
4485
|
-
else if (typeof cb === "function") {
|
|
4486
|
-
if (typeof optionsOrCb !== "object")
|
|
4487
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4488
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4489
|
-
}
|
|
4490
|
-
else {
|
|
4491
|
-
return this.send(command, optionsOrCb);
|
|
4492
|
-
}
|
|
4493
|
-
}
|
|
4494
|
-
updateUserProfile(args, optionsOrCb, cb) {
|
|
4495
|
-
const command = new UpdateUserProfileCommand_1.UpdateUserProfileCommand(args);
|
|
4496
|
-
if (typeof optionsOrCb === "function") {
|
|
4497
|
-
this.send(command, optionsOrCb);
|
|
4498
|
-
}
|
|
4499
|
-
else if (typeof cb === "function") {
|
|
4500
|
-
if (typeof optionsOrCb !== "object")
|
|
4501
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4502
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4503
|
-
}
|
|
4504
|
-
else {
|
|
4505
|
-
return this.send(command, optionsOrCb);
|
|
4506
|
-
}
|
|
4507
|
-
}
|
|
4508
|
-
updateWorkforce(args, optionsOrCb, cb) {
|
|
4509
|
-
const command = new UpdateWorkforceCommand_1.UpdateWorkforceCommand(args);
|
|
4510
|
-
if (typeof optionsOrCb === "function") {
|
|
4511
|
-
this.send(command, optionsOrCb);
|
|
4512
|
-
}
|
|
4513
|
-
else if (typeof cb === "function") {
|
|
4514
|
-
if (typeof optionsOrCb !== "object")
|
|
4515
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4516
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4517
|
-
}
|
|
4518
|
-
else {
|
|
4519
|
-
return this.send(command, optionsOrCb);
|
|
4520
|
-
}
|
|
4521
|
-
}
|
|
4522
|
-
updateWorkteam(args, optionsOrCb, cb) {
|
|
4523
|
-
const command = new UpdateWorkteamCommand_1.UpdateWorkteamCommand(args);
|
|
4524
|
-
if (typeof optionsOrCb === "function") {
|
|
4525
|
-
this.send(command, optionsOrCb);
|
|
4526
|
-
}
|
|
4527
|
-
else if (typeof cb === "function") {
|
|
4528
|
-
if (typeof optionsOrCb !== "object")
|
|
4529
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4530
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4531
|
-
}
|
|
4532
|
-
else {
|
|
4533
|
-
return this.send(command, optionsOrCb);
|
|
4534
|
-
}
|
|
4535
|
-
}
|
|
4536
613
|
}
|
|
4537
614
|
exports.SageMaker = SageMaker;
|
|
615
|
+
(0, smithy_client_1.createAggregatedClient)(commands, SageMaker);
|