aws-sdk-core 2.11.312 → 2.11.313

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.
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
@@ -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
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.312'
2
+ VERSION = '2.11.313'
3
3
  end
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"
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.312
4
+ version: 2.11.313
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-07-10 00:00:00.000000000 Z
11
+ date: 2019-07-11 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
@@ -891,6 +895,7 @@ files:
891
895
  - lib/aws-sdk-core/endpoint_cache.rb
892
896
  - lib/aws-sdk-core/endpoint_provider.rb
893
897
  - lib/aws-sdk-core/errors.rb
898
+ - lib/aws-sdk-core/eventbridge.rb
894
899
  - lib/aws-sdk-core/firehose.rb
895
900
  - lib/aws-sdk-core/fms.rb
896
901
  - lib/aws-sdk-core/fsx.rb