aws-sdk-core 2.11.231 → 2.11.232

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: 1d93ef3f1cd330258f4676294efb6f4ce71f9705
4
- data.tar.gz: 69cffb9435bb299c4320574b525cd32e208d3eb7
3
+ metadata.gz: 2ae3561fb779ee66af80ccddcb3c94cbe2e609d0
4
+ data.tar.gz: 57ae0b87d111f4d47bdfa73b3c0f927fa9de76c2
5
5
  SHA512:
6
- metadata.gz: d97ccae1c44abd01966e5ea1c323ad58b6a99cf340ac369fbeb6e220863021f0ac7d630bbeae11a75ff73717d827376da306cda13aa22dee0a143bbab95bd672
7
- data.tar.gz: 925034fb0c112ad00b40cb82f9d9bb3e7ae9375b1119bc81bf95ed3a8731c0a8547df54891b9cba1f8309d71c080c6a57dd1e9fb395da0dbed52b3b2d02d4dd5
6
+ metadata.gz: ecb075904620fd200b96d1507215b894085c091a99690cd536d9946857d18ce4537421b2550af83c9f69580c3544e3aab25874bfe484d2e909d3152828515946
7
+ data.tar.gz: 5037a1d5025ac906b5b6df714ab3fd291cbc9f1f2815b2cd9e3e0e54551c388b4b31605d0312b614432e70caa3812c5fbe0198e578193796b4847f6e809e8db4
@@ -2380,6 +2380,15 @@
2380
2380
  "input":{"shape":"ModifyInstanceCreditSpecificationRequest"},
2381
2381
  "output":{"shape":"ModifyInstanceCreditSpecificationResult"}
2382
2382
  },
2383
+ "ModifyInstanceEventStartTime":{
2384
+ "name":"ModifyInstanceEventStartTime",
2385
+ "http":{
2386
+ "method":"POST",
2387
+ "requestUri":"/"
2388
+ },
2389
+ "input":{"shape":"ModifyInstanceEventStartTimeRequest"},
2390
+ "output":{"shape":"ModifyInstanceEventStartTimeResult"}
2391
+ },
2383
2392
  "ModifyInstancePlacement":{
2384
2393
  "name":"ModifyInstancePlacement",
2385
2394
  "http":{
@@ -8537,6 +8546,11 @@
8537
8546
  }
8538
8547
  }
8539
8548
  },
8549
+ "DescribeInstanceCreditSpecificationsMaxResults":{
8550
+ "type":"integer",
8551
+ "max":1000,
8552
+ "min":5
8553
+ },
8540
8554
  "DescribeInstanceCreditSpecificationsRequest":{
8541
8555
  "type":"structure",
8542
8556
  "members":{
@@ -8549,7 +8563,7 @@
8549
8563
  "shape":"InstanceIdStringList",
8550
8564
  "locationName":"InstanceId"
8551
8565
  },
8552
- "MaxResults":{"shape":"Integer"},
8566
+ "MaxResults":{"shape":"DescribeInstanceCreditSpecificationsMaxResults"},
8553
8567
  "NextToken":{"shape":"String"}
8554
8568
  }
8555
8569
  },
@@ -13691,6 +13705,7 @@
13691
13705
  "CpuCredits":{"shape":"String"}
13692
13706
  }
13693
13707
  },
13708
+ "InstanceEventId":{"type":"string"},
13694
13709
  "InstanceExportDetails":{
13695
13710
  "type":"structure",
13696
13711
  "members":{
@@ -14133,6 +14148,10 @@
14133
14148
  "InstanceStatusEvent":{
14134
14149
  "type":"structure",
14135
14150
  "members":{
14151
+ "InstanceEventId":{
14152
+ "shape":"InstanceEventId",
14153
+ "locationName":"instanceEventId"
14154
+ },
14136
14155
  "Code":{
14137
14156
  "shape":"EventCode",
14138
14157
  "locationName":"code"
@@ -14148,6 +14167,10 @@
14148
14167
  "NotBefore":{
14149
14168
  "shape":"DateTime",
14150
14169
  "locationName":"notBefore"
14170
+ },
14171
+ "NotBeforeDeadline":{
14172
+ "shape":"DateTime",
14173
+ "locationName":"notBeforeDeadline"
14151
14174
  }
14152
14175
  }
14153
14176
  },
@@ -15742,6 +15765,29 @@
15742
15765
  }
15743
15766
  }
15744
15767
  },
15768
+ "ModifyInstanceEventStartTimeRequest":{
15769
+ "type":"structure",
15770
+ "required":[
15771
+ "InstanceId",
15772
+ "InstanceEventId",
15773
+ "NotBefore"
15774
+ ],
15775
+ "members":{
15776
+ "DryRun":{"shape":"Boolean"},
15777
+ "InstanceId":{"shape":"String"},
15778
+ "InstanceEventId":{"shape":"String"},
15779
+ "NotBefore":{"shape":"DateTime"}
15780
+ }
15781
+ },
15782
+ "ModifyInstanceEventStartTimeResult":{
15783
+ "type":"structure",
15784
+ "members":{
15785
+ "Event":{
15786
+ "shape":"InstanceStatusEvent",
15787
+ "locationName":"event"
15788
+ }
15789
+ }
15790
+ },
15745
15791
  "ModifyInstancePlacementRequest":{
15746
15792
  "type":"structure",
15747
15793
  "required":["InstanceId"],
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.231'
2
+ VERSION = '2.11.232'
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.231
4
+ version: 2.11.232
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: 2019-02-28 00:00:00.000000000 Z
11
+ date: 2019-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath