aws-sdk-core 2.11.310 → 2.11.336
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +551 -32
- data/apis/apigatewayv2/2018-11-29/api-2.json +12 -0
- data/apis/application-insights/2018-11-25/api-2.json +38 -1
- data/apis/appmesh/2019-01-25/api-2.json +131 -0
- data/apis/appsync/2017-07-25/api-2.json +2 -1
- data/apis/athena/2017-05-18/api-2.json +5 -3
- data/apis/batch/2016-08-10/api-2.json +35 -2
- data/apis/batch/2016-08-10/paginators-1.json +24 -0
- data/apis/ce/2017-10-25/api-2.json +152 -1
- data/apis/codebuild/2016-10-06/api-2.json +4 -2
- data/apis/codecommit/2015-04-13/api-2.json +86 -0
- data/apis/comprehend/2017-11-27/api-2.json +11 -1
- data/apis/config/2014-11-12/api-2.json +341 -1
- data/apis/cur/2017-01-06/api-2.json +31 -1
- data/apis/datasync/2018-11-09/api-2.json +38 -10
- data/apis/dms/2016-01-01/api-2.json +11 -3
- data/apis/ec2/2016-11-15/api-2.json +164 -6
- data/apis/ecr/2015-09-21/api-2.json +59 -4
- data/apis/ecs/2014-11-13/api-2.json +24 -4
- data/apis/elasticfilesystem/2015-02-01/api-2.json +6 -1
- data/apis/elasticmapreduce/2009-03-31/api-2.json +95 -0
- data/apis/es/2015-01-01/api-2.json +16 -0
- data/apis/eventbridge/2015-10-07/api-2.json +1462 -0
- data/apis/eventbridge/2015-10-07/examples-1.json +5 -0
- data/apis/eventbridge/2015-10-07/paginators-1.json +4 -0
- data/apis/eventbridge/2015-10-07/smoke.json +18 -0
- data/apis/events/2015-10-07/api-2.json +506 -12
- data/apis/gamelift/2015-10-01/api-2.json +14 -5
- data/apis/glue/2017-03-31/api-2.json +891 -13
- data/apis/glue/2017-03-31/paginators-1.json +15 -0
- data/apis/greengrass/2017-06-07/api-2.json +105 -102
- data/apis/guardduty/2017-11-28/api-2.json +34 -0
- data/apis/iam/2010-05-08/api-2.json +1 -4
- data/apis/iot/2015-05-28/api-2.json +726 -7
- data/apis/iotevents/2018-07-27/api-2.json +43 -2
- data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +95 -12
- data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +7 -1
- data/apis/kinesisvideo/2017-09-30/api-2.json +2 -1
- data/apis/kinesisvideo/2017-09-30/paginators-1.json +7 -1
- data/apis/lakeformation/2017-03-31/api-2.json +708 -0
- data/apis/lakeformation/2017-03-31/examples-1.json +5 -0
- data/apis/lakeformation/2017-03-31/paginators-1.json +19 -0
- data/apis/logs/2014-03-28/api-2.json +15 -3
- data/apis/mediaconnect/2018-11-14/api-2.json +26 -3
- data/apis/mediaconvert/2017-08-29/api-2.json +329 -24
- data/apis/medialive/2017-10-14/api-2.json +186 -20
- data/apis/monitoring/2010-08-01/api-2.json +175 -5
- data/apis/mq/2017-11-27/api-2.json +40 -0
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -1
- data/apis/pinpoint/2016-12-01/api-2.json +7307 -5869
- data/apis/polly/2016-06-10/api-2.json +36 -6
- data/apis/quicksight/2018-04-01/api-2.json +6 -1
- data/apis/redshift/2012-12-01/api-2.json +2 -0
- data/apis/rekognition/2016-06-27/api-2.json +2 -1
- data/apis/robomaker/2018-06-29/api-2.json +100 -19
- data/apis/route53/2013-04-01/api-2.json +3 -0
- data/apis/runtime.lex/2016-11-28/api-2.json +261 -0
- data/apis/secretsmanager/2017-10-17/api-2.json +14 -6
- data/apis/servicecatalog/2015-12-10/api-2.json +73 -1
- data/apis/shield/2016-06-02/api-2.json +3 -1
- data/apis/ssm/2014-11-06/api-2.json +7 -4
- data/apis/storagegateway/2013-06-30/api-2.json +4 -2
- data/apis/sts/2011-06-15/api-2.json +25 -0
- data/apis/waf-regional/2016-11-28/api-2.json +197 -14
- data/apis/waf/2015-08-24/api-2.json +197 -14
- data/endpoints.json +268 -3
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/eventbridge.rb +6 -0
- data/lib/aws-sdk-core/lakeformation.rb +6 -0
- data/lib/aws-sdk-core/plugins/sqs_md5s.rb +3 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +11 -2
data/lib/aws-sdk-core.rb
CHANGED
@@ -93,6 +93,7 @@ module Aws
|
|
93
93
|
ElasticLoadBalancingV2
|
94
94
|
ElasticTranscoder
|
95
95
|
ElasticsearchService
|
96
|
+
EventBridge
|
96
97
|
FMS
|
97
98
|
FSx
|
98
99
|
Firehose
|
@@ -124,6 +125,7 @@ module Aws
|
|
124
125
|
KinesisVideo
|
125
126
|
KinesisVideoArchivedMedia
|
126
127
|
KinesisVideoMedia
|
128
|
+
LakeFormation
|
127
129
|
Lambda
|
128
130
|
LambdaPreview
|
129
131
|
Lex
|
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:EventBridge, {
|
2
|
+
api: "#{Aws::API_DIR}/eventbridge/2015-10-07/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/eventbridge/2015-10-07/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/eventbridge/2015-10-07/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/eventbridge/2015-10-07/paginators-1.json",
|
6
|
+
})
|
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:LakeFormation, {
|
2
|
+
api: "#{Aws::API_DIR}/lakeformation/2017-03-31/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/lakeformation/2017-03-31/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/lakeformation/2017-03-31/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/lakeformation/2017-03-31/paginators-1.json",
|
6
|
+
})
|
@@ -56,7 +56,9 @@ module Aws
|
|
56
56
|
|
57
57
|
def validate_single_message(body, attributes, response)
|
58
58
|
validate_body(body, response)
|
59
|
-
|
59
|
+
unless attributes.nil? || attributes.empty?
|
60
|
+
validate_attributes(attributes, response)
|
61
|
+
end
|
60
62
|
end
|
61
63
|
|
62
64
|
def validate_body(body, response)
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
@@ -278,6 +278,10 @@
|
|
278
278
|
"models": "es/2015-01-01",
|
279
279
|
"endpoint": "es"
|
280
280
|
},
|
281
|
+
"EventBridge": {
|
282
|
+
"models": "eventbridge/2015-10-07",
|
283
|
+
"endpoint": "events"
|
284
|
+
},
|
281
285
|
"FMS": {
|
282
286
|
"models": "fms/2018-01-01",
|
283
287
|
"endpoint": "fms"
|
@@ -402,6 +406,10 @@
|
|
402
406
|
"models": "kinesis-video-media/2017-09-30",
|
403
407
|
"endpoint": "kinesisvideo"
|
404
408
|
},
|
409
|
+
"LakeFormation": {
|
410
|
+
"models": "lakeformation/2017-03-31",
|
411
|
+
"endpoint": "lakeformation"
|
412
|
+
},
|
405
413
|
"Lambda": {
|
406
414
|
"models": "lambda/2015-03-31",
|
407
415
|
"endpoint": "lambda"
|
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.336
|
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-
|
11
|
+
date: 2019-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -375,6 +375,10 @@ files:
|
|
375
375
|
- apis/es/2015-01-01/examples-1.json
|
376
376
|
- apis/es/2015-01-01/paginators-1.json
|
377
377
|
- apis/es/2015-01-01/smoke.json
|
378
|
+
- apis/eventbridge/2015-10-07/api-2.json
|
379
|
+
- apis/eventbridge/2015-10-07/examples-1.json
|
380
|
+
- apis/eventbridge/2015-10-07/paginators-1.json
|
381
|
+
- apis/eventbridge/2015-10-07/smoke.json
|
378
382
|
- apis/events/2015-10-07/api-2.json
|
379
383
|
- apis/events/2015-10-07/examples-1.json
|
380
384
|
- apis/events/2015-10-07/paginators-1.json
|
@@ -479,6 +483,9 @@ files:
|
|
479
483
|
- apis/kms/2014-11-01/examples-1.json
|
480
484
|
- apis/kms/2014-11-01/paginators-1.json
|
481
485
|
- apis/kms/2014-11-01/smoke.json
|
486
|
+
- apis/lakeformation/2017-03-31/api-2.json
|
487
|
+
- apis/lakeformation/2017-03-31/examples-1.json
|
488
|
+
- apis/lakeformation/2017-03-31/paginators-1.json
|
482
489
|
- apis/lambda/2014-11-11/api-2.json
|
483
490
|
- apis/lambda/2014-11-11/paginators-1.json
|
484
491
|
- apis/lambda/2015-03-31/api-2.json
|
@@ -891,6 +898,7 @@ files:
|
|
891
898
|
- lib/aws-sdk-core/endpoint_cache.rb
|
892
899
|
- lib/aws-sdk-core/endpoint_provider.rb
|
893
900
|
- lib/aws-sdk-core/errors.rb
|
901
|
+
- lib/aws-sdk-core/eventbridge.rb
|
894
902
|
- lib/aws-sdk-core/firehose.rb
|
895
903
|
- lib/aws-sdk-core/fms.rb
|
896
904
|
- lib/aws-sdk-core/fsx.rb
|
@@ -931,6 +939,7 @@ files:
|
|
931
939
|
- lib/aws-sdk-core/kinesisvideoarchivedmedia.rb
|
932
940
|
- lib/aws-sdk-core/kinesisvideomedia.rb
|
933
941
|
- lib/aws-sdk-core/kms.rb
|
942
|
+
- lib/aws-sdk-core/lakeformation.rb
|
934
943
|
- lib/aws-sdk-core/lambda.rb
|
935
944
|
- lib/aws-sdk-core/lambdapreview.rb
|
936
945
|
- lib/aws-sdk-core/lex.rb
|