aws-sdk-core 2.10.44 → 2.10.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a57ed28c0df92d654582b52eef48091a06596d96
4
- data.tar.gz: 1f54ae194cdea5bcfba12b1a3a7eb4512c6d014f
3
+ metadata.gz: c426818ae6dc6ccc191037e49f6c93e2a5c62497
4
+ data.tar.gz: fe2afaa8368e780615c7edd5925c687e68e2b059
5
5
  SHA512:
6
- metadata.gz: 74491db6baf83cfb7dc183f40a71a4d2747db54d933706211a426782e7154b2a1283068bc78b5dfdaf2c981fe2b71cb0fe0ff74de3b9ecaf4003276b7ab53cc9
7
- data.tar.gz: 7c482de921d24f7acf9e7b853282c316df300bb308fcb49d0ae241001487e5b7408f611a1e400064bf5cf24bf1ba632509b30ce93e5ad6246eff24e9af2727af
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": 10,
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": 1,
157
+ "priority": 10,
158
158
  "state": "ENABLED"
159
159
  },
160
160
  "output": {
@@ -9898,6 +9898,7 @@
9898
9898
  "r4.16xlarge",
9899
9899
  "x1.16xlarge",
9900
9900
  "x1.32xlarge",
9901
+ "x1e.32xlarge",
9901
9902
  "i2.xlarge",
9902
9903
  "i2.2xlarge",
9903
9904
  "i2.4xlarge",
@@ -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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.44'
2
+ VERSION = '2.10.45'
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.10.44
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-12 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath