aws-sdk-core 2.11.184 → 2.11.185
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 +4 -4
- data/apis/health/2016-08-04/api-2.json +6 -1
- data/apis/s3/2006-03-01/api-2.json +2 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3bb475c17e2b7e23632aeb4fccdcfd97f56beac
|
|
4
|
+
data.tar.gz: e01d3dc07edd4e2019e858f0f0bdc6bf1391b930
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1782427cd933bd781be67636637a1540abc5e2592b2d49002e6ce6907ac4299adfecb0cb296f9fd9a3e64b783c5241906726507da1350e7985467ef2e9182d3
|
|
7
|
+
data.tar.gz: 0c317702699b04ddf56b4d767c3f267015d4f1dcb321ddaeca9e1a5da44cf86d507ef614fbd7177227fcb0e7acdc66387711ef7e02148ff5c683bbd6bf8d437c
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"entityArn":{"shape":"entityArn"},
|
|
100
100
|
"eventArn":{"shape":"eventArn"},
|
|
101
101
|
"entityValue":{"shape":"entityValue"},
|
|
102
|
+
"entityUrl":{"shape":"entityUrl"},
|
|
102
103
|
"awsAccountId":{"shape":"accountId"},
|
|
103
104
|
"lastUpdatedTime":{"shape":"timestamp"},
|
|
104
105
|
"statusCode":{"shape":"entityStatusCode"},
|
|
@@ -406,6 +407,10 @@
|
|
|
406
407
|
"max":3,
|
|
407
408
|
"min":1
|
|
408
409
|
},
|
|
410
|
+
"entityUrl":{
|
|
411
|
+
"type":"string",
|
|
412
|
+
"pattern":"https?://.+\\.(amazon\\.com|amazonaws\\.com|amazonaws\\.cn|c2s\\.ic\\.gov|sc2s\\.sgov\\.gov|amazonaws-us-gov.com)/.*"
|
|
413
|
+
},
|
|
409
414
|
"entityValue":{
|
|
410
415
|
"type":"string",
|
|
411
416
|
"max":256
|
|
@@ -423,7 +428,7 @@
|
|
|
423
428
|
"eventArn":{
|
|
424
429
|
"type":"string",
|
|
425
430
|
"max":1600,
|
|
426
|
-
"pattern":"arn:aws:health:[^:]*:[^:]*:event(?:/[\\w-]+){
|
|
431
|
+
"pattern":"arn:aws:health:[^:]*:[^:]*:event(?:/[\\w-]+){3}"
|
|
427
432
|
},
|
|
428
433
|
"eventArnList":{
|
|
429
434
|
"type":"list",
|
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.185
|
|
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: 2018-12-
|
|
11
|
+
date: 2018-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|