aws-sdk-elasticbeanstalk 1.39.0 → 1.40.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0557a58405080dc689fd7e91f5f6c3dbd510425d03dee0ed8ef8a3f17619c39
|
4
|
+
data.tar.gz: 7c1e126b07accc169439ce9f1c5ed97157ccc3ec687a21feefe2c05dced5cdab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 642547660384d3ac8a9a532483de9e67a22c8caf09a99329593471cf3b39db683a6f93faba9797a5e61b7d10ee60c69597a2ce135bbca5b712e8eea19d743f55
|
7
|
+
data.tar.gz: 9c43abc14ccf39eaf0e5f856027c2de937e649c55237a94d6ebc57534ded725d6c4d63db5435d2339dc25d2f0853301417a717ab3aed2afa9a2b88856fab76d9
|
@@ -4501,7 +4501,7 @@ module Aws::ElasticBeanstalk
|
|
4501
4501
|
params: params,
|
4502
4502
|
config: config)
|
4503
4503
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
4504
|
-
context[:gem_version] = '1.
|
4504
|
+
context[:gem_version] = '1.40.0'
|
4505
4505
|
Seahorse::Client::Request.new(handlers, context)
|
4506
4506
|
end
|
4507
4507
|
|
@@ -192,6 +192,7 @@ module Aws::ElasticBeanstalk
|
|
192
192
|
ManagedAction = Shapes::StructureShape.new(name: 'ManagedAction')
|
193
193
|
ManagedActionHistoryItem = Shapes::StructureShape.new(name: 'ManagedActionHistoryItem')
|
194
194
|
ManagedActionHistoryItems = Shapes::ListShape.new(name: 'ManagedActionHistoryItems')
|
195
|
+
ManagedActionHistoryMaxItems = Shapes::IntegerShape.new(name: 'ManagedActionHistoryMaxItems')
|
195
196
|
ManagedActionInvalidStateException = Shapes::StructureShape.new(name: 'ManagedActionInvalidStateException')
|
196
197
|
ManagedActions = Shapes::ListShape.new(name: 'ManagedActions')
|
197
198
|
MaxAgeRule = Shapes::StructureShape.new(name: 'MaxAgeRule')
|
@@ -642,7 +643,7 @@ module Aws::ElasticBeanstalk
|
|
642
643
|
DescribeEnvironmentManagedActionHistoryRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "EnvironmentId"))
|
643
644
|
DescribeEnvironmentManagedActionHistoryRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
644
645
|
DescribeEnvironmentManagedActionHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
645
|
-
DescribeEnvironmentManagedActionHistoryRequest.add_member(:max_items, Shapes::ShapeRef.new(shape:
|
646
|
+
DescribeEnvironmentManagedActionHistoryRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ManagedActionHistoryMaxItems, location_name: "MaxItems"))
|
646
647
|
DescribeEnvironmentManagedActionHistoryRequest.struct_class = Types::DescribeEnvironmentManagedActionHistoryRequest
|
647
648
|
|
648
649
|
DescribeEnvironmentManagedActionHistoryResult.add_member(:managed_action_history_items, Shapes::ShapeRef.new(shape: ManagedActionHistoryItems, location_name: "ManagedActionHistoryItems"))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticbeanstalk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.40.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: 2020-
|
11
|
+
date: 2020-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|