aws-sdk-core 2.10.90 → 2.10.91
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 +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +22 -2
- data/apis/appsync/2017-07-25/api-2.json +1362 -0
- data/apis/appsync/2017-07-25/examples-1.json +5 -0
- data/apis/appsync/2017-07-25/paginators-1.json +4 -0
- data/apis/batch/2016-08-10/api-2.json +54 -4
- data/apis/codedeploy/2014-10-06/api-2.json +214 -18
- data/apis/cognito-idp/2016-04-18/api-2.json +840 -24
- data/apis/ec2/2016-11-15/api-2.json +1705 -29
- data/apis/guardduty/2017-11-28/api-2.json +2622 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +40 -0
- data/apis/lambda/2015-03-31/api-2.json +35 -5
- data/apis/mq/2017-11-27/api-2.json +1865 -0
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/appsync.rb +6 -0
- data/lib/aws-sdk-core/guardduty.rb +5 -0
- data/lib/aws-sdk-core/mq.rb +4 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +12 -0
- metadata +11 -2
data/lib/aws-sdk-core.rb
CHANGED
@@ -26,6 +26,7 @@ module Aws
|
|
26
26
|
ACM
|
27
27
|
APIGateway
|
28
28
|
AppStream
|
29
|
+
AppSync
|
29
30
|
ApplicationAutoScaling
|
30
31
|
ApplicationDiscoveryService
|
31
32
|
Athena
|
@@ -78,6 +79,7 @@ module Aws
|
|
78
79
|
Glacier
|
79
80
|
Glue
|
80
81
|
Greengrass
|
82
|
+
GuardDuty
|
81
83
|
Health
|
82
84
|
IAM
|
83
85
|
ImportExport
|
@@ -92,6 +94,7 @@ module Aws
|
|
92
94
|
Lex
|
93
95
|
LexModelBuildingService
|
94
96
|
Lightsail
|
97
|
+
MQ
|
95
98
|
MTurk
|
96
99
|
MachineLearning
|
97
100
|
MarketplaceCommerceAnalytics
|
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:AppSync, {
|
2
|
+
api: "#{Aws::API_DIR}/appsync/2017-07-25/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/appsync/2017-07-25/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/appsync/2017-07-25/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/appsync/2017-07-25/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
@@ -11,6 +11,10 @@
|
|
11
11
|
"models": "appstream/2016-12-01",
|
12
12
|
"endpoint": "appstream2"
|
13
13
|
},
|
14
|
+
"AppSync": {
|
15
|
+
"models": "appsync/2017-07-25",
|
16
|
+
"endpoint": "appsync"
|
17
|
+
},
|
14
18
|
"ApplicationAutoScaling": {
|
15
19
|
"models": "application-autoscaling/2016-02-06",
|
16
20
|
"endpoint": "application-autoscaling"
|
@@ -218,6 +222,10 @@
|
|
218
222
|
"models": "greengrass/2017-06-07",
|
219
223
|
"endpoint": "greengrass"
|
220
224
|
},
|
225
|
+
"GuardDuty": {
|
226
|
+
"models": "guardduty/2017-11-28",
|
227
|
+
"endpoint": "guardduty"
|
228
|
+
},
|
221
229
|
"Health": {
|
222
230
|
"models": "health/2016-08-04",
|
223
231
|
"endpoint": "health"
|
@@ -274,6 +282,10 @@
|
|
274
282
|
"models": "lightsail/2016-11-28",
|
275
283
|
"endpoint": "lightsail"
|
276
284
|
},
|
285
|
+
"MQ": {
|
286
|
+
"models": "mq/2017-11-27",
|
287
|
+
"endpoint": "mq"
|
288
|
+
},
|
277
289
|
"MTurk": {
|
278
290
|
"models": "mturk-requester/2017-01-17",
|
279
291
|
"endpoint": "mturk-requester"
|
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.10.
|
4
|
+
version: 2.10.91
|
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: 2017-11-
|
11
|
+
date: 2017-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -63,6 +63,9 @@ files:
|
|
63
63
|
- apis/appstream/2016-12-01/examples-1.json
|
64
64
|
- apis/appstream/2016-12-01/paginators-1.json
|
65
65
|
- apis/appstream/2016-12-01/waiters-2.json
|
66
|
+
- apis/appsync/2017-07-25/api-2.json
|
67
|
+
- apis/appsync/2017-07-25/examples-1.json
|
68
|
+
- apis/appsync/2017-07-25/paginators-1.json
|
66
69
|
- apis/athena/2017-05-18/api-2.json
|
67
70
|
- apis/athena/2017-05-18/examples-1.json
|
68
71
|
- apis/athena/2017-05-18/paginators-1.json
|
@@ -267,6 +270,8 @@ files:
|
|
267
270
|
- apis/glue/2017-03-31/examples-1.json
|
268
271
|
- apis/glue/2017-03-31/paginators-1.json
|
269
272
|
- apis/greengrass/2017-06-07/api-2.json
|
273
|
+
- apis/guardduty/2017-11-28/api-2.json
|
274
|
+
- apis/guardduty/2017-11-28/paginators-1.json
|
270
275
|
- apis/health/2016-08-04/api-2.json
|
271
276
|
- apis/health/2016-08-04/examples-1.json
|
272
277
|
- apis/health/2016-08-04/paginators-1.json
|
@@ -336,6 +341,7 @@ files:
|
|
336
341
|
- apis/monitoring/2010-08-01/paginators-1.json
|
337
342
|
- apis/monitoring/2010-08-01/resources-1.json
|
338
343
|
- apis/monitoring/2010-08-01/waiters-2.json
|
344
|
+
- apis/mq/2017-11-27/api-2.json
|
339
345
|
- apis/mturk-requester/2017-01-17/api-2.json
|
340
346
|
- apis/mturk-requester/2017-01-17/examples-1.json
|
341
347
|
- apis/mturk-requester/2017-01-17/paginators-1.json
|
@@ -482,6 +488,7 @@ files:
|
|
482
488
|
- lib/aws-sdk-core/applicationautoscaling.rb
|
483
489
|
- lib/aws-sdk-core/applicationdiscoveryservice.rb
|
484
490
|
- lib/aws-sdk-core/appstream.rb
|
491
|
+
- lib/aws-sdk-core/appsync.rb
|
485
492
|
- lib/aws-sdk-core/assume_role_credentials.rb
|
486
493
|
- lib/aws-sdk-core/athena.rb
|
487
494
|
- lib/aws-sdk-core/autoscaling.rb
|
@@ -550,6 +557,7 @@ files:
|
|
550
557
|
- lib/aws-sdk-core/glacier.rb
|
551
558
|
- lib/aws-sdk-core/glue.rb
|
552
559
|
- lib/aws-sdk-core/greengrass.rb
|
560
|
+
- lib/aws-sdk-core/guardduty.rb
|
553
561
|
- lib/aws-sdk-core/health.rb
|
554
562
|
- lib/aws-sdk-core/iam.rb
|
555
563
|
- lib/aws-sdk-core/importexport.rb
|
@@ -588,6 +596,7 @@ files:
|
|
588
596
|
- lib/aws-sdk-core/mediastoredata.rb
|
589
597
|
- lib/aws-sdk-core/migrationhub.rb
|
590
598
|
- lib/aws-sdk-core/mobile.rb
|
599
|
+
- lib/aws-sdk-core/mq.rb
|
591
600
|
- lib/aws-sdk-core/mturk.rb
|
592
601
|
- lib/aws-sdk-core/opsworks.rb
|
593
602
|
- lib/aws-sdk-core/opsworkscm.rb
|