aws-sdk-core 2.11.183 → 2.11.184

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
  SHA1:
3
- metadata.gz: 394ab4b43f3e19009227c93db747ed8d512f1e19
4
- data.tar.gz: dca898a1077090e547b5d85dfb0af86e24faca16
3
+ metadata.gz: d0fd7e18bb8264bededeb13ecd4121705a304c2f
4
+ data.tar.gz: 58c9af838ed18f6baa8d016fe93f04c53ad85ebd
5
5
  SHA512:
6
- metadata.gz: a588834c5fe44405201212418481e93b01181b1ea2200818e5dd79a656955504f967d82a0ed3213e2d169889167fb3a79587cc774a3c2ffbd1904128125ec43c
7
- data.tar.gz: 987f8a05a323cdfe1f12e9a90bdc950733cbf79f46e8ea9f233fb2b09c4472ddf53ffb6b8e682f23927af90b9b61e1b44e8e54b2b6ed8fd4411f1cbebe4a6b71
6
+ metadata.gz: 5ec6519372e59a837990221b7e8de5b07fee9a6b99bb81868b3a49118c53483eff8f73632527df2ed884337414525a7a2086797dd349f6fba269a5e7998b5ca1
7
+ data.tar.gz: 9bc7d7c656b4c1b972fbdb8edc506c596d90a3edd1755cd3e318116754f8946f8ca59611ad70f6037d1c480580bd78f4452f4602d327b3e4d81f7e6c63112ffb
@@ -1392,7 +1392,8 @@
1392
1392
  "remoteDebugEnabled":{"shape":"Boolean"},
1393
1393
  "fleetType":{"shape":"String"},
1394
1394
  "fleetName":{"shape":"String"},
1395
- "instances":{"shape":"DeviceInstances"}
1395
+ "instances":{"shape":"DeviceInstances"},
1396
+ "availability":{"shape":"DeviceAvailability"}
1396
1397
  }
1397
1398
  },
1398
1399
  "DeviceAttribute":{
@@ -1410,6 +1411,61 @@
1410
1411
  "FLEET_TYPE"
1411
1412
  ]
1412
1413
  },
1414
+ "DeviceAvailability":{
1415
+ "type":"string",
1416
+ "enum":[
1417
+ "TEMPORARY_NOT_AVAILABLE",
1418
+ "BUSY",
1419
+ "AVAILABLE",
1420
+ "HIGHLY_AVAILABLE"
1421
+ ]
1422
+ },
1423
+ "DeviceFilter":{
1424
+ "type":"structure",
1425
+ "members":{
1426
+ "attribute":{"shape":"DeviceFilterAttribute"},
1427
+ "operator":{"shape":"DeviceFilterOperator"},
1428
+ "values":{"shape":"DeviceFilterValues"}
1429
+ }
1430
+ },
1431
+ "DeviceFilterAttribute":{
1432
+ "type":"string",
1433
+ "enum":[
1434
+ "ARN",
1435
+ "PLATFORM",
1436
+ "OS_VERSION",
1437
+ "MODEL",
1438
+ "AVAILABILITY",
1439
+ "FORM_FACTOR",
1440
+ "MANUFACTURER",
1441
+ "REMOTE_ACCESS_ENABLED",
1442
+ "REMOTE_DEBUG_ENABLED",
1443
+ "INSTANCE_ARN",
1444
+ "INSTANCE_LABELS",
1445
+ "FLEET_TYPE"
1446
+ ]
1447
+ },
1448
+ "DeviceFilterOperator":{
1449
+ "type":"string",
1450
+ "enum":[
1451
+ "EQUALS",
1452
+ "LESS_THAN",
1453
+ "LESS_THAN_OR_EQUALS",
1454
+ "GREATER_THAN",
1455
+ "GREATER_THAN_OR_EQUALS",
1456
+ "IN",
1457
+ "NOT_IN",
1458
+ "CONTAINS"
1459
+ ]
1460
+ },
1461
+ "DeviceFilterValues":{
1462
+ "type":"list",
1463
+ "member":{"shape":"String"}
1464
+ },
1465
+ "DeviceFilters":{
1466
+ "type":"list",
1467
+ "member":{"shape":"DeviceFilter"}
1468
+ },
1413
1469
  "DeviceFormFactor":{
1414
1470
  "type":"string",
1415
1471
  "enum":[
@@ -1484,6 +1540,25 @@
1484
1540
  "type":"list",
1485
1541
  "member":{"shape":"DevicePool"}
1486
1542
  },
1543
+ "DeviceSelectionConfiguration":{
1544
+ "type":"structure",
1545
+ "required":[
1546
+ "filters",
1547
+ "maxDevices"
1548
+ ],
1549
+ "members":{
1550
+ "filters":{"shape":"DeviceFilters"},
1551
+ "maxDevices":{"shape":"Integer"}
1552
+ }
1553
+ },
1554
+ "DeviceSelectionResult":{
1555
+ "type":"structure",
1556
+ "members":{
1557
+ "filters":{"shape":"DeviceFilters"},
1558
+ "matchedDevicesCount":{"shape":"Integer"},
1559
+ "maxDevices":{"shape":"Integer"}
1560
+ }
1561
+ },
1487
1562
  "Devices":{
1488
1563
  "type":"list",
1489
1564
  "member":{"shape":"Device"}
@@ -1923,7 +1998,8 @@
1923
1998
  "type":"structure",
1924
1999
  "members":{
1925
2000
  "arn":{"shape":"AmazonResourceName"},
1926
- "nextToken":{"shape":"PaginationToken"}
2001
+ "nextToken":{"shape":"PaginationToken"},
2002
+ "filters":{"shape":"DeviceFilters"}
1927
2003
  }
1928
2004
  },
1929
2005
  "ListDevicesResult":{
@@ -2503,7 +2579,8 @@
2503
2579
  "customerArtifactPaths":{"shape":"CustomerArtifactPaths"},
2504
2580
  "webUrl":{"shape":"String"},
2505
2581
  "skipAppResign":{"shape":"SkipAppResign"},
2506
- "testSpecArn":{"shape":"AmazonResourceName"}
2582
+ "testSpecArn":{"shape":"AmazonResourceName"},
2583
+ "deviceSelectionResult":{"shape":"DeviceSelectionResult"}
2507
2584
  }
2508
2585
  },
2509
2586
  "Runs":{
@@ -2562,13 +2639,13 @@
2562
2639
  "type":"structure",
2563
2640
  "required":[
2564
2641
  "projectArn",
2565
- "devicePoolArn",
2566
2642
  "test"
2567
2643
  ],
2568
2644
  "members":{
2569
2645
  "projectArn":{"shape":"AmazonResourceName"},
2570
2646
  "appArn":{"shape":"AmazonResourceName"},
2571
2647
  "devicePoolArn":{"shape":"AmazonResourceName"},
2648
+ "deviceSelectionConfiguration":{"shape":"DeviceSelectionConfiguration"},
2572
2649
  "name":{"shape":"Name"},
2573
2650
  "test":{"shape":"ScheduleRunTest"},
2574
2651
  "configuration":{"shape":"ScheduleRunConfiguration"},
@@ -1740,7 +1740,8 @@
1740
1740
  "DiskStatus":{"shape":"string"},
1741
1741
  "DiskSizeInBytes":{"shape":"long"},
1742
1742
  "DiskAllocationType":{"shape":"DiskAllocationType"},
1743
- "DiskAllocationResource":{"shape":"string"}
1743
+ "DiskAllocationResource":{"shape":"string"},
1744
+ "DiskAttributeList":{"shape":"DiskAttributeList"}
1744
1745
  }
1745
1746
  },
1746
1747
  "DiskAllocationType":{
@@ -1748,6 +1749,17 @@
1748
1749
  "max":100,
1749
1750
  "min":3
1750
1751
  },
1752
+ "DiskAttribute":{
1753
+ "type":"string",
1754
+ "max":64,
1755
+ "min":1
1756
+ },
1757
+ "DiskAttributeList":{
1758
+ "type":"list",
1759
+ "member":{"shape":"DiskAttribute"},
1760
+ "max":10,
1761
+ "min":0
1762
+ },
1751
1763
  "DiskId":{
1752
1764
  "type":"string",
1753
1765
  "max":300,
@@ -1591,7 +1591,8 @@
1591
1591
  },
1592
1592
  "endpoints" : {
1593
1593
  "eu-west-1" : { },
1594
- "us-east-1" : { }
1594
+ "us-east-1" : { },
1595
+ "us-west-2" : { }
1595
1596
  }
1596
1597
  },
1597
1598
  "polly" : {
@@ -2401,6 +2402,23 @@
2401
2402
  "us-west-2" : { }
2402
2403
  }
2403
2404
  },
2405
+ "transfer" : {
2406
+ "endpoints" : {
2407
+ "ap-northeast-1" : { },
2408
+ "ap-northeast-2" : { },
2409
+ "ap-southeast-1" : { },
2410
+ "ap-southeast-2" : { },
2411
+ "ca-central-1" : { },
2412
+ "eu-central-1" : { },
2413
+ "eu-west-1" : { },
2414
+ "eu-west-2" : { },
2415
+ "eu-west-3" : { },
2416
+ "us-east-1" : { },
2417
+ "us-east-2" : { },
2418
+ "us-west-1" : { },
2419
+ "us-west-2" : { }
2420
+ }
2421
+ },
2404
2422
  "translate" : {
2405
2423
  "defaults" : {
2406
2424
  "protocols" : [ "https" ]
@@ -2750,6 +2768,11 @@
2750
2768
  "cn-northwest-1" : { }
2751
2769
  }
2752
2770
  },
2771
+ "polly" : {
2772
+ "endpoints" : {
2773
+ "cn-northwest-1" : { }
2774
+ }
2775
+ },
2753
2776
  "rds" : {
2754
2777
  "endpoints" : {
2755
2778
  "cn-north-1" : { },
@@ -2951,6 +2974,12 @@
2951
2974
  "codedeploy" : {
2952
2975
  "endpoints" : {
2953
2976
  "us-gov-east-1" : { },
2977
+ "us-gov-east-1-fips" : {
2978
+ "credentialScope" : {
2979
+ "region" : "us-gov-east-1"
2980
+ },
2981
+ "hostname" : "codedeploy-fips.us-gov-east-1.amazonaws.com"
2982
+ },
2954
2983
  "us-gov-west-1" : { },
2955
2984
  "us-gov-west-1-fips" : {
2956
2985
  "credentialScope" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.183'
2
+ VERSION = '2.11.184'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.183
4
+ version: 2.11.184
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: 2018-11-30 00:00:00.000000000 Z
11
+ date: 2018-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath