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.
- checksums.yaml +4 -4
- 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/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/eventbridge.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
data/lib/aws-sdk-core.rb
CHANGED
@@ -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
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
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.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-
|
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
|