aws-sdk-core 2.11.66 → 2.11.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d1008823969d7a6ac243dcc373621090dc68061
4
- data.tar.gz: 4a419b9f9a2da358de5182dfcc1298bd57f6dffd
3
+ metadata.gz: 42e7b451d69f4687ae667f7d6022b0021b78194f
4
+ data.tar.gz: 205c01877ab672542a49a439916dd1c704d44f26
5
5
  SHA512:
6
- metadata.gz: 870a868f80e88bc5ddf193371c04e402b10747e15347c9286826998233ebc7deecb4bb462787e8ab1d7def6e2a9078252e2200d5dc2ddbdee22ceb2f7614942e
7
- data.tar.gz: e33a1b7f59fe9e7465cea20598f76ed6295045354e78cb38886666b4928de1642162af5e0a38ebc0da6085a9ed279e2f2b04367ae165bdc65a75bfddf31aec6a
6
+ metadata.gz: 8742960a066c05b29712095fd50fbecd3456405ee299b570df4a0013c634739af483f6e534574be94cac23dff2d438326bda96219d448b7c22451e80ea4028ca
7
+ data.tar.gz: 3cdbd57139790682f75376829acb128c91a641ebb3ceff557a5fb25a1e69c7db6c0b631994282640084713198d6cde6500f4ebe852a181c2a63dd64aa214889b
@@ -1159,7 +1159,8 @@
1159
1159
  "CreateRemoteAccessSessionConfiguration":{
1160
1160
  "type":"structure",
1161
1161
  "members":{
1162
- "billingMethod":{"shape":"BillingMethod"}
1162
+ "billingMethod":{"shape":"BillingMethod"},
1163
+ "vpceConfigurationArns":{"shape":"AmazonResourceNames"}
1163
1164
  }
1164
1165
  },
1165
1166
  "CreateRemoteAccessSessionRequest":{
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListDevices",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "GetDevice",
12
+ "input": {
13
+ "arn": "arn:aws:devicefarm:us-west-2::device:000000000000000000000000fake-arn"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -790,8 +790,7 @@
790
790
  "type":"structure",
791
791
  "required":[
792
792
  "serviceName",
793
- "taskDefinition",
794
- "desiredCount"
793
+ "taskDefinition"
795
794
  ],
796
795
  "members":{
797
796
  "cluster":{"shape":"String"},
@@ -808,7 +807,8 @@
808
807
  "placementConstraints":{"shape":"PlacementConstraints"},
809
808
  "placementStrategy":{"shape":"PlacementStrategies"},
810
809
  "networkConfiguration":{"shape":"NetworkConfiguration"},
811
- "healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"}
810
+ "healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"},
811
+ "schedulingStrategy":{"shape":"SchedulingStrategy"}
812
812
  }
813
813
  },
814
814
  "CreateServiceResponse":{
@@ -849,7 +849,8 @@
849
849
  "required":["service"],
850
850
  "members":{
851
851
  "cluster":{"shape":"String"},
852
- "service":{"shape":"String"}
852
+ "service":{"shape":"String"},
853
+ "force":{"shape":"BoxedBoolean"}
853
854
  }
854
855
  },
855
856
  "DeleteServiceResponse":{
@@ -1187,7 +1188,8 @@
1187
1188
  "cluster":{"shape":"String"},
1188
1189
  "nextToken":{"shape":"String"},
1189
1190
  "maxResults":{"shape":"BoxedInteger"},
1190
- "launchType":{"shape":"LaunchType"}
1191
+ "launchType":{"shape":"LaunchType"},
1192
+ "schedulingStrategy":{"shape":"SchedulingStrategy"}
1191
1193
  }
1192
1194
  },
1193
1195
  "ListServicesResponse":{
@@ -1515,6 +1517,13 @@
1515
1517
  "failures":{"shape":"Failures"}
1516
1518
  }
1517
1519
  },
1520
+ "SchedulingStrategy":{
1521
+ "type":"string",
1522
+ "enum":[
1523
+ "REPLICA",
1524
+ "DAEMON"
1525
+ ]
1526
+ },
1518
1527
  "ServerException":{
1519
1528
  "type":"structure",
1520
1529
  "members":{
@@ -1546,7 +1555,8 @@
1546
1555
  "placementConstraints":{"shape":"PlacementConstraints"},
1547
1556
  "placementStrategy":{"shape":"PlacementStrategies"},
1548
1557
  "networkConfiguration":{"shape":"NetworkConfiguration"},
1549
- "healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"}
1558
+ "healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"},
1559
+ "schedulingStrategy":{"shape":"SchedulingStrategy"}
1550
1560
  }
1551
1561
  },
1552
1562
  "ServiceEvent":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.66'
2
+ VERSION = '2.11.67'
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.66
4
+ version: 2.11.67
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-06-11 00:00:00.000000000 Z
11
+ date: 2018-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -190,6 +190,7 @@ files:
190
190
  - apis/devicefarm/2015-06-23/api-2.json
191
191
  - apis/devicefarm/2015-06-23/examples-1.json
192
192
  - apis/devicefarm/2015-06-23/paginators-1.json
193
+ - apis/devicefarm/2015-06-23/smoke.json
193
194
  - apis/directconnect/2012-10-25/api-2.json
194
195
  - apis/directconnect/2012-10-25/examples-1.json
195
196
  - apis/directconnect/2012-10-25/paginators-1.json