aws-sdk-eventbridge 1.28.0 → 1.29.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1618a0927c207c8c6f1ef83a6cc69e78d168101b42d745a254e5fa178d556f7
4
- data.tar.gz: 0fb7d2cb90e719fe74fa51506a4737fc19db3c6e70c849f3279dd60f32db18c3
3
+ metadata.gz: 570f1cc7ea05181da3ccb2bcef5fb656eaab94834c7f024eee5905b718c8c3e7
4
+ data.tar.gz: 4e07d4f4662cba989926f6c439a30489ee520c5885529ab32fdcae9bafc63b01
5
5
  SHA512:
6
- metadata.gz: 1e33b18d5ce2605dcac512d99e132ab45fbf7c0df7b0d14a27b896c2abd85ab43ef25107db25b7229adb1bf38d4a422169e21724dafeae4622eeb785f8a9f4a8
7
- data.tar.gz: b13a4bce6232be62a75aa51d908b1eab0210c7f5571a569cea6648d0b2c789274520135898684f9c47a009789899992daae0b6d6dfc93495573ebbf07bd77e4f
6
+ metadata.gz: ef24e872c7149e03bc369995ad961ef5013ec8ec9ff4d3fc3e6f268ae528dbd8eb055ac09fc6d32ff22ff4d2e0ebce0fe6fb57a0f384a6228de1075410db999e
7
+ data.tar.gz: 26a9e341bbb068607db046cb53c2b8510695240cd40c13f331d8f4fba38e88d3fffddde33718ec7899d979ec865f9df97fb1169bfd8330c4327c25a99929a5a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2021-08-25)
5
+ ------------------
6
+
7
+ * Feature - AWS EventBridge adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
8
+
4
9
  1.28.0 (2021-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -2084,7 +2084,7 @@ module Aws::EventBridge
2084
2084
  # resp.targets[0].run_command_parameters.run_command_targets[0].values[0] #=> String
2085
2085
  # resp.targets[0].ecs_parameters.task_definition_arn #=> String
2086
2086
  # resp.targets[0].ecs_parameters.task_count #=> Integer
2087
- # resp.targets[0].ecs_parameters.launch_type #=> String, one of "EC2", "FARGATE"
2087
+ # resp.targets[0].ecs_parameters.launch_type #=> String, one of "EC2", "FARGATE", "EXTERNAL"
2088
2088
  # resp.targets[0].ecs_parameters.network_configuration.awsvpc_configuration.subnets #=> Array
2089
2089
  # resp.targets[0].ecs_parameters.network_configuration.awsvpc_configuration.subnets[0] #=> String
2090
2090
  # resp.targets[0].ecs_parameters.network_configuration.awsvpc_configuration.security_groups #=> Array
@@ -2505,8 +2505,6 @@ module Aws::EventBridge
2505
2505
  #
2506
2506
  # * Amazon EC2 `CreateSnapshot` API call
2507
2507
  #
2508
- # * EC2 Image Builder
2509
- #
2510
2508
  # * Amazon EC2 `RebootInstances` API call
2511
2509
  #
2512
2510
  # * Amazon EC2 `StopInstances` API call
@@ -2678,7 +2676,7 @@ module Aws::EventBridge
2678
2676
  # ecs_parameters: {
2679
2677
  # task_definition_arn: "Arn", # required
2680
2678
  # task_count: 1,
2681
- # launch_type: "EC2", # accepts EC2, FARGATE
2679
+ # launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
2682
2680
  # network_configuration: {
2683
2681
  # awsvpc_configuration: {
2684
2682
  # subnets: ["String"], # required
@@ -3315,7 +3313,7 @@ module Aws::EventBridge
3315
3313
  params: params,
3316
3314
  config: config)
3317
3315
  context[:gem_name] = 'aws-sdk-eventbridge'
3318
- context[:gem_version] = '1.28.0'
3316
+ context[:gem_version] = '1.29.0'
3319
3317
  Seahorse::Client::Request.new(handlers, context)
3320
3318
  end
3321
3319
 
@@ -2247,7 +2247,7 @@ module Aws::EventBridge
2247
2247
  # {
2248
2248
  # task_definition_arn: "Arn", # required
2249
2249
  # task_count: 1,
2250
- # launch_type: "EC2", # accepts EC2, FARGATE
2250
+ # launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
2251
2251
  # network_configuration: {
2252
2252
  # awsvpc_configuration: {
2253
2253
  # subnets: ["String"], # required
@@ -4066,7 +4066,7 @@ module Aws::EventBridge
4066
4066
  # ecs_parameters: {
4067
4067
  # task_definition_arn: "Arn", # required
4068
4068
  # task_count: 1,
4069
- # launch_type: "EC2", # accepts EC2, FARGATE
4069
+ # launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
4070
4070
  # network_configuration: {
4071
4071
  # awsvpc_configuration: {
4072
4072
  # subnets: ["String"], # required
@@ -4937,7 +4937,7 @@ module Aws::EventBridge
4937
4937
  # ecs_parameters: {
4938
4938
  # task_definition_arn: "Arn", # required
4939
4939
  # task_count: 1,
4940
- # launch_type: "EC2", # accepts EC2, FARGATE
4940
+ # launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
4941
4941
  # network_configuration: {
4942
4942
  # awsvpc_configuration: {
4943
4943
  # subnets: ["String"], # required
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-eventbridge/customizations'
48
48
  # @!group service
49
49
  module Aws::EventBridge
50
50
 
51
- GEM_VERSION = '1.28.0'
51
+ GEM_VERSION = '1.29.0'
52
52
 
53
53
  end
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.28.0
4
+ version: 1.29.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: 2021-08-04 00:00:00.000000000 Z
11
+ date: 2021-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core