aws-sdk-core 2.11.368 → 2.11.369

Sign up to get free protection for your applications and to get access to all the features.
@@ -169,6 +169,19 @@
169
169
  "input":{"shape":"GetSnowballUsageRequest"},
170
170
  "output":{"shape":"GetSnowballUsageResult"}
171
171
  },
172
+ "GetSoftwareUpdates":{
173
+ "name":"GetSoftwareUpdates",
174
+ "http":{
175
+ "method":"POST",
176
+ "requestUri":"/"
177
+ },
178
+ "input":{"shape":"GetSoftwareUpdatesRequest"},
179
+ "output":{"shape":"GetSoftwareUpdatesResult"},
180
+ "errors":[
181
+ {"shape":"InvalidResourceException"},
182
+ {"shape":"InvalidJobStateException"}
183
+ ]
184
+ },
172
185
  "ListClusterJobs":{
173
186
  "name":"ListClusterJobs",
174
187
  "http":{
@@ -573,6 +586,19 @@
573
586
  "SnowballsInUse":{"shape":"Integer"}
574
587
  }
575
588
  },
589
+ "GetSoftwareUpdatesRequest":{
590
+ "type":"structure",
591
+ "required":["JobId"],
592
+ "members":{
593
+ "JobId":{"shape":"JobId"}
594
+ }
595
+ },
596
+ "GetSoftwareUpdatesResult":{
597
+ "type":"structure",
598
+ "members":{
599
+ "UpdatesURI":{"shape":"String"}
600
+ }
601
+ },
576
602
  "Integer":{"type":"integer"},
577
603
  "InvalidAddressException":{
578
604
  "type":"structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.368'
2
+ VERSION = '2.11.369'
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.368
4
+ version: 2.11.369
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-10-04 00:00:00.000000000 Z
11
+ date: 2019-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath