aws-partitions 1.424.0 → 1.429.0
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/lib/aws-partitions.rb +2 -1
- data/partitions.json +62 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94fdc30b813ce48be98b2b31029c38327f5fd064e1a902882eddc7800b6b657d
|
|
4
|
+
data.tar.gz: a8cd91aa1ca4ae7e8173b32cb0b016fe2bcf032a83f68a5e7ce726f206bc647c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fa7725dacdeb160e3ad374b031cdc9a04af6d16f27f8fc0c0c4b952911b6cad90604b2cfec82cb1e53998e5069c370433120def2d2109ac8c5a169927047d3c
|
|
7
|
+
data.tar.gz: cb06df8b5eb2bc7c9267ffb16a47091a64dc19612a5fd90eb5cad28ba8d09596285cf1ae2b6c21edfe93a879df79fb77cf25b2c5feedc6f471171176f727d808
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -212,7 +212,8 @@ module Aws
|
|
|
212
212
|
def defaults
|
|
213
213
|
@defaults ||= begin
|
|
214
214
|
path = File.expand_path('../../partitions.json', __FILE__)
|
|
215
|
-
JSON.
|
|
215
|
+
defaults = JSON.parse(File.read(path), freeze: true)
|
|
216
|
+
defaults.merge('partitions' => defaults['partitions'].dup)
|
|
216
217
|
end
|
|
217
218
|
end
|
|
218
219
|
|
data/partitions.json
CHANGED
|
@@ -255,6 +255,21 @@
|
|
|
255
255
|
"us-west-2" : { }
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
|
+
"amplifybackend" : {
|
|
259
|
+
"endpoints" : {
|
|
260
|
+
"ap-northeast-2" : { },
|
|
261
|
+
"ap-south-1" : { },
|
|
262
|
+
"ap-southeast-1" : { },
|
|
263
|
+
"ap-southeast-2" : { },
|
|
264
|
+
"eu-central-1" : { },
|
|
265
|
+
"eu-south-1" : { },
|
|
266
|
+
"eu-west-1" : { },
|
|
267
|
+
"eu-west-2" : { },
|
|
268
|
+
"us-east-1" : { },
|
|
269
|
+
"us-east-2" : { },
|
|
270
|
+
"us-west-2" : { }
|
|
271
|
+
}
|
|
272
|
+
},
|
|
258
273
|
"api.detective" : {
|
|
259
274
|
"defaults" : {
|
|
260
275
|
"protocols" : [ "https" ]
|
|
@@ -1609,7 +1624,10 @@
|
|
|
1609
1624
|
},
|
|
1610
1625
|
"contact-lens" : {
|
|
1611
1626
|
"endpoints" : {
|
|
1627
|
+
"ap-northeast-1" : { },
|
|
1612
1628
|
"ap-southeast-2" : { },
|
|
1629
|
+
"eu-central-1" : { },
|
|
1630
|
+
"eu-west-2" : { },
|
|
1613
1631
|
"us-east-1" : { },
|
|
1614
1632
|
"us-west-2" : { }
|
|
1615
1633
|
}
|
|
@@ -6334,6 +6352,7 @@
|
|
|
6334
6352
|
},
|
|
6335
6353
|
"transfer" : {
|
|
6336
6354
|
"endpoints" : {
|
|
6355
|
+
"ap-east-1" : { },
|
|
6337
6356
|
"ap-northeast-1" : { },
|
|
6338
6357
|
"ap-northeast-2" : { },
|
|
6339
6358
|
"ap-south-1" : { },
|
|
@@ -6375,6 +6394,7 @@
|
|
|
6375
6394
|
},
|
|
6376
6395
|
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
|
|
6377
6396
|
},
|
|
6397
|
+
"me-south-1" : { },
|
|
6378
6398
|
"sa-east-1" : { },
|
|
6379
6399
|
"us-east-1" : { },
|
|
6380
6400
|
"us-east-2" : { },
|
|
@@ -7171,6 +7191,16 @@
|
|
|
7171
7191
|
},
|
|
7172
7192
|
"isRegionalized" : true
|
|
7173
7193
|
},
|
|
7194
|
+
"guardduty" : {
|
|
7195
|
+
"defaults" : {
|
|
7196
|
+
"protocols" : [ "https" ]
|
|
7197
|
+
},
|
|
7198
|
+
"endpoints" : {
|
|
7199
|
+
"cn-north-1" : { },
|
|
7200
|
+
"cn-northwest-1" : { }
|
|
7201
|
+
},
|
|
7202
|
+
"isRegionalized" : true
|
|
7203
|
+
},
|
|
7174
7204
|
"health" : {
|
|
7175
7205
|
"endpoints" : {
|
|
7176
7206
|
"cn-north-1" : { },
|
|
@@ -8577,6 +8607,22 @@
|
|
|
8577
8607
|
"us-gov-west-1" : { }
|
|
8578
8608
|
}
|
|
8579
8609
|
},
|
|
8610
|
+
"models.lex" : {
|
|
8611
|
+
"defaults" : {
|
|
8612
|
+
"credentialScope" : {
|
|
8613
|
+
"service" : "lex"
|
|
8614
|
+
}
|
|
8615
|
+
},
|
|
8616
|
+
"endpoints" : {
|
|
8617
|
+
"us-gov-west-1" : { },
|
|
8618
|
+
"us-gov-west-1-fips" : {
|
|
8619
|
+
"credentialScope" : {
|
|
8620
|
+
"region" : "us-gov-west-1"
|
|
8621
|
+
},
|
|
8622
|
+
"hostname" : "models-fips.lex.us-gov-west-1.amazonaws.com"
|
|
8623
|
+
}
|
|
8624
|
+
}
|
|
8625
|
+
},
|
|
8580
8626
|
"monitoring" : {
|
|
8581
8627
|
"endpoints" : {
|
|
8582
8628
|
"fips-us-gov-east-1" : {
|
|
@@ -8770,6 +8816,22 @@
|
|
|
8770
8816
|
"us-gov-west-1" : { }
|
|
8771
8817
|
}
|
|
8772
8818
|
},
|
|
8819
|
+
"runtime.lex" : {
|
|
8820
|
+
"defaults" : {
|
|
8821
|
+
"credentialScope" : {
|
|
8822
|
+
"service" : "lex"
|
|
8823
|
+
}
|
|
8824
|
+
},
|
|
8825
|
+
"endpoints" : {
|
|
8826
|
+
"us-gov-west-1" : { },
|
|
8827
|
+
"us-gov-west-1-fips" : {
|
|
8828
|
+
"credentialScope" : {
|
|
8829
|
+
"region" : "us-gov-west-1"
|
|
8830
|
+
},
|
|
8831
|
+
"hostname" : "runtime-fips.lex.us-gov-west-1.amazonaws.com"
|
|
8832
|
+
}
|
|
8833
|
+
}
|
|
8834
|
+
},
|
|
8773
8835
|
"runtime.sagemaker" : {
|
|
8774
8836
|
"endpoints" : {
|
|
8775
8837
|
"us-gov-west-1" : { },
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.429.0
|
|
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: 2021-02-
|
|
11
|
+
date: 2021-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|