aws-sdk-core 2.10.44 → 2.10.45
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: c426818ae6dc6ccc191037e49f6c93e2a5c62497
|
4
|
+
data.tar.gz: fe2afaa8368e780615c7edd5925c687e68e2b059
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8de5aef55ace62b87b5c7bb971a3ee47125a9c6b21cc9c0057a15c2e1c76d573834c367d4c9c8dba54745d09e0123847a04c0c21c5346ffbc0ad082fb21bc4f6
|
7
|
+
data.tar.gz: 112fcae97d212c44c77f9b4da6bf3ea88d877b84ce525c498e893308e6bb69f8d6f7667734c70218cb6c430c99fcae0fb5125e2d138166bb9389b5ad7efcf472
|
@@ -1045,6 +1045,7 @@
|
|
1045
1045
|
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
|
1046
1046
|
"TerminationPolicies":{"shape":"TerminationPolicies"},
|
1047
1047
|
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
|
1048
|
+
"LifecycleHookSpecificationList":{"shape":"LifecycleHookSpecifications"},
|
1048
1049
|
"Tags":{"shape":"Tags"}
|
1049
1050
|
}
|
1050
1051
|
},
|
@@ -1589,6 +1590,23 @@
|
|
1589
1590
|
"member":{"shape":"AsciiStringMaxLen255"},
|
1590
1591
|
"max":50
|
1591
1592
|
},
|
1593
|
+
"LifecycleHookSpecification":{
|
1594
|
+
"type":"structure",
|
1595
|
+
"required":["LifecycleHookName"],
|
1596
|
+
"members":{
|
1597
|
+
"LifecycleHookName":{"shape":"AsciiStringMaxLen255"},
|
1598
|
+
"LifecycleTransition":{"shape":"LifecycleTransition"},
|
1599
|
+
"NotificationMetadata":{"shape":"XmlStringMaxLen1023"},
|
1600
|
+
"HeartbeatTimeout":{"shape":"HeartbeatTimeout"},
|
1601
|
+
"DefaultResult":{"shape":"LifecycleActionResult"},
|
1602
|
+
"NotificationTargetARN":{"shape":"NotificationTargetResourceName"},
|
1603
|
+
"RoleARN":{"shape":"ResourceName"}
|
1604
|
+
}
|
1605
|
+
},
|
1606
|
+
"LifecycleHookSpecifications":{
|
1607
|
+
"type":"list",
|
1608
|
+
"member":{"shape":"LifecycleHookSpecification"}
|
1609
|
+
},
|
1592
1610
|
"LifecycleHooks":{
|
1593
1611
|
"type":"list",
|
1594
1612
|
"member":{"shape":"LifecycleHook"}
|
@@ -124,7 +124,7 @@
|
|
124
124
|
}
|
125
125
|
],
|
126
126
|
"jobQueueName": "LowPriority",
|
127
|
-
"priority":
|
127
|
+
"priority": 1,
|
128
128
|
"state": "ENABLED"
|
129
129
|
},
|
130
130
|
"output": {
|
@@ -154,7 +154,7 @@
|
|
154
154
|
}
|
155
155
|
],
|
156
156
|
"jobQueueName": "HighPriority",
|
157
|
-
"priority":
|
157
|
+
"priority": 10,
|
158
158
|
"state": "ENABLED"
|
159
159
|
},
|
160
160
|
"output": {
|
@@ -134,7 +134,8 @@
|
|
134
134
|
"errors":[
|
135
135
|
{"shape":"ResourceNotFoundException"},
|
136
136
|
{"shape":"PolicyLengthExceededException"},
|
137
|
-
{"shape":"InternalException"}
|
137
|
+
{"shape":"InternalException"},
|
138
|
+
{"shape":"ConcurrentModificationException"}
|
138
139
|
]
|
139
140
|
},
|
140
141
|
"PutRule":{
|
@@ -176,7 +177,8 @@
|
|
176
177
|
"input":{"shape":"RemovePermissionRequest"},
|
177
178
|
"errors":[
|
178
179
|
{"shape":"ResourceNotFoundException"},
|
179
|
-
{"shape":"InternalException"}
|
180
|
+
{"shape":"InternalException"},
|
181
|
+
{"shape":"ConcurrentModificationException"}
|
180
182
|
]
|
181
183
|
},
|
182
184
|
"RemoveTargets":{
|
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.10.
|
4
|
+
version: 2.10.45
|
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: 2017-09-
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|