aws-partitions 1.422.0 → 1.427.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 +80 -1
- 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: 716aa1a7767215c40c323c068e7696525e1dacae1fb15517cca5b46d9ae06270
|
|
4
|
+
data.tar.gz: 11b6be7cde738107ba9fc22b3655fe3545265fce45daf86a81f6daa98da86f53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cdb23de17d9e0b9ad927ee08c1337a81d0b74136b58d3b4a919ba072800362b46e452168d8364cc33c217566aad0d0aeec83cfaf095c53d9484342da7637b89
|
|
7
|
+
data.tar.gz: b570db6201fcfe2bc6891ab0827b897671f1a341c6d799c7f087b3d474ed719814d5054b7c3c98984f259855faba36955a365301ed70f084534d78966955e1b8
|
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" ]
|
|
@@ -1448,6 +1463,12 @@
|
|
|
1448
1463
|
},
|
|
1449
1464
|
"hostname" : "cognito-idp-fips.us-east-2.amazonaws.com"
|
|
1450
1465
|
},
|
|
1466
|
+
"fips-us-west-1" : {
|
|
1467
|
+
"credentialScope" : {
|
|
1468
|
+
"region" : "us-west-1"
|
|
1469
|
+
},
|
|
1470
|
+
"hostname" : "cognito-idp-fips.us-west-1.amazonaws.com"
|
|
1471
|
+
},
|
|
1451
1472
|
"fips-us-west-2" : {
|
|
1452
1473
|
"credentialScope" : {
|
|
1453
1474
|
"region" : "us-west-2"
|
|
@@ -7165,6 +7186,16 @@
|
|
|
7165
7186
|
},
|
|
7166
7187
|
"isRegionalized" : true
|
|
7167
7188
|
},
|
|
7189
|
+
"guardduty" : {
|
|
7190
|
+
"defaults" : {
|
|
7191
|
+
"protocols" : [ "https" ]
|
|
7192
|
+
},
|
|
7193
|
+
"endpoints" : {
|
|
7194
|
+
"cn-north-1" : { },
|
|
7195
|
+
"cn-northwest-1" : { }
|
|
7196
|
+
},
|
|
7197
|
+
"isRegionalized" : true
|
|
7198
|
+
},
|
|
7168
7199
|
"health" : {
|
|
7169
7200
|
"endpoints" : {
|
|
7170
7201
|
"cn-north-1" : { },
|
|
@@ -7958,6 +7989,11 @@
|
|
|
7958
7989
|
"us-gov-west-1" : { }
|
|
7959
7990
|
}
|
|
7960
7991
|
},
|
|
7992
|
+
"connect" : {
|
|
7993
|
+
"endpoints" : {
|
|
7994
|
+
"us-gov-west-1" : { }
|
|
7995
|
+
}
|
|
7996
|
+
},
|
|
7961
7997
|
"data.iot" : {
|
|
7962
7998
|
"defaults" : {
|
|
7963
7999
|
"credentialScope" : {
|
|
@@ -8566,6 +8602,22 @@
|
|
|
8566
8602
|
"us-gov-west-1" : { }
|
|
8567
8603
|
}
|
|
8568
8604
|
},
|
|
8605
|
+
"models.lex" : {
|
|
8606
|
+
"defaults" : {
|
|
8607
|
+
"credentialScope" : {
|
|
8608
|
+
"service" : "lex"
|
|
8609
|
+
}
|
|
8610
|
+
},
|
|
8611
|
+
"endpoints" : {
|
|
8612
|
+
"us-gov-west-1" : { },
|
|
8613
|
+
"us-gov-west-1-fips" : {
|
|
8614
|
+
"credentialScope" : {
|
|
8615
|
+
"region" : "us-gov-west-1"
|
|
8616
|
+
},
|
|
8617
|
+
"hostname" : "models-fips.lex.us-gov-west-1.amazonaws.com"
|
|
8618
|
+
}
|
|
8619
|
+
}
|
|
8620
|
+
},
|
|
8569
8621
|
"monitoring" : {
|
|
8570
8622
|
"endpoints" : {
|
|
8571
8623
|
"fips-us-gov-east-1" : {
|
|
@@ -8759,9 +8811,31 @@
|
|
|
8759
8811
|
"us-gov-west-1" : { }
|
|
8760
8812
|
}
|
|
8761
8813
|
},
|
|
8814
|
+
"runtime.lex" : {
|
|
8815
|
+
"defaults" : {
|
|
8816
|
+
"credentialScope" : {
|
|
8817
|
+
"service" : "lex"
|
|
8818
|
+
}
|
|
8819
|
+
},
|
|
8820
|
+
"endpoints" : {
|
|
8821
|
+
"us-gov-west-1" : { },
|
|
8822
|
+
"us-gov-west-1-fips" : {
|
|
8823
|
+
"credentialScope" : {
|
|
8824
|
+
"region" : "us-gov-west-1"
|
|
8825
|
+
},
|
|
8826
|
+
"hostname" : "runtime-fips.lex.us-gov-west-1.amazonaws.com"
|
|
8827
|
+
}
|
|
8828
|
+
}
|
|
8829
|
+
},
|
|
8762
8830
|
"runtime.sagemaker" : {
|
|
8763
8831
|
"endpoints" : {
|
|
8764
|
-
"us-gov-west-1" : { }
|
|
8832
|
+
"us-gov-west-1" : { },
|
|
8833
|
+
"us-gov-west-1-fips" : {
|
|
8834
|
+
"credentialScope" : {
|
|
8835
|
+
"region" : "us-gov-west-1"
|
|
8836
|
+
},
|
|
8837
|
+
"hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com"
|
|
8838
|
+
}
|
|
8765
8839
|
}
|
|
8766
8840
|
},
|
|
8767
8841
|
"s3" : {
|
|
@@ -9422,6 +9496,11 @@
|
|
|
9422
9496
|
"us-iso-east-1" : { }
|
|
9423
9497
|
}
|
|
9424
9498
|
},
|
|
9499
|
+
"outposts" : {
|
|
9500
|
+
"endpoints" : {
|
|
9501
|
+
"us-iso-east-1" : { }
|
|
9502
|
+
}
|
|
9503
|
+
},
|
|
9425
9504
|
"rds" : {
|
|
9426
9505
|
"endpoints" : {
|
|
9427
9506
|
"us-iso-east-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.427.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-
|
|
11
|
+
date: 2021-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|