aws-sdk-robomaker 1.4.0 → 1.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57943ea92af756ddae229c7ac615d181c5553891
4
- data.tar.gz: 3ec41c0e580ddfda937115f9fbe825ca36839264
3
+ metadata.gz: 2cc0a1d7474fa630c2a6122d5530674d4ee514ef
4
+ data.tar.gz: 89642624e5e2cd18d23d6f3ea015dd60b451dc7e
5
5
  SHA512:
6
- metadata.gz: dcb6bb1403c7bff2da134fe2686272ac56341f74879efb8ce244194b056bcc7d1fe21c8d2491440291e4a173488469ecedb94990076466d15e53d90ca8481def
7
- data.tar.gz: 63fe255373c60deff15c3f2a3b35128b490f53a5a8897f8e9d6325a12eeb12e7fe1173a3569ebcabd306f7d1751fd85e2e023234fe74f18fce5138582e63af7a
6
+ metadata.gz: 13f2865c9d17f24f0d2a72fd37e0f9540b89b262dad284989147192b72c9dda2aa3e6ebc6d93bbf97ac1484bc66b18eeb451ce096670284c1324ecb3ab5a392f
7
+ data.tar.gz: 34d8fed3716058c7436a3c9d9a2754b54fe97aa9e3ecf8be0f3ed09e6398633ae80836886c179703bc56c809ca5df7ff05fa8258ded11c694fc44857b7254acf
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-robomaker/customizations'
42
42
  # @service
43
43
  module Aws::RoboMaker
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -301,6 +301,11 @@ module Aws::RoboMaker
301
301
  # `CreateRobotApplicationVersion` or see [Creating a Robot Application
302
302
  # Version][1].
303
303
  #
304
+ # <note markdown="1"> After 90 days, deployment jobs expire and will be deleted. They will
305
+ # no longer be accessible.
306
+ #
307
+ # </note>
308
+ #
304
309
  #
305
310
  #
306
311
  # [1]: https://docs.aws.amazon.com/robomaker/latest/dg/create-robot-application-version.html
@@ -351,10 +356,10 @@ module Aws::RoboMaker
351
356
  # application: "Arn", # required
352
357
  # application_version: "DeploymentVersion", # required
353
358
  # launch_config: { # required
354
- # package_name: "GenericString", # required
355
- # pre_launch_file: "GenericString",
356
- # launch_file: "GenericString", # required
357
- # post_launch_file: "GenericString",
359
+ # package_name: "Command", # required
360
+ # pre_launch_file: "Path",
361
+ # launch_file: "Command", # required
362
+ # post_launch_file: "Path",
358
363
  # environment_variables: {
359
364
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
360
365
  # },
@@ -381,7 +386,7 @@ module Aws::RoboMaker
381
386
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
382
387
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
383
388
  # resp.failure_reason #=> String
384
- # resp.failure_code #=> String, one of "ResourceNotFound", "FailureThresholdBreached", "RobotDeploymentNoResponse", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
389
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
385
390
  # resp.created_at #=> Time
386
391
  # resp.deployment_config.concurrent_deployment_percentage #=> Integer
387
392
  # resp.deployment_config.failure_threshold_percentage #=> Integer
@@ -768,6 +773,11 @@ module Aws::RoboMaker
768
773
 
769
774
  # Creates a simulation job.
770
775
  #
776
+ # <note markdown="1"> After 90 days, simulation jobs expire and will be deleted. They will
777
+ # no longer be accessible.
778
+ #
779
+ # </note>
780
+ #
771
781
  # @option params [String] :client_request_token
772
782
  # Unique, case-sensitive identifier that you provide to ensure the
773
783
  # idempotency of the request.
@@ -848,8 +858,8 @@ module Aws::RoboMaker
848
858
  # application: "Arn", # required
849
859
  # application_version: "Version",
850
860
  # launch_config: { # required
851
- # package_name: "GenericString", # required
852
- # launch_file: "GenericString", # required
861
+ # package_name: "Command", # required
862
+ # launch_file: "Command", # required
853
863
  # environment_variables: {
854
864
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
855
865
  # },
@@ -861,8 +871,8 @@ module Aws::RoboMaker
861
871
  # application: "Arn", # required
862
872
  # application_version: "Version",
863
873
  # launch_config: { # required
864
- # package_name: "GenericString", # required
865
- # launch_file: "GenericString", # required
874
+ # package_name: "Command", # required
875
+ # launch_file: "Command", # required
866
876
  # environment_variables: {
867
877
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
868
878
  # },
@@ -1096,17 +1106,19 @@ module Aws::RoboMaker
1096
1106
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
1097
1107
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
1098
1108
  # resp.failure_reason #=> String
1099
- # resp.failure_code #=> String, one of "ResourceNotFound", "FailureThresholdBreached", "RobotDeploymentNoResponse", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1109
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1100
1110
  # resp.created_at #=> Time
1101
1111
  # resp.robot_deployment_summary #=> Array
1102
1112
  # resp.robot_deployment_summary[0].arn #=> String
1103
1113
  # resp.robot_deployment_summary[0].deployment_start_time #=> Time
1104
1114
  # resp.robot_deployment_summary[0].deployment_finish_time #=> Time
1105
1115
  # resp.robot_deployment_summary[0].status #=> String, one of "Available", "Registered", "PendingNewDeployment", "Deploying", "Failed", "InSync", "NoResponse"
1106
- # resp.robot_deployment_summary[0].progress_detail.current_progress #=> String
1116
+ # resp.robot_deployment_summary[0].progress_detail.current_progress #=> String, one of "Validating", "DownloadingExtracting", "ExecutingPreLaunch", "Launching", "ExecutingPostLaunch", "Finished"
1117
+ # resp.robot_deployment_summary[0].progress_detail.percent_done #=> Float
1118
+ # resp.robot_deployment_summary[0].progress_detail.estimated_time_remaining_seconds #=> Integer
1107
1119
  # resp.robot_deployment_summary[0].progress_detail.target_resource #=> String
1108
1120
  # resp.robot_deployment_summary[0].failure_reason #=> String
1109
- # resp.robot_deployment_summary[0].failure_code #=> String, one of "ResourceNotFound", "FailureThresholdBreached", "RobotDeploymentNoResponse", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1121
+ # resp.robot_deployment_summary[0].failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1110
1122
  # resp.tags #=> Hash
1111
1123
  # resp.tags["TagKey"] #=> String
1112
1124
  #
@@ -1408,9 +1420,19 @@ module Aws::RoboMaker
1408
1420
  # Returns a list of deployment jobs for a fleet. You can optionally
1409
1421
  # provide filters to retrieve specific deployment jobs.
1410
1422
  #
1423
+ # <note markdown="1">
1424
+ #
1425
+ # </note>
1426
+ #
1411
1427
  # @option params [Array<Types::Filter>] :filters
1412
1428
  # Optional filters to limit results.
1413
1429
  #
1430
+ # The filter names `status` and `fleetName` are supported. When
1431
+ # filtering, you must use the complete value of the filtered item. You
1432
+ # can use up to three filters, but they must be for the same named item.
1433
+ # For example, if you are looking for items with the status `InProgress`
1434
+ # or the status `Pending`.
1435
+ #
1414
1436
  # @option params [String] :next_token
1415
1437
  # The `nextToken` value returned from a previous paginated
1416
1438
  # `ListDeploymentJobs` request where `maxResults` was used and the
@@ -1471,7 +1493,7 @@ module Aws::RoboMaker
1471
1493
  # resp.deployment_jobs[0].deployment_config.concurrent_deployment_percentage #=> Integer
1472
1494
  # resp.deployment_jobs[0].deployment_config.failure_threshold_percentage #=> Integer
1473
1495
  # resp.deployment_jobs[0].failure_reason #=> String
1474
- # resp.deployment_jobs[0].failure_code #=> String, one of "ResourceNotFound", "FailureThresholdBreached", "RobotDeploymentNoResponse", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1496
+ # resp.deployment_jobs[0].failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1475
1497
  # resp.deployment_jobs[0].created_at #=> Time
1476
1498
  # resp.next_token #=> String
1477
1499
  #
@@ -1512,6 +1534,9 @@ module Aws::RoboMaker
1512
1534
  # @option params [Array<Types::Filter>] :filters
1513
1535
  # Optional filters to limit results.
1514
1536
  #
1537
+ # The filter name `name` is supported. When filtering, you must use the
1538
+ # complete value of the filtered item. You can use up to three filters.
1539
+ #
1515
1540
  # @return [Types::ListFleetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1516
1541
  #
1517
1542
  # * {Types::ListFleetsResponse#fleet_details #fleet_details} => Array&lt;Types::Fleet&gt;
@@ -1575,14 +1600,17 @@ module Aws::RoboMaker
1575
1600
  # used, `ListRobotApplications` only returns `maxResults` results in a
1576
1601
  # single page along with a `nextToken` response element. The remaining
1577
1602
  # results of the initial request can be seen by sending another
1578
- # `ListFleets` request with the returned `nextToken` value. This value
1579
- # can be between 1 and 100. If this parameter is not used, then
1580
- # `ListRobotApplications` returns up to 100 results and a `nextToken`
1581
- # value if applicable.
1603
+ # `ListRobotApplications` request with the returned `nextToken` value.
1604
+ # This value can be between 1 and 100. If this parameter is not used,
1605
+ # then `ListRobotApplications` returns up to 100 results and a
1606
+ # `nextToken` value if applicable.
1582
1607
  #
1583
1608
  # @option params [Array<Types::Filter>] :filters
1584
1609
  # Optional filters to limit results.
1585
1610
  #
1611
+ # The filter name `name` is supported. When filtering, you must use the
1612
+ # complete value of the filtered item. You can use up to three filters.
1613
+ #
1586
1614
  # @return [Types::ListRobotApplicationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1587
1615
  #
1588
1616
  # * {Types::ListRobotApplicationsResponse#robot_application_summaries #robot_application_summaries} => Array&lt;Types::RobotApplicationSummary&gt;
@@ -1640,7 +1668,7 @@ module Aws::RoboMaker
1640
1668
  # in paginated output. When this parameter is used, `ListRobots` only
1641
1669
  # returns `maxResults` results in a single page along with a `nextToken`
1642
1670
  # response element. The remaining results of the initial request can be
1643
- # seen by sending another `ListFleets` request with the returned
1671
+ # seen by sending another `ListRobots` request with the returned
1644
1672
  # `nextToken` value. This value can be between 1 and 100. If this
1645
1673
  # parameter is not used, then `ListRobots` returns up to 100 results and
1646
1674
  # a `nextToken` value if applicable.
@@ -1648,6 +1676,12 @@ module Aws::RoboMaker
1648
1676
  # @option params [Array<Types::Filter>] :filters
1649
1677
  # Optional filters to limit results.
1650
1678
  #
1679
+ # The filter names `status` and `fleetName` are supported. When
1680
+ # filtering, you must use the complete value of the filtered item. You
1681
+ # can use up to three filters, but they must be for the same named item.
1682
+ # For example, if you are looking for items with the status `Registered`
1683
+ # or the status `Available`.
1684
+ #
1651
1685
  # @return [Types::ListRobotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1652
1686
  #
1653
1687
  # * {Types::ListRobotsResponse#robots #robots} => Array&lt;Types::Robot&gt;
@@ -1714,14 +1748,16 @@ module Aws::RoboMaker
1714
1748
  # is used, `ListSimulationApplications` only returns `maxResults`
1715
1749
  # results in a single page along with a `nextToken` response element.
1716
1750
  # The remaining results of the initial request can be seen by sending
1717
- # another `ListFleets` request with the returned `nextToken` value. This
1718
- # value can be between 1 and 100. If this parameter is not used, then
1719
- # `ListSimulationApplications` returns up to 100 results and a
1720
- # `nextToken` value if applicable.
1751
+ # another `ListSimulationApplications` request with the returned
1752
+ # `nextToken` value. This value can be between 1 and 100. If this
1753
+ # parameter is not used, then `ListSimulationApplications` returns up to
1754
+ # 100 results and a `nextToken` value if applicable.
1721
1755
  #
1722
1756
  # @option params [Array<Types::Filter>] :filters
1723
- # Optional list of filters to limit results. The only valid filter name
1724
- # is `name`.
1757
+ # Optional list of filters to limit results.
1758
+ #
1759
+ # The filter name `name` is supported. When filtering, you must use the
1760
+ # complete value of the filtered item. You can use up to three filters.
1725
1761
  #
1726
1762
  # @return [Types::ListSimulationApplicationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1727
1763
  #
@@ -1781,14 +1817,21 @@ module Aws::RoboMaker
1781
1817
  # `ListSimulationJobs` in paginated output. When this parameter is used,
1782
1818
  # `ListSimulationJobs` only returns `maxResults` results in a single
1783
1819
  # page along with a `nextToken` response element. The remaining results
1784
- # of the initial request can be seen by sending another `ListFleets`
1785
- # request with the returned `nextToken` value. This value can be between
1786
- # 1 and 100. If this parameter is not used, then `ListSimulationJobs`
1787
- # returns up to 100 results and a `nextToken` value if applicable.
1820
+ # of the initial request can be seen by sending another
1821
+ # `ListSimulationJobs` request with the returned `nextToken` value. This
1822
+ # value can be between 1 and 100. If this parameter is not used, then
1823
+ # `ListSimulationJobs` returns up to 100 results and a `nextToken` value
1824
+ # if applicable.
1788
1825
  #
1789
1826
  # @option params [Array<Types::Filter>] :filters
1790
1827
  # Optional filters to limit results.
1791
1828
  #
1829
+ # The filter names `status` and `simulationApplicationName` and
1830
+ # `robotApplicationName` are supported. When filtering, you must use the
1831
+ # complete value of the filtered item. You can use up to three filters,
1832
+ # but they must be for the same named item. For example, if you are
1833
+ # looking for items with the status `Preparing` or the status `Running`.
1834
+ #
1792
1835
  # @return [Types::ListSimulationJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1793
1836
  #
1794
1837
  # * {Types::ListSimulationJobsResponse#simulation_job_summaries #simulation_job_summaries} => Array&lt;Types::SimulationJobSummary&gt;
@@ -1962,7 +2005,7 @@ module Aws::RoboMaker
1962
2005
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
1963
2006
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
1964
2007
  # resp.failure_reason #=> String
1965
- # resp.failure_code #=> String, one of "ResourceNotFound", "FailureThresholdBreached", "RobotDeploymentNoResponse", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
2008
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1966
2009
  # resp.created_at #=> Time
1967
2010
  #
1968
2011
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SyncDeploymentJob AWS API Documentation
@@ -2022,7 +2065,7 @@ module Aws::RoboMaker
2022
2065
  #
2023
2066
  #
2024
2067
  #
2025
- # [1]: https://docs.aws.amazon.com/robomaker/latest/dg//API_Reference.htmlAPI_TagResource.html
2068
+ # [1]: https://docs.aws.amazon.com/robomaker/latest/dg/API_TagResource.html
2026
2069
  #
2027
2070
  # @option params [required, String] :resource_arn
2028
2071
  # The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are
@@ -2215,7 +2258,7 @@ module Aws::RoboMaker
2215
2258
  params: params,
2216
2259
  config: config)
2217
2260
  context[:gem_name] = 'aws-sdk-robomaker'
2218
- context[:gem_version] = '1.4.0'
2261
+ context[:gem_version] = '1.5.0'
2219
2262
  Seahorse::Client::Request.new(handlers, context)
2220
2263
  end
2221
2264
 
@@ -20,6 +20,7 @@ module Aws::RoboMaker
20
20
  CancelSimulationJobRequest = Shapes::StructureShape.new(name: 'CancelSimulationJobRequest')
21
21
  CancelSimulationJobResponse = Shapes::StructureShape.new(name: 'CancelSimulationJobResponse')
22
22
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
23
+ Command = Shapes::StringShape.new(name: 'Command')
23
24
  ConcurrentDeploymentException = Shapes::StructureShape.new(name: 'ConcurrentDeploymentException')
24
25
  CreateDeploymentJobRequest = Shapes::StructureShape.new(name: 'CreateDeploymentJobRequest')
25
26
  CreateDeploymentJobResponse = Shapes::StructureShape.new(name: 'CreateDeploymentJobResponse')
@@ -78,6 +79,7 @@ module Aws::RoboMaker
78
79
  Filters = Shapes::ListShape.new(name: 'Filters')
79
80
  Fleet = Shapes::StructureShape.new(name: 'Fleet')
80
81
  Fleets = Shapes::ListShape.new(name: 'Fleets')
82
+ GenericInteger = Shapes::IntegerShape.new(name: 'GenericInteger')
81
83
  GenericString = Shapes::StringShape.new(name: 'GenericString')
82
84
  IamRole = Shapes::StringShape.new(name: 'IamRole')
83
85
  Id = Shapes::StringShape.new(name: 'Id')
@@ -106,6 +108,8 @@ module Aws::RoboMaker
106
108
  Name = Shapes::StringShape.new(name: 'Name')
107
109
  OutputLocation = Shapes::StructureShape.new(name: 'OutputLocation')
108
110
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
111
+ Path = Shapes::StringShape.new(name: 'Path')
112
+ PercentDone = Shapes::FloatShape.new(name: 'PercentDone')
109
113
  Percentage = Shapes::IntegerShape.new(name: 'Percentage')
110
114
  ProgressDetail = Shapes::StructureShape.new(name: 'ProgressDetail')
111
115
  RegisterRobotRequest = Shapes::StructureShape.new(name: 'RegisterRobotRequest')
@@ -125,6 +129,7 @@ module Aws::RoboMaker
125
129
  RobotApplicationSummaries = Shapes::ListShape.new(name: 'RobotApplicationSummaries')
126
130
  RobotApplicationSummary = Shapes::StructureShape.new(name: 'RobotApplicationSummary')
127
131
  RobotDeployment = Shapes::StructureShape.new(name: 'RobotDeployment')
132
+ RobotDeploymentStep = Shapes::StringShape.new(name: 'RobotDeploymentStep')
128
133
  RobotDeploymentSummary = Shapes::ListShape.new(name: 'RobotDeploymentSummary')
129
134
  RobotSoftwareSuite = Shapes::StructureShape.new(name: 'RobotSoftwareSuite')
130
135
  RobotSoftwareSuiteType = Shapes::StringShape.new(name: 'RobotSoftwareSuiteType')
@@ -368,10 +373,10 @@ module Aws::RoboMaker
368
373
 
369
374
  DeploymentJobs.member = Shapes::ShapeRef.new(shape: DeploymentJob)
370
375
 
371
- DeploymentLaunchConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "packageName"))
372
- DeploymentLaunchConfig.add_member(:pre_launch_file, Shapes::ShapeRef.new(shape: GenericString, location_name: "preLaunchFile"))
373
- DeploymentLaunchConfig.add_member(:launch_file, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "launchFile"))
374
- DeploymentLaunchConfig.add_member(:post_launch_file, Shapes::ShapeRef.new(shape: GenericString, location_name: "postLaunchFile"))
376
+ DeploymentLaunchConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: Command, required: true, location_name: "packageName"))
377
+ DeploymentLaunchConfig.add_member(:pre_launch_file, Shapes::ShapeRef.new(shape: Path, location_name: "preLaunchFile"))
378
+ DeploymentLaunchConfig.add_member(:launch_file, Shapes::ShapeRef.new(shape: Command, required: true, location_name: "launchFile"))
379
+ DeploymentLaunchConfig.add_member(:post_launch_file, Shapes::ShapeRef.new(shape: Path, location_name: "postLaunchFile"))
375
380
  DeploymentLaunchConfig.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
376
381
  DeploymentLaunchConfig.struct_class = Types::DeploymentLaunchConfig
377
382
 
@@ -498,8 +503,8 @@ module Aws::RoboMaker
498
503
 
499
504
  Fleets.member = Shapes::ShapeRef.new(shape: Fleet)
500
505
 
501
- LaunchConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "packageName"))
502
- LaunchConfig.add_member(:launch_file, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "launchFile"))
506
+ LaunchConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: Command, required: true, location_name: "packageName"))
507
+ LaunchConfig.add_member(:launch_file, Shapes::ShapeRef.new(shape: Command, required: true, location_name: "launchFile"))
503
508
  LaunchConfig.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
504
509
  LaunchConfig.struct_class = Types::LaunchConfig
505
510
 
@@ -569,7 +574,9 @@ module Aws::RoboMaker
569
574
  OutputLocation.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: S3Key, location_name: "s3Prefix"))
570
575
  OutputLocation.struct_class = Types::OutputLocation
571
576
 
572
- ProgressDetail.add_member(:current_progress, Shapes::ShapeRef.new(shape: GenericString, location_name: "currentProgress"))
577
+ ProgressDetail.add_member(:current_progress, Shapes::ShapeRef.new(shape: RobotDeploymentStep, location_name: "currentProgress"))
578
+ ProgressDetail.add_member(:percent_done, Shapes::ShapeRef.new(shape: PercentDone, location_name: "percentDone"))
579
+ ProgressDetail.add_member(:estimated_time_remaining_seconds, Shapes::ShapeRef.new(shape: GenericInteger, location_name: "estimatedTimeRemainingSeconds"))
573
580
  ProgressDetail.add_member(:target_resource, Shapes::ShapeRef.new(shape: GenericString, location_name: "targetResource"))
574
581
  ProgressDetail.struct_class = Types::ProgressDetail
575
582
 
@@ -1070,6 +1077,12 @@ module Aws::RoboMaker
1070
1077
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1071
1078
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1072
1079
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1080
+ o[:pager] = Aws::Pager.new(
1081
+ limit_key: "max_results",
1082
+ tokens: {
1083
+ "next_token" => "next_token"
1084
+ }
1085
+ )
1073
1086
  end)
1074
1087
 
1075
1088
  api.add_operation(:list_fleets, Seahorse::Model::Operation.new.tap do |o|
@@ -1082,6 +1095,12 @@ module Aws::RoboMaker
1082
1095
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1083
1096
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1084
1097
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1098
+ o[:pager] = Aws::Pager.new(
1099
+ limit_key: "max_results",
1100
+ tokens: {
1101
+ "next_token" => "next_token"
1102
+ }
1103
+ )
1085
1104
  end)
1086
1105
 
1087
1106
  api.add_operation(:list_robot_applications, Seahorse::Model::Operation.new.tap do |o|
@@ -1093,6 +1112,12 @@ module Aws::RoboMaker
1093
1112
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1094
1113
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1095
1114
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1115
+ o[:pager] = Aws::Pager.new(
1116
+ limit_key: "max_results",
1117
+ tokens: {
1118
+ "next_token" => "next_token"
1119
+ }
1120
+ )
1096
1121
  end)
1097
1122
 
1098
1123
  api.add_operation(:list_robots, Seahorse::Model::Operation.new.tap do |o|
@@ -1105,6 +1130,12 @@ module Aws::RoboMaker
1105
1130
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1106
1131
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1107
1132
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1133
+ o[:pager] = Aws::Pager.new(
1134
+ limit_key: "max_results",
1135
+ tokens: {
1136
+ "next_token" => "next_token"
1137
+ }
1138
+ )
1108
1139
  end)
1109
1140
 
1110
1141
  api.add_operation(:list_simulation_applications, Seahorse::Model::Operation.new.tap do |o|
@@ -1116,6 +1147,12 @@ module Aws::RoboMaker
1116
1147
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1117
1148
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1118
1149
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1150
+ o[:pager] = Aws::Pager.new(
1151
+ limit_key: "max_results",
1152
+ tokens: {
1153
+ "next_token" => "next_token"
1154
+ }
1155
+ )
1119
1156
  end)
1120
1157
 
1121
1158
  api.add_operation(:list_simulation_jobs, Seahorse::Model::Operation.new.tap do |o|
@@ -1127,6 +1164,12 @@ module Aws::RoboMaker
1127
1164
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1128
1165
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1129
1166
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1167
+ o[:pager] = Aws::Pager.new(
1168
+ limit_key: "max_results",
1169
+ tokens: {
1170
+ "next_token" => "next_token"
1171
+ }
1172
+ )
1130
1173
  end)
1131
1174
 
1132
1175
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -80,10 +80,10 @@ module Aws::RoboMaker
80
80
  # application: "Arn", # required
81
81
  # application_version: "DeploymentVersion", # required
82
82
  # launch_config: { # required
83
- # package_name: "GenericString", # required
84
- # pre_launch_file: "GenericString",
85
- # launch_file: "GenericString", # required
86
- # post_launch_file: "GenericString",
83
+ # package_name: "Command", # required
84
+ # pre_launch_file: "Path",
85
+ # launch_file: "Command", # required
86
+ # post_launch_file: "Path",
87
87
  # environment_variables: {
88
88
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
89
89
  # },
@@ -757,8 +757,8 @@ module Aws::RoboMaker
757
757
  # application: "Arn", # required
758
758
  # application_version: "Version",
759
759
  # launch_config: { # required
760
- # package_name: "GenericString", # required
761
- # launch_file: "GenericString", # required
760
+ # package_name: "Command", # required
761
+ # launch_file: "Command", # required
762
762
  # environment_variables: {
763
763
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
764
764
  # },
@@ -770,8 +770,8 @@ module Aws::RoboMaker
770
770
  # application: "Arn", # required
771
771
  # application_version: "Version",
772
772
  # launch_config: { # required
773
- # package_name: "GenericString", # required
774
- # launch_file: "GenericString", # required
773
+ # package_name: "Command", # required
774
+ # launch_file: "Command", # required
775
775
  # environment_variables: {
776
776
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
777
777
  # },
@@ -952,8 +952,7 @@ module Aws::RoboMaker
952
952
  # @return [Types::OutputLocation]
953
953
  #
954
954
  # @!attribute [rw] max_job_duration_in_seconds
955
- # The maximum simulation job duration in seconds. The value must be 8
956
- # days (691,200 seconds) or less.
955
+ # The maximum simulation job duration in seconds.
957
956
  # @return [Integer]
958
957
  #
959
958
  # @!attribute [rw] simulation_time_millis
@@ -1111,10 +1110,10 @@ module Aws::RoboMaker
1111
1110
  # application: "Arn", # required
1112
1111
  # application_version: "DeploymentVersion", # required
1113
1112
  # launch_config: { # required
1114
- # package_name: "GenericString", # required
1115
- # pre_launch_file: "GenericString",
1116
- # launch_file: "GenericString", # required
1117
- # post_launch_file: "GenericString",
1113
+ # package_name: "Command", # required
1114
+ # pre_launch_file: "Path",
1115
+ # launch_file: "Command", # required
1116
+ # post_launch_file: "Path",
1118
1117
  # environment_variables: {
1119
1118
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
1120
1119
  # },
@@ -1224,10 +1223,10 @@ module Aws::RoboMaker
1224
1223
  # data as a hash:
1225
1224
  #
1226
1225
  # {
1227
- # package_name: "GenericString", # required
1228
- # pre_launch_file: "GenericString",
1229
- # launch_file: "GenericString", # required
1230
- # post_launch_file: "GenericString",
1226
+ # package_name: "Command", # required
1227
+ # pre_launch_file: "Path",
1228
+ # launch_file: "Command", # required
1229
+ # post_launch_file: "Path",
1231
1230
  # environment_variables: {
1232
1231
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
1233
1232
  # },
@@ -1920,8 +1919,8 @@ module Aws::RoboMaker
1920
1919
  # data as a hash:
1921
1920
  #
1922
1921
  # {
1923
- # package_name: "GenericString", # required
1924
- # launch_file: "GenericString", # required
1922
+ # package_name: "Command", # required
1923
+ # launch_file: "Command", # required
1925
1924
  # environment_variables: {
1926
1925
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
1927
1926
  # },
@@ -1964,6 +1963,12 @@ module Aws::RoboMaker
1964
1963
  #
1965
1964
  # @!attribute [rw] filters
1966
1965
  # Optional filters to limit results.
1966
+ #
1967
+ # The filter names `status` and `fleetName` are supported. When
1968
+ # filtering, you must use the complete value of the filtered item. You
1969
+ # can use up to three filters, but they must be for the same named
1970
+ # item. For example, if you are looking for items with the status
1971
+ # `InProgress` or the status `Pending`.
1967
1972
  # @return [Array<Types::Filter>]
1968
1973
  #
1969
1974
  # @!attribute [rw] next_token
@@ -2061,6 +2066,10 @@ module Aws::RoboMaker
2061
2066
  #
2062
2067
  # @!attribute [rw] filters
2063
2068
  # Optional filters to limit results.
2069
+ #
2070
+ # The filter name `name` is supported. When filtering, you must use
2071
+ # the complete value of the filtered item. You can use up to three
2072
+ # filters.
2064
2073
  # @return [Array<Types::Filter>]
2065
2074
  #
2066
2075
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListFleetsRequest AWS API Documentation
@@ -2131,14 +2140,18 @@ module Aws::RoboMaker
2131
2140
  # used, `ListRobotApplications` only returns `maxResults` results in a
2132
2141
  # single page along with a `nextToken` response element. The remaining
2133
2142
  # results of the initial request can be seen by sending another
2134
- # `ListFleets` request with the returned `nextToken` value. This value
2135
- # can be between 1 and 100. If this parameter is not used, then
2136
- # `ListRobotApplications` returns up to 100 results and a `nextToken`
2137
- # value if applicable.
2143
+ # `ListRobotApplications` request with the returned `nextToken` value.
2144
+ # This value can be between 1 and 100. If this parameter is not used,
2145
+ # then `ListRobotApplications` returns up to 100 results and a
2146
+ # `nextToken` value if applicable.
2138
2147
  # @return [Integer]
2139
2148
  #
2140
2149
  # @!attribute [rw] filters
2141
2150
  # Optional filters to limit results.
2151
+ #
2152
+ # The filter name `name` is supported. When filtering, you must use
2153
+ # the complete value of the filtered item. You can use up to three
2154
+ # filters.
2142
2155
  # @return [Array<Types::Filter>]
2143
2156
  #
2144
2157
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobotApplicationsRequest AWS API Documentation
@@ -2204,7 +2217,7 @@ module Aws::RoboMaker
2204
2217
  # `ListRobots` in paginated output. When this parameter is used,
2205
2218
  # `ListRobots` only returns `maxResults` results in a single page
2206
2219
  # along with a `nextToken` response element. The remaining results of
2207
- # the initial request can be seen by sending another `ListFleets`
2220
+ # the initial request can be seen by sending another `ListRobots`
2208
2221
  # request with the returned `nextToken` value. This value can be
2209
2222
  # between 1 and 100. If this parameter is not used, then `ListRobots`
2210
2223
  # returns up to 100 results and a `nextToken` value if applicable.
@@ -2212,6 +2225,12 @@ module Aws::RoboMaker
2212
2225
  #
2213
2226
  # @!attribute [rw] filters
2214
2227
  # Optional filters to limit results.
2228
+ #
2229
+ # The filter names `status` and `fleetName` are supported. When
2230
+ # filtering, you must use the complete value of the filtered item. You
2231
+ # can use up to three filters, but they must be for the same named
2232
+ # item. For example, if you are looking for items with the status
2233
+ # `Registered` or the status `Available`.
2215
2234
  # @return [Array<Types::Filter>]
2216
2235
  #
2217
2236
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobotsRequest AWS API Documentation
@@ -2281,15 +2300,18 @@ module Aws::RoboMaker
2281
2300
  # parameter is used, `ListSimulationApplications` only returns
2282
2301
  # `maxResults` results in a single page along with a `nextToken`
2283
2302
  # response element. The remaining results of the initial request can
2284
- # be seen by sending another `ListFleets` request with the returned
2285
- # `nextToken` value. This value can be between 1 and 100. If this
2286
- # parameter is not used, then `ListSimulationApplications` returns up
2287
- # to 100 results and a `nextToken` value if applicable.
2303
+ # be seen by sending another `ListSimulationApplications` request with
2304
+ # the returned `nextToken` value. This value can be between 1 and 100.
2305
+ # If this parameter is not used, then `ListSimulationApplications`
2306
+ # returns up to 100 results and a `nextToken` value if applicable.
2288
2307
  # @return [Integer]
2289
2308
  #
2290
2309
  # @!attribute [rw] filters
2291
- # Optional list of filters to limit results. The only valid filter
2292
- # name is `name`.
2310
+ # Optional list of filters to limit results.
2311
+ #
2312
+ # The filter name `name` is supported. When filtering, you must use
2313
+ # the complete value of the filtered item. You can use up to three
2314
+ # filters.
2293
2315
  # @return [Array<Types::Filter>]
2294
2316
  #
2295
2317
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListSimulationApplicationsRequest AWS API Documentation
@@ -2357,14 +2379,21 @@ module Aws::RoboMaker
2357
2379
  # used, `ListSimulationJobs` only returns `maxResults` results in a
2358
2380
  # single page along with a `nextToken` response element. The remaining
2359
2381
  # results of the initial request can be seen by sending another
2360
- # `ListFleets` request with the returned `nextToken` value. This value
2361
- # can be between 1 and 100. If this parameter is not used, then
2362
- # `ListSimulationJobs` returns up to 100 results and a `nextToken`
2363
- # value if applicable.
2382
+ # `ListSimulationJobs` request with the returned `nextToken` value.
2383
+ # This value can be between 1 and 100. If this parameter is not used,
2384
+ # then `ListSimulationJobs` returns up to 100 results and a
2385
+ # `nextToken` value if applicable.
2364
2386
  # @return [Integer]
2365
2387
  #
2366
2388
  # @!attribute [rw] filters
2367
2389
  # Optional filters to limit results.
2390
+ #
2391
+ # The filter names `status` and `simulationApplicationName` and
2392
+ # `robotApplicationName` are supported. When filtering, you must use
2393
+ # the complete value of the filtered item. You can use up to three
2394
+ # filters, but they must be for the same named item. For example, if
2395
+ # you are looking for items with the status `Preparing` or the status
2396
+ # `Running`.
2368
2397
  # @return [Array<Types::Filter>]
2369
2398
  #
2370
2399
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListSimulationJobsRequest AWS API Documentation
@@ -2456,8 +2485,44 @@ module Aws::RoboMaker
2456
2485
  #
2457
2486
  # @!attribute [rw] current_progress
2458
2487
  # The current progress status.
2488
+ #
2489
+ # Validating
2490
+ #
2491
+ # : Validating the deployment.
2492
+ #
2493
+ # Downloading/Extracting
2494
+ #
2495
+ # : Downloading and extracting the bundle on the robot.
2496
+ #
2497
+ # Executing pre-launch script(s)
2498
+ #
2499
+ # : Executing pre-launch script(s) if provided.
2500
+ #
2501
+ # Launching
2502
+ #
2503
+ # : Launching the robot application.
2504
+ #
2505
+ # Executing post-launch script(s)
2506
+ #
2507
+ # : Executing post-launch script(s) if provided.
2508
+ #
2509
+ # Finished
2510
+ #
2511
+ # : Deployment is complete.
2459
2512
  # @return [String]
2460
2513
  #
2514
+ # @!attribute [rw] percent_done
2515
+ # Precentage of the step that is done. This currently only applies to
2516
+ # the `Downloading/Extracting` step of the deployment. It is empty for
2517
+ # other steps.
2518
+ # @return [Float]
2519
+ #
2520
+ # @!attribute [rw] estimated_time_remaining_seconds
2521
+ # Estimated amount of time in seconds remaining in the step. This
2522
+ # currently only applies to the `Downloading/Extracting` step of the
2523
+ # deployment. It is empty for other steps.
2524
+ # @return [Integer]
2525
+ #
2461
2526
  # @!attribute [rw] target_resource
2462
2527
  # The Amazon Resource Name (ARN) of the deployment job.
2463
2528
  # @return [String]
@@ -2466,6 +2531,8 @@ module Aws::RoboMaker
2466
2531
  #
2467
2532
  class ProgressDetail < Struct.new(
2468
2533
  :current_progress,
2534
+ :percent_done,
2535
+ :estimated_time_remaining_seconds,
2469
2536
  :target_resource)
2470
2537
  include Aws::Structure
2471
2538
  end
@@ -2622,8 +2689,8 @@ module Aws::RoboMaker
2622
2689
  # application: "Arn", # required
2623
2690
  # application_version: "Version",
2624
2691
  # launch_config: { # required
2625
- # package_name: "GenericString", # required
2626
- # launch_file: "GenericString", # required
2692
+ # package_name: "Command", # required
2693
+ # launch_file: "Command", # required
2627
2694
  # environment_variables: {
2628
2695
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
2629
2696
  # },
@@ -2760,8 +2827,8 @@ module Aws::RoboMaker
2760
2827
  # application: "Arn", # required
2761
2828
  # application_version: "Version",
2762
2829
  # launch_config: { # required
2763
- # package_name: "GenericString", # required
2764
- # launch_file: "GenericString", # required
2830
+ # package_name: "Command", # required
2831
+ # launch_file: "Command", # required
2765
2832
  # environment_variables: {
2766
2833
  # "EnvironmentVariableKey" => "EnvironmentVariableValue",
2767
2834
  # },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-robomaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-21 00:00:00.000000000 Z
11
+ date: 2019-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core