aws-sdk-robomaker 1.25.1 → 1.26.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
  SHA256:
3
- metadata.gz: 5a10b73caa8cf8598ddb1ae8fb1896dc227d7132b3472df7e7e16cea01d9fcce
4
- data.tar.gz: b9cc51c50336ba143df3756902de694e60583db408a22e58a227deee0dd721d7
3
+ metadata.gz: c58a13821a1b9aad619a59ff02cee4e34af30a4557c33cfed590ddb87a25974f
4
+ data.tar.gz: b35254a61a03d4f51b1b5393f39290161a104976f295c67f34e13e010a211bb8
5
5
  SHA512:
6
- metadata.gz: 59ab86551200252dd0a2241d4a0481574efa7c8fbdfeaa2446b50812f9997e14f070307f942ce3d4ae80d204d7e94cbcf5eac11531140d0258c73b869f478efe
7
- data.tar.gz: e784a5b92ae8d1d29ed9e8914c89e480b3d2feffcf5f8db6eacc5f0bad98d242390ee8b05d7dda814c79c15eee2173ae2575b056bc0e137b9302cbba0f0c90ed
6
+ metadata.gz: e5eb7bd911ea8bb2e5408231498b2d34b9dc001d8c03e3d1b1b8a8fd8ab979ab4fbf87ad6d8525adcdbbea28fb745be80475e8613c232b6ff73f44dd0c24ad64
7
+ data.tar.gz: 6a529a3728759fa0353b45d29c36cf2c3beb0ccbdf64662657f2d4f1b8cd0cc2cc6148dcc6dd4f8987c1383e86c3faf9ad77992cd5cadd4f0e3670e697aaed53
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-robomaker/customizations'
45
47
  # @service
46
48
  module Aws::RoboMaker
47
49
 
48
- GEM_VERSION = '1.25.1'
50
+ GEM_VERSION = '1.26.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -3002,7 +3004,7 @@ module Aws::RoboMaker
3002
3004
  params: params,
3003
3005
  config: config)
3004
3006
  context[:gem_name] = 'aws-sdk-robomaker'
3005
- context[:gem_version] = '1.25.1'
3007
+ context[:gem_version] = '1.26.0'
3006
3008
  Seahorse::Client::Request.new(handlers, context)
3007
3009
  end
3008
3010
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ module Aws::RoboMaker
24
26
  #
25
27
  class BatchDescribeSimulationJobRequest < Struct.new(
26
28
  :jobs)
29
+ SENSITIVE = []
27
30
  include Aws::Structure
28
31
  end
29
32
 
@@ -40,6 +43,7 @@ module Aws::RoboMaker
40
43
  class BatchDescribeSimulationJobResponse < Struct.new(
41
44
  :jobs,
42
45
  :unprocessed_jobs)
46
+ SENSITIVE = []
43
47
  include Aws::Structure
44
48
  end
45
49
 
@@ -78,6 +82,7 @@ module Aws::RoboMaker
78
82
  class BatchPolicy < Struct.new(
79
83
  :timeout_in_seconds,
80
84
  :max_concurrency)
85
+ SENSITIVE = []
81
86
  include Aws::Structure
82
87
  end
83
88
 
@@ -96,6 +101,7 @@ module Aws::RoboMaker
96
101
  #
97
102
  class CancelDeploymentJobRequest < Struct.new(
98
103
  :job)
104
+ SENSITIVE = []
99
105
  include Aws::Structure
100
106
  end
101
107
 
@@ -118,6 +124,7 @@ module Aws::RoboMaker
118
124
  #
119
125
  class CancelSimulationJobBatchRequest < Struct.new(
120
126
  :batch)
127
+ SENSITIVE = []
121
128
  include Aws::Structure
122
129
  end
123
130
 
@@ -140,6 +147,7 @@ module Aws::RoboMaker
140
147
  #
141
148
  class CancelSimulationJobRequest < Struct.new(
142
149
  :job)
150
+ SENSITIVE = []
143
151
  include Aws::Structure
144
152
  end
145
153
 
@@ -167,6 +175,7 @@ module Aws::RoboMaker
167
175
  #
168
176
  class Compute < Struct.new(
169
177
  :simulation_unit_limit)
178
+ SENSITIVE = []
170
179
  include Aws::Structure
171
180
  end
172
181
 
@@ -183,6 +192,7 @@ module Aws::RoboMaker
183
192
  #
184
193
  class ComputeResponse < Struct.new(
185
194
  :simulation_unit_limit)
195
+ SENSITIVE = []
186
196
  include Aws::Structure
187
197
  end
188
198
 
@@ -195,6 +205,7 @@ module Aws::RoboMaker
195
205
  #
196
206
  class ConcurrentDeploymentException < Struct.new(
197
207
  :message)
208
+ SENSITIVE = []
198
209
  include Aws::Structure
199
210
  end
200
211
 
@@ -267,6 +278,7 @@ module Aws::RoboMaker
267
278
  :fleet,
268
279
  :deployment_application_configs,
269
280
  :tags)
281
+ SENSITIVE = []
270
282
  include Aws::Structure
271
283
  end
272
284
 
@@ -381,6 +393,7 @@ module Aws::RoboMaker
381
393
  :created_at,
382
394
  :deployment_config,
383
395
  :tags)
396
+ SENSITIVE = []
384
397
  include Aws::Structure
385
398
  end
386
399
 
@@ -408,6 +421,7 @@ module Aws::RoboMaker
408
421
  class CreateFleetRequest < Struct.new(
409
422
  :name,
410
423
  :tags)
424
+ SENSITIVE = []
411
425
  include Aws::Structure
412
426
  end
413
427
 
@@ -435,6 +449,7 @@ module Aws::RoboMaker
435
449
  :name,
436
450
  :created_at,
437
451
  :tags)
452
+ SENSITIVE = []
438
453
  include Aws::Structure
439
454
  end
440
455
 
@@ -484,6 +499,7 @@ module Aws::RoboMaker
484
499
  :sources,
485
500
  :robot_software_suite,
486
501
  :tags)
502
+ SENSITIVE = []
487
503
  include Aws::Structure
488
504
  end
489
505
 
@@ -532,6 +548,7 @@ module Aws::RoboMaker
532
548
  :last_updated_at,
533
549
  :revision_id,
534
550
  :tags)
551
+ SENSITIVE = []
535
552
  include Aws::Structure
536
553
  end
537
554
 
@@ -558,6 +575,7 @@ module Aws::RoboMaker
558
575
  class CreateRobotApplicationVersionRequest < Struct.new(
559
576
  :application,
560
577
  :current_revision_id)
578
+ SENSITIVE = []
561
579
  include Aws::Structure
562
580
  end
563
581
 
@@ -601,6 +619,7 @@ module Aws::RoboMaker
601
619
  :robot_software_suite,
602
620
  :last_updated_at,
603
621
  :revision_id)
622
+ SENSITIVE = []
604
623
  include Aws::Structure
605
624
  end
606
625
 
@@ -640,6 +659,7 @@ module Aws::RoboMaker
640
659
  :architecture,
641
660
  :greengrass_group_id,
642
661
  :tags)
662
+ SENSITIVE = []
643
663
  include Aws::Structure
644
664
  end
645
665
 
@@ -678,6 +698,7 @@ module Aws::RoboMaker
678
698
  :greengrass_group_id,
679
699
  :architecture,
680
700
  :tags)
701
+ SENSITIVE = []
681
702
  include Aws::Structure
682
703
  end
683
704
 
@@ -745,6 +766,7 @@ module Aws::RoboMaker
745
766
  :robot_software_suite,
746
767
  :rendering_engine,
747
768
  :tags)
769
+ SENSITIVE = []
748
770
  include Aws::Structure
749
771
  end
750
772
 
@@ -802,6 +824,7 @@ module Aws::RoboMaker
802
824
  :last_updated_at,
803
825
  :revision_id,
804
826
  :tags)
827
+ SENSITIVE = []
805
828
  include Aws::Structure
806
829
  end
807
830
 
@@ -828,6 +851,7 @@ module Aws::RoboMaker
828
851
  class CreateSimulationApplicationVersionRequest < Struct.new(
829
852
  :application,
830
853
  :current_revision_id)
854
+ SENSITIVE = []
831
855
  include Aws::Structure
832
856
  end
833
857
 
@@ -880,6 +904,7 @@ module Aws::RoboMaker
880
904
  :rendering_engine,
881
905
  :last_updated_at,
882
906
  :revision_id)
907
+ SENSITIVE = []
883
908
  include Aws::Structure
884
909
  end
885
910
 
@@ -1055,6 +1080,7 @@ module Aws::RoboMaker
1055
1080
  :tags,
1056
1081
  :vpc_config,
1057
1082
  :compute)
1083
+ SENSITIVE = []
1058
1084
  include Aws::Structure
1059
1085
  end
1060
1086
 
@@ -1216,6 +1242,7 @@ module Aws::RoboMaker
1216
1242
  :tags,
1217
1243
  :vpc_config,
1218
1244
  :compute)
1245
+ SENSITIVE = []
1219
1246
  include Aws::Structure
1220
1247
  end
1221
1248
 
@@ -1239,6 +1266,7 @@ module Aws::RoboMaker
1239
1266
  :name,
1240
1267
  :s3_bucket,
1241
1268
  :s3_keys)
1269
+ SENSITIVE = []
1242
1270
  include Aws::Structure
1243
1271
  end
1244
1272
 
@@ -1271,6 +1299,7 @@ module Aws::RoboMaker
1271
1299
  :name,
1272
1300
  :s3_bucket,
1273
1301
  :s3_keys)
1302
+ SENSITIVE = []
1274
1303
  include Aws::Structure
1275
1304
  end
1276
1305
 
@@ -1289,6 +1318,7 @@ module Aws::RoboMaker
1289
1318
  #
1290
1319
  class DeleteFleetRequest < Struct.new(
1291
1320
  :fleet)
1321
+ SENSITIVE = []
1292
1322
  include Aws::Structure
1293
1323
  end
1294
1324
 
@@ -1317,6 +1347,7 @@ module Aws::RoboMaker
1317
1347
  class DeleteRobotApplicationRequest < Struct.new(
1318
1348
  :application,
1319
1349
  :application_version)
1350
+ SENSITIVE = []
1320
1351
  include Aws::Structure
1321
1352
  end
1322
1353
 
@@ -1339,6 +1370,7 @@ module Aws::RoboMaker
1339
1370
  #
1340
1371
  class DeleteRobotRequest < Struct.new(
1341
1372
  :robot)
1373
+ SENSITIVE = []
1342
1374
  include Aws::Structure
1343
1375
  end
1344
1376
 
@@ -1368,6 +1400,7 @@ module Aws::RoboMaker
1368
1400
  class DeleteSimulationApplicationRequest < Struct.new(
1369
1401
  :application,
1370
1402
  :application_version)
1403
+ SENSITIVE = []
1371
1404
  include Aws::Structure
1372
1405
  end
1373
1406
 
@@ -1412,6 +1445,7 @@ module Aws::RoboMaker
1412
1445
  :application,
1413
1446
  :application_version,
1414
1447
  :launch_config)
1448
+ SENSITIVE = []
1415
1449
  include Aws::Structure
1416
1450
  end
1417
1451
 
@@ -1457,6 +1491,7 @@ module Aws::RoboMaker
1457
1491
  :failure_threshold_percentage,
1458
1492
  :robot_deployment_timeout_in_seconds,
1459
1493
  :download_condition_file)
1494
+ SENSITIVE = []
1460
1495
  include Aws::Structure
1461
1496
  end
1462
1497
 
@@ -1506,6 +1541,7 @@ module Aws::RoboMaker
1506
1541
  :failure_reason,
1507
1542
  :failure_code,
1508
1543
  :created_at)
1544
+ SENSITIVE = []
1509
1545
  include Aws::Structure
1510
1546
  end
1511
1547
 
@@ -1555,6 +1591,7 @@ module Aws::RoboMaker
1555
1591
  :launch_file,
1556
1592
  :post_launch_file,
1557
1593
  :environment_variables)
1594
+ SENSITIVE = []
1558
1595
  include Aws::Structure
1559
1596
  end
1560
1597
 
@@ -1579,6 +1616,7 @@ module Aws::RoboMaker
1579
1616
  class DeregisterRobotRequest < Struct.new(
1580
1617
  :fleet,
1581
1618
  :robot)
1619
+ SENSITIVE = []
1582
1620
  include Aws::Structure
1583
1621
  end
1584
1622
 
@@ -1595,6 +1633,7 @@ module Aws::RoboMaker
1595
1633
  class DeregisterRobotResponse < Struct.new(
1596
1634
  :fleet,
1597
1635
  :robot)
1636
+ SENSITIVE = []
1598
1637
  include Aws::Structure
1599
1638
  end
1600
1639
 
@@ -1613,6 +1652,7 @@ module Aws::RoboMaker
1613
1652
  #
1614
1653
  class DescribeDeploymentJobRequest < Struct.new(
1615
1654
  :job)
1655
+ SENSITIVE = []
1616
1656
  include Aws::Structure
1617
1657
  end
1618
1658
 
@@ -1670,6 +1710,7 @@ module Aws::RoboMaker
1670
1710
  :created_at,
1671
1711
  :robot_deployment_summary,
1672
1712
  :tags)
1713
+ SENSITIVE = []
1673
1714
  include Aws::Structure
1674
1715
  end
1675
1716
 
@@ -1688,6 +1729,7 @@ module Aws::RoboMaker
1688
1729
  #
1689
1730
  class DescribeFleetRequest < Struct.new(
1690
1731
  :fleet)
1732
+ SENSITIVE = []
1691
1733
  include Aws::Structure
1692
1734
  end
1693
1735
 
@@ -1735,6 +1777,7 @@ module Aws::RoboMaker
1735
1777
  :last_deployment_job,
1736
1778
  :last_deployment_time,
1737
1779
  :tags)
1780
+ SENSITIVE = []
1738
1781
  include Aws::Structure
1739
1782
  end
1740
1783
 
@@ -1759,6 +1802,7 @@ module Aws::RoboMaker
1759
1802
  class DescribeRobotApplicationRequest < Struct.new(
1760
1803
  :application,
1761
1804
  :application_version)
1805
+ SENSITIVE = []
1762
1806
  include Aws::Structure
1763
1807
  end
1764
1808
 
@@ -1807,6 +1851,7 @@ module Aws::RoboMaker
1807
1851
  :revision_id,
1808
1852
  :last_updated_at,
1809
1853
  :tags)
1854
+ SENSITIVE = []
1810
1855
  include Aws::Structure
1811
1856
  end
1812
1857
 
@@ -1825,6 +1870,7 @@ module Aws::RoboMaker
1825
1870
  #
1826
1871
  class DescribeRobotRequest < Struct.new(
1827
1872
  :robot)
1873
+ SENSITIVE = []
1828
1874
  include Aws::Structure
1829
1875
  end
1830
1876
 
@@ -1882,6 +1928,7 @@ module Aws::RoboMaker
1882
1928
  :last_deployment_job,
1883
1929
  :last_deployment_time,
1884
1930
  :tags)
1931
+ SENSITIVE = []
1885
1932
  include Aws::Structure
1886
1933
  end
1887
1934
 
@@ -1906,6 +1953,7 @@ module Aws::RoboMaker
1906
1953
  class DescribeSimulationApplicationRequest < Struct.new(
1907
1954
  :application,
1908
1955
  :application_version)
1956
+ SENSITIVE = []
1909
1957
  include Aws::Structure
1910
1958
  end
1911
1959
 
@@ -1963,6 +2011,7 @@ module Aws::RoboMaker
1963
2011
  :revision_id,
1964
2012
  :last_updated_at,
1965
2013
  :tags)
2014
+ SENSITIVE = []
1966
2015
  include Aws::Structure
1967
2016
  end
1968
2017
 
@@ -1981,6 +2030,7 @@ module Aws::RoboMaker
1981
2030
  #
1982
2031
  class DescribeSimulationJobBatchRequest < Struct.new(
1983
2032
  :batch)
2033
+ SENSITIVE = []
1984
2034
  include Aws::Structure
1985
2035
  end
1986
2036
 
@@ -2103,6 +2153,7 @@ module Aws::RoboMaker
2103
2153
  :pending_requests,
2104
2154
  :created_requests,
2105
2155
  :tags)
2156
+ SENSITIVE = []
2106
2157
  include Aws::Structure
2107
2158
  end
2108
2159
 
@@ -2122,6 +2173,7 @@ module Aws::RoboMaker
2122
2173
  #
2123
2174
  class DescribeSimulationJobRequest < Struct.new(
2124
2175
  :job)
2176
+ SENSITIVE = []
2125
2177
  include Aws::Structure
2126
2178
  end
2127
2179
 
@@ -2304,6 +2356,7 @@ module Aws::RoboMaker
2304
2356
  :vpc_config,
2305
2357
  :network_interface,
2306
2358
  :compute)
2359
+ SENSITIVE = []
2307
2360
  include Aws::Structure
2308
2361
  end
2309
2362
 
@@ -2333,6 +2386,7 @@ module Aws::RoboMaker
2333
2386
  :failure_reason,
2334
2387
  :failure_code,
2335
2388
  :failed_at)
2389
+ SENSITIVE = []
2336
2390
  include Aws::Structure
2337
2391
  end
2338
2392
 
@@ -2359,6 +2413,7 @@ module Aws::RoboMaker
2359
2413
  class Filter < Struct.new(
2360
2414
  :name,
2361
2415
  :values)
2416
+ SENSITIVE = []
2362
2417
  include Aws::Structure
2363
2418
  end
2364
2419
 
@@ -2398,6 +2453,7 @@ module Aws::RoboMaker
2398
2453
  :last_deployment_status,
2399
2454
  :last_deployment_job,
2400
2455
  :last_deployment_time)
2456
+ SENSITIVE = []
2401
2457
  include Aws::Structure
2402
2458
  end
2403
2459
 
@@ -2412,6 +2468,7 @@ module Aws::RoboMaker
2412
2468
  #
2413
2469
  class IdempotentParameterMismatchException < Struct.new(
2414
2470
  :message)
2471
+ SENSITIVE = []
2415
2472
  include Aws::Structure
2416
2473
  end
2417
2474
 
@@ -2424,6 +2481,7 @@ module Aws::RoboMaker
2424
2481
  #
2425
2482
  class InternalServerException < Struct.new(
2426
2483
  :message)
2484
+ SENSITIVE = []
2427
2485
  include Aws::Structure
2428
2486
  end
2429
2487
 
@@ -2438,6 +2496,7 @@ module Aws::RoboMaker
2438
2496
  #
2439
2497
  class InvalidParameterException < Struct.new(
2440
2498
  :message)
2499
+ SENSITIVE = []
2441
2500
  include Aws::Structure
2442
2501
  end
2443
2502
 
@@ -2496,6 +2555,7 @@ module Aws::RoboMaker
2496
2555
  :environment_variables,
2497
2556
  :port_forwarding_config,
2498
2557
  :stream_ui)
2558
+ SENSITIVE = []
2499
2559
  include Aws::Structure
2500
2560
  end
2501
2561
 
@@ -2510,6 +2570,7 @@ module Aws::RoboMaker
2510
2570
  #
2511
2571
  class LimitExceededException < Struct.new(
2512
2572
  :message)
2573
+ SENSITIVE = []
2513
2574
  include Aws::Structure
2514
2575
  end
2515
2576
 
@@ -2561,6 +2622,7 @@ module Aws::RoboMaker
2561
2622
  :filters,
2562
2623
  :next_token,
2563
2624
  :max_results)
2625
+ SENSITIVE = []
2564
2626
  include Aws::Structure
2565
2627
  end
2566
2628
 
@@ -2581,6 +2643,7 @@ module Aws::RoboMaker
2581
2643
  class ListDeploymentJobsResponse < Struct.new(
2582
2644
  :deployment_jobs,
2583
2645
  :next_token)
2646
+ SENSITIVE = []
2584
2647
  include Aws::Structure
2585
2648
  end
2586
2649
 
@@ -2635,6 +2698,7 @@ module Aws::RoboMaker
2635
2698
  :next_token,
2636
2699
  :max_results,
2637
2700
  :filters)
2701
+ SENSITIVE = []
2638
2702
  include Aws::Structure
2639
2703
  end
2640
2704
 
@@ -2655,6 +2719,7 @@ module Aws::RoboMaker
2655
2719
  class ListFleetsResponse < Struct.new(
2656
2720
  :fleet_details,
2657
2721
  :next_token)
2722
+ SENSITIVE = []
2658
2723
  include Aws::Structure
2659
2724
  end
2660
2725
 
@@ -2710,6 +2775,7 @@ module Aws::RoboMaker
2710
2775
  :next_token,
2711
2776
  :max_results,
2712
2777
  :filters)
2778
+ SENSITIVE = []
2713
2779
  include Aws::Structure
2714
2780
  end
2715
2781
 
@@ -2731,6 +2797,7 @@ module Aws::RoboMaker
2731
2797
  class ListRobotApplicationsResponse < Struct.new(
2732
2798
  :robot_application_summaries,
2733
2799
  :next_token)
2800
+ SENSITIVE = []
2734
2801
  include Aws::Structure
2735
2802
  end
2736
2803
 
@@ -2781,6 +2848,7 @@ module Aws::RoboMaker
2781
2848
  :next_token,
2782
2849
  :max_results,
2783
2850
  :filters)
2851
+ SENSITIVE = []
2784
2852
  include Aws::Structure
2785
2853
  end
2786
2854
 
@@ -2800,6 +2868,7 @@ module Aws::RoboMaker
2800
2868
  class ListRobotsResponse < Struct.new(
2801
2869
  :robots,
2802
2870
  :next_token)
2871
+ SENSITIVE = []
2803
2872
  include Aws::Structure
2804
2873
  end
2805
2874
 
@@ -2856,6 +2925,7 @@ module Aws::RoboMaker
2856
2925
  :next_token,
2857
2926
  :max_results,
2858
2927
  :filters)
2928
+ SENSITIVE = []
2859
2929
  include Aws::Structure
2860
2930
  end
2861
2931
 
@@ -2877,6 +2947,7 @@ module Aws::RoboMaker
2877
2947
  class ListSimulationApplicationsResponse < Struct.new(
2878
2948
  :simulation_application_summaries,
2879
2949
  :next_token)
2950
+ SENSITIVE = []
2880
2951
  include Aws::Structure
2881
2952
  end
2882
2953
 
@@ -2920,6 +2991,7 @@ module Aws::RoboMaker
2920
2991
  :next_token,
2921
2992
  :max_results,
2922
2993
  :filters)
2994
+ SENSITIVE = []
2923
2995
  include Aws::Structure
2924
2996
  end
2925
2997
 
@@ -2940,6 +3012,7 @@ module Aws::RoboMaker
2940
3012
  class ListSimulationJobBatchesResponse < Struct.new(
2941
3013
  :simulation_job_batch_summaries,
2942
3014
  :next_token)
3015
+ SENSITIVE = []
2943
3016
  include Aws::Structure
2944
3017
  end
2945
3018
 
@@ -2998,6 +3071,7 @@ module Aws::RoboMaker
2998
3071
  :next_token,
2999
3072
  :max_results,
3000
3073
  :filters)
3074
+ SENSITIVE = []
3001
3075
  include Aws::Structure
3002
3076
  end
3003
3077
 
@@ -3019,6 +3093,7 @@ module Aws::RoboMaker
3019
3093
  class ListSimulationJobsResponse < Struct.new(
3020
3094
  :simulation_job_summaries,
3021
3095
  :next_token)
3096
+ SENSITIVE = []
3022
3097
  include Aws::Structure
3023
3098
  end
3024
3099
 
@@ -3037,6 +3112,7 @@ module Aws::RoboMaker
3037
3112
  #
3038
3113
  class ListTagsForResourceRequest < Struct.new(
3039
3114
  :resource_arn)
3115
+ SENSITIVE = []
3040
3116
  include Aws::Structure
3041
3117
  end
3042
3118
 
@@ -3048,6 +3124,7 @@ module Aws::RoboMaker
3048
3124
  #
3049
3125
  class ListTagsForResourceResponse < Struct.new(
3050
3126
  :tags)
3127
+ SENSITIVE = []
3051
3128
  include Aws::Structure
3052
3129
  end
3053
3130
 
@@ -3068,6 +3145,7 @@ module Aws::RoboMaker
3068
3145
  #
3069
3146
  class LoggingConfig < Struct.new(
3070
3147
  :record_all_ros_topics)
3148
+ SENSITIVE = []
3071
3149
  include Aws::Structure
3072
3150
  end
3073
3151
 
@@ -3091,6 +3169,7 @@ module Aws::RoboMaker
3091
3169
  :network_interface_id,
3092
3170
  :private_ip_address,
3093
3171
  :public_ip_address)
3172
+ SENSITIVE = []
3094
3173
  include Aws::Structure
3095
3174
  end
3096
3175
 
@@ -3117,6 +3196,7 @@ module Aws::RoboMaker
3117
3196
  class OutputLocation < Struct.new(
3118
3197
  :s3_bucket,
3119
3198
  :s3_prefix)
3199
+ SENSITIVE = []
3120
3200
  include Aws::Structure
3121
3201
  end
3122
3202
 
@@ -3143,6 +3223,7 @@ module Aws::RoboMaker
3143
3223
  #
3144
3224
  class PortForwardingConfig < Struct.new(
3145
3225
  :port_mappings)
3226
+ SENSITIVE = []
3146
3227
  include Aws::Structure
3147
3228
  end
3148
3229
 
@@ -3177,6 +3258,7 @@ module Aws::RoboMaker
3177
3258
  :job_port,
3178
3259
  :application_port,
3179
3260
  :enable_on_public_ip)
3261
+ SENSITIVE = []
3180
3262
  include Aws::Structure
3181
3263
  end
3182
3264
 
@@ -3233,6 +3315,7 @@ module Aws::RoboMaker
3233
3315
  :percent_done,
3234
3316
  :estimated_time_remaining_seconds,
3235
3317
  :target_resource)
3318
+ SENSITIVE = []
3236
3319
  include Aws::Structure
3237
3320
  end
3238
3321
 
@@ -3257,6 +3340,7 @@ module Aws::RoboMaker
3257
3340
  class RegisterRobotRequest < Struct.new(
3258
3341
  :fleet,
3259
3342
  :robot)
3343
+ SENSITIVE = []
3260
3344
  include Aws::Structure
3261
3345
  end
3262
3346
 
@@ -3274,6 +3358,7 @@ module Aws::RoboMaker
3274
3358
  class RegisterRobotResponse < Struct.new(
3275
3359
  :fleet,
3276
3360
  :robot)
3361
+ SENSITIVE = []
3277
3362
  include Aws::Structure
3278
3363
  end
3279
3364
 
@@ -3300,6 +3385,7 @@ module Aws::RoboMaker
3300
3385
  class RenderingEngine < Struct.new(
3301
3386
  :name,
3302
3387
  :version)
3388
+ SENSITIVE = []
3303
3389
  include Aws::Structure
3304
3390
  end
3305
3391
 
@@ -3312,6 +3398,7 @@ module Aws::RoboMaker
3312
3398
  #
3313
3399
  class ResourceAlreadyExistsException < Struct.new(
3314
3400
  :message)
3401
+ SENSITIVE = []
3315
3402
  include Aws::Structure
3316
3403
  end
3317
3404
 
@@ -3324,6 +3411,7 @@ module Aws::RoboMaker
3324
3411
  #
3325
3412
  class ResourceNotFoundException < Struct.new(
3326
3413
  :message)
3414
+ SENSITIVE = []
3327
3415
  include Aws::Structure
3328
3416
  end
3329
3417
 
@@ -3342,6 +3430,7 @@ module Aws::RoboMaker
3342
3430
  #
3343
3431
  class RestartSimulationJobRequest < Struct.new(
3344
3432
  :job)
3433
+ SENSITIVE = []
3345
3434
  include Aws::Structure
3346
3435
  end
3347
3436
 
@@ -3400,6 +3489,7 @@ module Aws::RoboMaker
3400
3489
  :architecture,
3401
3490
  :last_deployment_job,
3402
3491
  :last_deployment_time)
3492
+ SENSITIVE = []
3403
3493
  include Aws::Structure
3404
3494
  end
3405
3495
 
@@ -3448,6 +3538,7 @@ module Aws::RoboMaker
3448
3538
  :application,
3449
3539
  :application_version,
3450
3540
  :launch_config)
3541
+ SENSITIVE = []
3451
3542
  include Aws::Structure
3452
3543
  end
3453
3544
 
@@ -3482,6 +3573,7 @@ module Aws::RoboMaker
3482
3573
  :version,
3483
3574
  :last_updated_at,
3484
3575
  :robot_software_suite)
3576
+ SENSITIVE = []
3485
3577
  include Aws::Structure
3486
3578
  end
3487
3579
 
@@ -3527,6 +3619,7 @@ module Aws::RoboMaker
3527
3619
  :progress_detail,
3528
3620
  :failure_reason,
3529
3621
  :failure_code)
3622
+ SENSITIVE = []
3530
3623
  include Aws::Structure
3531
3624
  end
3532
3625
 
@@ -3553,6 +3646,7 @@ module Aws::RoboMaker
3553
3646
  class RobotSoftwareSuite < Struct.new(
3554
3647
  :name,
3555
3648
  :version)
3649
+ SENSITIVE = []
3556
3650
  include Aws::Structure
3557
3651
  end
3558
3652
 
@@ -3571,6 +3665,7 @@ module Aws::RoboMaker
3571
3665
  class S3KeyOutput < Struct.new(
3572
3666
  :s3_key,
3573
3667
  :etag)
3668
+ SENSITIVE = []
3574
3669
  include Aws::Structure
3575
3670
  end
3576
3671
 
@@ -3603,6 +3698,7 @@ module Aws::RoboMaker
3603
3698
  :bucket,
3604
3699
  :key,
3605
3700
  :etag)
3701
+ SENSITIVE = []
3606
3702
  include Aws::Structure
3607
3703
  end
3608
3704
 
@@ -3615,6 +3711,7 @@ module Aws::RoboMaker
3615
3711
  #
3616
3712
  class ServiceUnavailableException < Struct.new(
3617
3713
  :message)
3714
+ SENSITIVE = []
3618
3715
  include Aws::Structure
3619
3716
  end
3620
3717
 
@@ -3663,6 +3760,7 @@ module Aws::RoboMaker
3663
3760
  :application,
3664
3761
  :application_version,
3665
3762
  :launch_config)
3763
+ SENSITIVE = []
3666
3764
  include Aws::Structure
3667
3765
  end
3668
3766
 
@@ -3702,6 +3800,7 @@ module Aws::RoboMaker
3702
3800
  :last_updated_at,
3703
3801
  :robot_software_suite,
3704
3802
  :simulation_software_suite)
3803
+ SENSITIVE = []
3705
3804
  include Aws::Structure
3706
3805
  end
3707
3806
 
@@ -3829,6 +3928,7 @@ module Aws::RoboMaker
3829
3928
  :vpc_config,
3830
3929
  :network_interface,
3831
3930
  :compute)
3931
+ SENSITIVE = []
3832
3932
  include Aws::Structure
3833
3933
  end
3834
3934
 
@@ -3923,6 +4023,7 @@ module Aws::RoboMaker
3923
4023
  :failed_request_count,
3924
4024
  :pending_request_count,
3925
4025
  :created_request_count)
4026
+ SENSITIVE = []
3926
4027
  include Aws::Structure
3927
4028
  end
3928
4029
 
@@ -4096,6 +4197,7 @@ module Aws::RoboMaker
4096
4197
  :vpc_config,
4097
4198
  :compute,
4098
4199
  :tags)
4200
+ SENSITIVE = []
4099
4201
  include Aws::Structure
4100
4202
  end
4101
4203
 
@@ -4140,6 +4242,7 @@ module Aws::RoboMaker
4140
4242
  :simulation_application_names,
4141
4243
  :robot_application_names,
4142
4244
  :data_source_names)
4245
+ SENSITIVE = []
4143
4246
  include Aws::Structure
4144
4247
  end
4145
4248
 
@@ -4166,6 +4269,7 @@ module Aws::RoboMaker
4166
4269
  class SimulationSoftwareSuite < Struct.new(
4167
4270
  :name,
4168
4271
  :version)
4272
+ SENSITIVE = []
4169
4273
  include Aws::Structure
4170
4274
  end
4171
4275
 
@@ -4194,6 +4298,7 @@ module Aws::RoboMaker
4194
4298
  :s3_key,
4195
4299
  :etag,
4196
4300
  :architecture)
4301
+ SENSITIVE = []
4197
4302
  include Aws::Structure
4198
4303
  end
4199
4304
 
@@ -4226,6 +4331,7 @@ module Aws::RoboMaker
4226
4331
  :s3_bucket,
4227
4332
  :s3_key,
4228
4333
  :architecture)
4334
+ SENSITIVE = []
4229
4335
  include Aws::Structure
4230
4336
  end
4231
4337
 
@@ -4350,6 +4456,7 @@ module Aws::RoboMaker
4350
4456
  :batch_policy,
4351
4457
  :create_simulation_job_requests,
4352
4458
  :tags)
4459
+ SENSITIVE = []
4353
4460
  include Aws::Structure
4354
4461
  end
4355
4462
 
@@ -4466,6 +4573,7 @@ module Aws::RoboMaker
4466
4573
  :pending_requests,
4467
4574
  :created_requests,
4468
4575
  :tags)
4576
+ SENSITIVE = []
4469
4577
  include Aws::Structure
4470
4578
  end
4471
4579
 
@@ -4494,6 +4602,7 @@ module Aws::RoboMaker
4494
4602
  class SyncDeploymentJobRequest < Struct.new(
4495
4603
  :client_request_token,
4496
4604
  :fleet)
4605
+ SENSITIVE = []
4497
4606
  include Aws::Structure
4498
4607
  end
4499
4608
 
@@ -4602,6 +4711,7 @@ module Aws::RoboMaker
4602
4711
  :failure_reason,
4603
4712
  :failure_code,
4604
4713
  :created_at)
4714
+ SENSITIVE = []
4605
4715
  include Aws::Structure
4606
4716
  end
4607
4717
 
@@ -4630,6 +4740,7 @@ module Aws::RoboMaker
4630
4740
  class TagResourceRequest < Struct.new(
4631
4741
  :resource_arn,
4632
4742
  :tags)
4743
+ SENSITIVE = []
4633
4744
  include Aws::Structure
4634
4745
  end
4635
4746
 
@@ -4647,6 +4758,7 @@ module Aws::RoboMaker
4647
4758
  #
4648
4759
  class ThrottlingException < Struct.new(
4649
4760
  :message)
4761
+ SENSITIVE = []
4650
4762
  include Aws::Structure
4651
4763
  end
4652
4764
 
@@ -4673,6 +4785,7 @@ module Aws::RoboMaker
4673
4785
  class UntagResourceRequest < Struct.new(
4674
4786
  :resource_arn,
4675
4787
  :tag_keys)
4788
+ SENSITIVE = []
4676
4789
  include Aws::Structure
4677
4790
  end
4678
4791
 
@@ -4723,6 +4836,7 @@ module Aws::RoboMaker
4723
4836
  :sources,
4724
4837
  :robot_software_suite,
4725
4838
  :current_revision_id)
4839
+ SENSITIVE = []
4726
4840
  include Aws::Structure
4727
4841
  end
4728
4842
 
@@ -4766,6 +4880,7 @@ module Aws::RoboMaker
4766
4880
  :robot_software_suite,
4767
4881
  :last_updated_at,
4768
4882
  :revision_id)
4883
+ SENSITIVE = []
4769
4884
  include Aws::Structure
4770
4885
  end
4771
4886
 
@@ -4829,6 +4944,7 @@ module Aws::RoboMaker
4829
4944
  :robot_software_suite,
4830
4945
  :rendering_engine,
4831
4946
  :current_revision_id)
4947
+ SENSITIVE = []
4832
4948
  include Aws::Structure
4833
4949
  end
4834
4950
 
@@ -4882,6 +4998,7 @@ module Aws::RoboMaker
4882
4998
  :rendering_engine,
4883
4999
  :last_updated_at,
4884
5000
  :revision_id)
5001
+ SENSITIVE = []
4885
5002
  include Aws::Structure
4886
5003
  end
4887
5004
 
@@ -4917,6 +5034,7 @@ module Aws::RoboMaker
4917
5034
  :subnets,
4918
5035
  :security_groups,
4919
5036
  :assign_public_ip)
5037
+ SENSITIVE = []
4920
5038
  include Aws::Structure
4921
5039
  end
4922
5040
 
@@ -4945,6 +5063,7 @@ module Aws::RoboMaker
4945
5063
  :security_groups,
4946
5064
  :vpc_id,
4947
5065
  :assign_public_ip)
5066
+ SENSITIVE = []
4948
5067
  include Aws::Structure
4949
5068
  end
4950
5069
 
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.25.1
4
+ version: 1.26.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core