aws-sdk-devicefarm 1.41.0 → 1.42.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5eeab2340f05eab8663f90d61ce6ebea9888c680ffbf69a4cb0ba6483428161f
4
- data.tar.gz: 3bf809af13e192641c5c8bd04968b4400b41d3b6f1d5e0cba90436af48116e8c
3
+ metadata.gz: e95402a64862e399846d76b325da7868839529804fd6623bd0bc4ff09c05236f
4
+ data.tar.gz: f8325b8f1b6aac56e115685409ce6fa6da05183a10684bdef708160c8ea804bd
5
5
  SHA512:
6
- metadata.gz: 25e400521918017e77eed8f7c59347f011f2c81420dacaf49ddd2f3fabde493277340bf24958a0b2b5c486dc888b752b38b0dbd19ec67a419e64abb52747c091
7
- data.tar.gz: b37c0c497eb7ad3318bd4c17d25f296436d8b5afafe809f3654e564a45fc03cae301d5ee6b6158768c25732fd41a8168198ef4774487f4025a79c4bba120c5cf
6
+ metadata.gz: '069a938f919b627fadf6f3fb5e72a36afbd9ed4022670159ae6c5754ec3f10fa292a3c9e9b23a5c26637cbda99f84053111eea141360a653792791bb8903faa7'
7
+ data.tar.gz: e0ebcfe9ffaaf2fb1293155e23dfea95e565beab9a87e1bca9141b8c0b1ed625b52f49a3b229f59440a4183039c87bfb414df938fd89ecad198c9770b402c5f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2021-05-27)
5
+ ------------------
6
+
7
+ * Feature - Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).
8
+
4
9
  1.41.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-devicefarm/customizations'
48
48
  # @!group service
49
49
  module Aws::DeviceFarm
50
50
 
51
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.42.0'
52
52
 
53
53
  end
@@ -837,6 +837,9 @@ module Aws::DeviceFarm
837
837
  # @option params [String] :description
838
838
  # Human-readable description of the project.
839
839
  #
840
+ # @option params [Types::TestGridVpcConfig] :vpc_config
841
+ # The VPC security groups and subnets that are attached to a project.
842
+ #
840
843
  # @return [Types::CreateTestGridProjectResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
841
844
  #
842
845
  # * {Types::CreateTestGridProjectResult#test_grid_project #test_grid_project} => Types::TestGridProject
@@ -846,6 +849,11 @@ module Aws::DeviceFarm
846
849
  # resp = client.create_test_grid_project({
847
850
  # name: "ResourceName", # required
848
851
  # description: "ResourceDescription",
852
+ # vpc_config: {
853
+ # security_group_ids: ["NonEmptyString"], # required
854
+ # subnet_ids: ["NonEmptyString"], # required
855
+ # vpc_id: "NonEmptyString", # required
856
+ # },
849
857
  # })
850
858
  #
851
859
  # @example Response structure
@@ -853,6 +861,11 @@ module Aws::DeviceFarm
853
861
  # resp.test_grid_project.arn #=> String
854
862
  # resp.test_grid_project.name #=> String
855
863
  # resp.test_grid_project.description #=> String
864
+ # resp.test_grid_project.vpc_config.security_group_ids #=> Array
865
+ # resp.test_grid_project.vpc_config.security_group_ids[0] #=> String
866
+ # resp.test_grid_project.vpc_config.subnet_ids #=> Array
867
+ # resp.test_grid_project.vpc_config.subnet_ids[0] #=> String
868
+ # resp.test_grid_project.vpc_config.vpc_id #=> String
856
869
  # resp.test_grid_project.created #=> Time
857
870
  #
858
871
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridProject AWS API Documentation
@@ -2534,6 +2547,11 @@ module Aws::DeviceFarm
2534
2547
  # resp.test_grid_project.arn #=> String
2535
2548
  # resp.test_grid_project.name #=> String
2536
2549
  # resp.test_grid_project.description #=> String
2550
+ # resp.test_grid_project.vpc_config.security_group_ids #=> Array
2551
+ # resp.test_grid_project.vpc_config.security_group_ids[0] #=> String
2552
+ # resp.test_grid_project.vpc_config.subnet_ids #=> Array
2553
+ # resp.test_grid_project.vpc_config.subnet_ids[0] #=> String
2554
+ # resp.test_grid_project.vpc_config.vpc_id #=> String
2537
2555
  # resp.test_grid_project.created #=> Time
2538
2556
  #
2539
2557
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetTestGridProject AWS API Documentation
@@ -3064,9 +3082,9 @@ module Aws::DeviceFarm
3064
3082
  # next_token: "PaginationToken",
3065
3083
  # filters: [
3066
3084
  # {
3067
- # attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
3068
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
3069
- # values: ["String"],
3085
+ # 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
3086
+ # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
3087
+ # values: ["String"], # required
3070
3088
  # },
3071
3089
  # ],
3072
3090
  # })
@@ -4154,6 +4172,11 @@ module Aws::DeviceFarm
4154
4172
  # resp.test_grid_projects[0].arn #=> String
4155
4173
  # resp.test_grid_projects[0].name #=> String
4156
4174
  # resp.test_grid_projects[0].description #=> String
4175
+ # resp.test_grid_projects[0].vpc_config.security_group_ids #=> Array
4176
+ # resp.test_grid_projects[0].vpc_config.security_group_ids[0] #=> String
4177
+ # resp.test_grid_projects[0].vpc_config.subnet_ids #=> Array
4178
+ # resp.test_grid_projects[0].vpc_config.subnet_ids[0] #=> String
4179
+ # resp.test_grid_projects[0].vpc_config.vpc_id #=> String
4157
4180
  # resp.test_grid_projects[0].created #=> Time
4158
4181
  # resp.next_token #=> String
4159
4182
  #
@@ -4692,10 +4715,10 @@ module Aws::DeviceFarm
4692
4715
  # invoke this operation, contact
4693
4716
  # [aws-devicefarm-support@amazon.com](mailto:aws-devicefarm-support@amazon.com).
4694
4717
  #
4695
- # @option params [String] :offering_id
4718
+ # @option params [required, String] :offering_id
4696
4719
  # The ID of the offering.
4697
4720
  #
4698
- # @option params [Integer] :quantity
4721
+ # @option params [required, Integer] :quantity
4699
4722
  # The number of device slots to purchase in an offering request.
4700
4723
  #
4701
4724
  # @option params [String] :offering_promotion_id
@@ -4741,8 +4764,8 @@ module Aws::DeviceFarm
4741
4764
  # @example Request syntax with placeholder values
4742
4765
  #
4743
4766
  # resp = client.purchase_offering({
4744
- # offering_id: "OfferingIdentifier",
4745
- # quantity: 1,
4767
+ # offering_id: "OfferingIdentifier", # required
4768
+ # quantity: 1, # required
4746
4769
  # offering_promotion_id: "OfferingPromotionIdentifier",
4747
4770
  # })
4748
4771
  #
@@ -4780,10 +4803,10 @@ module Aws::DeviceFarm
4780
4803
  # operation. If you must be able to invoke this operation, contact
4781
4804
  # [aws-devicefarm-support@amazon.com](mailto:aws-devicefarm-support@amazon.com).
4782
4805
  #
4783
- # @option params [String] :offering_id
4806
+ # @option params [required, String] :offering_id
4784
4807
  # The ID of a request to renew an offering.
4785
4808
  #
4786
- # @option params [Integer] :quantity
4809
+ # @option params [required, Integer] :quantity
4787
4810
  # The quantity requested in an offering renewal.
4788
4811
  #
4789
4812
  # @return [Types::RenewOfferingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -4826,8 +4849,8 @@ module Aws::DeviceFarm
4826
4849
  # @example Request syntax with placeholder values
4827
4850
  #
4828
4851
  # resp = client.renew_offering({
4829
- # offering_id: "OfferingIdentifier",
4830
- # quantity: 1,
4852
+ # offering_id: "OfferingIdentifier", # required
4853
+ # quantity: 1, # required
4831
4854
  # })
4832
4855
  #
4833
4856
  # @example Response structure
@@ -4925,9 +4948,9 @@ module Aws::DeviceFarm
4925
4948
  # device_selection_configuration: {
4926
4949
  # filters: [ # required
4927
4950
  # {
4928
- # attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
4929
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
4930
- # values: ["String"],
4951
+ # 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
4952
+ # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
4953
+ # values: ["String"], # required
4931
4954
  # },
4932
4955
  # ],
4933
4956
  # max_devices: 1, # required
@@ -5799,6 +5822,9 @@ module Aws::DeviceFarm
5799
5822
  # @option params [String] :description
5800
5823
  # Human-readable description for the project.
5801
5824
  #
5825
+ # @option params [Types::TestGridVpcConfig] :vpc_config
5826
+ # The VPC security groups and subnets that are attached to a project.
5827
+ #
5802
5828
  # @return [Types::UpdateTestGridProjectResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5803
5829
  #
5804
5830
  # * {Types::UpdateTestGridProjectResult#test_grid_project #test_grid_project} => Types::TestGridProject
@@ -5809,6 +5835,11 @@ module Aws::DeviceFarm
5809
5835
  # project_arn: "DeviceFarmArn", # required
5810
5836
  # name: "ResourceName",
5811
5837
  # description: "ResourceDescription",
5838
+ # vpc_config: {
5839
+ # security_group_ids: ["NonEmptyString"], # required
5840
+ # subnet_ids: ["NonEmptyString"], # required
5841
+ # vpc_id: "NonEmptyString", # required
5842
+ # },
5812
5843
  # })
5813
5844
  #
5814
5845
  # @example Response structure
@@ -5816,6 +5847,11 @@ module Aws::DeviceFarm
5816
5847
  # resp.test_grid_project.arn #=> String
5817
5848
  # resp.test_grid_project.name #=> String
5818
5849
  # resp.test_grid_project.description #=> String
5850
+ # resp.test_grid_project.vpc_config.security_group_ids #=> Array
5851
+ # resp.test_grid_project.vpc_config.security_group_ids[0] #=> String
5852
+ # resp.test_grid_project.vpc_config.subnet_ids #=> Array
5853
+ # resp.test_grid_project.vpc_config.subnet_ids[0] #=> String
5854
+ # resp.test_grid_project.vpc_config.vpc_id #=> String
5819
5855
  # resp.test_grid_project.created #=> Time
5820
5856
  #
5821
5857
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateTestGridProject AWS API Documentation
@@ -5946,7 +5982,7 @@ module Aws::DeviceFarm
5946
5982
  params: params,
5947
5983
  config: config)
5948
5984
  context[:gem_name] = 'aws-sdk-devicefarm'
5949
- context[:gem_version] = '1.41.0'
5985
+ context[:gem_version] = '1.42.0'
5950
5986
  Seahorse::Client::Request.new(handlers, context)
5951
5987
  end
5952
5988
 
@@ -215,6 +215,7 @@ module Aws::DeviceFarm
215
215
  NetworkProfile = Shapes::StructureShape.new(name: 'NetworkProfile')
216
216
  NetworkProfileType = Shapes::StringShape.new(name: 'NetworkProfileType')
217
217
  NetworkProfiles = Shapes::ListShape.new(name: 'NetworkProfiles')
218
+ NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
218
219
  NotEligibleException = Shapes::StructureShape.new(name: 'NotEligibleException')
219
220
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
220
221
  Offering = Shapes::StructureShape.new(name: 'Offering')
@@ -264,6 +265,9 @@ module Aws::DeviceFarm
264
265
  ScheduleRunRequest = Shapes::StructureShape.new(name: 'ScheduleRunRequest')
265
266
  ScheduleRunResult = Shapes::StructureShape.new(name: 'ScheduleRunResult')
266
267
  ScheduleRunTest = Shapes::StructureShape.new(name: 'ScheduleRunTest')
268
+ SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
269
+ SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
270
+ SensitiveURL = Shapes::StringShape.new(name: 'SensitiveURL')
267
271
  ServiceAccountException = Shapes::StructureShape.new(name: 'ServiceAccountException')
268
272
  ServiceDnsName = Shapes::StringShape.new(name: 'ServiceDnsName')
269
273
  SkipAppResign = Shapes::BooleanShape.new(name: 'SkipAppResign')
@@ -275,6 +279,7 @@ module Aws::DeviceFarm
275
279
  StopRunRequest = Shapes::StructureShape.new(name: 'StopRunRequest')
276
280
  StopRunResult = Shapes::StructureShape.new(name: 'StopRunResult')
277
281
  String = Shapes::StringShape.new(name: 'String')
282
+ SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
278
283
  Suite = Shapes::StructureShape.new(name: 'Suite')
279
284
  Suites = Shapes::ListShape.new(name: 'Suites')
280
285
  Tag = Shapes::StructureShape.new(name: 'Tag')
@@ -299,6 +304,7 @@ module Aws::DeviceFarm
299
304
  TestGridSessionStatus = Shapes::StringShape.new(name: 'TestGridSessionStatus')
300
305
  TestGridSessions = Shapes::ListShape.new(name: 'TestGridSessions')
301
306
  TestGridUrlExpiresInSecondsInput = Shapes::IntegerShape.new(name: 'TestGridUrlExpiresInSecondsInput')
307
+ TestGridVpcConfig = Shapes::StructureShape.new(name: 'TestGridVpcConfig')
302
308
  TestParameters = Shapes::MapShape.new(name: 'TestParameters')
303
309
  TestType = Shapes::StringShape.new(name: 'TestType')
304
310
  Tests = Shapes::ListShape.new(name: 'Tests')
@@ -449,6 +455,7 @@ module Aws::DeviceFarm
449
455
 
450
456
  CreateTestGridProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
451
457
  CreateTestGridProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
458
+ CreateTestGridProjectRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: TestGridVpcConfig, location_name: "vpcConfig"))
452
459
  CreateTestGridProjectRequest.struct_class = Types::CreateTestGridProjectRequest
453
460
 
454
461
  CreateTestGridProjectResult.add_member(:test_grid_project, Shapes::ShapeRef.new(shape: TestGridProject, location_name: "testGridProject"))
@@ -458,7 +465,7 @@ module Aws::DeviceFarm
458
465
  CreateTestGridUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: TestGridUrlExpiresInSecondsInput, required: true, location_name: "expiresInSeconds"))
459
466
  CreateTestGridUrlRequest.struct_class = Types::CreateTestGridUrlRequest
460
467
 
461
- CreateTestGridUrlResult.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "url"))
468
+ CreateTestGridUrlResult.add_member(:url, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "url"))
462
469
  CreateTestGridUrlResult.add_member(:expires, Shapes::ShapeRef.new(shape: DateTime, location_name: "expires"))
463
470
  CreateTestGridUrlResult.struct_class = Types::CreateTestGridUrlResult
464
471
 
@@ -553,9 +560,9 @@ module Aws::DeviceFarm
553
560
  Device.add_member(:availability, Shapes::ShapeRef.new(shape: DeviceAvailability, location_name: "availability"))
554
561
  Device.struct_class = Types::Device
555
562
 
556
- DeviceFilter.add_member(:attribute, Shapes::ShapeRef.new(shape: DeviceFilterAttribute, location_name: "attribute"))
557
- DeviceFilter.add_member(:operator, Shapes::ShapeRef.new(shape: RuleOperator, location_name: "operator"))
558
- DeviceFilter.add_member(:values, Shapes::ShapeRef.new(shape: DeviceFilterValues, location_name: "values"))
563
+ DeviceFilter.add_member(:attribute, Shapes::ShapeRef.new(shape: DeviceFilterAttribute, required: true, location_name: "attribute"))
564
+ DeviceFilter.add_member(:operator, Shapes::ShapeRef.new(shape: RuleOperator, required: true, location_name: "operator"))
565
+ DeviceFilter.add_member(:values, Shapes::ShapeRef.new(shape: DeviceFilterValues, required: true, location_name: "values"))
559
566
  DeviceFilter.struct_class = Types::DeviceFilter
560
567
 
561
568
  DeviceFilterValues.member = Shapes::ShapeRef.new(shape: String)
@@ -1080,8 +1087,8 @@ module Aws::DeviceFarm
1080
1087
 
1081
1088
  Projects.member = Shapes::ShapeRef.new(shape: Project)
1082
1089
 
1083
- PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, location_name: "offeringId"))
1084
- PurchaseOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
1090
+ PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, required: true, location_name: "offeringId"))
1091
+ PurchaseOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "quantity"))
1085
1092
  PurchaseOfferingRequest.add_member(:offering_promotion_id, Shapes::ShapeRef.new(shape: OfferingPromotionIdentifier, location_name: "offeringPromotionId"))
1086
1093
  PurchaseOfferingRequest.struct_class = Types::PurchaseOfferingRequest
1087
1094
 
@@ -1128,8 +1135,8 @@ module Aws::DeviceFarm
1128
1135
 
1129
1136
  RemoteAccessSessions.member = Shapes::ShapeRef.new(shape: RemoteAccessSession)
1130
1137
 
1131
- RenewOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, location_name: "offeringId"))
1132
- RenewOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
1138
+ RenewOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, required: true, location_name: "offeringId"))
1139
+ RenewOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "quantity"))
1133
1140
  RenewOfferingRequest.struct_class = Types::RenewOfferingRequest
1134
1141
 
1135
1142
  RenewOfferingResult.add_member(:offering_transaction, Shapes::ShapeRef.new(shape: OfferingTransaction, location_name: "offeringTransaction"))
@@ -1219,6 +1226,8 @@ module Aws::DeviceFarm
1219
1226
  ScheduleRunTest.add_member(:parameters, Shapes::ShapeRef.new(shape: TestParameters, location_name: "parameters"))
1220
1227
  ScheduleRunTest.struct_class = Types::ScheduleRunTest
1221
1228
 
1229
+ SecurityGroupIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
1230
+
1222
1231
  ServiceAccountException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
1223
1232
  ServiceAccountException.struct_class = Types::ServiceAccountException
1224
1233
 
@@ -1240,6 +1249,8 @@ module Aws::DeviceFarm
1240
1249
  StopRunResult.add_member(:run, Shapes::ShapeRef.new(shape: Run, location_name: "run"))
1241
1250
  StopRunResult.struct_class = Types::StopRunResult
1242
1251
 
1252
+ SubnetIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
1253
+
1243
1254
  Suite.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
1244
1255
  Suite.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
1245
1256
  Suite.add_member(:type, Shapes::ShapeRef.new(shape: TestType, location_name: "type"))
@@ -1293,6 +1304,7 @@ module Aws::DeviceFarm
1293
1304
  TestGridProject.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, location_name: "arn"))
1294
1305
  TestGridProject.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
1295
1306
  TestGridProject.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1307
+ TestGridProject.add_member(:vpc_config, Shapes::ShapeRef.new(shape: TestGridVpcConfig, location_name: "vpcConfig"))
1296
1308
  TestGridProject.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
1297
1309
  TestGridProject.struct_class = Types::TestGridProject
1298
1310
 
@@ -1317,13 +1329,18 @@ module Aws::DeviceFarm
1317
1329
 
1318
1330
  TestGridSessionArtifact.add_member(:filename, Shapes::ShapeRef.new(shape: String, location_name: "filename"))
1319
1331
  TestGridSessionArtifact.add_member(:type, Shapes::ShapeRef.new(shape: TestGridSessionArtifactType, location_name: "type"))
1320
- TestGridSessionArtifact.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "url"))
1332
+ TestGridSessionArtifact.add_member(:url, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "url"))
1321
1333
  TestGridSessionArtifact.struct_class = Types::TestGridSessionArtifact
1322
1334
 
1323
1335
  TestGridSessionArtifacts.member = Shapes::ShapeRef.new(shape: TestGridSessionArtifact)
1324
1336
 
1325
1337
  TestGridSessions.member = Shapes::ShapeRef.new(shape: TestGridSession)
1326
1338
 
1339
+ TestGridVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, required: true, location_name: "securityGroupIds"))
1340
+ TestGridVpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "subnetIds"))
1341
+ TestGridVpcConfig.add_member(:vpc_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "vpcId"))
1342
+ TestGridVpcConfig.struct_class = Types::TestGridVpcConfig
1343
+
1327
1344
  TestParameters.key = Shapes::ShapeRef.new(shape: String)
1328
1345
  TestParameters.value = Shapes::ShapeRef.new(shape: String)
1329
1346
 
@@ -1410,6 +1427,7 @@ module Aws::DeviceFarm
1410
1427
  UpdateTestGridProjectRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "projectArn"))
1411
1428
  UpdateTestGridProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
1412
1429
  UpdateTestGridProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
1430
+ UpdateTestGridProjectRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: TestGridVpcConfig, location_name: "vpcConfig"))
1413
1431
  UpdateTestGridProjectRequest.struct_class = Types::UpdateTestGridProjectRequest
1414
1432
 
1415
1433
  UpdateTestGridProjectResult.add_member(:test_grid_project, Shapes::ShapeRef.new(shape: TestGridProject, location_name: "testGridProject"))
@@ -1439,7 +1457,7 @@ module Aws::DeviceFarm
1439
1457
  Upload.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
1440
1458
  Upload.add_member(:type, Shapes::ShapeRef.new(shape: UploadType, location_name: "type"))
1441
1459
  Upload.add_member(:status, Shapes::ShapeRef.new(shape: UploadStatus, location_name: "status"))
1442
- Upload.add_member(:url, Shapes::ShapeRef.new(shape: URL, location_name: "url"))
1460
+ Upload.add_member(:url, Shapes::ShapeRef.new(shape: SensitiveURL, location_name: "url"))
1443
1461
  Upload.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
1444
1462
  Upload.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "contentType"))
1445
1463
  Upload.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
@@ -1542,6 +1560,8 @@ module Aws::DeviceFarm
1542
1560
  o.http_request_uri = "/"
1543
1561
  o.input = Shapes::ShapeRef.new(shape: CreateTestGridProjectRequest)
1544
1562
  o.output = Shapes::ShapeRef.new(shape: CreateTestGridProjectResult)
1563
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1564
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1545
1565
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1546
1566
  end)
1547
1567
 
@@ -2457,6 +2477,7 @@ module Aws::DeviceFarm
2457
2477
  o.output = Shapes::ShapeRef.new(shape: UpdateTestGridProjectResult)
2458
2478
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2459
2479
  o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
2480
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2460
2481
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2461
2482
  end)
2462
2483
 
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -742,6 +742,11 @@ module Aws::DeviceFarm
742
742
  # {
743
743
  # name: "ResourceName", # required
744
744
  # description: "ResourceDescription",
745
+ # vpc_config: {
746
+ # security_group_ids: ["NonEmptyString"], # required
747
+ # subnet_ids: ["NonEmptyString"], # required
748
+ # vpc_id: "NonEmptyString", # required
749
+ # },
745
750
  # }
746
751
  #
747
752
  # @!attribute [rw] name
@@ -752,11 +757,16 @@ module Aws::DeviceFarm
752
757
  # Human-readable description of the project.
753
758
  # @return [String]
754
759
  #
760
+ # @!attribute [rw] vpc_config
761
+ # The VPC security groups and subnets that are attached to a project.
762
+ # @return [Types::TestGridVpcConfig]
763
+ #
755
764
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridProjectRequest AWS API Documentation
756
765
  #
757
766
  class CreateTestGridProjectRequest < Struct.new(
758
767
  :name,
759
- :description)
768
+ :description,
769
+ :vpc_config)
760
770
  SENSITIVE = []
761
771
  include Aws::Structure
762
772
  end
@@ -814,7 +824,7 @@ module Aws::DeviceFarm
814
824
  class CreateTestGridUrlResult < Struct.new(
815
825
  :url,
816
826
  :expires)
817
- SENSITIVE = []
827
+ SENSITIVE = [:url]
818
828
  include Aws::Structure
819
829
  end
820
830
 
@@ -1426,9 +1436,9 @@ module Aws::DeviceFarm
1426
1436
  # data as a hash:
1427
1437
  #
1428
1438
  # {
1429
- # attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
1430
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
1431
- # values: ["String"],
1439
+ # 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
1440
+ # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
1441
+ # values: ["String"], # required
1432
1442
  # }
1433
1443
  #
1434
1444
  # @!attribute [rw] attribute
@@ -1717,9 +1727,9 @@ module Aws::DeviceFarm
1717
1727
  # {
1718
1728
  # filters: [ # required
1719
1729
  # {
1720
- # attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
1721
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
1722
- # values: ["String"],
1730
+ # 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
1731
+ # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
1732
+ # values: ["String"], # required
1723
1733
  # },
1724
1734
  # ],
1725
1735
  # max_devices: 1, # required
@@ -3170,9 +3180,9 @@ module Aws::DeviceFarm
3170
3180
  # next_token: "PaginationToken",
3171
3181
  # filters: [
3172
3182
  # {
3173
- # attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
3174
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
3175
- # values: ["String"],
3183
+ # 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
3184
+ # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
3185
+ # values: ["String"], # required
3176
3186
  # },
3177
3187
  # ],
3178
3188
  # }
@@ -4774,8 +4784,8 @@ module Aws::DeviceFarm
4774
4784
  # data as a hash:
4775
4785
  #
4776
4786
  # {
4777
- # offering_id: "OfferingIdentifier",
4778
- # quantity: 1,
4787
+ # offering_id: "OfferingIdentifier", # required
4788
+ # quantity: 1, # required
4779
4789
  # offering_promotion_id: "OfferingPromotionIdentifier",
4780
4790
  # }
4781
4791
  #
@@ -5092,8 +5102,8 @@ module Aws::DeviceFarm
5092
5102
  # data as a hash:
5093
5103
  #
5094
5104
  # {
5095
- # offering_id: "OfferingIdentifier",
5096
- # quantity: 1,
5105
+ # offering_id: "OfferingIdentifier", # required
5106
+ # quantity: 1, # required
5097
5107
  # }
5098
5108
  #
5099
5109
  # @!attribute [rw] offering_id
@@ -5727,9 +5737,9 @@ module Aws::DeviceFarm
5727
5737
  # device_selection_configuration: {
5728
5738
  # filters: [ # required
5729
5739
  # {
5730
- # attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
5731
- # operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
5732
- # values: ["String"],
5740
+ # 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
5741
+ # operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
5742
+ # values: ["String"], # required
5733
5743
  # },
5734
5744
  # ],
5735
5745
  # max_devices: 1, # required
@@ -6550,6 +6560,10 @@ module Aws::DeviceFarm
6550
6560
  # A human-readable description for the project.
6551
6561
  # @return [String]
6552
6562
  #
6563
+ # @!attribute [rw] vpc_config
6564
+ # The VPC security groups and subnets that are attached to a project.
6565
+ # @return [Types::TestGridVpcConfig]
6566
+ #
6553
6567
  # @!attribute [rw] created
6554
6568
  # When the project was created.
6555
6569
  # @return [Time]
@@ -6560,6 +6574,7 @@ module Aws::DeviceFarm
6560
6574
  :arn,
6561
6575
  :name,
6562
6576
  :description,
6577
+ :vpc_config,
6563
6578
  :created)
6564
6579
  SENSITIVE = []
6565
6580
  include Aws::Structure
@@ -6667,6 +6682,39 @@ module Aws::DeviceFarm
6667
6682
  :filename,
6668
6683
  :type,
6669
6684
  :url)
6685
+ SENSITIVE = [:url]
6686
+ include Aws::Structure
6687
+ end
6688
+
6689
+ # The VPC security groups and subnets that are attached to a project.
6690
+ #
6691
+ # @note When making an API call, you may pass TestGridVpcConfig
6692
+ # data as a hash:
6693
+ #
6694
+ # {
6695
+ # security_group_ids: ["NonEmptyString"], # required
6696
+ # subnet_ids: ["NonEmptyString"], # required
6697
+ # vpc_id: "NonEmptyString", # required
6698
+ # }
6699
+ #
6700
+ # @!attribute [rw] security_group_ids
6701
+ # A list of VPC security group IDs in your Amazon VPC.
6702
+ # @return [Array<String>]
6703
+ #
6704
+ # @!attribute [rw] subnet_ids
6705
+ # A list of VPC subnet IDs in your Amazon VPC.
6706
+ # @return [Array<String>]
6707
+ #
6708
+ # @!attribute [rw] vpc_id
6709
+ # The ID of the Amazon VPC.
6710
+ # @return [String]
6711
+ #
6712
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/TestGridVpcConfig AWS API Documentation
6713
+ #
6714
+ class TestGridVpcConfig < Struct.new(
6715
+ :security_group_ids,
6716
+ :subnet_ids,
6717
+ :vpc_id)
6670
6718
  SENSITIVE = []
6671
6719
  include Aws::Structure
6672
6720
  end
@@ -7131,6 +7179,11 @@ module Aws::DeviceFarm
7131
7179
  # project_arn: "DeviceFarmArn", # required
7132
7180
  # name: "ResourceName",
7133
7181
  # description: "ResourceDescription",
7182
+ # vpc_config: {
7183
+ # security_group_ids: ["NonEmptyString"], # required
7184
+ # subnet_ids: ["NonEmptyString"], # required
7185
+ # vpc_id: "NonEmptyString", # required
7186
+ # },
7134
7187
  # }
7135
7188
  #
7136
7189
  # @!attribute [rw] project_arn
@@ -7145,12 +7198,17 @@ module Aws::DeviceFarm
7145
7198
  # Human-readable description for the project.
7146
7199
  # @return [String]
7147
7200
  #
7201
+ # @!attribute [rw] vpc_config
7202
+ # The VPC security groups and subnets that are attached to a project.
7203
+ # @return [Types::TestGridVpcConfig]
7204
+ #
7148
7205
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateTestGridProjectRequest AWS API Documentation
7149
7206
  #
7150
7207
  class UpdateTestGridProjectRequest < Struct.new(
7151
7208
  :project_arn,
7152
7209
  :name,
7153
- :description)
7210
+ :description,
7211
+ :vpc_config)
7154
7212
  SENSITIVE = []
7155
7213
  include Aws::Structure
7156
7214
  end
@@ -7420,7 +7478,7 @@ module Aws::DeviceFarm
7420
7478
  :content_type,
7421
7479
  :message,
7422
7480
  :category)
7423
- SENSITIVE = []
7481
+ SENSITIVE = [:url]
7424
7482
  include Aws::Structure
7425
7483
  end
7426
7484
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devicefarm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-devicefarm
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-devicefarm/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - AWS Device Farm