aws-sdk-devicefarm 1.52.0 → 1.54.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.
@@ -270,23 +270,6 @@ module Aws::DeviceFarm
270
270
 
271
271
  # Represents a request to the create device pool operation.
272
272
  #
273
- # @note When making an API call, you may pass CreateDevicePoolRequest
274
- # data as a hash:
275
- #
276
- # {
277
- # project_arn: "AmazonResourceName", # required
278
- # name: "Name", # required
279
- # description: "Message",
280
- # rules: [ # required
281
- # {
282
- # attribute: "ARN", # accepts ARN, PLATFORM, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, APPIUM_VERSION, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE, OS_VERSION, MODEL, AVAILABILITY
283
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
284
- # value: "String",
285
- # },
286
- # ],
287
- # max_devices: 1,
288
- # }
289
- #
290
273
  # @!attribute [rw] project_arn
291
274
  # The ARN of the project for the device pool.
292
275
  # @return [String]
@@ -340,17 +323,6 @@ module Aws::DeviceFarm
340
323
  include Aws::Structure
341
324
  end
342
325
 
343
- # @note When making an API call, you may pass CreateInstanceProfileRequest
344
- # data as a hash:
345
- #
346
- # {
347
- # name: "Name", # required
348
- # description: "Message",
349
- # package_cleanup: false,
350
- # exclude_app_packages_from_cleanup: ["String"],
351
- # reboot_after_use: false,
352
- # }
353
- #
354
326
  # @!attribute [rw] name
355
327
  # The name of your instance profile.
356
328
  # @return [String]
@@ -401,24 +373,6 @@ module Aws::DeviceFarm
401
373
  include Aws::Structure
402
374
  end
403
375
 
404
- # @note When making an API call, you may pass CreateNetworkProfileRequest
405
- # data as a hash:
406
- #
407
- # {
408
- # project_arn: "AmazonResourceName", # required
409
- # name: "Name", # required
410
- # description: "Message",
411
- # type: "CURATED", # accepts CURATED, PRIVATE
412
- # uplink_bandwidth_bits: 1,
413
- # downlink_bandwidth_bits: 1,
414
- # uplink_delay_ms: 1,
415
- # downlink_delay_ms: 1,
416
- # uplink_jitter_ms: 1,
417
- # downlink_jitter_ms: 1,
418
- # uplink_loss_percent: 1,
419
- # downlink_loss_percent: 1,
420
- # }
421
- #
422
376
  # @!attribute [rw] project_arn
423
377
  # The Amazon Resource Name (ARN) of the project for which you want to
424
378
  # create a network profile.
@@ -510,19 +464,6 @@ module Aws::DeviceFarm
510
464
 
511
465
  # Represents a request to the create project operation.
512
466
  #
513
- # @note When making an API call, you may pass CreateProjectRequest
514
- # data as a hash:
515
- #
516
- # {
517
- # name: "Name", # required
518
- # default_job_timeout_minutes: 1,
519
- # vpc_config: {
520
- # security_group_ids: ["SecurityGroupId"], # required
521
- # subnet_ids: ["SubnetId"], # required
522
- # vpc_id: "NonEmptyString", # required
523
- # },
524
- # }
525
- #
526
467
  # @!attribute [rw] name
527
468
  # The project's name.
528
469
  # @return [String]
@@ -564,14 +505,6 @@ module Aws::DeviceFarm
564
505
  # Configuration settings for a remote access session, including billing
565
506
  # method.
566
507
  #
567
- # @note When making an API call, you may pass CreateRemoteAccessSessionConfiguration
568
- # data as a hash:
569
- #
570
- # {
571
- # billing_method: "METERED", # accepts METERED, UNMETERED
572
- # vpce_configuration_arns: ["AmazonResourceName"],
573
- # }
574
- #
575
508
  # @!attribute [rw] billing_method
576
509
  # The billing method for the remote access session.
577
510
  # @return [String]
@@ -591,27 +524,6 @@ module Aws::DeviceFarm
591
524
 
592
525
  # Creates and submits a request to start a remote access session.
593
526
  #
594
- # @note When making an API call, you may pass CreateRemoteAccessSessionRequest
595
- # data as a hash:
596
- #
597
- # {
598
- # project_arn: "AmazonResourceName", # required
599
- # device_arn: "AmazonResourceName", # required
600
- # instance_arn: "AmazonResourceName",
601
- # ssh_public_key: "SshPublicKey",
602
- # remote_debug_enabled: false,
603
- # remote_record_enabled: false,
604
- # remote_record_app_arn: "AmazonResourceName",
605
- # name: "Name",
606
- # client_id: "ClientId",
607
- # configuration: {
608
- # billing_method: "METERED", # accepts METERED, UNMETERED
609
- # vpce_configuration_arns: ["AmazonResourceName"],
610
- # },
611
- # interaction_mode: "INTERACTIVE", # accepts INTERACTIVE, NO_VIDEO, VIDEO_ONLY
612
- # skip_app_resign: false,
613
- # }
614
- #
615
527
  # @!attribute [rw] project_arn
616
528
  # The Amazon Resource Name (ARN) of the project for which you want to
617
529
  # create a remote access session.
@@ -746,19 +658,6 @@ module Aws::DeviceFarm
746
658
  include Aws::Structure
747
659
  end
748
660
 
749
- # @note When making an API call, you may pass CreateTestGridProjectRequest
750
- # data as a hash:
751
- #
752
- # {
753
- # name: "ResourceName", # required
754
- # description: "ResourceDescription",
755
- # vpc_config: {
756
- # security_group_ids: ["NonEmptyString"], # required
757
- # subnet_ids: ["NonEmptyString"], # required
758
- # vpc_id: "NonEmptyString", # required
759
- # },
760
- # }
761
- #
762
661
  # @!attribute [rw] name
763
662
  # Human-readable name of the Selenium testing project.
764
663
  # @return [String]
@@ -793,14 +692,6 @@ module Aws::DeviceFarm
793
692
  include Aws::Structure
794
693
  end
795
694
 
796
- # @note When making an API call, you may pass CreateTestGridUrlRequest
797
- # data as a hash:
798
- #
799
- # {
800
- # project_arn: "DeviceFarmArn", # required
801
- # expires_in_seconds: 1, # required
802
- # }
803
- #
804
695
  # @!attribute [rw] project_arn
805
696
  # ARN (from CreateTestGridProject or ListTestGridProjects) to
806
697
  # associate with the short-term URL.
@@ -840,16 +731,6 @@ module Aws::DeviceFarm
840
731
 
841
732
  # Represents a request to the create upload operation.
842
733
  #
843
- # @note When making an API call, you may pass CreateUploadRequest
844
- # data as a hash:
845
- #
846
- # {
847
- # project_arn: "AmazonResourceName", # required
848
- # name: "Name", # required
849
- # type: "ANDROID_APP", # required, accepts ANDROID_APP, IOS_APP, WEB_APP, EXTERNAL_DATA, APPIUM_JAVA_JUNIT_TEST_PACKAGE, APPIUM_JAVA_TESTNG_TEST_PACKAGE, APPIUM_PYTHON_TEST_PACKAGE, APPIUM_NODE_TEST_PACKAGE, APPIUM_RUBY_TEST_PACKAGE, APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE, APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE, APPIUM_WEB_PYTHON_TEST_PACKAGE, APPIUM_WEB_NODE_TEST_PACKAGE, APPIUM_WEB_RUBY_TEST_PACKAGE, CALABASH_TEST_PACKAGE, INSTRUMENTATION_TEST_PACKAGE, UIAUTOMATION_TEST_PACKAGE, UIAUTOMATOR_TEST_PACKAGE, XCTEST_TEST_PACKAGE, XCTEST_UI_TEST_PACKAGE, APPIUM_JAVA_JUNIT_TEST_SPEC, APPIUM_JAVA_TESTNG_TEST_SPEC, APPIUM_PYTHON_TEST_SPEC, APPIUM_NODE_TEST_SPEC, APPIUM_RUBY_TEST_SPEC, APPIUM_WEB_JAVA_JUNIT_TEST_SPEC, APPIUM_WEB_JAVA_TESTNG_TEST_SPEC, APPIUM_WEB_PYTHON_TEST_SPEC, APPIUM_WEB_NODE_TEST_SPEC, APPIUM_WEB_RUBY_TEST_SPEC, INSTRUMENTATION_TEST_SPEC, XCTEST_UI_TEST_SPEC
850
- # content_type: "ContentType",
851
- # }
852
- #
853
734
  # @!attribute [rw] project_arn
854
735
  # The ARN of the project for the upload.
855
736
  # @return [String]
@@ -965,16 +846,6 @@ module Aws::DeviceFarm
965
846
  include Aws::Structure
966
847
  end
967
848
 
968
- # @note When making an API call, you may pass CreateVPCEConfigurationRequest
969
- # data as a hash:
970
- #
971
- # {
972
- # vpce_configuration_name: "VPCEConfigurationName", # required
973
- # vpce_service_name: "VPCEServiceName", # required
974
- # service_dns_name: "ServiceDnsName", # required
975
- # vpce_configuration_description: "VPCEConfigurationDescription",
976
- # }
977
- #
978
849
  # @!attribute [rw] vpce_configuration_name
979
850
  # The friendly name you give to your VPC endpoint configuration, to
980
851
  # manage your configurations more easily.
@@ -1028,15 +899,6 @@ module Aws::DeviceFarm
1028
899
  #
1029
900
  # For web app tests, you can specify both `iosPaths` and `androidPaths`.
1030
901
  #
1031
- # @note When making an API call, you may pass CustomerArtifactPaths
1032
- # data as a hash:
1033
- #
1034
- # {
1035
- # ios_paths: ["String"],
1036
- # android_paths: ["String"],
1037
- # device_host_paths: ["String"],
1038
- # }
1039
- #
1040
902
  # @!attribute [rw] ios_paths
1041
903
  # Comma-separated list of paths on the iOS device where the artifacts
1042
904
  # generated by the customer's tests are pulled from.
@@ -1065,13 +927,6 @@ module Aws::DeviceFarm
1065
927
 
1066
928
  # Represents a request to the delete device pool operation.
1067
929
  #
1068
- # @note When making an API call, you may pass DeleteDevicePoolRequest
1069
- # data as a hash:
1070
- #
1071
- # {
1072
- # arn: "AmazonResourceName", # required
1073
- # }
1074
- #
1075
930
  # @!attribute [rw] arn
1076
931
  # Represents the Amazon Resource Name (ARN) of the Device Farm device
1077
932
  # pool to delete.
@@ -1091,13 +946,6 @@ module Aws::DeviceFarm
1091
946
  #
1092
947
  class DeleteDevicePoolResult < Aws::EmptyStructure; end
1093
948
 
1094
- # @note When making an API call, you may pass DeleteInstanceProfileRequest
1095
- # data as a hash:
1096
- #
1097
- # {
1098
- # arn: "AmazonResourceName", # required
1099
- # }
1100
- #
1101
949
  # @!attribute [rw] arn
1102
950
  # The Amazon Resource Name (ARN) of the instance profile you are
1103
951
  # requesting to delete.
@@ -1115,13 +963,6 @@ module Aws::DeviceFarm
1115
963
  #
1116
964
  class DeleteInstanceProfileResult < Aws::EmptyStructure; end
1117
965
 
1118
- # @note When making an API call, you may pass DeleteNetworkProfileRequest
1119
- # data as a hash:
1120
- #
1121
- # {
1122
- # arn: "AmazonResourceName", # required
1123
- # }
1124
- #
1125
966
  # @!attribute [rw] arn
1126
967
  # The ARN of the network profile to delete.
1127
968
  # @return [String]
@@ -1140,13 +981,6 @@ module Aws::DeviceFarm
1140
981
 
1141
982
  # Represents a request to the delete project operation.
1142
983
  #
1143
- # @note When making an API call, you may pass DeleteProjectRequest
1144
- # data as a hash:
1145
- #
1146
- # {
1147
- # arn: "AmazonResourceName", # required
1148
- # }
1149
- #
1150
984
  # @!attribute [rw] arn
1151
985
  # Represents the Amazon Resource Name (ARN) of the Device Farm project
1152
986
  # to delete.
@@ -1168,13 +1002,6 @@ module Aws::DeviceFarm
1168
1002
 
1169
1003
  # Represents the request to delete the specified remote access session.
1170
1004
  #
1171
- # @note When making an API call, you may pass DeleteRemoteAccessSessionRequest
1172
- # data as a hash:
1173
- #
1174
- # {
1175
- # arn: "AmazonResourceName", # required
1176
- # }
1177
- #
1178
1005
  # @!attribute [rw] arn
1179
1006
  # The Amazon Resource Name (ARN) of the session for which you want to
1180
1007
  # delete remote access.
@@ -1197,13 +1024,6 @@ module Aws::DeviceFarm
1197
1024
 
1198
1025
  # Represents a request to the delete run operation.
1199
1026
  #
1200
- # @note When making an API call, you may pass DeleteRunRequest
1201
- # data as a hash:
1202
- #
1203
- # {
1204
- # arn: "AmazonResourceName", # required
1205
- # }
1206
- #
1207
1027
  # @!attribute [rw] arn
1208
1028
  # The Amazon Resource Name (ARN) for the run to delete.
1209
1029
  # @return [String]
@@ -1222,13 +1042,6 @@ module Aws::DeviceFarm
1222
1042
  #
1223
1043
  class DeleteRunResult < Aws::EmptyStructure; end
1224
1044
 
1225
- # @note When making an API call, you may pass DeleteTestGridProjectRequest
1226
- # data as a hash:
1227
- #
1228
- # {
1229
- # project_arn: "DeviceFarmArn", # required
1230
- # }
1231
- #
1232
1045
  # @!attribute [rw] project_arn
1233
1046
  # The ARN of the project to delete, from CreateTestGridProject or
1234
1047
  # ListTestGridProjects.
@@ -1248,13 +1061,6 @@ module Aws::DeviceFarm
1248
1061
 
1249
1062
  # Represents a request to the delete upload operation.
1250
1063
  #
1251
- # @note When making an API call, you may pass DeleteUploadRequest
1252
- # data as a hash:
1253
- #
1254
- # {
1255
- # arn: "AmazonResourceName", # required
1256
- # }
1257
- #
1258
1064
  # @!attribute [rw] arn
1259
1065
  # Represents the Amazon Resource Name (ARN) of the Device Farm upload
1260
1066
  # to delete.
@@ -1274,13 +1080,6 @@ module Aws::DeviceFarm
1274
1080
  #
1275
1081
  class DeleteUploadResult < Aws::EmptyStructure; end
1276
1082
 
1277
- # @note When making an API call, you may pass DeleteVPCEConfigurationRequest
1278
- # data as a hash:
1279
- #
1280
- # {
1281
- # arn: "AmazonResourceName", # required
1282
- # }
1283
- #
1284
1083
  # @!attribute [rw] arn
1285
1084
  # The Amazon Resource Name (ARN) of the VPC endpoint configuration you
1286
1085
  # want to delete.
@@ -1442,15 +1241,6 @@ module Aws::DeviceFarm
1442
1241
  # It is also passed in as the `filters` parameter to `ListDevices`. For
1443
1242
  # an example of the JSON request syntax, see ListDevices.
1444
1243
  #
1445
- # @note When making an API call, you may pass DeviceFilter
1446
- # data as a hash:
1447
- #
1448
- # {
1449
- # attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
1450
- # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
1451
- # values: ["String"], # required
1452
- # }
1453
- #
1454
1244
  # @!attribute [rw] attribute
1455
1245
  # The aspect of a device such as platform or model used as the
1456
1246
  # selection criteria in a device filter.
@@ -1731,20 +1521,6 @@ module Aws::DeviceFarm
1731
1521
  # number of devices to be included in the run. It is passed in as the
1732
1522
  # `deviceSelectionConfiguration` request parameter in ScheduleRun.
1733
1523
  #
1734
- # @note When making an API call, you may pass DeviceSelectionConfiguration
1735
- # data as a hash:
1736
- #
1737
- # {
1738
- # filters: [ # required
1739
- # {
1740
- # attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
1741
- # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
1742
- # values: ["String"], # required
1743
- # },
1744
- # ],
1745
- # max_devices: 1, # required
1746
- # }
1747
- #
1748
1524
  # @!attribute [rw] filters
1749
1525
  # Used to dynamically select a set of devices for a test run. A filter
1750
1526
  # is made up of an attribute, an operator, and one or more values.
@@ -1876,17 +1652,6 @@ module Aws::DeviceFarm
1876
1652
  # Represents configuration information about a test run, such as the
1877
1653
  # execution timeout (in minutes).
1878
1654
  #
1879
- # @note When making an API call, you may pass ExecutionConfiguration
1880
- # data as a hash:
1881
- #
1882
- # {
1883
- # job_timeout_minutes: 1,
1884
- # accounts_cleanup: false,
1885
- # app_packages_cleanup: false,
1886
- # video_capture: false,
1887
- # skip_app_resign: false,
1888
- # }
1889
- #
1890
1655
  # @!attribute [rw] job_timeout_minutes
1891
1656
  # The number of minutes a test run executes before it times out.
1892
1657
  # @return [Integer]
@@ -1954,13 +1719,6 @@ module Aws::DeviceFarm
1954
1719
  include Aws::Structure
1955
1720
  end
1956
1721
 
1957
- # @note When making an API call, you may pass GetDeviceInstanceRequest
1958
- # data as a hash:
1959
- #
1960
- # {
1961
- # arn: "AmazonResourceName", # required
1962
- # }
1963
- #
1964
1722
  # @!attribute [rw] arn
1965
1723
  # The Amazon Resource Name (ARN) of the instance you're requesting
1966
1724
  # information about.
@@ -1988,47 +1746,6 @@ module Aws::DeviceFarm
1988
1746
 
1989
1747
  # Represents a request to the get device pool compatibility operation.
1990
1748
  #
1991
- # @note When making an API call, you may pass GetDevicePoolCompatibilityRequest
1992
- # data as a hash:
1993
- #
1994
- # {
1995
- # device_pool_arn: "AmazonResourceName", # required
1996
- # app_arn: "AmazonResourceName",
1997
- # test_type: "BUILTIN_FUZZ", # accepts BUILTIN_FUZZ, BUILTIN_EXPLORER, WEB_PERFORMANCE_PROFILE, APPIUM_JAVA_JUNIT, APPIUM_JAVA_TESTNG, APPIUM_PYTHON, APPIUM_NODE, APPIUM_RUBY, APPIUM_WEB_JAVA_JUNIT, APPIUM_WEB_JAVA_TESTNG, APPIUM_WEB_PYTHON, APPIUM_WEB_NODE, APPIUM_WEB_RUBY, CALABASH, INSTRUMENTATION, UIAUTOMATION, UIAUTOMATOR, XCTEST, XCTEST_UI, REMOTE_ACCESS_RECORD, REMOTE_ACCESS_REPLAY
1998
- # test: {
1999
- # type: "BUILTIN_FUZZ", # required, accepts BUILTIN_FUZZ, BUILTIN_EXPLORER, WEB_PERFORMANCE_PROFILE, APPIUM_JAVA_JUNIT, APPIUM_JAVA_TESTNG, APPIUM_PYTHON, APPIUM_NODE, APPIUM_RUBY, APPIUM_WEB_JAVA_JUNIT, APPIUM_WEB_JAVA_TESTNG, APPIUM_WEB_PYTHON, APPIUM_WEB_NODE, APPIUM_WEB_RUBY, CALABASH, INSTRUMENTATION, UIAUTOMATION, UIAUTOMATOR, XCTEST, XCTEST_UI, REMOTE_ACCESS_RECORD, REMOTE_ACCESS_REPLAY
2000
- # test_package_arn: "AmazonResourceName",
2001
- # test_spec_arn: "AmazonResourceName",
2002
- # filter: "Filter",
2003
- # parameters: {
2004
- # "String" => "String",
2005
- # },
2006
- # },
2007
- # configuration: {
2008
- # extra_data_package_arn: "AmazonResourceName",
2009
- # network_profile_arn: "AmazonResourceName",
2010
- # locale: "String",
2011
- # location: {
2012
- # latitude: 1.0, # required
2013
- # longitude: 1.0, # required
2014
- # },
2015
- # vpce_configuration_arns: ["AmazonResourceName"],
2016
- # customer_artifact_paths: {
2017
- # ios_paths: ["String"],
2018
- # android_paths: ["String"],
2019
- # device_host_paths: ["String"],
2020
- # },
2021
- # radios: {
2022
- # wifi: false,
2023
- # bluetooth: false,
2024
- # nfc: false,
2025
- # gps: false,
2026
- # },
2027
- # auxiliary_apps: ["AmazonResourceName"],
2028
- # billing_method: "METERED", # accepts METERED, UNMETERED
2029
- # },
2030
- # }
2031
- #
2032
1749
  # @!attribute [rw] device_pool_arn
2033
1750
  # The device pool's ARN.
2034
1751
  # @return [String]
@@ -2124,13 +1841,6 @@ module Aws::DeviceFarm
2124
1841
 
2125
1842
  # Represents a request to the get device pool operation.
2126
1843
  #
2127
- # @note When making an API call, you may pass GetDevicePoolRequest
2128
- # data as a hash:
2129
- #
2130
- # {
2131
- # arn: "AmazonResourceName", # required
2132
- # }
2133
- #
2134
1844
  # @!attribute [rw] arn
2135
1845
  # The device pool's ARN.
2136
1846
  # @return [String]
@@ -2159,13 +1869,6 @@ module Aws::DeviceFarm
2159
1869
 
2160
1870
  # Represents a request to the get device request.
2161
1871
  #
2162
- # @note When making an API call, you may pass GetDeviceRequest
2163
- # data as a hash:
2164
- #
2165
- # {
2166
- # arn: "AmazonResourceName", # required
2167
- # }
2168
- #
2169
1872
  # @!attribute [rw] arn
2170
1873
  # The device type's ARN.
2171
1874
  # @return [String]
@@ -2192,13 +1895,6 @@ module Aws::DeviceFarm
2192
1895
  include Aws::Structure
2193
1896
  end
2194
1897
 
2195
- # @note When making an API call, you may pass GetInstanceProfileRequest
2196
- # data as a hash:
2197
- #
2198
- # {
2199
- # arn: "AmazonResourceName", # required
2200
- # }
2201
- #
2202
1898
  # @!attribute [rw] arn
2203
1899
  # The Amazon Resource Name (ARN) of an instance profile.
2204
1900
  # @return [String]
@@ -2225,13 +1921,6 @@ module Aws::DeviceFarm
2225
1921
 
2226
1922
  # Represents a request to the get job operation.
2227
1923
  #
2228
- # @note When making an API call, you may pass GetJobRequest
2229
- # data as a hash:
2230
- #
2231
- # {
2232
- # arn: "AmazonResourceName", # required
2233
- # }
2234
- #
2235
1924
  # @!attribute [rw] arn
2236
1925
  # The job's ARN.
2237
1926
  # @return [String]
@@ -2258,13 +1947,6 @@ module Aws::DeviceFarm
2258
1947
  include Aws::Structure
2259
1948
  end
2260
1949
 
2261
- # @note When making an API call, you may pass GetNetworkProfileRequest
2262
- # data as a hash:
2263
- #
2264
- # {
2265
- # arn: "AmazonResourceName", # required
2266
- # }
2267
- #
2268
1950
  # @!attribute [rw] arn
2269
1951
  # The ARN of the network profile to return information about.
2270
1952
  # @return [String]
@@ -2292,13 +1974,6 @@ module Aws::DeviceFarm
2292
1974
  # Represents the request to retrieve the offering status for the
2293
1975
  # specified customer or account.
2294
1976
  #
2295
- # @note When making an API call, you may pass GetOfferingStatusRequest
2296
- # data as a hash:
2297
- #
2298
- # {
2299
- # next_token: "PaginationToken",
2300
- # }
2301
- #
2302
1977
  # @!attribute [rw] next_token
2303
1978
  # An identifier that was returned from the previous call to this
2304
1979
  # operation, which can be used to return the next set of items in the
@@ -2341,13 +2016,6 @@ module Aws::DeviceFarm
2341
2016
 
2342
2017
  # Represents a request to the get project operation.
2343
2018
  #
2344
- # @note When making an API call, you may pass GetProjectRequest
2345
- # data as a hash:
2346
- #
2347
- # {
2348
- # arn: "AmazonResourceName", # required
2349
- # }
2350
- #
2351
2019
  # @!attribute [rw] arn
2352
2020
  # The project's ARN.
2353
2021
  # @return [String]
@@ -2377,13 +2045,6 @@ module Aws::DeviceFarm
2377
2045
  # Represents the request to get information about the specified remote
2378
2046
  # access session.
2379
2047
  #
2380
- # @note When making an API call, you may pass GetRemoteAccessSessionRequest
2381
- # data as a hash:
2382
- #
2383
- # {
2384
- # arn: "AmazonResourceName", # required
2385
- # }
2386
- #
2387
2048
  # @!attribute [rw] arn
2388
2049
  # The Amazon Resource Name (ARN) of the remote access session about
2389
2050
  # which you want to get session information.
@@ -2415,13 +2076,6 @@ module Aws::DeviceFarm
2415
2076
 
2416
2077
  # Represents a request to the get run operation.
2417
2078
  #
2418
- # @note When making an API call, you may pass GetRunRequest
2419
- # data as a hash:
2420
- #
2421
- # {
2422
- # arn: "AmazonResourceName", # required
2423
- # }
2424
- #
2425
2079
  # @!attribute [rw] arn
2426
2080
  # The run's ARN.
2427
2081
  # @return [String]
@@ -2450,13 +2104,6 @@ module Aws::DeviceFarm
2450
2104
 
2451
2105
  # Represents a request to the get suite operation.
2452
2106
  #
2453
- # @note When making an API call, you may pass GetSuiteRequest
2454
- # data as a hash:
2455
- #
2456
- # {
2457
- # arn: "AmazonResourceName", # required
2458
- # }
2459
- #
2460
2107
  # @!attribute [rw] arn
2461
2108
  # The suite's ARN.
2462
2109
  # @return [String]
@@ -2483,13 +2130,6 @@ module Aws::DeviceFarm
2483
2130
  include Aws::Structure
2484
2131
  end
2485
2132
 
2486
- # @note When making an API call, you may pass GetTestGridProjectRequest
2487
- # data as a hash:
2488
- #
2489
- # {
2490
- # project_arn: "DeviceFarmArn", # required
2491
- # }
2492
- #
2493
2133
  # @!attribute [rw] project_arn
2494
2134
  # The ARN of the Selenium testing project, from either
2495
2135
  # CreateTestGridProject or ListTestGridProjects.
@@ -2515,15 +2155,6 @@ module Aws::DeviceFarm
2515
2155
  include Aws::Structure
2516
2156
  end
2517
2157
 
2518
- # @note When making an API call, you may pass GetTestGridSessionRequest
2519
- # data as a hash:
2520
- #
2521
- # {
2522
- # project_arn: "DeviceFarmArn",
2523
- # session_id: "ResourceId",
2524
- # session_arn: "DeviceFarmArn",
2525
- # }
2526
- #
2527
2158
  # @!attribute [rw] project_arn
2528
2159
  # The ARN for the project that this session belongs to. See
2529
2160
  # CreateTestGridProject and ListTestGridProjects.
@@ -2561,13 +2192,6 @@ module Aws::DeviceFarm
2561
2192
 
2562
2193
  # Represents a request to the get test operation.
2563
2194
  #
2564
- # @note When making an API call, you may pass GetTestRequest
2565
- # data as a hash:
2566
- #
2567
- # {
2568
- # arn: "AmazonResourceName", # required
2569
- # }
2570
- #
2571
2195
  # @!attribute [rw] arn
2572
2196
  # The test's ARN.
2573
2197
  # @return [String]
@@ -2596,13 +2220,6 @@ module Aws::DeviceFarm
2596
2220
 
2597
2221
  # Represents a request to the get upload operation.
2598
2222
  #
2599
- # @note When making an API call, you may pass GetUploadRequest
2600
- # data as a hash:
2601
- #
2602
- # {
2603
- # arn: "AmazonResourceName", # required
2604
- # }
2605
- #
2606
2223
  # @!attribute [rw] arn
2607
2224
  # The upload's ARN.
2608
2225
  # @return [String]
@@ -2630,13 +2247,6 @@ module Aws::DeviceFarm
2630
2247
  include Aws::Structure
2631
2248
  end
2632
2249
 
2633
- # @note When making an API call, you may pass GetVPCEConfigurationRequest
2634
- # data as a hash:
2635
- #
2636
- # {
2637
- # arn: "AmazonResourceName", # required
2638
- # }
2639
- #
2640
2250
  # @!attribute [rw] arn
2641
2251
  # The Amazon Resource Name (ARN) of the VPC endpoint configuration you
2642
2252
  # want to describe.
@@ -2714,14 +2324,6 @@ module Aws::DeviceFarm
2714
2324
  # format) or an iOS application (in .ipa format) as part of a remote
2715
2325
  # access session.
2716
2326
  #
2717
- # @note When making an API call, you may pass InstallToRemoteAccessSessionRequest
2718
- # data as a hash:
2719
- #
2720
- # {
2721
- # remote_access_session_arn: "AmazonResourceName", # required
2722
- # app_arn: "AmazonResourceName", # required
2723
- # }
2724
- #
2725
2327
  # @!attribute [rw] remote_access_session_arn
2726
2328
  # The Amazon Resource Name (ARN) of the remote access session about
2727
2329
  # which you are requesting information.
@@ -3006,15 +2608,6 @@ module Aws::DeviceFarm
3006
2608
 
3007
2609
  # Represents a request to the list artifacts operation.
3008
2610
  #
3009
- # @note When making an API call, you may pass ListArtifactsRequest
3010
- # data as a hash:
3011
- #
3012
- # {
3013
- # arn: "AmazonResourceName", # required
3014
- # type: "SCREENSHOT", # required, accepts SCREENSHOT, FILE, LOG
3015
- # next_token: "PaginationToken",
3016
- # }
3017
- #
3018
2611
  # @!attribute [rw] arn
3019
2612
  # The run, job, suite, or test ARN.
3020
2613
  # @return [String]
@@ -3069,14 +2662,6 @@ module Aws::DeviceFarm
3069
2662
  include Aws::Structure
3070
2663
  end
3071
2664
 
3072
- # @note When making an API call, you may pass ListDeviceInstancesRequest
3073
- # data as a hash:
3074
- #
3075
- # {
3076
- # max_results: 1,
3077
- # next_token: "PaginationToken",
3078
- # }
3079
- #
3080
2665
  # @!attribute [rw] max_results
3081
2666
  # An integer that specifies the maximum number of items you want to
3082
2667
  # return in the API response.
@@ -3117,15 +2702,6 @@ module Aws::DeviceFarm
3117
2702
 
3118
2703
  # Represents the result of a list device pools request.
3119
2704
  #
3120
- # @note When making an API call, you may pass ListDevicePoolsRequest
3121
- # data as a hash:
3122
- #
3123
- # {
3124
- # arn: "AmazonResourceName", # required
3125
- # type: "CURATED", # accepts CURATED, PRIVATE
3126
- # next_token: "PaginationToken",
3127
- # }
3128
- #
3129
2705
  # @!attribute [rw] arn
3130
2706
  # The project ARN.
3131
2707
  # @return [String]
@@ -3182,21 +2758,6 @@ module Aws::DeviceFarm
3182
2758
 
3183
2759
  # Represents the result of a list devices request.
3184
2760
  #
3185
- # @note When making an API call, you may pass ListDevicesRequest
3186
- # data as a hash:
3187
- #
3188
- # {
3189
- # arn: "AmazonResourceName",
3190
- # next_token: "PaginationToken",
3191
- # filters: [
3192
- # {
3193
- # attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
3194
- # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
3195
- # values: ["String"], # required
3196
- # },
3197
- # ],
3198
- # }
3199
- #
3200
2761
  # @!attribute [rw] arn
3201
2762
  # The Amazon Resource Name (ARN) of the project.
3202
2763
  # @return [String]
@@ -3312,14 +2873,6 @@ module Aws::DeviceFarm
3312
2873
  include Aws::Structure
3313
2874
  end
3314
2875
 
3315
- # @note When making an API call, you may pass ListInstanceProfilesRequest
3316
- # data as a hash:
3317
- #
3318
- # {
3319
- # max_results: 1,
3320
- # next_token: "PaginationToken",
3321
- # }
3322
- #
3323
2876
  # @!attribute [rw] max_results
3324
2877
  # An integer that specifies the maximum number of items you want to
3325
2878
  # return in the API response.
@@ -3360,14 +2913,6 @@ module Aws::DeviceFarm
3360
2913
 
3361
2914
  # Represents a request to the list jobs operation.
3362
2915
  #
3363
- # @note When making an API call, you may pass ListJobsRequest
3364
- # data as a hash:
3365
- #
3366
- # {
3367
- # arn: "AmazonResourceName", # required
3368
- # next_token: "PaginationToken",
3369
- # }
3370
- #
3371
2916
  # @!attribute [rw] arn
3372
2917
  # The run's Amazon Resource Name (ARN).
3373
2918
  # @return [String]
@@ -3409,15 +2954,6 @@ module Aws::DeviceFarm
3409
2954
  include Aws::Structure
3410
2955
  end
3411
2956
 
3412
- # @note When making an API call, you may pass ListNetworkProfilesRequest
3413
- # data as a hash:
3414
- #
3415
- # {
3416
- # arn: "AmazonResourceName", # required
3417
- # type: "CURATED", # accepts CURATED, PRIVATE
3418
- # next_token: "PaginationToken",
3419
- # }
3420
- #
3421
2957
  # @!attribute [rw] arn
3422
2958
  # The Amazon Resource Name (ARN) of the project for which you want to
3423
2959
  # list network profiles.
@@ -3463,13 +2999,6 @@ module Aws::DeviceFarm
3463
2999
  include Aws::Structure
3464
3000
  end
3465
3001
 
3466
- # @note When making an API call, you may pass ListOfferingPromotionsRequest
3467
- # data as a hash:
3468
- #
3469
- # {
3470
- # next_token: "PaginationToken",
3471
- # }
3472
- #
3473
3002
  # @!attribute [rw] next_token
3474
3003
  # An identifier that was returned from the previous call to this
3475
3004
  # operation, which can be used to return the next set of items in the
@@ -3504,13 +3033,6 @@ module Aws::DeviceFarm
3504
3033
 
3505
3034
  # Represents the request to list the offering transaction history.
3506
3035
  #
3507
- # @note When making an API call, you may pass ListOfferingTransactionsRequest
3508
- # data as a hash:
3509
- #
3510
- # {
3511
- # next_token: "PaginationToken",
3512
- # }
3513
- #
3514
3036
  # @!attribute [rw] next_token
3515
3037
  # An identifier that was returned from the previous call to this
3516
3038
  # operation, which can be used to return the next set of items in the
@@ -3549,13 +3071,6 @@ module Aws::DeviceFarm
3549
3071
 
3550
3072
  # Represents the request to list all offerings.
3551
3073
  #
3552
- # @note When making an API call, you may pass ListOfferingsRequest
3553
- # data as a hash:
3554
- #
3555
- # {
3556
- # next_token: "PaginationToken",
3557
- # }
3558
- #
3559
3074
  # @!attribute [rw] next_token
3560
3075
  # An identifier that was returned from the previous call to this
3561
3076
  # operation, which can be used to return the next set of items in the
@@ -3593,14 +3108,6 @@ module Aws::DeviceFarm
3593
3108
 
3594
3109
  # Represents a request to the list projects operation.
3595
3110
  #
3596
- # @note When making an API call, you may pass ListProjectsRequest
3597
- # data as a hash:
3598
- #
3599
- # {
3600
- # arn: "AmazonResourceName",
3601
- # next_token: "PaginationToken",
3602
- # }
3603
- #
3604
3111
  # @!attribute [rw] arn
3605
3112
  # Optional. If no Amazon Resource Name (ARN) is specified, then AWS
3606
3113
  # Device Farm returns a list of all projects for the AWS account. You
@@ -3647,14 +3154,6 @@ module Aws::DeviceFarm
3647
3154
  # Represents the request to return information about the remote access
3648
3155
  # session.
3649
3156
  #
3650
- # @note When making an API call, you may pass ListRemoteAccessSessionsRequest
3651
- # data as a hash:
3652
- #
3653
- # {
3654
- # arn: "AmazonResourceName", # required
3655
- # next_token: "PaginationToken",
3656
- # }
3657
- #
3658
3157
  # @!attribute [rw] arn
3659
3158
  # The Amazon Resource Name (ARN) of the project about which you are
3660
3159
  # requesting information.
@@ -3700,14 +3199,6 @@ module Aws::DeviceFarm
3700
3199
 
3701
3200
  # Represents a request to the list runs operation.
3702
3201
  #
3703
- # @note When making an API call, you may pass ListRunsRequest
3704
- # data as a hash:
3705
- #
3706
- # {
3707
- # arn: "AmazonResourceName", # required
3708
- # next_token: "PaginationToken",
3709
- # }
3710
- #
3711
3202
  # @!attribute [rw] arn
3712
3203
  # The Amazon Resource Name (ARN) of the project for which you want to
3713
3204
  # list runs.
@@ -3752,14 +3243,6 @@ module Aws::DeviceFarm
3752
3243
 
3753
3244
  # Represents a request to the list samples operation.
3754
3245
  #
3755
- # @note When making an API call, you may pass ListSamplesRequest
3756
- # data as a hash:
3757
- #
3758
- # {
3759
- # arn: "AmazonResourceName", # required
3760
- # next_token: "PaginationToken",
3761
- # }
3762
- #
3763
3246
  # @!attribute [rw] arn
3764
3247
  # The Amazon Resource Name (ARN) of the job used to list samples.
3765
3248
  # @return [String]
@@ -3803,14 +3286,6 @@ module Aws::DeviceFarm
3803
3286
 
3804
3287
  # Represents a request to the list suites operation.
3805
3288
  #
3806
- # @note When making an API call, you may pass ListSuitesRequest
3807
- # data as a hash:
3808
- #
3809
- # {
3810
- # arn: "AmazonResourceName", # required
3811
- # next_token: "PaginationToken",
3812
- # }
3813
- #
3814
3289
  # @!attribute [rw] arn
3815
3290
  # The job's Amazon Resource Name (ARN).
3816
3291
  # @return [String]
@@ -3852,13 +3327,6 @@ module Aws::DeviceFarm
3852
3327
  include Aws::Structure
3853
3328
  end
3854
3329
 
3855
- # @note When making an API call, you may pass ListTagsForResourceRequest
3856
- # data as a hash:
3857
- #
3858
- # {
3859
- # resource_arn: "DeviceFarmArn", # required
3860
- # }
3861
- #
3862
3330
  # @!attribute [rw] resource_arn
3863
3331
  # The Amazon Resource Name (ARN) of the resource or resources for
3864
3332
  # which to list tags. You can associate tags with the following Device
@@ -3889,14 +3357,6 @@ module Aws::DeviceFarm
3889
3357
  include Aws::Structure
3890
3358
  end
3891
3359
 
3892
- # @note When making an API call, you may pass ListTestGridProjectsRequest
3893
- # data as a hash:
3894
- #
3895
- # {
3896
- # max_result: 1,
3897
- # next_token: "PaginationToken",
3898
- # }
3899
- #
3900
3360
  # @!attribute [rw] max_result
3901
3361
  # Return no more than this number of results.
3902
3362
  # @return [Integer]
@@ -3933,15 +3393,6 @@ module Aws::DeviceFarm
3933
3393
  include Aws::Structure
3934
3394
  end
3935
3395
 
3936
- # @note When making an API call, you may pass ListTestGridSessionActionsRequest
3937
- # data as a hash:
3938
- #
3939
- # {
3940
- # session_arn: "DeviceFarmArn", # required
3941
- # max_result: 1,
3942
- # next_token: "PaginationToken",
3943
- # }
3944
- #
3945
3396
  # @!attribute [rw] session_arn
3946
3397
  # The ARN of the session to retrieve.
3947
3398
  # @return [String]
@@ -3981,16 +3432,6 @@ module Aws::DeviceFarm
3981
3432
  include Aws::Structure
3982
3433
  end
3983
3434
 
3984
- # @note When making an API call, you may pass ListTestGridSessionArtifactsRequest
3985
- # data as a hash:
3986
- #
3987
- # {
3988
- # session_arn: "DeviceFarmArn", # required
3989
- # type: "VIDEO", # accepts VIDEO, LOG
3990
- # max_result: 1,
3991
- # next_token: "PaginationToken",
3992
- # }
3993
- #
3994
3435
  # @!attribute [rw] session_arn
3995
3436
  # The ARN of a TestGridSession.
3996
3437
  # @return [String]
@@ -4035,20 +3476,6 @@ module Aws::DeviceFarm
4035
3476
  include Aws::Structure
4036
3477
  end
4037
3478
 
4038
- # @note When making an API call, you may pass ListTestGridSessionsRequest
4039
- # data as a hash:
4040
- #
4041
- # {
4042
- # project_arn: "DeviceFarmArn", # required
4043
- # status: "ACTIVE", # accepts ACTIVE, CLOSED, ERRORED
4044
- # creation_time_after: Time.now,
4045
- # creation_time_before: Time.now,
4046
- # end_time_after: Time.now,
4047
- # end_time_before: Time.now,
4048
- # max_result: 1,
4049
- # next_token: "PaginationToken",
4050
- # }
4051
- #
4052
3479
  # @!attribute [rw] project_arn
4053
3480
  # ARN of a TestGridProject.
4054
3481
  # @return [String]
@@ -4116,14 +3543,6 @@ module Aws::DeviceFarm
4116
3543
 
4117
3544
  # Represents a request to the list tests operation.
4118
3545
  #
4119
- # @note When making an API call, you may pass ListTestsRequest
4120
- # data as a hash:
4121
- #
4122
- # {
4123
- # arn: "AmazonResourceName", # required
4124
- # next_token: "PaginationToken",
4125
- # }
4126
- #
4127
3546
  # @!attribute [rw] arn
4128
3547
  # The test suite's Amazon Resource Name (ARN).
4129
3548
  # @return [String]
@@ -4167,14 +3586,6 @@ module Aws::DeviceFarm
4167
3586
 
4168
3587
  # Represents a request to the list unique problems operation.
4169
3588
  #
4170
- # @note When making an API call, you may pass ListUniqueProblemsRequest
4171
- # data as a hash:
4172
- #
4173
- # {
4174
- # arn: "AmazonResourceName", # required
4175
- # next_token: "PaginationToken",
4176
- # }
4177
- #
4178
3589
  # @!attribute [rw] arn
4179
3590
  # The unique problems' ARNs.
4180
3591
  # @return [String]
@@ -4234,15 +3645,6 @@ module Aws::DeviceFarm
4234
3645
 
4235
3646
  # Represents a request to the list uploads operation.
4236
3647
  #
4237
- # @note When making an API call, you may pass ListUploadsRequest
4238
- # data as a hash:
4239
- #
4240
- # {
4241
- # arn: "AmazonResourceName", # required
4242
- # type: "ANDROID_APP", # accepts ANDROID_APP, IOS_APP, WEB_APP, EXTERNAL_DATA, APPIUM_JAVA_JUNIT_TEST_PACKAGE, APPIUM_JAVA_TESTNG_TEST_PACKAGE, APPIUM_PYTHON_TEST_PACKAGE, APPIUM_NODE_TEST_PACKAGE, APPIUM_RUBY_TEST_PACKAGE, APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE, APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE, APPIUM_WEB_PYTHON_TEST_PACKAGE, APPIUM_WEB_NODE_TEST_PACKAGE, APPIUM_WEB_RUBY_TEST_PACKAGE, CALABASH_TEST_PACKAGE, INSTRUMENTATION_TEST_PACKAGE, UIAUTOMATION_TEST_PACKAGE, UIAUTOMATOR_TEST_PACKAGE, XCTEST_TEST_PACKAGE, XCTEST_UI_TEST_PACKAGE, APPIUM_JAVA_JUNIT_TEST_SPEC, APPIUM_JAVA_TESTNG_TEST_SPEC, APPIUM_PYTHON_TEST_SPEC, APPIUM_NODE_TEST_SPEC, APPIUM_RUBY_TEST_SPEC, APPIUM_WEB_JAVA_JUNIT_TEST_SPEC, APPIUM_WEB_JAVA_TESTNG_TEST_SPEC, APPIUM_WEB_PYTHON_TEST_SPEC, APPIUM_WEB_NODE_TEST_SPEC, APPIUM_WEB_RUBY_TEST_SPEC, INSTRUMENTATION_TEST_SPEC, XCTEST_UI_TEST_SPEC
4243
- # next_token: "PaginationToken",
4244
- # }
4245
- #
4246
3648
  # @!attribute [rw] arn
4247
3649
  # The Amazon Resource Name (ARN) of the project for which you want to
4248
3650
  # list uploads.
@@ -4356,14 +3758,6 @@ module Aws::DeviceFarm
4356
3758
  include Aws::Structure
4357
3759
  end
4358
3760
 
4359
- # @note When making an API call, you may pass ListVPCEConfigurationsRequest
4360
- # data as a hash:
4361
- #
4362
- # {
4363
- # max_results: 1,
4364
- # next_token: "PaginationToken",
4365
- # }
4366
- #
4367
3761
  # @!attribute [rw] max_results
4368
3762
  # An integer that specifies the maximum number of items you want to
4369
3763
  # return in the API response.
@@ -4409,14 +3803,6 @@ module Aws::DeviceFarm
4409
3803
  #
4410
3804
  # Elevation is currently not supported.
4411
3805
  #
4412
- # @note When making an API call, you may pass Location
4413
- # data as a hash:
4414
- #
4415
- # {
4416
- # latitude: 1.0, # required
4417
- # longitude: 1.0, # required
4418
- # }
4419
- #
4420
3806
  # @!attribute [rw] latitude
4421
3807
  # The latitude.
4422
3808
  # @return [Float]
@@ -4795,15 +4181,6 @@ module Aws::DeviceFarm
4795
4181
 
4796
4182
  # Represents a request for a purchase offering.
4797
4183
  #
4798
- # @note When making an API call, you may pass PurchaseOfferingRequest
4799
- # data as a hash:
4800
- #
4801
- # {
4802
- # offering_id: "OfferingIdentifier", # required
4803
- # quantity: 1, # required
4804
- # offering_promotion_id: "OfferingPromotionIdentifier",
4805
- # }
4806
- #
4807
4184
  # @!attribute [rw] offering_id
4808
4185
  # The ID of the offering.
4809
4186
  # @return [String]
@@ -4843,16 +4220,6 @@ module Aws::DeviceFarm
4843
4220
  # Represents the set of radios and their states on a device. Examples of
4844
4221
  # radios include Wi-Fi, GPS, Bluetooth, and NFC.
4845
4222
  #
4846
- # @note When making an API call, you may pass Radios
4847
- # data as a hash:
4848
- #
4849
- # {
4850
- # wifi: false,
4851
- # bluetooth: false,
4852
- # nfc: false,
4853
- # gps: false,
4854
- # }
4855
- #
4856
4223
  # @!attribute [rw] wifi
4857
4224
  # True if Wi-Fi is enabled at the beginning of the test. Otherwise,
4858
4225
  # false.
@@ -5118,14 +4485,6 @@ module Aws::DeviceFarm
5118
4485
 
5119
4486
  # A request that represents an offering renewal.
5120
4487
  #
5121
- # @note When making an API call, you may pass RenewOfferingRequest
5122
- # data as a hash:
5123
- #
5124
- # {
5125
- # offering_id: "OfferingIdentifier", # required
5126
- # quantity: 1, # required
5127
- # }
5128
- #
5129
4488
  # @!attribute [rw] offering_id
5130
4489
  # The ID of a request to renew an offering.
5131
4490
  # @return [String]
@@ -5179,15 +4538,6 @@ module Aws::DeviceFarm
5179
4538
 
5180
4539
  # Represents a condition for a device pool.
5181
4540
  #
5182
- # @note When making an API call, you may pass Rule
5183
- # data as a hash:
5184
- #
5185
- # {
5186
- # attribute: "ARN", # accepts ARN, PLATFORM, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, APPIUM_VERSION, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE, OS_VERSION, MODEL, AVAILABILITY
5187
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
5188
- # value: "String",
5189
- # }
5190
- #
5191
4541
  # @!attribute [rw] attribute
5192
4542
  # The rule's stringified attribute. For example, specify the value as
5193
4543
  # `""abc""`.
@@ -5659,33 +5009,6 @@ module Aws::DeviceFarm
5659
5009
  # Represents the settings for a run. Includes things like location,
5660
5010
  # radio states, auxiliary apps, and network profiles.
5661
5011
  #
5662
- # @note When making an API call, you may pass ScheduleRunConfiguration
5663
- # data as a hash:
5664
- #
5665
- # {
5666
- # extra_data_package_arn: "AmazonResourceName",
5667
- # network_profile_arn: "AmazonResourceName",
5668
- # locale: "String",
5669
- # location: {
5670
- # latitude: 1.0, # required
5671
- # longitude: 1.0, # required
5672
- # },
5673
- # vpce_configuration_arns: ["AmazonResourceName"],
5674
- # customer_artifact_paths: {
5675
- # ios_paths: ["String"],
5676
- # android_paths: ["String"],
5677
- # device_host_paths: ["String"],
5678
- # },
5679
- # radios: {
5680
- # wifi: false,
5681
- # bluetooth: false,
5682
- # nfc: false,
5683
- # gps: false,
5684
- # },
5685
- # auxiliary_apps: ["AmazonResourceName"],
5686
- # billing_method: "METERED", # accepts METERED, UNMETERED
5687
- # }
5688
- #
5689
5012
  # @!attribute [rw] extra_data_package_arn
5690
5013
  # The ARN of the extra data for the run. The extra data is a .zip file
5691
5014
  # that AWS Device Farm extracts to external data for Android or the
@@ -5752,65 +5075,6 @@ module Aws::DeviceFarm
5752
5075
 
5753
5076
  # Represents a request to the schedule run operation.
5754
5077
  #
5755
- # @note When making an API call, you may pass ScheduleRunRequest
5756
- # data as a hash:
5757
- #
5758
- # {
5759
- # project_arn: "AmazonResourceName", # required
5760
- # app_arn: "AmazonResourceName",
5761
- # device_pool_arn: "AmazonResourceName",
5762
- # device_selection_configuration: {
5763
- # filters: [ # required
5764
- # {
5765
- # attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
5766
- # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
5767
- # values: ["String"], # required
5768
- # },
5769
- # ],
5770
- # max_devices: 1, # required
5771
- # },
5772
- # name: "Name",
5773
- # test: { # required
5774
- # type: "BUILTIN_FUZZ", # required, accepts BUILTIN_FUZZ, BUILTIN_EXPLORER, WEB_PERFORMANCE_PROFILE, APPIUM_JAVA_JUNIT, APPIUM_JAVA_TESTNG, APPIUM_PYTHON, APPIUM_NODE, APPIUM_RUBY, APPIUM_WEB_JAVA_JUNIT, APPIUM_WEB_JAVA_TESTNG, APPIUM_WEB_PYTHON, APPIUM_WEB_NODE, APPIUM_WEB_RUBY, CALABASH, INSTRUMENTATION, UIAUTOMATION, UIAUTOMATOR, XCTEST, XCTEST_UI, REMOTE_ACCESS_RECORD, REMOTE_ACCESS_REPLAY
5775
- # test_package_arn: "AmazonResourceName",
5776
- # test_spec_arn: "AmazonResourceName",
5777
- # filter: "Filter",
5778
- # parameters: {
5779
- # "String" => "String",
5780
- # },
5781
- # },
5782
- # configuration: {
5783
- # extra_data_package_arn: "AmazonResourceName",
5784
- # network_profile_arn: "AmazonResourceName",
5785
- # locale: "String",
5786
- # location: {
5787
- # latitude: 1.0, # required
5788
- # longitude: 1.0, # required
5789
- # },
5790
- # vpce_configuration_arns: ["AmazonResourceName"],
5791
- # customer_artifact_paths: {
5792
- # ios_paths: ["String"],
5793
- # android_paths: ["String"],
5794
- # device_host_paths: ["String"],
5795
- # },
5796
- # radios: {
5797
- # wifi: false,
5798
- # bluetooth: false,
5799
- # nfc: false,
5800
- # gps: false,
5801
- # },
5802
- # auxiliary_apps: ["AmazonResourceName"],
5803
- # billing_method: "METERED", # accepts METERED, UNMETERED
5804
- # },
5805
- # execution_configuration: {
5806
- # job_timeout_minutes: 1,
5807
- # accounts_cleanup: false,
5808
- # app_packages_cleanup: false,
5809
- # video_capture: false,
5810
- # skip_app_resign: false,
5811
- # },
5812
- # }
5813
- #
5814
5078
  # @!attribute [rw] project_arn
5815
5079
  # The ARN of the project for the run to be scheduled.
5816
5080
  # @return [String]
@@ -5884,19 +5148,6 @@ module Aws::DeviceFarm
5884
5148
  # parameter to ScheduleRun. For an example of the JSON request syntax,
5885
5149
  # see ScheduleRun.
5886
5150
  #
5887
- # @note When making an API call, you may pass ScheduleRunTest
5888
- # data as a hash:
5889
- #
5890
- # {
5891
- # type: "BUILTIN_FUZZ", # required, accepts BUILTIN_FUZZ, BUILTIN_EXPLORER, WEB_PERFORMANCE_PROFILE, APPIUM_JAVA_JUNIT, APPIUM_JAVA_TESTNG, APPIUM_PYTHON, APPIUM_NODE, APPIUM_RUBY, APPIUM_WEB_JAVA_JUNIT, APPIUM_WEB_JAVA_TESTNG, APPIUM_WEB_PYTHON, APPIUM_WEB_NODE, APPIUM_WEB_RUBY, CALABASH, INSTRUMENTATION, UIAUTOMATION, UIAUTOMATOR, XCTEST, XCTEST_UI, REMOTE_ACCESS_RECORD, REMOTE_ACCESS_REPLAY
5892
- # test_package_arn: "AmazonResourceName",
5893
- # test_spec_arn: "AmazonResourceName",
5894
- # filter: "Filter",
5895
- # parameters: {
5896
- # "String" => "String",
5897
- # },
5898
- # }
5899
- #
5900
5151
  # @!attribute [rw] type
5901
5152
  # The test's type.
5902
5153
  #
@@ -6068,13 +5319,6 @@ module Aws::DeviceFarm
6068
5319
  include Aws::Structure
6069
5320
  end
6070
5321
 
6071
- # @note When making an API call, you may pass StopJobRequest
6072
- # data as a hash:
6073
- #
6074
- # {
6075
- # arn: "AmazonResourceName", # required
6076
- # }
6077
- #
6078
5322
  # @!attribute [rw] arn
6079
5323
  # Represents the Amazon Resource Name (ARN) of the Device Farm job to
6080
5324
  # stop.
@@ -6102,13 +5346,6 @@ module Aws::DeviceFarm
6102
5346
 
6103
5347
  # Represents the request to stop the remote access session.
6104
5348
  #
6105
- # @note When making an API call, you may pass StopRemoteAccessSessionRequest
6106
- # data as a hash:
6107
- #
6108
- # {
6109
- # arn: "AmazonResourceName", # required
6110
- # }
6111
- #
6112
5349
  # @!attribute [rw] arn
6113
5350
  # The Amazon Resource Name (ARN) of the remote access session to stop.
6114
5351
  # @return [String]
@@ -6139,13 +5376,6 @@ module Aws::DeviceFarm
6139
5376
 
6140
5377
  # Represents the request to stop a specific run.
6141
5378
  #
6142
- # @note When making an API call, you may pass StopRunRequest
6143
- # data as a hash:
6144
- #
6145
- # {
6146
- # arn: "AmazonResourceName", # required
6147
- # }
6148
- #
6149
5379
  # @!attribute [rw] arn
6150
5380
  # Represents the Amazon Resource Name (ARN) of the Device Farm run to
6151
5381
  # stop.
@@ -6323,14 +5553,6 @@ module Aws::DeviceFarm
6323
5553
  # which you define. Tag keys can have a maximum character length of 128
6324
5554
  # characters. Tag values can have a maximum length of 256 characters.
6325
5555
  #
6326
- # @note When making an API call, you may pass Tag
6327
- # data as a hash:
6328
- #
6329
- # {
6330
- # key: "TagKey", # required
6331
- # value: "TagValue", # required
6332
- # }
6333
- #
6334
5556
  # @!attribute [rw] key
6335
5557
  # One part of a key-value pair that makes up a tag. A `key` is a
6336
5558
  # general label that acts like a category for more specific tag
@@ -6386,19 +5608,6 @@ module Aws::DeviceFarm
6386
5608
  include Aws::Structure
6387
5609
  end
6388
5610
 
6389
- # @note When making an API call, you may pass TagResourceRequest
6390
- # data as a hash:
6391
- #
6392
- # {
6393
- # resource_arn: "DeviceFarmArn", # required
6394
- # tags: [ # required
6395
- # {
6396
- # key: "TagKey", # required
6397
- # value: "TagValue", # required
6398
- # },
6399
- # ],
6400
- # }
6401
- #
6402
5611
  # @!attribute [rw] resource_arn
6403
5612
  # The Amazon Resource Name (ARN) of the resource or resources to which
6404
5613
  # to add tags. You can associate tags with the following Device Farm
@@ -6713,15 +5922,6 @@ module Aws::DeviceFarm
6713
5922
 
6714
5923
  # The VPC security groups and subnets that are attached to a project.
6715
5924
  #
6716
- # @note When making an API call, you may pass TestGridVpcConfig
6717
- # data as a hash:
6718
- #
6719
- # {
6720
- # security_group_ids: ["NonEmptyString"], # required
6721
- # subnet_ids: ["NonEmptyString"], # required
6722
- # vpc_id: "NonEmptyString", # required
6723
- # }
6724
- #
6725
5925
  # @!attribute [rw] security_group_ids
6726
5926
  # A list of VPC security group IDs in your Amazon VPC.
6727
5927
  # @return [Array<String>]
@@ -6802,14 +6002,6 @@ module Aws::DeviceFarm
6802
6002
  include Aws::Structure
6803
6003
  end
6804
6004
 
6805
- # @note When making an API call, you may pass UntagResourceRequest
6806
- # data as a hash:
6807
- #
6808
- # {
6809
- # resource_arn: "DeviceFarmArn", # required
6810
- # tag_keys: ["TagKey"], # required
6811
- # }
6812
- #
6813
6005
  # @!attribute [rw] resource_arn
6814
6006
  # The Amazon Resource Name (ARN) of the resource or resources from
6815
6007
  # which to delete tags. You can associate tags with the following
@@ -6835,15 +6027,6 @@ module Aws::DeviceFarm
6835
6027
  #
6836
6028
  class UntagResourceResponse < Aws::EmptyStructure; end
6837
6029
 
6838
- # @note When making an API call, you may pass UpdateDeviceInstanceRequest
6839
- # data as a hash:
6840
- #
6841
- # {
6842
- # arn: "AmazonResourceName", # required
6843
- # profile_arn: "AmazonResourceName",
6844
- # labels: ["String"],
6845
- # }
6846
- #
6847
6030
  # @!attribute [rw] arn
6848
6031
  # The Amazon Resource Name (ARN) of the device instance.
6849
6032
  # @return [String]
@@ -6882,24 +6065,6 @@ module Aws::DeviceFarm
6882
6065
 
6883
6066
  # Represents a request to the update device pool operation.
6884
6067
  #
6885
- # @note When making an API call, you may pass UpdateDevicePoolRequest
6886
- # data as a hash:
6887
- #
6888
- # {
6889
- # arn: "AmazonResourceName", # required
6890
- # name: "Name",
6891
- # description: "Message",
6892
- # rules: [
6893
- # {
6894
- # attribute: "ARN", # accepts ARN, PLATFORM, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, APPIUM_VERSION, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE, OS_VERSION, MODEL, AVAILABILITY
6895
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
6896
- # value: "String",
6897
- # },
6898
- # ],
6899
- # max_devices: 1,
6900
- # clear_max_devices: false,
6901
- # }
6902
- #
6903
6068
  # @!attribute [rw] arn
6904
6069
  # The Amazon Resource Name (ARN) of the Device Farm device pool to
6905
6070
  # update.
@@ -6972,18 +6137,6 @@ module Aws::DeviceFarm
6972
6137
  include Aws::Structure
6973
6138
  end
6974
6139
 
6975
- # @note When making an API call, you may pass UpdateInstanceProfileRequest
6976
- # data as a hash:
6977
- #
6978
- # {
6979
- # arn: "AmazonResourceName", # required
6980
- # name: "Name",
6981
- # description: "Message",
6982
- # package_cleanup: false,
6983
- # exclude_app_packages_from_cleanup: ["String"],
6984
- # reboot_after_use: false,
6985
- # }
6986
- #
6987
6140
  # @!attribute [rw] arn
6988
6141
  # The Amazon Resource Name (ARN) of the instance profile.
6989
6142
  # @return [String]
@@ -7039,24 +6192,6 @@ module Aws::DeviceFarm
7039
6192
  include Aws::Structure
7040
6193
  end
7041
6194
 
7042
- # @note When making an API call, you may pass UpdateNetworkProfileRequest
7043
- # data as a hash:
7044
- #
7045
- # {
7046
- # arn: "AmazonResourceName", # required
7047
- # name: "Name",
7048
- # description: "Message",
7049
- # type: "CURATED", # accepts CURATED, PRIVATE
7050
- # uplink_bandwidth_bits: 1,
7051
- # downlink_bandwidth_bits: 1,
7052
- # uplink_delay_ms: 1,
7053
- # downlink_delay_ms: 1,
7054
- # uplink_jitter_ms: 1,
7055
- # downlink_jitter_ms: 1,
7056
- # uplink_loss_percent: 1,
7057
- # downlink_loss_percent: 1,
7058
- # }
7059
- #
7060
6195
  # @!attribute [rw] arn
7061
6196
  # The Amazon Resource Name (ARN) of the project for which you want to
7062
6197
  # update network profile settings.
@@ -7150,20 +6285,6 @@ module Aws::DeviceFarm
7150
6285
 
7151
6286
  # Represents a request to the update project operation.
7152
6287
  #
7153
- # @note When making an API call, you may pass UpdateProjectRequest
7154
- # data as a hash:
7155
- #
7156
- # {
7157
- # arn: "AmazonResourceName", # required
7158
- # name: "Name",
7159
- # default_job_timeout_minutes: 1,
7160
- # vpc_config: {
7161
- # security_group_ids: ["SecurityGroupId"], # required
7162
- # subnet_ids: ["SubnetId"], # required
7163
- # vpc_id: "NonEmptyString", # required
7164
- # },
7165
- # }
7166
- #
7167
6288
  # @!attribute [rw] arn
7168
6289
  # The Amazon Resource Name (ARN) of the project whose name to update.
7169
6290
  # @return [String]
@@ -7207,20 +6328,6 @@ module Aws::DeviceFarm
7207
6328
  include Aws::Structure
7208
6329
  end
7209
6330
 
7210
- # @note When making an API call, you may pass UpdateTestGridProjectRequest
7211
- # data as a hash:
7212
- #
7213
- # {
7214
- # project_arn: "DeviceFarmArn", # required
7215
- # name: "ResourceName",
7216
- # description: "ResourceDescription",
7217
- # vpc_config: {
7218
- # security_group_ids: ["NonEmptyString"], # required
7219
- # subnet_ids: ["NonEmptyString"], # required
7220
- # vpc_id: "NonEmptyString", # required
7221
- # },
7222
- # }
7223
- #
7224
6331
  # @!attribute [rw] project_arn
7225
6332
  # ARN of the project to update.
7226
6333
  # @return [String]
@@ -7260,16 +6367,6 @@ module Aws::DeviceFarm
7260
6367
  include Aws::Structure
7261
6368
  end
7262
6369
 
7263
- # @note When making an API call, you may pass UpdateUploadRequest
7264
- # data as a hash:
7265
- #
7266
- # {
7267
- # arn: "AmazonResourceName", # required
7268
- # name: "Name",
7269
- # content_type: "ContentType",
7270
- # edit_content: false,
7271
- # }
7272
- #
7273
6370
  # @!attribute [rw] arn
7274
6371
  # The Amazon Resource Name (ARN) of the uploaded test spec.
7275
6372
  # @return [String]
@@ -7312,17 +6409,6 @@ module Aws::DeviceFarm
7312
6409
  include Aws::Structure
7313
6410
  end
7314
6411
 
7315
- # @note When making an API call, you may pass UpdateVPCEConfigurationRequest
7316
- # data as a hash:
7317
- #
7318
- # {
7319
- # arn: "AmazonResourceName", # required
7320
- # vpce_configuration_name: "VPCEConfigurationName",
7321
- # vpce_service_name: "VPCEServiceName",
7322
- # service_dns_name: "ServiceDnsName",
7323
- # vpce_configuration_description: "VPCEConfigurationDescription",
7324
- # }
7325
- #
7326
6412
  # @!attribute [rw] arn
7327
6413
  # The Amazon Resource Name (ARN) of the VPC endpoint configuration you
7328
6414
  # want to update.
@@ -7559,15 +6645,6 @@ module Aws::DeviceFarm
7559
6645
  # Contains the VPC configuration data necessary to interface with AWS
7560
6646
  # Device Farm's services.
7561
6647
  #
7562
- # @note When making an API call, you may pass VpcConfig
7563
- # data as a hash:
7564
- #
7565
- # {
7566
- # security_group_ids: ["SecurityGroupId"], # required
7567
- # subnet_ids: ["SubnetId"], # required
7568
- # vpc_id: "NonEmptyString", # required
7569
- # }
7570
- #
7571
6648
  # @!attribute [rw] security_group_ids
7572
6649
  # An array of one or more security groups IDs in your Amazon VPC.
7573
6650
  # @return [Array<String>]