aws-sdk-core 2.10.28 → 2.10.29
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/endpoints.json +18 -0
- 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: e2e282d360c3d05bb9cd6f642d61495e5e471d69
|
4
|
+
data.tar.gz: da7045442db70d9e5d283f0b50e65416600f6787
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89de06815fdcead74f905b8105c0d0fd53b6b42926e2bbaba1526a1f5fd8e1c94d6eee54ee9ea08180f257fc21fc24837dca791d9f40240d0143319fe5919e00
|
7
|
+
data.tar.gz: 48a3ef2777ad3bf0f766be815eb6a93a43cd35d0c709eb56734b48d604a071a6983e03cbed56ca573201f1c0331688dfd365b76f978d29879d269d8c9034a3d1
|
data/endpoints.json
CHANGED
@@ -163,6 +163,7 @@
|
|
163
163
|
"batch" : {
|
164
164
|
"endpoints" : {
|
165
165
|
"ap-northeast-1" : { },
|
166
|
+
"ap-southeast-1" : { },
|
166
167
|
"ap-southeast-2" : { },
|
167
168
|
"eu-central-1" : { },
|
168
169
|
"eu-west-1" : { },
|
@@ -355,8 +356,10 @@
|
|
355
356
|
"ap-southeast-2" : { },
|
356
357
|
"eu-central-1" : { },
|
357
358
|
"eu-west-1" : { },
|
359
|
+
"eu-west-2" : { },
|
358
360
|
"us-east-1" : { },
|
359
361
|
"us-east-2" : { },
|
362
|
+
"us-west-1" : { },
|
360
363
|
"us-west-2" : { }
|
361
364
|
}
|
362
365
|
},
|
@@ -365,6 +368,7 @@
|
|
365
368
|
"ap-northeast-1" : { },
|
366
369
|
"ap-northeast-2" : { },
|
367
370
|
"ap-south-1" : { },
|
371
|
+
"ap-southeast-1" : { },
|
368
372
|
"ap-southeast-2" : { },
|
369
373
|
"eu-central-1" : { },
|
370
374
|
"eu-west-1" : { },
|
@@ -379,6 +383,7 @@
|
|
379
383
|
"ap-northeast-1" : { },
|
380
384
|
"ap-northeast-2" : { },
|
381
385
|
"ap-south-1" : { },
|
386
|
+
"ap-southeast-1" : { },
|
382
387
|
"ap-southeast-2" : { },
|
383
388
|
"eu-central-1" : { },
|
384
389
|
"eu-west-1" : { },
|
@@ -393,6 +398,7 @@
|
|
393
398
|
"ap-northeast-1" : { },
|
394
399
|
"ap-northeast-2" : { },
|
395
400
|
"ap-south-1" : { },
|
401
|
+
"ap-southeast-1" : { },
|
396
402
|
"ap-southeast-2" : { },
|
397
403
|
"eu-central-1" : { },
|
398
404
|
"eu-west-1" : { },
|
@@ -1592,6 +1598,18 @@
|
|
1592
1598
|
}
|
1593
1599
|
},
|
1594
1600
|
"services" : {
|
1601
|
+
"application-autoscaling" : {
|
1602
|
+
"defaults" : {
|
1603
|
+
"credentialScope" : {
|
1604
|
+
"service" : "application-autoscaling"
|
1605
|
+
},
|
1606
|
+
"hostname" : "autoscaling.{region}.amazonaws.com",
|
1607
|
+
"protocols" : [ "http", "https" ]
|
1608
|
+
},
|
1609
|
+
"endpoints" : {
|
1610
|
+
"cn-north-1" : { }
|
1611
|
+
}
|
1612
|
+
},
|
1595
1613
|
"autoscaling" : {
|
1596
1614
|
"defaults" : {
|
1597
1615
|
"protocols" : [ "http", "https" ]
|
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.29
|
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-08-
|
11
|
+
date: 2017-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|