aws-sdk-eventbridge 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1839655d65153974aced5a1856a576950969460b
4
- data.tar.gz: fb64b64b8b2e60045522c36619e98d0a0514c574
3
+ metadata.gz: 9ff848d87feac60c55f48ccdb8828d1358c54954
4
+ data.tar.gz: 86c7bb19a3ca66dcca1f8ae7611a65f1a99a4d22
5
5
  SHA512:
6
- metadata.gz: 8ae799fa88551158c9f756517ba29ea46cc0906af1f97beb349e30bc61d318fc615a5a9997011e236cca5418d9b93a9bdc0e3c692443aaeccf65592440f5d048
7
- data.tar.gz: 39179adb742812470e3236e601232bbc9aa7cb179986fa65c60006d1d5e65467038ab547e531a89957b5698e44d7b6dab2f53781d622ab5ab9df1cd58dfaaabb
6
+ metadata.gz: f1c09eb390922b3e42d3fa8447e38c82affdc49cc0d2d6b4df9d8ec6c99bf2345796fa908f7a4234027c3ae1dd50d93340d6609315d46fbb5655935d93ea0018
7
+ data.tar.gz: 1056f3ea23ef9777bc7de7e6bf5dde999e26a0cf4247e5031e3c0359c47e426ed7c73e1a1146571cd1fe53a05ff784fc9a13a3ae9ec737dd4feb9af03ae81b03
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-eventbridge/customizations'
42
42
  # @service
43
43
  module Aws::EventBridge
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -1331,8 +1331,8 @@ module Aws::EventBridge
1331
1331
  # rules that might match undesirable events. To create more secure
1332
1332
  # rules, make sure that the event pattern for each rule contains an
1333
1333
  # `account` field with a specific account ID to receive events from.
1334
- # Rules with an account field don't match any events sent from other
1335
- # accounts.
1334
+ # Rules that have an account field match events sent only from accounts
1335
+ # that are listed in the rule's `account` field.
1336
1336
  #
1337
1337
  # @option params [required, String] :statement_id
1338
1338
  # An identifier string for the external account that you're granting
@@ -1449,6 +1449,9 @@ module Aws::EventBridge
1449
1449
  # @option params [required, String] :name
1450
1450
  # The name of the rule that you're creating or updating.
1451
1451
  #
1452
+ # A rule can't have the same name as another rule in the same Region or
1453
+ # on the same event bus.
1454
+ #
1452
1455
  # @option params [String] :schedule_expression
1453
1456
  # The scheduling expression: for example, `"cron(0 20 * * ? *)"` or
1454
1457
  # `"rate(5 minutes)"`.
@@ -1942,7 +1945,7 @@ module Aws::EventBridge
1942
1945
  params: params,
1943
1946
  config: config)
1944
1947
  context[:gem_name] = 'aws-sdk-eventbridge'
1945
- context[:gem_version] = '1.1.0'
1948
+ context[:gem_version] = '1.2.0'
1946
1949
  Seahorse::Client::Request.new(handlers, context)
1947
1950
  end
1948
1951
 
@@ -1472,12 +1472,14 @@ module Aws::EventBridge
1472
1472
  #
1473
1473
  # @!attribute [rw] detail_type
1474
1474
  # Free-form string used to decide which fields to expect in the event
1475
- # detail.
1475
+ # detail. This field is required.
1476
1476
  # @return [String]
1477
1477
  #
1478
1478
  # @!attribute [rw] detail
1479
- # A valid JSON string. There is no other schema imposed. The JSON
1480
- # string can contain fields and nested subobjects.
1479
+ # A valid JSON object. There is no other schema imposed. The JSON
1480
+ # object can contain fields and nested subobjects.
1481
+ #
1482
+ # This field is required.
1481
1483
  # @return [String]
1482
1484
  #
1483
1485
  # @!attribute [rw] event_bus_name
@@ -1583,7 +1585,8 @@ module Aws::EventBridge
1583
1585
  # @return [Time]
1584
1586
  #
1585
1587
  # @!attribute [rw] source
1586
- # The event source that is generating the evntry.
1588
+ # The event source that is generating the evntry. This field is
1589
+ # required.
1587
1590
  # @return [String]
1588
1591
  #
1589
1592
  # @!attribute [rw] resources
@@ -1594,12 +1597,13 @@ module Aws::EventBridge
1594
1597
  #
1595
1598
  # @!attribute [rw] detail_type
1596
1599
  # A free-form string used to decide which fields to expect in the
1597
- # event detail.
1600
+ # event detail. This field is required.
1598
1601
  # @return [String]
1599
1602
  #
1600
1603
  # @!attribute [rw] detail
1601
- # A valid JSON string. There is no other schema imposed. The JSON
1602
- # string can contain fields and nested subobjects.
1604
+ # A valid JSON object. There is no other schema imposed. The JSON
1605
+ # object can contain fields and nested subobjects. This field is
1606
+ # required.
1603
1607
  # @return [String]
1604
1608
  #
1605
1609
  # @see http://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/PutPartnerEventsRequestEntry AWS API Documentation
@@ -1688,8 +1692,8 @@ module Aws::EventBridge
1688
1692
  # rules that might match undesirable events. To create more secure
1689
1693
  # rules, make sure that the event pattern for each rule contains an
1690
1694
  # `account` field with a specific account ID to receive events from.
1691
- # Rules with an account field don't match any events sent from other
1692
- # accounts.
1695
+ # Rules that have an account field match events sent only from
1696
+ # accounts that are listed in the rule's `account` field.
1693
1697
  # @return [String]
1694
1698
  #
1695
1699
  # @!attribute [rw] statement_id
@@ -1750,6 +1754,9 @@ module Aws::EventBridge
1750
1754
  #
1751
1755
  # @!attribute [rw] name
1752
1756
  # The name of the rule that you're creating or updating.
1757
+ #
1758
+ # A rule can't have the same name as another rule in the same Region
1759
+ # or on the same event bus.
1753
1760
  # @return [String]
1754
1761
  #
1755
1762
  # @!attribute [rw] schedule_expression
@@ -2316,7 +2323,9 @@ module Aws::EventBridge
2316
2323
  # }
2317
2324
  #
2318
2325
  # @!attribute [rw] id
2319
- # The ID of the target.
2326
+ # A name for the target. Use a string that will help you identify the
2327
+ # target. Each target associated with a rule must have an `Id` unique
2328
+ # for that rule.
2320
2329
  # @return [String]
2321
2330
  #
2322
2331
  # @!attribute [rw] arn
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eventbridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
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-25 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core