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: 535f8ae0b3e0e814a6bf55387cb79800c3340b83
4
- data.tar.gz: 67c06708fc80514043fa359ba035764d3295c5d1
3
+ metadata.gz: 6fa711dd8486824a859d40fb0cbdb4ba070af09f
4
+ data.tar.gz: 2e5c57315873c81d8a29a42221c42707b1ec8066
5
5
  SHA512:
6
- metadata.gz: b343ca3eaf4ac3ca61a996ab072af70d0f85fa789c1ee66bb250ca21defef075bf8d0495cfa51a0c625068c15c67b96ac59ce75a21ce213d7b53c8c31e809915
7
- data.tar.gz: c13c9597ca9b142a50afa625bc002ab837c60fd8e9966a81c69858dd02f50170a7c3c0fecfb7bf92b2c1f0f85181d36649a7c07c913ffc7942141e96edaeb21d
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",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.251'
2
+ VERSION = '2.11.252'
3
3
  end
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.251
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-03-29 00:00:00.000000000 Z
11
+ date: 2019-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath