aws-sdk-core 2.11.251 → 2.11.252
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fa711dd8486824a859d40fb0cbdb4ba070af09f
|
4
|
+
data.tar.gz: 2e5c57315873c81d8a29a42221c42707b1ec8066
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfe33e9fec0e3c8777f748ea4a338583a6b858318c1dc2d26edf4df48e8741f22900de1f231e7904082454aafdd5aae04a54156900ff460ff5bf66db62c2b45f
|
7
|
+
data.tar.gz: 84c5beec3da071926078ab75674c1b62df59c7eadbc5ee074e6e96f9fc7a85bd7b950f866b25875c07b7cad84aa1ca2dde65c62f7cd427cfdbc87f7d8e66f7f0
|
@@ -1039,6 +1039,9 @@
|
|
1039
1039
|
"RunningInstanceCount":{"shape":"Integer"},
|
1040
1040
|
"Status":{"shape":"InstanceGroupStatus"},
|
1041
1041
|
"Configurations":{"shape":"ConfigurationList"},
|
1042
|
+
"ConfigurationsVersion":{"shape":"Long"},
|
1043
|
+
"LastSuccessfullyAppliedConfigurations":{"shape":"ConfigurationList"},
|
1044
|
+
"LastSuccessfullyAppliedConfigurationsVersion":{"shape":"Long"},
|
1042
1045
|
"EbsBlockDevices":{"shape":"EbsBlockDeviceList"},
|
1043
1046
|
"EbsOptimized":{"shape":"BooleanObject"},
|
1044
1047
|
"ShrinkPolicy":{"shape":"ShrinkPolicy"},
|
@@ -1116,7 +1119,8 @@
|
|
1116
1119
|
"InstanceGroupId":{"shape":"XmlStringMaxLen256"},
|
1117
1120
|
"InstanceCount":{"shape":"Integer"},
|
1118
1121
|
"EC2InstanceIdsToTerminate":{"shape":"EC2InstanceIdsToTerminateList"},
|
1119
|
-
"ShrinkPolicy":{"shape":"ShrinkPolicy"}
|
1122
|
+
"ShrinkPolicy":{"shape":"ShrinkPolicy"},
|
1123
|
+
"Configurations":{"shape":"ConfigurationList"}
|
1120
1124
|
}
|
1121
1125
|
},
|
1122
1126
|
"InstanceGroupModifyConfigList":{
|
@@ -1129,6 +1133,7 @@
|
|
1129
1133
|
"PROVISIONING",
|
1130
1134
|
"BOOTSTRAPPING",
|
1131
1135
|
"RUNNING",
|
1136
|
+
"RECONFIGURING",
|
1132
1137
|
"RESIZING",
|
1133
1138
|
"SUSPENDED",
|
1134
1139
|
"TERMINATING",
|
@@ -1553,6 +1558,7 @@
|
|
1553
1558
|
"Marker":{"shape":"Marker"}
|
1554
1559
|
}
|
1555
1560
|
},
|
1561
|
+
"Long":{"type":"long"},
|
1556
1562
|
"Marker":{"type":"string"},
|
1557
1563
|
"MarketType":{
|
1558
1564
|
"type":"string",
|
@@ -28,6 +28,11 @@
|
|
28
28
|
"output_token": "Marker",
|
29
29
|
"result_key": "Instances"
|
30
30
|
},
|
31
|
+
"ListSecurityConfigurations": {
|
32
|
+
"input_token": "Marker",
|
33
|
+
"output_token": "Marker",
|
34
|
+
"result_key": "SecurityConfigurations"
|
35
|
+
},
|
31
36
|
"ListSteps": {
|
32
37
|
"input_token": "Marker",
|
33
38
|
"output_token": "Marker",
|
data/lib/aws-sdk-core/version.rb
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.252
|
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-
|
11
|
+
date: 2019-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|