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.
- checksums.yaml +4 -4
- data/apis/directconnect/2012-10-25/api-2.json +19 -11
- data/apis/firehose/2015-08-04/api-2.json +10 -2
- data/apis/glue/2017-03-31/api-2.json +4 -1
- data/apis/pinpoint-email/2018-07-26/api-2.json +14 -1
- data/apis/pinpoint/2016-12-01/api-2.json +1168 -16
- data/apis/snowball/2016-06-30/api-2.json +26 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -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",
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2019-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|