aws-sdk-robomaker 1.76.0 → 1.78.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-robomaker/client.rb +727 -41
- data/lib/aws-sdk-robomaker/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-robomaker/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-robomaker/endpoints.rb +2 -625
- data/lib/aws-sdk-robomaker/plugins/endpoints.rb +1 -120
- data/lib/aws-sdk-robomaker/types.rb +29 -29
- data/lib/aws-sdk-robomaker.rb +1 -1
- metadata +4 -4
@@ -447,8 +447,20 @@ module Aws::RoboMaker
|
|
447
447
|
|
448
448
|
# @!group API Operations
|
449
449
|
|
450
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
451
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
452
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
453
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
454
|
+
# information on transitioning to Batch to help run containerized
|
455
|
+
# simulations, visit
|
456
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
457
|
+
#
|
450
458
|
# Deletes one or more worlds in a batch operation.
|
451
459
|
#
|
460
|
+
#
|
461
|
+
#
|
462
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
463
|
+
#
|
452
464
|
# @option params [required, Array<String>] :worlds
|
453
465
|
# A list of Amazon Resource Names (arns) that correspond to worlds to
|
454
466
|
# delete.
|
@@ -477,8 +489,20 @@ module Aws::RoboMaker
|
|
477
489
|
req.send_request(options)
|
478
490
|
end
|
479
491
|
|
492
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
493
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
494
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
495
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
496
|
+
# information on transitioning to Batch to help run containerized
|
497
|
+
# simulations, visit
|
498
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
499
|
+
#
|
480
500
|
# Describes one or more simulation jobs.
|
481
501
|
#
|
502
|
+
#
|
503
|
+
#
|
504
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
505
|
+
#
|
482
506
|
# @option params [required, Array<String>] :jobs
|
483
507
|
# A list of Amazon Resource Names (ARNs) of simulation jobs to describe.
|
484
508
|
#
|
@@ -599,10 +623,14 @@ module Aws::RoboMaker
|
|
599
623
|
req.send_request(options)
|
600
624
|
end
|
601
625
|
|
626
|
+
# This API is no longer supported. For more information, see the May 2,
|
627
|
+
# 2022 update in the [Support policy][1] page.
|
628
|
+
#
|
602
629
|
# Cancels the specified deployment job.
|
603
630
|
#
|
604
|
-
#
|
605
|
-
#
|
631
|
+
#
|
632
|
+
#
|
633
|
+
# [1]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
606
634
|
#
|
607
635
|
# @option params [required, String] :job
|
608
636
|
# The deployment job ARN to cancel.
|
@@ -624,8 +652,20 @@ module Aws::RoboMaker
|
|
624
652
|
req.send_request(options)
|
625
653
|
end
|
626
654
|
|
655
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
656
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
657
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
658
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
659
|
+
# information on transitioning to Batch to help run containerized
|
660
|
+
# simulations, visit
|
661
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
662
|
+
#
|
627
663
|
# Cancels the specified simulation job.
|
628
664
|
#
|
665
|
+
#
|
666
|
+
#
|
667
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
668
|
+
#
|
629
669
|
# @option params [required, String] :job
|
630
670
|
# The simulation job ARN to cancel.
|
631
671
|
#
|
@@ -646,10 +686,22 @@ module Aws::RoboMaker
|
|
646
686
|
req.send_request(options)
|
647
687
|
end
|
648
688
|
|
689
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
690
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
691
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
692
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
693
|
+
# information on transitioning to Batch to help run containerized
|
694
|
+
# simulations, visit
|
695
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
696
|
+
#
|
649
697
|
# Cancels a simulation job batch. When you cancel a simulation job
|
650
698
|
# batch, you are also cancelling all of the active simulation jobs
|
651
699
|
# created as part of the batch.
|
652
700
|
#
|
701
|
+
#
|
702
|
+
#
|
703
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
704
|
+
#
|
653
705
|
# @option params [required, String] :batch
|
654
706
|
# The id of the batch to cancel.
|
655
707
|
#
|
@@ -670,8 +722,20 @@ module Aws::RoboMaker
|
|
670
722
|
req.send_request(options)
|
671
723
|
end
|
672
724
|
|
725
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
726
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
727
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
728
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
729
|
+
# information on transitioning to Batch to help run containerized
|
730
|
+
# simulations, visit
|
731
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
732
|
+
#
|
673
733
|
# Cancels the specified export job.
|
674
734
|
#
|
735
|
+
#
|
736
|
+
#
|
737
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
738
|
+
#
|
675
739
|
# @option params [required, String] :job
|
676
740
|
# The Amazon Resource Name (arn) of the world export job to cancel.
|
677
741
|
#
|
@@ -692,8 +756,20 @@ module Aws::RoboMaker
|
|
692
756
|
req.send_request(options)
|
693
757
|
end
|
694
758
|
|
759
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
760
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
761
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
762
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
763
|
+
# information on transitioning to Batch to help run containerized
|
764
|
+
# simulations, visit
|
765
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
766
|
+
#
|
695
767
|
# Cancels the specified world generator job.
|
696
768
|
#
|
769
|
+
#
|
770
|
+
#
|
771
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
772
|
+
#
|
697
773
|
# @option params [required, String] :job
|
698
774
|
# The Amazon Resource Name (arn) of the world generator job to cancel.
|
699
775
|
#
|
@@ -714,15 +790,25 @@ module Aws::RoboMaker
|
|
714
790
|
req.send_request(options)
|
715
791
|
end
|
716
792
|
|
793
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
794
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
795
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
796
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
797
|
+
# information on transitioning to Batch to help run containerized
|
798
|
+
# simulations, visit
|
799
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
800
|
+
#
|
801
|
+
# This API is no longer supported and will throw an error if used. For
|
802
|
+
# more information, see the January 31, 2022 update in the [Support
|
803
|
+
# policy][2] page.
|
804
|
+
#
|
717
805
|
# Deploys a specific version of a robot application to robots in a
|
718
806
|
# fleet.
|
719
807
|
#
|
720
|
-
# This API is no longer supported and will throw an error if used.
|
721
|
-
#
|
722
808
|
# The robot application must have a numbered `applicationVersion` for
|
723
809
|
# consistency reasons. To create a new version, use
|
724
810
|
# `CreateRobotApplicationVersion` or see [Creating a Robot Application
|
725
|
-
# Version][
|
811
|
+
# Version][3].
|
726
812
|
#
|
727
813
|
# <note markdown="1"> After 90 days, deployment jobs expire and will be deleted. They will
|
728
814
|
# no longer be accessible.
|
@@ -731,7 +817,9 @@ module Aws::RoboMaker
|
|
731
817
|
#
|
732
818
|
#
|
733
819
|
#
|
734
|
-
# [1]: https://
|
820
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
821
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-january2022
|
822
|
+
# [3]: https://docs.aws.amazon.com/robomaker/latest/dg/create-robot-application-version.html
|
735
823
|
#
|
736
824
|
# @option params [Types::DeploymentConfig] :deployment_config
|
737
825
|
# The requested deployment configuration.
|
@@ -835,10 +923,25 @@ module Aws::RoboMaker
|
|
835
923
|
req.send_request(options)
|
836
924
|
end
|
837
925
|
|
926
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
927
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
928
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
929
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
930
|
+
# information on transitioning to Batch to help run containerized
|
931
|
+
# simulations, visit
|
932
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
933
|
+
#
|
934
|
+
# This API is no longer supported and will throw an error if used. For
|
935
|
+
# more information, see the January 31, 2022 update in the [Support
|
936
|
+
# policy][2] page.
|
937
|
+
#
|
838
938
|
# Creates a fleet, a logical group of robots running the same robot
|
839
939
|
# application.
|
840
940
|
#
|
841
|
-
#
|
941
|
+
#
|
942
|
+
#
|
943
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
944
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-january2022
|
842
945
|
#
|
843
946
|
# @option params [required, String] :name
|
844
947
|
# The name of the fleet.
|
@@ -880,9 +983,24 @@ module Aws::RoboMaker
|
|
880
983
|
req.send_request(options)
|
881
984
|
end
|
882
985
|
|
986
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
987
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
988
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
989
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
990
|
+
# information on transitioning to Batch to help run containerized
|
991
|
+
# simulations, visit
|
992
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
993
|
+
#
|
994
|
+
# This API is no longer supported and will throw an error if used. For
|
995
|
+
# more information, see the January 31, 2022 update in the [Support
|
996
|
+
# policy][2] page.
|
997
|
+
#
|
883
998
|
# Creates a robot.
|
884
999
|
#
|
885
|
-
#
|
1000
|
+
#
|
1001
|
+
#
|
1002
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1003
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-january2022
|
886
1004
|
#
|
887
1005
|
# @option params [required, String] :name
|
888
1006
|
# The name for the robot.
|
@@ -936,8 +1054,20 @@ module Aws::RoboMaker
|
|
936
1054
|
req.send_request(options)
|
937
1055
|
end
|
938
1056
|
|
1057
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1058
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1059
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1060
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1061
|
+
# information on transitioning to Batch to help run containerized
|
1062
|
+
# simulations, visit
|
1063
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
1064
|
+
#
|
939
1065
|
# Creates a robot application.
|
940
1066
|
#
|
1067
|
+
#
|
1068
|
+
#
|
1069
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1070
|
+
#
|
941
1071
|
# @option params [required, String] :name
|
942
1072
|
# The name of the robot application.
|
943
1073
|
#
|
@@ -945,8 +1075,7 @@ module Aws::RoboMaker
|
|
945
1075
|
# The sources of the robot application.
|
946
1076
|
#
|
947
1077
|
# @option params [required, Types::RobotSoftwareSuite] :robot_software_suite
|
948
|
-
# The robot software suite
|
949
|
-
# application.
|
1078
|
+
# The robot software suite used by the robot application.
|
950
1079
|
#
|
951
1080
|
# @option params [Hash<String,String>] :tags
|
952
1081
|
# A map that contains tag keys and tag values that are attached to the
|
@@ -1018,8 +1147,20 @@ module Aws::RoboMaker
|
|
1018
1147
|
req.send_request(options)
|
1019
1148
|
end
|
1020
1149
|
|
1150
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1151
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1152
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1153
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1154
|
+
# information on transitioning to Batch to help run containerized
|
1155
|
+
# simulations, visit
|
1156
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
1157
|
+
#
|
1021
1158
|
# Creates a version of a robot application.
|
1022
1159
|
#
|
1160
|
+
#
|
1161
|
+
#
|
1162
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1163
|
+
#
|
1023
1164
|
# @option params [required, String] :application
|
1024
1165
|
# The application information for the robot application.
|
1025
1166
|
#
|
@@ -1081,8 +1222,20 @@ module Aws::RoboMaker
|
|
1081
1222
|
req.send_request(options)
|
1082
1223
|
end
|
1083
1224
|
|
1225
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1226
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1227
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1228
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1229
|
+
# information on transitioning to Batch to help run containerized
|
1230
|
+
# simulations, visit
|
1231
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
1232
|
+
#
|
1084
1233
|
# Creates a simulation application.
|
1085
1234
|
#
|
1235
|
+
#
|
1236
|
+
#
|
1237
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1238
|
+
#
|
1086
1239
|
# @option params [required, String] :name
|
1087
1240
|
# The name of the simulation application.
|
1088
1241
|
#
|
@@ -1093,8 +1246,7 @@ module Aws::RoboMaker
|
|
1093
1246
|
# The simulation software suite used by the simulation application.
|
1094
1247
|
#
|
1095
1248
|
# @option params [required, Types::RobotSoftwareSuite] :robot_software_suite
|
1096
|
-
# The robot software suite
|
1097
|
-
# application.
|
1249
|
+
# The robot software suite used by the simulation application.
|
1098
1250
|
#
|
1099
1251
|
# @option params [Types::RenderingEngine] :rendering_engine
|
1100
1252
|
# The rendering engine for the simulation application.
|
@@ -1183,8 +1335,20 @@ module Aws::RoboMaker
|
|
1183
1335
|
req.send_request(options)
|
1184
1336
|
end
|
1185
1337
|
|
1338
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1339
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1340
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1341
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1342
|
+
# information on transitioning to Batch to help run containerized
|
1343
|
+
# simulations, visit
|
1344
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
1345
|
+
#
|
1186
1346
|
# Creates a simulation application with a specific revision id.
|
1187
1347
|
#
|
1348
|
+
#
|
1349
|
+
#
|
1350
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1351
|
+
#
|
1188
1352
|
# @option params [required, String] :application
|
1189
1353
|
# The application information for the simulation application.
|
1190
1354
|
#
|
@@ -1252,6 +1416,14 @@ module Aws::RoboMaker
|
|
1252
1416
|
req.send_request(options)
|
1253
1417
|
end
|
1254
1418
|
|
1419
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1420
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1421
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1422
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1423
|
+
# information on transitioning to Batch to help run containerized
|
1424
|
+
# simulations, visit
|
1425
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
1426
|
+
#
|
1255
1427
|
# Creates a simulation job.
|
1256
1428
|
#
|
1257
1429
|
# <note markdown="1"> After 90 days, simulation jobs expire and will be deleted. They will
|
@@ -1259,6 +1431,10 @@ module Aws::RoboMaker
|
|
1259
1431
|
#
|
1260
1432
|
# </note>
|
1261
1433
|
#
|
1434
|
+
#
|
1435
|
+
#
|
1436
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1437
|
+
#
|
1262
1438
|
# @option params [String] :client_request_token
|
1263
1439
|
# Unique, case-sensitive identifier that you provide to ensure the
|
1264
1440
|
# idempotency of the request.
|
@@ -1569,8 +1745,20 @@ module Aws::RoboMaker
|
|
1569
1745
|
req.send_request(options)
|
1570
1746
|
end
|
1571
1747
|
|
1748
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1749
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1750
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1751
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1752
|
+
# information on transitioning to Batch to help run containerized
|
1753
|
+
# simulations, visit
|
1754
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
1755
|
+
#
|
1572
1756
|
# Creates a world export job.
|
1573
1757
|
#
|
1758
|
+
#
|
1759
|
+
#
|
1760
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1761
|
+
#
|
1574
1762
|
# @option params [String] :client_request_token
|
1575
1763
|
# Unique, case-sensitive identifier that you provide to ensure the
|
1576
1764
|
# idempotency of the request.
|
@@ -1641,8 +1829,20 @@ module Aws::RoboMaker
|
|
1641
1829
|
req.send_request(options)
|
1642
1830
|
end
|
1643
1831
|
|
1832
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1833
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1834
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1835
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1836
|
+
# information on transitioning to Batch to help run containerized
|
1837
|
+
# simulations, visit
|
1838
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
1839
|
+
#
|
1644
1840
|
# Creates worlds using the specified template.
|
1645
1841
|
#
|
1842
|
+
#
|
1843
|
+
#
|
1844
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1845
|
+
#
|
1646
1846
|
# @option params [String] :client_request_token
|
1647
1847
|
# Unique, case-sensitive identifier that you provide to ensure the
|
1648
1848
|
# idempotency of the request.
|
@@ -1718,8 +1918,20 @@ module Aws::RoboMaker
|
|
1718
1918
|
req.send_request(options)
|
1719
1919
|
end
|
1720
1920
|
|
1921
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1922
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1923
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1924
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1925
|
+
# information on transitioning to Batch to help run containerized
|
1926
|
+
# simulations, visit
|
1927
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
1928
|
+
#
|
1721
1929
|
# Creates a world template.
|
1722
1930
|
#
|
1931
|
+
#
|
1932
|
+
#
|
1933
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
1934
|
+
#
|
1723
1935
|
# @option params [String] :client_request_token
|
1724
1936
|
# Unique, case-sensitive identifier that you provide to ensure the
|
1725
1937
|
# idempotency of the request.
|
@@ -1778,10 +1990,23 @@ module Aws::RoboMaker
|
|
1778
1990
|
req.send_request(options)
|
1779
1991
|
end
|
1780
1992
|
|
1993
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
1994
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
1995
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
1996
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
1997
|
+
# information on transitioning to Batch to help run containerized
|
1998
|
+
# simulations, visit
|
1999
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2000
|
+
#
|
2001
|
+
# This API is no longer supported. For more information, see the May 2,
|
2002
|
+
# 2022 update in the [Support policy][2] page.
|
2003
|
+
#
|
1781
2004
|
# Deletes a fleet.
|
1782
2005
|
#
|
1783
|
-
#
|
1784
|
-
#
|
2006
|
+
#
|
2007
|
+
#
|
2008
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2009
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
1785
2010
|
#
|
1786
2011
|
# @option params [required, String] :fleet
|
1787
2012
|
# The Amazon Resource Name (ARN) of the fleet.
|
@@ -1803,10 +2028,23 @@ module Aws::RoboMaker
|
|
1803
2028
|
req.send_request(options)
|
1804
2029
|
end
|
1805
2030
|
|
2031
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2032
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2033
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2034
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2035
|
+
# information on transitioning to Batch to help run containerized
|
2036
|
+
# simulations, visit
|
2037
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2038
|
+
#
|
2039
|
+
# This API is no longer supported. For more information, see the May 2,
|
2040
|
+
# 2022 update in the [Support policy][2] page.
|
2041
|
+
#
|
1806
2042
|
# Deletes a robot.
|
1807
2043
|
#
|
1808
|
-
#
|
1809
|
-
#
|
2044
|
+
#
|
2045
|
+
#
|
2046
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2047
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
1810
2048
|
#
|
1811
2049
|
# @option params [required, String] :robot
|
1812
2050
|
# The Amazon Resource Name (ARN) of the robot.
|
@@ -1828,8 +2066,20 @@ module Aws::RoboMaker
|
|
1828
2066
|
req.send_request(options)
|
1829
2067
|
end
|
1830
2068
|
|
2069
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2070
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2071
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2072
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2073
|
+
# information on transitioning to Batch to help run containerized
|
2074
|
+
# simulations, visit
|
2075
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2076
|
+
#
|
1831
2077
|
# Deletes a robot application.
|
1832
2078
|
#
|
2079
|
+
#
|
2080
|
+
#
|
2081
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2082
|
+
#
|
1833
2083
|
# @option params [required, String] :application
|
1834
2084
|
# The Amazon Resource Name (ARN) of the the robot application.
|
1835
2085
|
#
|
@@ -1854,8 +2104,20 @@ module Aws::RoboMaker
|
|
1854
2104
|
req.send_request(options)
|
1855
2105
|
end
|
1856
2106
|
|
2107
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2108
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2109
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2110
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2111
|
+
# information on transitioning to Batch to help run containerized
|
2112
|
+
# simulations, visit
|
2113
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2114
|
+
#
|
1857
2115
|
# Deletes a simulation application.
|
1858
2116
|
#
|
2117
|
+
#
|
2118
|
+
#
|
2119
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2120
|
+
#
|
1859
2121
|
# @option params [required, String] :application
|
1860
2122
|
# The application information for the simulation application to delete.
|
1861
2123
|
#
|
@@ -1880,8 +2142,20 @@ module Aws::RoboMaker
|
|
1880
2142
|
req.send_request(options)
|
1881
2143
|
end
|
1882
2144
|
|
2145
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2146
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2147
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2148
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2149
|
+
# information on transitioning to Batch to help run containerized
|
2150
|
+
# simulations, visit
|
2151
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2152
|
+
#
|
1883
2153
|
# Deletes a world template.
|
1884
2154
|
#
|
2155
|
+
#
|
2156
|
+
#
|
2157
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2158
|
+
#
|
1885
2159
|
# @option params [required, String] :template
|
1886
2160
|
# The Amazon Resource Name (arn) of the world template you want to
|
1887
2161
|
# delete.
|
@@ -1903,10 +2177,23 @@ module Aws::RoboMaker
|
|
1903
2177
|
req.send_request(options)
|
1904
2178
|
end
|
1905
2179
|
|
2180
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2181
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2182
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2183
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2184
|
+
# information on transitioning to Batch to help run containerized
|
2185
|
+
# simulations, visit
|
2186
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2187
|
+
#
|
2188
|
+
# This API is no longer supported. For more information, see the May 2,
|
2189
|
+
# 2022 update in the [Support policy][2] page.
|
2190
|
+
#
|
1906
2191
|
# Deregisters a robot.
|
1907
2192
|
#
|
1908
|
-
#
|
1909
|
-
#
|
2193
|
+
#
|
2194
|
+
#
|
2195
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2196
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
1910
2197
|
#
|
1911
2198
|
# @option params [required, String] :fleet
|
1912
2199
|
# The Amazon Resource Name (ARN) of the fleet.
|
@@ -1940,10 +2227,23 @@ module Aws::RoboMaker
|
|
1940
2227
|
req.send_request(options)
|
1941
2228
|
end
|
1942
2229
|
|
2230
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2231
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2232
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2233
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2234
|
+
# information on transitioning to Batch to help run containerized
|
2235
|
+
# simulations, visit
|
2236
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2237
|
+
#
|
2238
|
+
# This API is no longer supported. For more information, see the May 2,
|
2239
|
+
# 2022 update in the [Support policy][2] page.
|
2240
|
+
#
|
1943
2241
|
# Describes a deployment job.
|
1944
2242
|
#
|
1945
|
-
#
|
1946
|
-
#
|
2243
|
+
#
|
2244
|
+
#
|
2245
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2246
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
1947
2247
|
#
|
1948
2248
|
# @option params [required, String] :job
|
1949
2249
|
# The Amazon Resource Name (ARN) of the deployment job.
|
@@ -2013,10 +2313,23 @@ module Aws::RoboMaker
|
|
2013
2313
|
req.send_request(options)
|
2014
2314
|
end
|
2015
2315
|
|
2316
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2317
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2318
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2319
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2320
|
+
# information on transitioning to Batch to help run containerized
|
2321
|
+
# simulations, visit
|
2322
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2323
|
+
#
|
2324
|
+
# This API is no longer supported. For more information, see the May 2,
|
2325
|
+
# 2022 update in the [Support policy][2] page.
|
2326
|
+
#
|
2016
2327
|
# Describes a fleet.
|
2017
2328
|
#
|
2018
|
-
#
|
2019
|
-
#
|
2329
|
+
#
|
2330
|
+
#
|
2331
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2332
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
2020
2333
|
#
|
2021
2334
|
# @option params [required, String] :fleet
|
2022
2335
|
# The Amazon Resource Name (ARN) of the fleet.
|
@@ -2068,10 +2381,23 @@ module Aws::RoboMaker
|
|
2068
2381
|
req.send_request(options)
|
2069
2382
|
end
|
2070
2383
|
|
2384
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2385
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2386
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2387
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2388
|
+
# information on transitioning to Batch to help run containerized
|
2389
|
+
# simulations, visit
|
2390
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2391
|
+
#
|
2392
|
+
# This API is no longer supported. For more information, see the May 2,
|
2393
|
+
# 2022 update in the [Support policy][2] page.
|
2394
|
+
#
|
2071
2395
|
# Describes a robot.
|
2072
2396
|
#
|
2073
|
-
#
|
2074
|
-
#
|
2397
|
+
#
|
2398
|
+
#
|
2399
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2400
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
2075
2401
|
#
|
2076
2402
|
# @option params [required, String] :robot
|
2077
2403
|
# The Amazon Resource Name (ARN) of the robot to be described.
|
@@ -2118,8 +2444,20 @@ module Aws::RoboMaker
|
|
2118
2444
|
req.send_request(options)
|
2119
2445
|
end
|
2120
2446
|
|
2447
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2448
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2449
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2450
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2451
|
+
# information on transitioning to Batch to help run containerized
|
2452
|
+
# simulations, visit
|
2453
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2454
|
+
#
|
2121
2455
|
# Describes a robot application.
|
2122
2456
|
#
|
2457
|
+
#
|
2458
|
+
#
|
2459
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2460
|
+
#
|
2123
2461
|
# @option params [required, String] :application
|
2124
2462
|
# The Amazon Resource Name (ARN) of the robot application.
|
2125
2463
|
#
|
@@ -2174,8 +2512,20 @@ module Aws::RoboMaker
|
|
2174
2512
|
req.send_request(options)
|
2175
2513
|
end
|
2176
2514
|
|
2515
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2516
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2517
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2518
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2519
|
+
# information on transitioning to Batch to help run containerized
|
2520
|
+
# simulations, visit
|
2521
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2522
|
+
#
|
2177
2523
|
# Describes a simulation application.
|
2178
2524
|
#
|
2525
|
+
#
|
2526
|
+
#
|
2527
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2528
|
+
#
|
2179
2529
|
# @option params [required, String] :application
|
2180
2530
|
# The application information for the simulation application.
|
2181
2531
|
#
|
@@ -2236,8 +2586,20 @@ module Aws::RoboMaker
|
|
2236
2586
|
req.send_request(options)
|
2237
2587
|
end
|
2238
2588
|
|
2589
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2590
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2591
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2592
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2593
|
+
# information on transitioning to Batch to help run containerized
|
2594
|
+
# simulations, visit
|
2595
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2596
|
+
#
|
2239
2597
|
# Describes a simulation job.
|
2240
2598
|
#
|
2599
|
+
#
|
2600
|
+
#
|
2601
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2602
|
+
#
|
2241
2603
|
# @option params [required, String] :job
|
2242
2604
|
# The Amazon Resource Name (ARN) of the simulation job to be described.
|
2243
2605
|
#
|
@@ -2374,8 +2736,20 @@ module Aws::RoboMaker
|
|
2374
2736
|
req.send_request(options)
|
2375
2737
|
end
|
2376
2738
|
|
2739
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2740
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2741
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2742
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2743
|
+
# information on transitioning to Batch to help run containerized
|
2744
|
+
# simulations, visit
|
2745
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2746
|
+
#
|
2377
2747
|
# Describes a simulation job batch.
|
2378
2748
|
#
|
2749
|
+
#
|
2750
|
+
#
|
2751
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2752
|
+
#
|
2379
2753
|
# @option params [required, String] :batch
|
2380
2754
|
# The id of the batch to describe.
|
2381
2755
|
#
|
@@ -2596,8 +2970,20 @@ module Aws::RoboMaker
|
|
2596
2970
|
req.send_request(options)
|
2597
2971
|
end
|
2598
2972
|
|
2973
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
2974
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
2975
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
2976
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
2977
|
+
# information on transitioning to Batch to help run containerized
|
2978
|
+
# simulations, visit
|
2979
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
2980
|
+
#
|
2599
2981
|
# Describes a world.
|
2600
2982
|
#
|
2983
|
+
#
|
2984
|
+
#
|
2985
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
2986
|
+
#
|
2601
2987
|
# @option params [required, String] :world
|
2602
2988
|
# The Amazon Resource Name (arn) of the world you want to describe.
|
2603
2989
|
#
|
@@ -2635,8 +3021,20 @@ module Aws::RoboMaker
|
|
2635
3021
|
req.send_request(options)
|
2636
3022
|
end
|
2637
3023
|
|
3024
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3025
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3026
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3027
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3028
|
+
# information on transitioning to Batch to help run containerized
|
3029
|
+
# simulations, visit
|
3030
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3031
|
+
#
|
2638
3032
|
# Describes a world export job.
|
2639
3033
|
#
|
3034
|
+
#
|
3035
|
+
#
|
3036
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3037
|
+
#
|
2640
3038
|
# @option params [required, String] :job
|
2641
3039
|
# The Amazon Resource Name (arn) of the world export job to describe.
|
2642
3040
|
#
|
@@ -2684,8 +3082,20 @@ module Aws::RoboMaker
|
|
2684
3082
|
req.send_request(options)
|
2685
3083
|
end
|
2686
3084
|
|
3085
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3086
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3087
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3088
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3089
|
+
# information on transitioning to Batch to help run containerized
|
3090
|
+
# simulations, visit
|
3091
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3092
|
+
#
|
2687
3093
|
# Describes a world generation job.
|
2688
3094
|
#
|
3095
|
+
#
|
3096
|
+
#
|
3097
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3098
|
+
#
|
2689
3099
|
# @option params [required, String] :job
|
2690
3100
|
# The Amazon Resource Name (arn) of the world generation job to
|
2691
3101
|
# describe.
|
@@ -2743,8 +3153,20 @@ module Aws::RoboMaker
|
|
2743
3153
|
req.send_request(options)
|
2744
3154
|
end
|
2745
3155
|
|
3156
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3157
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3158
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3159
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3160
|
+
# information on transitioning to Batch to help run containerized
|
3161
|
+
# simulations, visit
|
3162
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3163
|
+
#
|
2746
3164
|
# Describes a world template.
|
2747
3165
|
#
|
3166
|
+
#
|
3167
|
+
#
|
3168
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3169
|
+
#
|
2748
3170
|
# @option params [required, String] :template
|
2749
3171
|
# The Amazon Resource Name (arn) of the world template you want to
|
2750
3172
|
# describe.
|
@@ -2785,8 +3207,20 @@ module Aws::RoboMaker
|
|
2785
3207
|
req.send_request(options)
|
2786
3208
|
end
|
2787
3209
|
|
3210
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3211
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3212
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3213
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3214
|
+
# information on transitioning to Batch to help run containerized
|
3215
|
+
# simulations, visit
|
3216
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3217
|
+
#
|
2788
3218
|
# Gets the world template body.
|
2789
3219
|
#
|
3220
|
+
#
|
3221
|
+
#
|
3222
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3223
|
+
#
|
2790
3224
|
# @option params [String] :template
|
2791
3225
|
# The Amazon Resource Name (arn) of the world template.
|
2792
3226
|
#
|
@@ -2817,11 +3251,24 @@ module Aws::RoboMaker
|
|
2817
3251
|
req.send_request(options)
|
2818
3252
|
end
|
2819
3253
|
|
3254
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3255
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3256
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3257
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3258
|
+
# information on transitioning to Batch to help run containerized
|
3259
|
+
# simulations, visit
|
3260
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3261
|
+
#
|
3262
|
+
# This API is no longer supported. For more information, see the May 2,
|
3263
|
+
# 2022 update in the [Support policy][2] page.
|
3264
|
+
#
|
2820
3265
|
# Returns a list of deployment jobs for a fleet. You can optionally
|
2821
3266
|
# provide filters to retrieve specific deployment jobs.
|
2822
3267
|
#
|
2823
|
-
#
|
2824
|
-
#
|
3268
|
+
#
|
3269
|
+
#
|
3270
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3271
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
2825
3272
|
#
|
2826
3273
|
# @option params [Array<Types::Filter>] :filters
|
2827
3274
|
# Optional filters to limit results.
|
@@ -2904,11 +3351,24 @@ module Aws::RoboMaker
|
|
2904
3351
|
req.send_request(options)
|
2905
3352
|
end
|
2906
3353
|
|
3354
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3355
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3356
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3357
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3358
|
+
# information on transitioning to Batch to help run containerized
|
3359
|
+
# simulations, visit
|
3360
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3361
|
+
#
|
3362
|
+
# This API is no longer supported. For more information, see the May 2,
|
3363
|
+
# 2022 update in the [Support policy][2] page.
|
3364
|
+
#
|
2907
3365
|
# Returns a list of fleets. You can optionally provide filters to
|
2908
3366
|
# retrieve specific fleets.
|
2909
3367
|
#
|
2910
|
-
#
|
2911
|
-
#
|
3368
|
+
#
|
3369
|
+
#
|
3370
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3371
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
2912
3372
|
#
|
2913
3373
|
# @option params [String] :next_token
|
2914
3374
|
# If the previous paginated request did not return all of the remaining
|
@@ -2979,9 +3439,21 @@ module Aws::RoboMaker
|
|
2979
3439
|
req.send_request(options)
|
2980
3440
|
end
|
2981
3441
|
|
3442
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3443
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3444
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3445
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3446
|
+
# information on transitioning to Batch to help run containerized
|
3447
|
+
# simulations, visit
|
3448
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3449
|
+
#
|
2982
3450
|
# Returns a list of robot application. You can optionally provide
|
2983
3451
|
# filters to retrieve specific robot applications.
|
2984
3452
|
#
|
3453
|
+
#
|
3454
|
+
#
|
3455
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3456
|
+
#
|
2985
3457
|
# @option params [String] :version_qualifier
|
2986
3458
|
# The version qualifier of the robot application.
|
2987
3459
|
#
|
@@ -3049,11 +3521,24 @@ module Aws::RoboMaker
|
|
3049
3521
|
req.send_request(options)
|
3050
3522
|
end
|
3051
3523
|
|
3524
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3525
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3526
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3527
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3528
|
+
# information on transitioning to Batch to help run containerized
|
3529
|
+
# simulations, visit
|
3530
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3531
|
+
#
|
3532
|
+
# This API is no longer supported. For more information, see the May 2,
|
3533
|
+
# 2022 update in the [Support policy][2] page.
|
3534
|
+
#
|
3052
3535
|
# Returns a list of robots. You can optionally provide filters to
|
3053
3536
|
# retrieve specific robots.
|
3054
3537
|
#
|
3055
|
-
#
|
3056
|
-
#
|
3538
|
+
#
|
3539
|
+
#
|
3540
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3541
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
3057
3542
|
#
|
3058
3543
|
# @option params [String] :next_token
|
3059
3544
|
# If the previous paginated request did not return all of the remaining
|
@@ -3124,9 +3609,21 @@ module Aws::RoboMaker
|
|
3124
3609
|
req.send_request(options)
|
3125
3610
|
end
|
3126
3611
|
|
3612
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3613
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3614
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3615
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3616
|
+
# information on transitioning to Batch to help run containerized
|
3617
|
+
# simulations, visit
|
3618
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3619
|
+
#
|
3127
3620
|
# Returns a list of simulation applications. You can optionally provide
|
3128
3621
|
# filters to retrieve specific simulation applications.
|
3129
3622
|
#
|
3623
|
+
#
|
3624
|
+
#
|
3625
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3626
|
+
#
|
3130
3627
|
# @option params [String] :version_qualifier
|
3131
3628
|
# The version qualifier of the simulation application.
|
3132
3629
|
#
|
@@ -3197,9 +3694,21 @@ module Aws::RoboMaker
|
|
3197
3694
|
req.send_request(options)
|
3198
3695
|
end
|
3199
3696
|
|
3697
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3698
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3699
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3700
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3701
|
+
# information on transitioning to Batch to help run containerized
|
3702
|
+
# simulations, visit
|
3703
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3704
|
+
#
|
3200
3705
|
# Returns a list simulation job batches. You can optionally provide
|
3201
3706
|
# filters to retrieve specific simulation batch jobs.
|
3202
3707
|
#
|
3708
|
+
#
|
3709
|
+
#
|
3710
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3711
|
+
#
|
3203
3712
|
# @option params [String] :next_token
|
3204
3713
|
# If the previous paginated request did not return all of the remaining
|
3205
3714
|
# results, the response object's `nextToken` parameter value is set to
|
@@ -3259,9 +3768,21 @@ module Aws::RoboMaker
|
|
3259
3768
|
req.send_request(options)
|
3260
3769
|
end
|
3261
3770
|
|
3771
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3772
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3773
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3774
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3775
|
+
# information on transitioning to Batch to help run containerized
|
3776
|
+
# simulations, visit
|
3777
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3778
|
+
#
|
3262
3779
|
# Returns a list of simulation jobs. You can optionally provide filters
|
3263
3780
|
# to retrieve specific simulation jobs.
|
3264
3781
|
#
|
3782
|
+
#
|
3783
|
+
#
|
3784
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3785
|
+
#
|
3265
3786
|
# @option params [String] :next_token
|
3266
3787
|
# If the previous paginated request did not return all of the remaining
|
3267
3788
|
# results, the response object's `nextToken` parameter value is set to
|
@@ -3333,8 +3854,20 @@ module Aws::RoboMaker
|
|
3333
3854
|
req.send_request(options)
|
3334
3855
|
end
|
3335
3856
|
|
3857
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3858
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3859
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3860
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3861
|
+
# information on transitioning to Batch to help run containerized
|
3862
|
+
# simulations, visit
|
3863
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3864
|
+
#
|
3336
3865
|
# Lists all tags on a AWS RoboMaker resource.
|
3337
3866
|
#
|
3867
|
+
#
|
3868
|
+
#
|
3869
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3870
|
+
#
|
3338
3871
|
# @option params [required, String] :resource_arn
|
3339
3872
|
# The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.
|
3340
3873
|
#
|
@@ -3362,8 +3895,20 @@ module Aws::RoboMaker
|
|
3362
3895
|
req.send_request(options)
|
3363
3896
|
end
|
3364
3897
|
|
3898
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3899
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3900
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3901
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3902
|
+
# information on transitioning to Batch to help run containerized
|
3903
|
+
# simulations, visit
|
3904
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3905
|
+
#
|
3365
3906
|
# Lists world export jobs.
|
3366
3907
|
#
|
3908
|
+
#
|
3909
|
+
#
|
3910
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3911
|
+
#
|
3367
3912
|
# @option params [String] :next_token
|
3368
3913
|
# If the previous paginated request did not return all of the remaining
|
3369
3914
|
# results, the response object's `nextToken` parameter value is set to
|
@@ -3426,8 +3971,20 @@ module Aws::RoboMaker
|
|
3426
3971
|
req.send_request(options)
|
3427
3972
|
end
|
3428
3973
|
|
3974
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
3975
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
3976
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
3977
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
3978
|
+
# information on transitioning to Batch to help run containerized
|
3979
|
+
# simulations, visit
|
3980
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
3981
|
+
#
|
3429
3982
|
# Lists world generator jobs.
|
3430
3983
|
#
|
3984
|
+
#
|
3985
|
+
#
|
3986
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
3987
|
+
#
|
3431
3988
|
# @option params [String] :next_token
|
3432
3989
|
# If the previous paginated request did not return all of the remaining
|
3433
3990
|
# results, the response object's `nextToken` parameter value is set to
|
@@ -3492,8 +4049,20 @@ module Aws::RoboMaker
|
|
3492
4049
|
req.send_request(options)
|
3493
4050
|
end
|
3494
4051
|
|
4052
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4053
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4054
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4055
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4056
|
+
# information on transitioning to Batch to help run containerized
|
4057
|
+
# simulations, visit
|
4058
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4059
|
+
#
|
3495
4060
|
# Lists world templates.
|
3496
4061
|
#
|
4062
|
+
#
|
4063
|
+
#
|
4064
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4065
|
+
#
|
3497
4066
|
# @option params [String] :next_token
|
3498
4067
|
# If the previous paginated request did not return all of the remaining
|
3499
4068
|
# results, the response object's `nextToken` parameter value is set to
|
@@ -3544,8 +4113,20 @@ module Aws::RoboMaker
|
|
3544
4113
|
req.send_request(options)
|
3545
4114
|
end
|
3546
4115
|
|
4116
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4117
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4118
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4119
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4120
|
+
# information on transitioning to Batch to help run containerized
|
4121
|
+
# simulations, visit
|
4122
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4123
|
+
#
|
3547
4124
|
# Lists worlds.
|
3548
4125
|
#
|
4126
|
+
#
|
4127
|
+
#
|
4128
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4129
|
+
#
|
3549
4130
|
# @option params [String] :next_token
|
3550
4131
|
# If the previous paginated request did not return all of the remaining
|
3551
4132
|
# results, the response object's `nextToken` parameter value is set to
|
@@ -3604,9 +4185,24 @@ module Aws::RoboMaker
|
|
3604
4185
|
req.send_request(options)
|
3605
4186
|
end
|
3606
4187
|
|
4188
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4189
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4190
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4191
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4192
|
+
# information on transitioning to Batch to help run containerized
|
4193
|
+
# simulations, visit
|
4194
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4195
|
+
#
|
3607
4196
|
# Registers a robot with a fleet.
|
3608
4197
|
#
|
3609
|
-
# This API is no longer supported and will throw an error if used.
|
4198
|
+
# This API is no longer supported and will throw an error if used. For
|
4199
|
+
# more information, see the January 31, 2022 update in the [Support
|
4200
|
+
# policy][2] page.
|
4201
|
+
#
|
4202
|
+
#
|
4203
|
+
#
|
4204
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4205
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-january2022
|
3610
4206
|
#
|
3611
4207
|
# @option params [required, String] :fleet
|
3612
4208
|
# The Amazon Resource Name (ARN) of the fleet.
|
@@ -3640,8 +4236,20 @@ module Aws::RoboMaker
|
|
3640
4236
|
req.send_request(options)
|
3641
4237
|
end
|
3642
4238
|
|
4239
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4240
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4241
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4242
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4243
|
+
# information on transitioning to Batch to help run containerized
|
4244
|
+
# simulations, visit
|
4245
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4246
|
+
#
|
3643
4247
|
# Restarts a running simulation job.
|
3644
4248
|
#
|
4249
|
+
#
|
4250
|
+
#
|
4251
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4252
|
+
#
|
3645
4253
|
# @option params [required, String] :job
|
3646
4254
|
# The Amazon Resource Name (ARN) of the simulation job.
|
3647
4255
|
#
|
@@ -3662,9 +4270,21 @@ module Aws::RoboMaker
|
|
3662
4270
|
req.send_request(options)
|
3663
4271
|
end
|
3664
4272
|
|
4273
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4274
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4275
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4276
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4277
|
+
# information on transitioning to Batch to help run containerized
|
4278
|
+
# simulations, visit
|
4279
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4280
|
+
#
|
3665
4281
|
# Starts a new simulation job batch. The batch is defined using one or
|
3666
4282
|
# more `SimulationJobRequest` objects.
|
3667
4283
|
#
|
4284
|
+
#
|
4285
|
+
#
|
4286
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4287
|
+
#
|
3668
4288
|
# @option params [String] :client_request_token
|
3669
4289
|
# Unique, case-sensitive identifier that you provide to ensure the
|
3670
4290
|
# idempotency of the request.
|
@@ -4030,11 +4650,24 @@ module Aws::RoboMaker
|
|
4030
4650
|
req.send_request(options)
|
4031
4651
|
end
|
4032
4652
|
|
4653
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4654
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4655
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4656
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4657
|
+
# information on transitioning to Batch to help run containerized
|
4658
|
+
# simulations, visit
|
4659
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4660
|
+
#
|
4661
|
+
# This API is no longer supported. For more information, see the May 2,
|
4662
|
+
# 2022 update in the [Support policy][2] page.
|
4663
|
+
#
|
4033
4664
|
# Syncrhonizes robots in a fleet to the latest deployment. This is
|
4034
4665
|
# helpful if robots were added after a deployment.
|
4035
4666
|
#
|
4036
|
-
#
|
4037
|
-
#
|
4667
|
+
#
|
4668
|
+
#
|
4669
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4670
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
|
4038
4671
|
#
|
4039
4672
|
# @option params [required, String] :client_request_token
|
4040
4673
|
# Unique, case-sensitive identifier that you provide to ensure the
|
@@ -4097,18 +4730,27 @@ module Aws::RoboMaker
|
|
4097
4730
|
req.send_request(options)
|
4098
4731
|
end
|
4099
4732
|
|
4733
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4734
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4735
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4736
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4737
|
+
# information on transitioning to Batch to help run containerized
|
4738
|
+
# simulations, visit
|
4739
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4740
|
+
#
|
4100
4741
|
# Adds or edits tags for a AWS RoboMaker resource.
|
4101
4742
|
#
|
4102
4743
|
# Each tag consists of a tag key and a tag value. Tag keys and tag
|
4103
4744
|
# values are both required, but tag values can be empty strings.
|
4104
4745
|
#
|
4105
4746
|
# For information about the rules that apply to tag keys and tag values,
|
4106
|
-
# see [User-Defined Tag Restrictions][
|
4747
|
+
# see [User-Defined Tag Restrictions][2] in the *AWS Billing and Cost
|
4107
4748
|
# Management User Guide*.
|
4108
4749
|
#
|
4109
4750
|
#
|
4110
4751
|
#
|
4111
|
-
# [1]: https://
|
4752
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4753
|
+
# [2]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html
|
4112
4754
|
#
|
4113
4755
|
# @option params [required, String] :resource_arn
|
4114
4756
|
# The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are
|
@@ -4138,14 +4780,23 @@ module Aws::RoboMaker
|
|
4138
4780
|
req.send_request(options)
|
4139
4781
|
end
|
4140
4782
|
|
4783
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4784
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4785
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4786
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4787
|
+
# information on transitioning to Batch to help run containerized
|
4788
|
+
# simulations, visit
|
4789
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4790
|
+
#
|
4141
4791
|
# Removes the specified tags from the specified AWS RoboMaker resource.
|
4142
4792
|
#
|
4143
4793
|
# To remove a tag, specify the tag key. To change the tag value of an
|
4144
|
-
# existing tag key, use [ `TagResource` ][
|
4794
|
+
# existing tag key, use [ `TagResource` ][2].
|
4145
4795
|
#
|
4146
4796
|
#
|
4147
4797
|
#
|
4148
|
-
# [1]: https://
|
4798
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4799
|
+
# [2]: https://docs.aws.amazon.com/robomaker/latest/dg/API_TagResource.html
|
4149
4800
|
#
|
4150
4801
|
# @option params [required, String] :resource_arn
|
4151
4802
|
# The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are
|
@@ -4173,8 +4824,20 @@ module Aws::RoboMaker
|
|
4173
4824
|
req.send_request(options)
|
4174
4825
|
end
|
4175
4826
|
|
4827
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4828
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4829
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4830
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4831
|
+
# information on transitioning to Batch to help run containerized
|
4832
|
+
# simulations, visit
|
4833
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4834
|
+
#
|
4176
4835
|
# Updates a robot application.
|
4177
4836
|
#
|
4837
|
+
#
|
4838
|
+
#
|
4839
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4840
|
+
#
|
4178
4841
|
# @option params [required, String] :application
|
4179
4842
|
# The application information for the robot application.
|
4180
4843
|
#
|
@@ -4182,8 +4845,7 @@ module Aws::RoboMaker
|
|
4182
4845
|
# The sources of the robot application.
|
4183
4846
|
#
|
4184
4847
|
# @option params [required, Types::RobotSoftwareSuite] :robot_software_suite
|
4185
|
-
# The robot software suite
|
4186
|
-
# application.
|
4848
|
+
# The robot software suite used by the robot application.
|
4187
4849
|
#
|
4188
4850
|
# @option params [String] :current_revision_id
|
4189
4851
|
# The revision id for the robot application.
|
@@ -4249,8 +4911,20 @@ module Aws::RoboMaker
|
|
4249
4911
|
req.send_request(options)
|
4250
4912
|
end
|
4251
4913
|
|
4914
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
4915
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
4916
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
4917
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
4918
|
+
# information on transitioning to Batch to help run containerized
|
4919
|
+
# simulations, visit
|
4920
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
4921
|
+
#
|
4252
4922
|
# Updates a simulation application.
|
4253
4923
|
#
|
4924
|
+
#
|
4925
|
+
#
|
4926
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
4927
|
+
#
|
4254
4928
|
# @option params [required, String] :application
|
4255
4929
|
# The application information for the simulation application.
|
4256
4930
|
#
|
@@ -4261,7 +4935,7 @@ module Aws::RoboMaker
|
|
4261
4935
|
# The simulation software suite used by the simulation application.
|
4262
4936
|
#
|
4263
4937
|
# @option params [required, Types::RobotSoftwareSuite] :robot_software_suite
|
4264
|
-
# Information about the robot software suite
|
4938
|
+
# Information about the robot software suite.
|
4265
4939
|
#
|
4266
4940
|
# @option params [Types::RenderingEngine] :rendering_engine
|
4267
4941
|
# The rendering engine for the simulation application.
|
@@ -4344,8 +5018,20 @@ module Aws::RoboMaker
|
|
4344
5018
|
req.send_request(options)
|
4345
5019
|
end
|
4346
5020
|
|
5021
|
+
# End of support notice: On September 10, 2025, Amazon Web Services will
|
5022
|
+
# discontinue support for Amazon Web Services RoboMaker. After September
|
5023
|
+
# 10, 2025, you will no longer be able to access the Amazon Web Services
|
5024
|
+
# RoboMaker console or Amazon Web Services RoboMaker resources. For more
|
5025
|
+
# information on transitioning to Batch to help run containerized
|
5026
|
+
# simulations, visit
|
5027
|
+
# [https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/][1].
|
5028
|
+
#
|
4347
5029
|
# Updates a world template.
|
4348
5030
|
#
|
5031
|
+
#
|
5032
|
+
#
|
5033
|
+
# [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
|
5034
|
+
#
|
4349
5035
|
# @option params [required, String] :template
|
4350
5036
|
# The Amazon Resource Name (arn) of the world template to update.
|
4351
5037
|
#
|
@@ -4411,7 +5097,7 @@ module Aws::RoboMaker
|
|
4411
5097
|
tracer: tracer
|
4412
5098
|
)
|
4413
5099
|
context[:gem_name] = 'aws-sdk-robomaker'
|
4414
|
-
context[:gem_version] = '1.
|
5100
|
+
context[:gem_version] = '1.78.0'
|
4415
5101
|
Seahorse::Client::Request.new(handlers, context)
|
4416
5102
|
end
|
4417
5103
|
|