aws-sdk-eventbridge 1.28.0 → 1.29.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eventbridge/client.rb +3 -5
- data/lib/aws-sdk-eventbridge/types.rb +3 -3
- data/lib/aws-sdk-eventbridge.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 570f1cc7ea05181da3ccb2bcef5fb656eaab94834c7f024eee5905b718c8c3e7
|
4
|
+
data.tar.gz: 4e07d4f4662cba989926f6c439a30489ee520c5885529ab32fdcae9bafc63b01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef24e872c7149e03bc369995ad961ef5013ec8ec9ff4d3fc3e6f268ae528dbd8eb055ac09fc6d32ff22ff4d2e0ebce0fe6fb57a0f384a6228de1075410db999e
|
7
|
+
data.tar.gz: 26a9e341bbb068607db046cb53c2b8510695240cd40c13f331d8f4fba38e88d3fffddde33718ec7899d979ec865f9df97fb1169bfd8330c4327c25a99929a5a4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
data/lib/aws-sdk-eventbridge.rb
CHANGED
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.
|
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-
|
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
|