aws-sdk-robomaker 1.75.0 → 1.77.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.
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:robomaker)
40
-
41
39
  module Aws::RoboMaker
42
40
  # An API client for RoboMaker. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -449,8 +447,20 @@ module Aws::RoboMaker
449
447
 
450
448
  # @!group API Operations
451
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
+ #
452
458
  # Deletes one or more worlds in a batch operation.
453
459
  #
460
+ #
461
+ #
462
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
463
+ #
454
464
  # @option params [required, Array<String>] :worlds
455
465
  # A list of Amazon Resource Names (arns) that correspond to worlds to
456
466
  # delete.
@@ -479,8 +489,20 @@ module Aws::RoboMaker
479
489
  req.send_request(options)
480
490
  end
481
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
+ #
482
500
  # Describes one or more simulation jobs.
483
501
  #
502
+ #
503
+ #
504
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
505
+ #
484
506
  # @option params [required, Array<String>] :jobs
485
507
  # A list of Amazon Resource Names (ARNs) of simulation jobs to describe.
486
508
  #
@@ -601,10 +623,14 @@ module Aws::RoboMaker
601
623
  req.send_request(options)
602
624
  end
603
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
+ #
604
629
  # Cancels the specified deployment job.
605
630
  #
606
- # This API will no longer be supported as of May 2, 2022. Use it to
607
- # remove resources that were created for Deployment Service.
631
+ #
632
+ #
633
+ # [1]: https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022
608
634
  #
609
635
  # @option params [required, String] :job
610
636
  # The deployment job ARN to cancel.
@@ -626,8 +652,20 @@ module Aws::RoboMaker
626
652
  req.send_request(options)
627
653
  end
628
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
+ #
629
663
  # Cancels the specified simulation job.
630
664
  #
665
+ #
666
+ #
667
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
668
+ #
631
669
  # @option params [required, String] :job
632
670
  # The simulation job ARN to cancel.
633
671
  #
@@ -648,10 +686,22 @@ module Aws::RoboMaker
648
686
  req.send_request(options)
649
687
  end
650
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
+ #
651
697
  # Cancels a simulation job batch. When you cancel a simulation job
652
698
  # batch, you are also cancelling all of the active simulation jobs
653
699
  # created as part of the batch.
654
700
  #
701
+ #
702
+ #
703
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
704
+ #
655
705
  # @option params [required, String] :batch
656
706
  # The id of the batch to cancel.
657
707
  #
@@ -672,8 +722,20 @@ module Aws::RoboMaker
672
722
  req.send_request(options)
673
723
  end
674
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
+ #
675
733
  # Cancels the specified export job.
676
734
  #
735
+ #
736
+ #
737
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
738
+ #
677
739
  # @option params [required, String] :job
678
740
  # The Amazon Resource Name (arn) of the world export job to cancel.
679
741
  #
@@ -694,8 +756,20 @@ module Aws::RoboMaker
694
756
  req.send_request(options)
695
757
  end
696
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
+ #
697
767
  # Cancels the specified world generator job.
698
768
  #
769
+ #
770
+ #
771
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
772
+ #
699
773
  # @option params [required, String] :job
700
774
  # The Amazon Resource Name (arn) of the world generator job to cancel.
701
775
  #
@@ -716,15 +790,25 @@ module Aws::RoboMaker
716
790
  req.send_request(options)
717
791
  end
718
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
+ #
719
805
  # Deploys a specific version of a robot application to robots in a
720
806
  # fleet.
721
807
  #
722
- # This API is no longer supported and will throw an error if used.
723
- #
724
808
  # The robot application must have a numbered `applicationVersion` for
725
809
  # consistency reasons. To create a new version, use
726
810
  # `CreateRobotApplicationVersion` or see [Creating a Robot Application
727
- # Version][1].
811
+ # Version][3].
728
812
  #
729
813
  # <note markdown="1"> After 90 days, deployment jobs expire and will be deleted. They will
730
814
  # no longer be accessible.
@@ -733,7 +817,9 @@ module Aws::RoboMaker
733
817
  #
734
818
  #
735
819
  #
736
- # [1]: https://docs.aws.amazon.com/robomaker/latest/dg/create-robot-application-version.html
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
737
823
  #
738
824
  # @option params [Types::DeploymentConfig] :deployment_config
739
825
  # The requested deployment configuration.
@@ -837,10 +923,25 @@ module Aws::RoboMaker
837
923
  req.send_request(options)
838
924
  end
839
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
+ #
840
938
  # Creates a fleet, a logical group of robots running the same robot
841
939
  # application.
842
940
  #
843
- # This API is no longer supported and will throw an error if used.
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
844
945
  #
845
946
  # @option params [required, String] :name
846
947
  # The name of the fleet.
@@ -882,9 +983,24 @@ module Aws::RoboMaker
882
983
  req.send_request(options)
883
984
  end
884
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
+ #
885
998
  # Creates a robot.
886
999
  #
887
- # This API is no longer supported and will throw an error if used.
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
888
1004
  #
889
1005
  # @option params [required, String] :name
890
1006
  # The name for the robot.
@@ -938,8 +1054,20 @@ module Aws::RoboMaker
938
1054
  req.send_request(options)
939
1055
  end
940
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
+ #
941
1065
  # Creates a robot application.
942
1066
  #
1067
+ #
1068
+ #
1069
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
1070
+ #
943
1071
  # @option params [required, String] :name
944
1072
  # The name of the robot application.
945
1073
  #
@@ -947,8 +1075,7 @@ module Aws::RoboMaker
947
1075
  # The sources of the robot application.
948
1076
  #
949
1077
  # @option params [required, Types::RobotSoftwareSuite] :robot_software_suite
950
- # The robot software suite (ROS distribuition) used by the robot
951
- # application.
1078
+ # The robot software suite used by the robot application.
952
1079
  #
953
1080
  # @option params [Hash<String,String>] :tags
954
1081
  # A map that contains tag keys and tag values that are attached to the
@@ -1020,8 +1147,20 @@ module Aws::RoboMaker
1020
1147
  req.send_request(options)
1021
1148
  end
1022
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
+ #
1023
1158
  # Creates a version of a robot application.
1024
1159
  #
1160
+ #
1161
+ #
1162
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
1163
+ #
1025
1164
  # @option params [required, String] :application
1026
1165
  # The application information for the robot application.
1027
1166
  #
@@ -1083,8 +1222,20 @@ module Aws::RoboMaker
1083
1222
  req.send_request(options)
1084
1223
  end
1085
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
+ #
1086
1233
  # Creates a simulation application.
1087
1234
  #
1235
+ #
1236
+ #
1237
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
1238
+ #
1088
1239
  # @option params [required, String] :name
1089
1240
  # The name of the simulation application.
1090
1241
  #
@@ -1095,8 +1246,7 @@ module Aws::RoboMaker
1095
1246
  # The simulation software suite used by the simulation application.
1096
1247
  #
1097
1248
  # @option params [required, Types::RobotSoftwareSuite] :robot_software_suite
1098
- # The robot software suite (ROS distribution) used by the simulation
1099
- # application.
1249
+ # The robot software suite used by the simulation application.
1100
1250
  #
1101
1251
  # @option params [Types::RenderingEngine] :rendering_engine
1102
1252
  # The rendering engine for the simulation application.
@@ -1185,8 +1335,20 @@ module Aws::RoboMaker
1185
1335
  req.send_request(options)
1186
1336
  end
1187
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
+ #
1188
1346
  # Creates a simulation application with a specific revision id.
1189
1347
  #
1348
+ #
1349
+ #
1350
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
1351
+ #
1190
1352
  # @option params [required, String] :application
1191
1353
  # The application information for the simulation application.
1192
1354
  #
@@ -1254,6 +1416,14 @@ module Aws::RoboMaker
1254
1416
  req.send_request(options)
1255
1417
  end
1256
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
+ #
1257
1427
  # Creates a simulation job.
1258
1428
  #
1259
1429
  # <note markdown="1"> After 90 days, simulation jobs expire and will be deleted. They will
@@ -1261,6 +1431,10 @@ module Aws::RoboMaker
1261
1431
  #
1262
1432
  # </note>
1263
1433
  #
1434
+ #
1435
+ #
1436
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
1437
+ #
1264
1438
  # @option params [String] :client_request_token
1265
1439
  # Unique, case-sensitive identifier that you provide to ensure the
1266
1440
  # idempotency of the request.
@@ -1571,8 +1745,20 @@ module Aws::RoboMaker
1571
1745
  req.send_request(options)
1572
1746
  end
1573
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
+ #
1574
1756
  # Creates a world export job.
1575
1757
  #
1758
+ #
1759
+ #
1760
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
1761
+ #
1576
1762
  # @option params [String] :client_request_token
1577
1763
  # Unique, case-sensitive identifier that you provide to ensure the
1578
1764
  # idempotency of the request.
@@ -1643,8 +1829,20 @@ module Aws::RoboMaker
1643
1829
  req.send_request(options)
1644
1830
  end
1645
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
+ #
1646
1840
  # Creates worlds using the specified template.
1647
1841
  #
1842
+ #
1843
+ #
1844
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
1845
+ #
1648
1846
  # @option params [String] :client_request_token
1649
1847
  # Unique, case-sensitive identifier that you provide to ensure the
1650
1848
  # idempotency of the request.
@@ -1720,8 +1918,20 @@ module Aws::RoboMaker
1720
1918
  req.send_request(options)
1721
1919
  end
1722
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
+ #
1723
1929
  # Creates a world template.
1724
1930
  #
1931
+ #
1932
+ #
1933
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
1934
+ #
1725
1935
  # @option params [String] :client_request_token
1726
1936
  # Unique, case-sensitive identifier that you provide to ensure the
1727
1937
  # idempotency of the request.
@@ -1780,10 +1990,23 @@ module Aws::RoboMaker
1780
1990
  req.send_request(options)
1781
1991
  end
1782
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
+ #
1783
2004
  # Deletes a fleet.
1784
2005
  #
1785
- # This API will no longer be supported as of May 2, 2022. Use it to
1786
- # remove resources that were created for Deployment Service.
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
1787
2010
  #
1788
2011
  # @option params [required, String] :fleet
1789
2012
  # The Amazon Resource Name (ARN) of the fleet.
@@ -1805,10 +2028,23 @@ module Aws::RoboMaker
1805
2028
  req.send_request(options)
1806
2029
  end
1807
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
+ #
1808
2042
  # Deletes a robot.
1809
2043
  #
1810
- # This API will no longer be supported as of May 2, 2022. Use it to
1811
- # remove resources that were created for Deployment Service.
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
1812
2048
  #
1813
2049
  # @option params [required, String] :robot
1814
2050
  # The Amazon Resource Name (ARN) of the robot.
@@ -1830,8 +2066,20 @@ module Aws::RoboMaker
1830
2066
  req.send_request(options)
1831
2067
  end
1832
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
+ #
1833
2077
  # Deletes a robot application.
1834
2078
  #
2079
+ #
2080
+ #
2081
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
2082
+ #
1835
2083
  # @option params [required, String] :application
1836
2084
  # The Amazon Resource Name (ARN) of the the robot application.
1837
2085
  #
@@ -1856,8 +2104,20 @@ module Aws::RoboMaker
1856
2104
  req.send_request(options)
1857
2105
  end
1858
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
+ #
1859
2115
  # Deletes a simulation application.
1860
2116
  #
2117
+ #
2118
+ #
2119
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
2120
+ #
1861
2121
  # @option params [required, String] :application
1862
2122
  # The application information for the simulation application to delete.
1863
2123
  #
@@ -1882,8 +2142,20 @@ module Aws::RoboMaker
1882
2142
  req.send_request(options)
1883
2143
  end
1884
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
+ #
1885
2153
  # Deletes a world template.
1886
2154
  #
2155
+ #
2156
+ #
2157
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
2158
+ #
1887
2159
  # @option params [required, String] :template
1888
2160
  # The Amazon Resource Name (arn) of the world template you want to
1889
2161
  # delete.
@@ -1905,10 +2177,23 @@ module Aws::RoboMaker
1905
2177
  req.send_request(options)
1906
2178
  end
1907
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
+ #
1908
2191
  # Deregisters a robot.
1909
2192
  #
1910
- # This API will no longer be supported as of May 2, 2022. Use it to
1911
- # remove resources that were created for Deployment Service.
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
1912
2197
  #
1913
2198
  # @option params [required, String] :fleet
1914
2199
  # The Amazon Resource Name (ARN) of the fleet.
@@ -1942,10 +2227,23 @@ module Aws::RoboMaker
1942
2227
  req.send_request(options)
1943
2228
  end
1944
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
+ #
1945
2241
  # Describes a deployment job.
1946
2242
  #
1947
- # This API will no longer be supported as of May 2, 2022. Use it to
1948
- # remove resources that were created for Deployment Service.
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
1949
2247
  #
1950
2248
  # @option params [required, String] :job
1951
2249
  # The Amazon Resource Name (ARN) of the deployment job.
@@ -2015,10 +2313,23 @@ module Aws::RoboMaker
2015
2313
  req.send_request(options)
2016
2314
  end
2017
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
+ #
2018
2327
  # Describes a fleet.
2019
2328
  #
2020
- # This API will no longer be supported as of May 2, 2022. Use it to
2021
- # remove resources that were created for Deployment Service.
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
2022
2333
  #
2023
2334
  # @option params [required, String] :fleet
2024
2335
  # The Amazon Resource Name (ARN) of the fleet.
@@ -2070,10 +2381,23 @@ module Aws::RoboMaker
2070
2381
  req.send_request(options)
2071
2382
  end
2072
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
+ #
2073
2395
  # Describes a robot.
2074
2396
  #
2075
- # This API will no longer be supported as of May 2, 2022. Use it to
2076
- # remove resources that were created for Deployment Service.
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
2077
2401
  #
2078
2402
  # @option params [required, String] :robot
2079
2403
  # The Amazon Resource Name (ARN) of the robot to be described.
@@ -2120,8 +2444,20 @@ module Aws::RoboMaker
2120
2444
  req.send_request(options)
2121
2445
  end
2122
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
+ #
2123
2455
  # Describes a robot application.
2124
2456
  #
2457
+ #
2458
+ #
2459
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
2460
+ #
2125
2461
  # @option params [required, String] :application
2126
2462
  # The Amazon Resource Name (ARN) of the robot application.
2127
2463
  #
@@ -2176,8 +2512,20 @@ module Aws::RoboMaker
2176
2512
  req.send_request(options)
2177
2513
  end
2178
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
+ #
2179
2523
  # Describes a simulation application.
2180
2524
  #
2525
+ #
2526
+ #
2527
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
2528
+ #
2181
2529
  # @option params [required, String] :application
2182
2530
  # The application information for the simulation application.
2183
2531
  #
@@ -2238,8 +2586,20 @@ module Aws::RoboMaker
2238
2586
  req.send_request(options)
2239
2587
  end
2240
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
+ #
2241
2597
  # Describes a simulation job.
2242
2598
  #
2599
+ #
2600
+ #
2601
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
2602
+ #
2243
2603
  # @option params [required, String] :job
2244
2604
  # The Amazon Resource Name (ARN) of the simulation job to be described.
2245
2605
  #
@@ -2376,8 +2736,20 @@ module Aws::RoboMaker
2376
2736
  req.send_request(options)
2377
2737
  end
2378
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
+ #
2379
2747
  # Describes a simulation job batch.
2380
2748
  #
2749
+ #
2750
+ #
2751
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
2752
+ #
2381
2753
  # @option params [required, String] :batch
2382
2754
  # The id of the batch to describe.
2383
2755
  #
@@ -2598,8 +2970,20 @@ module Aws::RoboMaker
2598
2970
  req.send_request(options)
2599
2971
  end
2600
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
+ #
2601
2981
  # Describes a world.
2602
2982
  #
2983
+ #
2984
+ #
2985
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
2986
+ #
2603
2987
  # @option params [required, String] :world
2604
2988
  # The Amazon Resource Name (arn) of the world you want to describe.
2605
2989
  #
@@ -2637,8 +3021,20 @@ module Aws::RoboMaker
2637
3021
  req.send_request(options)
2638
3022
  end
2639
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
+ #
2640
3032
  # Describes a world export job.
2641
3033
  #
3034
+ #
3035
+ #
3036
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3037
+ #
2642
3038
  # @option params [required, String] :job
2643
3039
  # The Amazon Resource Name (arn) of the world export job to describe.
2644
3040
  #
@@ -2686,8 +3082,20 @@ module Aws::RoboMaker
2686
3082
  req.send_request(options)
2687
3083
  end
2688
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
+ #
2689
3093
  # Describes a world generation job.
2690
3094
  #
3095
+ #
3096
+ #
3097
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3098
+ #
2691
3099
  # @option params [required, String] :job
2692
3100
  # The Amazon Resource Name (arn) of the world generation job to
2693
3101
  # describe.
@@ -2745,8 +3153,20 @@ module Aws::RoboMaker
2745
3153
  req.send_request(options)
2746
3154
  end
2747
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
+ #
2748
3164
  # Describes a world template.
2749
3165
  #
3166
+ #
3167
+ #
3168
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3169
+ #
2750
3170
  # @option params [required, String] :template
2751
3171
  # The Amazon Resource Name (arn) of the world template you want to
2752
3172
  # describe.
@@ -2787,8 +3207,20 @@ module Aws::RoboMaker
2787
3207
  req.send_request(options)
2788
3208
  end
2789
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
+ #
2790
3218
  # Gets the world template body.
2791
3219
  #
3220
+ #
3221
+ #
3222
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3223
+ #
2792
3224
  # @option params [String] :template
2793
3225
  # The Amazon Resource Name (arn) of the world template.
2794
3226
  #
@@ -2819,11 +3251,24 @@ module Aws::RoboMaker
2819
3251
  req.send_request(options)
2820
3252
  end
2821
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
+ #
2822
3265
  # Returns a list of deployment jobs for a fleet. You can optionally
2823
3266
  # provide filters to retrieve specific deployment jobs.
2824
3267
  #
2825
- # This API will no longer be supported as of May 2, 2022. Use it to
2826
- # remove resources that were created for Deployment Service.
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
2827
3272
  #
2828
3273
  # @option params [Array<Types::Filter>] :filters
2829
3274
  # Optional filters to limit results.
@@ -2906,11 +3351,24 @@ module Aws::RoboMaker
2906
3351
  req.send_request(options)
2907
3352
  end
2908
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
+ #
2909
3365
  # Returns a list of fleets. You can optionally provide filters to
2910
3366
  # retrieve specific fleets.
2911
3367
  #
2912
- # This API will no longer be supported as of May 2, 2022. Use it to
2913
- # remove resources that were created for Deployment Service.
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
2914
3372
  #
2915
3373
  # @option params [String] :next_token
2916
3374
  # If the previous paginated request did not return all of the remaining
@@ -2981,9 +3439,21 @@ module Aws::RoboMaker
2981
3439
  req.send_request(options)
2982
3440
  end
2983
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
+ #
2984
3450
  # Returns a list of robot application. You can optionally provide
2985
3451
  # filters to retrieve specific robot applications.
2986
3452
  #
3453
+ #
3454
+ #
3455
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3456
+ #
2987
3457
  # @option params [String] :version_qualifier
2988
3458
  # The version qualifier of the robot application.
2989
3459
  #
@@ -3051,11 +3521,24 @@ module Aws::RoboMaker
3051
3521
  req.send_request(options)
3052
3522
  end
3053
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
+ #
3054
3535
  # Returns a list of robots. You can optionally provide filters to
3055
3536
  # retrieve specific robots.
3056
3537
  #
3057
- # This API will no longer be supported as of May 2, 2022. Use it to
3058
- # remove resources that were created for Deployment Service.
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
3059
3542
  #
3060
3543
  # @option params [String] :next_token
3061
3544
  # If the previous paginated request did not return all of the remaining
@@ -3126,9 +3609,21 @@ module Aws::RoboMaker
3126
3609
  req.send_request(options)
3127
3610
  end
3128
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
+ #
3129
3620
  # Returns a list of simulation applications. You can optionally provide
3130
3621
  # filters to retrieve specific simulation applications.
3131
3622
  #
3623
+ #
3624
+ #
3625
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3626
+ #
3132
3627
  # @option params [String] :version_qualifier
3133
3628
  # The version qualifier of the simulation application.
3134
3629
  #
@@ -3199,9 +3694,21 @@ module Aws::RoboMaker
3199
3694
  req.send_request(options)
3200
3695
  end
3201
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
+ #
3202
3705
  # Returns a list simulation job batches. You can optionally provide
3203
3706
  # filters to retrieve specific simulation batch jobs.
3204
3707
  #
3708
+ #
3709
+ #
3710
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3711
+ #
3205
3712
  # @option params [String] :next_token
3206
3713
  # If the previous paginated request did not return all of the remaining
3207
3714
  # results, the response object's `nextToken` parameter value is set to
@@ -3261,9 +3768,21 @@ module Aws::RoboMaker
3261
3768
  req.send_request(options)
3262
3769
  end
3263
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
+ #
3264
3779
  # Returns a list of simulation jobs. You can optionally provide filters
3265
3780
  # to retrieve specific simulation jobs.
3266
3781
  #
3782
+ #
3783
+ #
3784
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3785
+ #
3267
3786
  # @option params [String] :next_token
3268
3787
  # If the previous paginated request did not return all of the remaining
3269
3788
  # results, the response object's `nextToken` parameter value is set to
@@ -3335,8 +3854,20 @@ module Aws::RoboMaker
3335
3854
  req.send_request(options)
3336
3855
  end
3337
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
+ #
3338
3865
  # Lists all tags on a AWS RoboMaker resource.
3339
3866
  #
3867
+ #
3868
+ #
3869
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3870
+ #
3340
3871
  # @option params [required, String] :resource_arn
3341
3872
  # The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.
3342
3873
  #
@@ -3364,8 +3895,20 @@ module Aws::RoboMaker
3364
3895
  req.send_request(options)
3365
3896
  end
3366
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
+ #
3367
3906
  # Lists world export jobs.
3368
3907
  #
3908
+ #
3909
+ #
3910
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3911
+ #
3369
3912
  # @option params [String] :next_token
3370
3913
  # If the previous paginated request did not return all of the remaining
3371
3914
  # results, the response object's `nextToken` parameter value is set to
@@ -3428,8 +3971,20 @@ module Aws::RoboMaker
3428
3971
  req.send_request(options)
3429
3972
  end
3430
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
+ #
3431
3982
  # Lists world generator jobs.
3432
3983
  #
3984
+ #
3985
+ #
3986
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
3987
+ #
3433
3988
  # @option params [String] :next_token
3434
3989
  # If the previous paginated request did not return all of the remaining
3435
3990
  # results, the response object's `nextToken` parameter value is set to
@@ -3494,8 +4049,20 @@ module Aws::RoboMaker
3494
4049
  req.send_request(options)
3495
4050
  end
3496
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
+ #
3497
4060
  # Lists world templates.
3498
4061
  #
4062
+ #
4063
+ #
4064
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
4065
+ #
3499
4066
  # @option params [String] :next_token
3500
4067
  # If the previous paginated request did not return all of the remaining
3501
4068
  # results, the response object's `nextToken` parameter value is set to
@@ -3546,8 +4113,20 @@ module Aws::RoboMaker
3546
4113
  req.send_request(options)
3547
4114
  end
3548
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
+ #
3549
4124
  # Lists worlds.
3550
4125
  #
4126
+ #
4127
+ #
4128
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
4129
+ #
3551
4130
  # @option params [String] :next_token
3552
4131
  # If the previous paginated request did not return all of the remaining
3553
4132
  # results, the response object's `nextToken` parameter value is set to
@@ -3606,9 +4185,24 @@ module Aws::RoboMaker
3606
4185
  req.send_request(options)
3607
4186
  end
3608
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
+ #
3609
4196
  # Registers a robot with a fleet.
3610
4197
  #
3611
- # 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
3612
4206
  #
3613
4207
  # @option params [required, String] :fleet
3614
4208
  # The Amazon Resource Name (ARN) of the fleet.
@@ -3642,8 +4236,20 @@ module Aws::RoboMaker
3642
4236
  req.send_request(options)
3643
4237
  end
3644
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
+ #
3645
4247
  # Restarts a running simulation job.
3646
4248
  #
4249
+ #
4250
+ #
4251
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
4252
+ #
3647
4253
  # @option params [required, String] :job
3648
4254
  # The Amazon Resource Name (ARN) of the simulation job.
3649
4255
  #
@@ -3664,9 +4270,21 @@ module Aws::RoboMaker
3664
4270
  req.send_request(options)
3665
4271
  end
3666
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
+ #
3667
4281
  # Starts a new simulation job batch. The batch is defined using one or
3668
4282
  # more `SimulationJobRequest` objects.
3669
4283
  #
4284
+ #
4285
+ #
4286
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
4287
+ #
3670
4288
  # @option params [String] :client_request_token
3671
4289
  # Unique, case-sensitive identifier that you provide to ensure the
3672
4290
  # idempotency of the request.
@@ -4032,11 +4650,24 @@ module Aws::RoboMaker
4032
4650
  req.send_request(options)
4033
4651
  end
4034
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
+ #
4035
4664
  # Syncrhonizes robots in a fleet to the latest deployment. This is
4036
4665
  # helpful if robots were added after a deployment.
4037
4666
  #
4038
- # This API will no longer be supported as of May 2, 2022. Use it to
4039
- # remove resources that were created for Deployment Service.
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
4040
4671
  #
4041
4672
  # @option params [required, String] :client_request_token
4042
4673
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -4099,18 +4730,27 @@ module Aws::RoboMaker
4099
4730
  req.send_request(options)
4100
4731
  end
4101
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
+ #
4102
4741
  # Adds or edits tags for a AWS RoboMaker resource.
4103
4742
  #
4104
4743
  # Each tag consists of a tag key and a tag value. Tag keys and tag
4105
4744
  # values are both required, but tag values can be empty strings.
4106
4745
  #
4107
4746
  # For information about the rules that apply to tag keys and tag values,
4108
- # see [User-Defined Tag Restrictions][1] in the *AWS Billing and Cost
4747
+ # see [User-Defined Tag Restrictions][2] in the *AWS Billing and Cost
4109
4748
  # Management User Guide*.
4110
4749
  #
4111
4750
  #
4112
4751
  #
4113
- # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html
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
4114
4754
  #
4115
4755
  # @option params [required, String] :resource_arn
4116
4756
  # The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are
@@ -4140,14 +4780,23 @@ module Aws::RoboMaker
4140
4780
  req.send_request(options)
4141
4781
  end
4142
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
+ #
4143
4791
  # Removes the specified tags from the specified AWS RoboMaker resource.
4144
4792
  #
4145
4793
  # To remove a tag, specify the tag key. To change the tag value of an
4146
- # existing tag key, use [ `TagResource` ][1].
4794
+ # existing tag key, use [ `TagResource` ][2].
4147
4795
  #
4148
4796
  #
4149
4797
  #
4150
- # [1]: https://docs.aws.amazon.com/robomaker/latest/dg/API_TagResource.html
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
4151
4800
  #
4152
4801
  # @option params [required, String] :resource_arn
4153
4802
  # The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are
@@ -4175,8 +4824,20 @@ module Aws::RoboMaker
4175
4824
  req.send_request(options)
4176
4825
  end
4177
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
+ #
4178
4835
  # Updates a robot application.
4179
4836
  #
4837
+ #
4838
+ #
4839
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
4840
+ #
4180
4841
  # @option params [required, String] :application
4181
4842
  # The application information for the robot application.
4182
4843
  #
@@ -4184,8 +4845,7 @@ module Aws::RoboMaker
4184
4845
  # The sources of the robot application.
4185
4846
  #
4186
4847
  # @option params [required, Types::RobotSoftwareSuite] :robot_software_suite
4187
- # The robot software suite (ROS distribution) used by the robot
4188
- # application.
4848
+ # The robot software suite used by the robot application.
4189
4849
  #
4190
4850
  # @option params [String] :current_revision_id
4191
4851
  # The revision id for the robot application.
@@ -4251,8 +4911,20 @@ module Aws::RoboMaker
4251
4911
  req.send_request(options)
4252
4912
  end
4253
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
+ #
4254
4922
  # Updates a simulation application.
4255
4923
  #
4924
+ #
4925
+ #
4926
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
4927
+ #
4256
4928
  # @option params [required, String] :application
4257
4929
  # The application information for the simulation application.
4258
4930
  #
@@ -4263,7 +4935,7 @@ module Aws::RoboMaker
4263
4935
  # The simulation software suite used by the simulation application.
4264
4936
  #
4265
4937
  # @option params [required, Types::RobotSoftwareSuite] :robot_software_suite
4266
- # Information about the robot software suite (ROS distribution).
4938
+ # Information about the robot software suite.
4267
4939
  #
4268
4940
  # @option params [Types::RenderingEngine] :rendering_engine
4269
4941
  # The rendering engine for the simulation application.
@@ -4346,8 +5018,20 @@ module Aws::RoboMaker
4346
5018
  req.send_request(options)
4347
5019
  end
4348
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
+ #
4349
5029
  # Updates a world template.
4350
5030
  #
5031
+ #
5032
+ #
5033
+ # [1]: https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/
5034
+ #
4351
5035
  # @option params [required, String] :template
4352
5036
  # The Amazon Resource Name (arn) of the world template to update.
4353
5037
  #
@@ -4413,7 +5097,7 @@ module Aws::RoboMaker
4413
5097
  tracer: tracer
4414
5098
  )
4415
5099
  context[:gem_name] = 'aws-sdk-robomaker'
4416
- context[:gem_version] = '1.75.0'
5100
+ context[:gem_version] = '1.77.0'
4417
5101
  Seahorse::Client::Request.new(handlers, context)
4418
5102
  end
4419
5103