aws-sdk-robomaker 1.11.0 → 1.12.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 +4 -4
- data/lib/aws-sdk-robomaker.rb +1 -1
- data/lib/aws-sdk-robomaker/client.rb +17 -17
- data/lib/aws-sdk-robomaker/client_api.rb +3 -2
- data/lib/aws-sdk-robomaker/types.rb +9 -9
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fb17d7aa046db69fa23a278c6215597509b08a0
|
|
4
|
+
data.tar.gz: 53db2c2eda9245a14bd2151101989795433298d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b935209f3d4e1768fc2270c495520fa26a8ddb31577669a0349e2a58e1b9187123e893a41e8214dfa8f74e17bc3730d4b0f203422fd5c9ac2e589c93d67d776
|
|
7
|
+
data.tar.gz: eadc6c1e7270b97c4225ca7945f7840121cd8e704b5f8ea08d27cf78129940e7cdaffd3d52b703ef71dba6381dda0b1f9144d82cb7ea8ccf9c45c4554d376632
|
data/lib/aws-sdk-robomaker.rb
CHANGED
|
@@ -610,7 +610,7 @@ module Aws::RoboMaker
|
|
|
610
610
|
# ],
|
|
611
611
|
# robot_software_suite: { # required
|
|
612
612
|
# name: "ROS", # accepts ROS
|
|
613
|
-
# version: "Kinetic", # accepts Kinetic
|
|
613
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
614
614
|
# },
|
|
615
615
|
# tags: {
|
|
616
616
|
# "TagKey" => "TagValue",
|
|
@@ -628,7 +628,7 @@ module Aws::RoboMaker
|
|
|
628
628
|
# resp.sources[0].etag #=> String
|
|
629
629
|
# resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
|
|
630
630
|
# resp.robot_software_suite.name #=> String, one of "ROS"
|
|
631
|
-
# resp.robot_software_suite.version #=> String, one of "Kinetic"
|
|
631
|
+
# resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
632
632
|
# resp.last_updated_at #=> Time
|
|
633
633
|
# resp.revision_id #=> String
|
|
634
634
|
# resp.tags #=> Hash
|
|
@@ -681,7 +681,7 @@ module Aws::RoboMaker
|
|
|
681
681
|
# resp.sources[0].etag #=> String
|
|
682
682
|
# resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
|
|
683
683
|
# resp.robot_software_suite.name #=> String, one of "ROS"
|
|
684
|
-
# resp.robot_software_suite.version #=> String, one of "Kinetic"
|
|
684
|
+
# resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
685
685
|
# resp.last_updated_at #=> Time
|
|
686
686
|
# resp.revision_id #=> String
|
|
687
687
|
#
|
|
@@ -745,7 +745,7 @@ module Aws::RoboMaker
|
|
|
745
745
|
# },
|
|
746
746
|
# robot_software_suite: { # required
|
|
747
747
|
# name: "ROS", # accepts ROS
|
|
748
|
-
# version: "Kinetic", # accepts Kinetic
|
|
748
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
749
749
|
# },
|
|
750
750
|
# rendering_engine: { # required
|
|
751
751
|
# name: "OGRE", # accepts OGRE
|
|
@@ -769,7 +769,7 @@ module Aws::RoboMaker
|
|
|
769
769
|
# resp.simulation_software_suite.name #=> String, one of "Gazebo"
|
|
770
770
|
# resp.simulation_software_suite.version #=> String
|
|
771
771
|
# resp.robot_software_suite.name #=> String, one of "ROS"
|
|
772
|
-
# resp.robot_software_suite.version #=> String, one of "Kinetic"
|
|
772
|
+
# resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
773
773
|
# resp.rendering_engine.name #=> String, one of "OGRE"
|
|
774
774
|
# resp.rendering_engine.version #=> String
|
|
775
775
|
# resp.last_updated_at #=> Time
|
|
@@ -828,7 +828,7 @@ module Aws::RoboMaker
|
|
|
828
828
|
# resp.simulation_software_suite.name #=> String, one of "Gazebo"
|
|
829
829
|
# resp.simulation_software_suite.version #=> String
|
|
830
830
|
# resp.robot_software_suite.name #=> String, one of "ROS"
|
|
831
|
-
# resp.robot_software_suite.version #=> String, one of "Kinetic"
|
|
831
|
+
# resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
832
832
|
# resp.rendering_engine.name #=> String, one of "OGRE"
|
|
833
833
|
# resp.rendering_engine.version #=> String
|
|
834
834
|
# resp.last_updated_at #=> Time
|
|
@@ -956,8 +956,8 @@ module Aws::RoboMaker
|
|
|
956
956
|
# "TagKey" => "TagValue",
|
|
957
957
|
# },
|
|
958
958
|
# vpc_config: {
|
|
959
|
-
# subnets: ["
|
|
960
|
-
# security_groups: ["
|
|
959
|
+
# subnets: ["NonEmptyString"], # required
|
|
960
|
+
# security_groups: ["NonEmptyString"],
|
|
961
961
|
# assign_public_ip: false,
|
|
962
962
|
# },
|
|
963
963
|
# })
|
|
@@ -1340,7 +1340,7 @@ module Aws::RoboMaker
|
|
|
1340
1340
|
# resp.sources[0].etag #=> String
|
|
1341
1341
|
# resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
|
|
1342
1342
|
# resp.robot_software_suite.name #=> String, one of "ROS"
|
|
1343
|
-
# resp.robot_software_suite.version #=> String, one of "Kinetic"
|
|
1343
|
+
# resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
1344
1344
|
# resp.revision_id #=> String
|
|
1345
1345
|
# resp.last_updated_at #=> Time
|
|
1346
1346
|
# resp.tags #=> Hash
|
|
@@ -1396,7 +1396,7 @@ module Aws::RoboMaker
|
|
|
1396
1396
|
# resp.simulation_software_suite.name #=> String, one of "Gazebo"
|
|
1397
1397
|
# resp.simulation_software_suite.version #=> String
|
|
1398
1398
|
# resp.robot_software_suite.name #=> String, one of "ROS"
|
|
1399
|
-
# resp.robot_software_suite.version #=> String, one of "Kinetic"
|
|
1399
|
+
# resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
1400
1400
|
# resp.rendering_engine.name #=> String, one of "OGRE"
|
|
1401
1401
|
# resp.rendering_engine.version #=> String
|
|
1402
1402
|
# resp.revision_id #=> String
|
|
@@ -1713,7 +1713,7 @@ module Aws::RoboMaker
|
|
|
1713
1713
|
# resp.robot_application_summaries[0].version #=> String
|
|
1714
1714
|
# resp.robot_application_summaries[0].last_updated_at #=> Time
|
|
1715
1715
|
# resp.robot_application_summaries[0].robot_software_suite.name #=> String, one of "ROS"
|
|
1716
|
-
# resp.robot_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic"
|
|
1716
|
+
# resp.robot_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
1717
1717
|
# resp.next_token #=> String
|
|
1718
1718
|
#
|
|
1719
1719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobotApplications AWS API Documentation
|
|
@@ -1863,7 +1863,7 @@ module Aws::RoboMaker
|
|
|
1863
1863
|
# resp.simulation_application_summaries[0].version #=> String
|
|
1864
1864
|
# resp.simulation_application_summaries[0].last_updated_at #=> Time
|
|
1865
1865
|
# resp.simulation_application_summaries[0].robot_software_suite.name #=> String, one of "ROS"
|
|
1866
|
-
# resp.simulation_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic"
|
|
1866
|
+
# resp.simulation_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
1867
1867
|
# resp.simulation_application_summaries[0].simulation_software_suite.name #=> String, one of "Gazebo"
|
|
1868
1868
|
# resp.simulation_application_summaries[0].simulation_software_suite.version #=> String
|
|
1869
1869
|
# resp.next_token #=> String
|
|
@@ -2211,7 +2211,7 @@ module Aws::RoboMaker
|
|
|
2211
2211
|
# ],
|
|
2212
2212
|
# robot_software_suite: { # required
|
|
2213
2213
|
# name: "ROS", # accepts ROS
|
|
2214
|
-
# version: "Kinetic", # accepts Kinetic
|
|
2214
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
2215
2215
|
# },
|
|
2216
2216
|
# current_revision_id: "RevisionId",
|
|
2217
2217
|
# })
|
|
@@ -2227,7 +2227,7 @@ module Aws::RoboMaker
|
|
|
2227
2227
|
# resp.sources[0].etag #=> String
|
|
2228
2228
|
# resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
|
|
2229
2229
|
# resp.robot_software_suite.name #=> String, one of "ROS"
|
|
2230
|
-
# resp.robot_software_suite.version #=> String, one of "Kinetic"
|
|
2230
|
+
# resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
2231
2231
|
# resp.last_updated_at #=> Time
|
|
2232
2232
|
# resp.revision_id #=> String
|
|
2233
2233
|
#
|
|
@@ -2289,7 +2289,7 @@ module Aws::RoboMaker
|
|
|
2289
2289
|
# },
|
|
2290
2290
|
# robot_software_suite: { # required
|
|
2291
2291
|
# name: "ROS", # accepts ROS
|
|
2292
|
-
# version: "Kinetic", # accepts Kinetic
|
|
2292
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
2293
2293
|
# },
|
|
2294
2294
|
# rendering_engine: { # required
|
|
2295
2295
|
# name: "OGRE", # accepts OGRE
|
|
@@ -2311,7 +2311,7 @@ module Aws::RoboMaker
|
|
|
2311
2311
|
# resp.simulation_software_suite.name #=> String, one of "Gazebo"
|
|
2312
2312
|
# resp.simulation_software_suite.version #=> String
|
|
2313
2313
|
# resp.robot_software_suite.name #=> String, one of "ROS"
|
|
2314
|
-
# resp.robot_software_suite.version #=> String, one of "Kinetic"
|
|
2314
|
+
# resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
|
|
2315
2315
|
# resp.rendering_engine.name #=> String, one of "OGRE"
|
|
2316
2316
|
# resp.rendering_engine.version #=> String
|
|
2317
2317
|
# resp.last_updated_at #=> Time
|
|
@@ -2339,7 +2339,7 @@ module Aws::RoboMaker
|
|
|
2339
2339
|
params: params,
|
|
2340
2340
|
config: config)
|
|
2341
2341
|
context[:gem_name] = 'aws-sdk-robomaker'
|
|
2342
|
-
context[:gem_version] = '1.
|
|
2342
|
+
context[:gem_version] = '1.12.0'
|
|
2343
2343
|
Seahorse::Client::Request.new(handlers, context)
|
|
2344
2344
|
end
|
|
2345
2345
|
|
|
@@ -109,6 +109,7 @@ module Aws::RoboMaker
|
|
|
109
109
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
110
110
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
111
111
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
112
|
+
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
|
112
113
|
OutputLocation = Shapes::StructureShape.new(name: 'OutputLocation')
|
|
113
114
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
|
114
115
|
Path = Shapes::StringShape.new(name: 'Path')
|
|
@@ -675,7 +676,7 @@ module Aws::RoboMaker
|
|
|
675
676
|
|
|
676
677
|
Robots.member = Shapes::ShapeRef.new(shape: Robot)
|
|
677
678
|
|
|
678
|
-
SecurityGroups.member = Shapes::ShapeRef.new(shape:
|
|
679
|
+
SecurityGroups.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
|
679
680
|
|
|
680
681
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
|
681
682
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
|
@@ -749,7 +750,7 @@ module Aws::RoboMaker
|
|
|
749
750
|
|
|
750
751
|
Sources.member = Shapes::ShapeRef.new(shape: Source)
|
|
751
752
|
|
|
752
|
-
Subnets.member = Shapes::ShapeRef.new(shape:
|
|
753
|
+
Subnets.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
|
753
754
|
|
|
754
755
|
SyncDeploymentJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
|
755
756
|
SyncDeploymentJobRequest.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "fleet"))
|
|
@@ -347,7 +347,7 @@ module Aws::RoboMaker
|
|
|
347
347
|
# ],
|
|
348
348
|
# robot_software_suite: { # required
|
|
349
349
|
# name: "ROS", # accepts ROS
|
|
350
|
-
# version: "Kinetic", # accepts Kinetic
|
|
350
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
351
351
|
# },
|
|
352
352
|
# tags: {
|
|
353
353
|
# "TagKey" => "TagValue",
|
|
@@ -591,7 +591,7 @@ module Aws::RoboMaker
|
|
|
591
591
|
# },
|
|
592
592
|
# robot_software_suite: { # required
|
|
593
593
|
# name: "ROS", # accepts ROS
|
|
594
|
-
# version: "Kinetic", # accepts Kinetic
|
|
594
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
595
595
|
# },
|
|
596
596
|
# rendering_engine: { # required
|
|
597
597
|
# name: "OGRE", # accepts OGRE
|
|
@@ -816,8 +816,8 @@ module Aws::RoboMaker
|
|
|
816
816
|
# "TagKey" => "TagValue",
|
|
817
817
|
# },
|
|
818
818
|
# vpc_config: {
|
|
819
|
-
# subnets: ["
|
|
820
|
-
# security_groups: ["
|
|
819
|
+
# subnets: ["NonEmptyString"], # required
|
|
820
|
+
# security_groups: ["NonEmptyString"],
|
|
821
821
|
# assign_public_ip: false,
|
|
822
822
|
# },
|
|
823
823
|
# }
|
|
@@ -2928,7 +2928,7 @@ module Aws::RoboMaker
|
|
|
2928
2928
|
#
|
|
2929
2929
|
# {
|
|
2930
2930
|
# name: "ROS", # accepts ROS
|
|
2931
|
-
# version: "Kinetic", # accepts Kinetic
|
|
2931
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
2932
2932
|
# }
|
|
2933
2933
|
#
|
|
2934
2934
|
# @!attribute [rw] name
|
|
@@ -3493,7 +3493,7 @@ module Aws::RoboMaker
|
|
|
3493
3493
|
# ],
|
|
3494
3494
|
# robot_software_suite: { # required
|
|
3495
3495
|
# name: "ROS", # accepts ROS
|
|
3496
|
-
# version: "Kinetic", # accepts Kinetic
|
|
3496
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
3497
3497
|
# },
|
|
3498
3498
|
# current_revision_id: "RevisionId",
|
|
3499
3499
|
# }
|
|
@@ -3584,7 +3584,7 @@ module Aws::RoboMaker
|
|
|
3584
3584
|
# },
|
|
3585
3585
|
# robot_software_suite: { # required
|
|
3586
3586
|
# name: "ROS", # accepts ROS
|
|
3587
|
-
# version: "Kinetic", # accepts Kinetic
|
|
3587
|
+
# version: "Kinetic", # accepts Kinetic, Melodic
|
|
3588
3588
|
# },
|
|
3589
3589
|
# rendering_engine: { # required
|
|
3590
3590
|
# name: "OGRE", # accepts OGRE
|
|
@@ -3691,8 +3691,8 @@ module Aws::RoboMaker
|
|
|
3691
3691
|
# data as a hash:
|
|
3692
3692
|
#
|
|
3693
3693
|
# {
|
|
3694
|
-
# subnets: ["
|
|
3695
|
-
# security_groups: ["
|
|
3694
|
+
# subnets: ["NonEmptyString"], # required
|
|
3695
|
+
# security_groups: ["NonEmptyString"],
|
|
3696
3696
|
# assign_public_ip: false,
|
|
3697
3697
|
# }
|
|
3698
3698
|
#
|
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
|
+
version: 1.12.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-07-
|
|
11
|
+
date: 2019-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|