aws-partitions 1.256.0 → 1.261.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 +1 -0
- data/lib/aws-partitions/endpoint_provider.rb +0 -11
- data/partitions.json +90 -5
- 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: cc50d2b4d6356a96bcfc6a7b0d6fe9d9c35f90f8
|
|
4
|
+
data.tar.gz: 19ce71e6c57c40e1107cfd3f636d0497006db2df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71491548cac5479c36c5becdc523cb23f601c9d347a859a993934256334b6721086fbe41b8bc13ab9819482108dd72940c0b52f4c08ac6b5f129b118d7f38006
|
|
7
|
+
data.tar.gz: e7384e8e70b39342f239e03ab414a6dc75e1023513487d9b2aa8f46682ccb4a1ad9a28391bc9b6e0c9f006975f2e55a65b894398c4a64d47f9d42f0c7eb7dcb9
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -263,6 +263,7 @@ module Aws
|
|
|
263
263
|
'CodePipeline' => 'codepipeline',
|
|
264
264
|
'CodeStar' => 'codestar',
|
|
265
265
|
'CodeStarNotifications' => 'codestar-notifications',
|
|
266
|
+
'CodeStarconnections' => 'codestar-connections',
|
|
266
267
|
'CognitoIdentity' => 'cognito-identity',
|
|
267
268
|
'CognitoIdentityProvider' => 'cognito-idp',
|
|
268
269
|
'CognitoSync' => 'cognito-sync',
|
|
@@ -23,12 +23,6 @@ module Aws
|
|
|
23
23
|
us-west-2
|
|
24
24
|
].freeze
|
|
25
25
|
|
|
26
|
-
# Can be removed once S3 endpoint is updated
|
|
27
|
-
S3_IAD_REGIONAL = {
|
|
28
|
-
'hostname' => 's3.us-east-1.amazonaws.com',
|
|
29
|
-
'signatureVersions' => %w[s3 s3v4]
|
|
30
|
-
}.freeze
|
|
31
|
-
|
|
32
26
|
# Intentionally marked private. The format of the endpoint rules
|
|
33
27
|
# is an implementation detail.
|
|
34
28
|
# @api private
|
|
@@ -84,11 +78,6 @@ module Aws
|
|
|
84
78
|
region = service_cfg.fetch('partitionEndpoint', region)
|
|
85
79
|
end
|
|
86
80
|
|
|
87
|
-
# Can be removed once S3 endpoint is updated
|
|
88
|
-
if (service == 's3') && (region == 'us-east-1')
|
|
89
|
-
service_cfg['endpoints'][region] = S3_IAD_REGIONAL
|
|
90
|
-
end
|
|
91
|
-
|
|
92
81
|
# Check for service/region level endpoint.
|
|
93
82
|
endpoint = service_cfg
|
|
94
83
|
.fetch('endpoints', {})
|
data/partitions.json
CHANGED
|
@@ -80,6 +80,12 @@
|
|
|
80
80
|
"ap-southeast-1" : { },
|
|
81
81
|
"ap-southeast-2" : { },
|
|
82
82
|
"ca-central-1" : { },
|
|
83
|
+
"ca-central-1-fips" : {
|
|
84
|
+
"credentialScope" : {
|
|
85
|
+
"region" : "ca-central-1"
|
|
86
|
+
},
|
|
87
|
+
"hostname" : "acm-fips.ca-central-1.amazonaws.com"
|
|
88
|
+
},
|
|
83
89
|
"eu-central-1" : { },
|
|
84
90
|
"eu-north-1" : { },
|
|
85
91
|
"eu-west-1" : { },
|
|
@@ -88,9 +94,33 @@
|
|
|
88
94
|
"me-south-1" : { },
|
|
89
95
|
"sa-east-1" : { },
|
|
90
96
|
"us-east-1" : { },
|
|
97
|
+
"us-east-1-fips" : {
|
|
98
|
+
"credentialScope" : {
|
|
99
|
+
"region" : "us-east-1"
|
|
100
|
+
},
|
|
101
|
+
"hostname" : "acm-fips.us-east-1.amazonaws.com"
|
|
102
|
+
},
|
|
91
103
|
"us-east-2" : { },
|
|
104
|
+
"us-east-2-fips" : {
|
|
105
|
+
"credentialScope" : {
|
|
106
|
+
"region" : "us-east-2"
|
|
107
|
+
},
|
|
108
|
+
"hostname" : "acm-fips.us-east-2.amazonaws.com"
|
|
109
|
+
},
|
|
92
110
|
"us-west-1" : { },
|
|
93
|
-
"us-west-
|
|
111
|
+
"us-west-1-fips" : {
|
|
112
|
+
"credentialScope" : {
|
|
113
|
+
"region" : "us-west-1"
|
|
114
|
+
},
|
|
115
|
+
"hostname" : "acm-fips.us-west-1.amazonaws.com"
|
|
116
|
+
},
|
|
117
|
+
"us-west-2" : { },
|
|
118
|
+
"us-west-2-fips" : {
|
|
119
|
+
"credentialScope" : {
|
|
120
|
+
"region" : "us-west-2"
|
|
121
|
+
},
|
|
122
|
+
"hostname" : "acm-fips.us-west-2.amazonaws.com"
|
|
123
|
+
}
|
|
94
124
|
}
|
|
95
125
|
},
|
|
96
126
|
"acm-pca" : {
|
|
@@ -587,9 +617,15 @@
|
|
|
587
617
|
"cloud9" : {
|
|
588
618
|
"endpoints" : {
|
|
589
619
|
"ap-northeast-1" : { },
|
|
620
|
+
"ap-northeast-2" : { },
|
|
621
|
+
"ap-south-1" : { },
|
|
590
622
|
"ap-southeast-1" : { },
|
|
623
|
+
"ap-southeast-2" : { },
|
|
624
|
+
"ca-central-1" : { },
|
|
591
625
|
"eu-central-1" : { },
|
|
626
|
+
"eu-north-1" : { },
|
|
592
627
|
"eu-west-1" : { },
|
|
628
|
+
"eu-west-2" : { },
|
|
593
629
|
"us-east-1" : { },
|
|
594
630
|
"us-east-2" : { },
|
|
595
631
|
"us-west-2" : { }
|
|
@@ -975,8 +1011,10 @@
|
|
|
975
1011
|
"connect" : {
|
|
976
1012
|
"endpoints" : {
|
|
977
1013
|
"ap-northeast-1" : { },
|
|
1014
|
+
"ap-southeast-1" : { },
|
|
978
1015
|
"ap-southeast-2" : { },
|
|
979
1016
|
"eu-central-1" : { },
|
|
1017
|
+
"eu-west-2" : { },
|
|
980
1018
|
"us-east-1" : { },
|
|
981
1019
|
"us-west-2" : { }
|
|
982
1020
|
}
|
|
@@ -1263,6 +1301,7 @@
|
|
|
1263
1301
|
"eu-north-1" : { },
|
|
1264
1302
|
"eu-west-1" : { },
|
|
1265
1303
|
"eu-west-2" : { },
|
|
1304
|
+
"eu-west-3" : { },
|
|
1266
1305
|
"sa-east-1" : { },
|
|
1267
1306
|
"us-east-1" : { },
|
|
1268
1307
|
"us-east-2" : { },
|
|
@@ -1754,6 +1793,8 @@
|
|
|
1754
1793
|
},
|
|
1755
1794
|
"groundstation" : {
|
|
1756
1795
|
"endpoints" : {
|
|
1796
|
+
"eu-north-1" : { },
|
|
1797
|
+
"me-south-1" : { },
|
|
1757
1798
|
"us-east-2" : { },
|
|
1758
1799
|
"us-west-2" : { }
|
|
1759
1800
|
}
|
|
@@ -2055,11 +2096,13 @@
|
|
|
2055
2096
|
"ap-south-1" : { },
|
|
2056
2097
|
"ap-southeast-1" : { },
|
|
2057
2098
|
"ap-southeast-2" : { },
|
|
2099
|
+
"ca-central-1" : { },
|
|
2058
2100
|
"eu-central-1" : { },
|
|
2059
2101
|
"eu-north-1" : { },
|
|
2060
2102
|
"eu-west-1" : { },
|
|
2061
2103
|
"eu-west-2" : { },
|
|
2062
2104
|
"eu-west-3" : { },
|
|
2105
|
+
"sa-east-1" : { },
|
|
2063
2106
|
"us-east-1" : { },
|
|
2064
2107
|
"us-east-2" : { },
|
|
2065
2108
|
"us-west-2" : { }
|
|
@@ -2067,11 +2110,20 @@
|
|
|
2067
2110
|
},
|
|
2068
2111
|
"kinesisvideo" : {
|
|
2069
2112
|
"endpoints" : {
|
|
2113
|
+
"ap-east-1" : { },
|
|
2070
2114
|
"ap-northeast-1" : { },
|
|
2115
|
+
"ap-northeast-2" : { },
|
|
2116
|
+
"ap-south-1" : { },
|
|
2117
|
+
"ap-southeast-1" : { },
|
|
2071
2118
|
"ap-southeast-2" : { },
|
|
2119
|
+
"ca-central-1" : { },
|
|
2072
2120
|
"eu-central-1" : { },
|
|
2073
2121
|
"eu-west-1" : { },
|
|
2122
|
+
"eu-west-2" : { },
|
|
2123
|
+
"eu-west-3" : { },
|
|
2124
|
+
"sa-east-1" : { },
|
|
2074
2125
|
"us-east-1" : { },
|
|
2126
|
+
"us-east-2" : { },
|
|
2075
2127
|
"us-west-2" : { }
|
|
2076
2128
|
}
|
|
2077
2129
|
},
|
|
@@ -2378,6 +2430,7 @@
|
|
|
2378
2430
|
"ap-southeast-2" : { },
|
|
2379
2431
|
"ca-central-1" : { },
|
|
2380
2432
|
"eu-central-1" : { },
|
|
2433
|
+
"eu-north-1" : { },
|
|
2381
2434
|
"eu-west-1" : { },
|
|
2382
2435
|
"eu-west-2" : { },
|
|
2383
2436
|
"eu-west-3" : { },
|
|
@@ -2405,6 +2458,7 @@
|
|
|
2405
2458
|
},
|
|
2406
2459
|
"hostname" : "mq-fips.us-west-2.amazonaws.com"
|
|
2407
2460
|
},
|
|
2461
|
+
"sa-east-1" : { },
|
|
2408
2462
|
"us-east-1" : { },
|
|
2409
2463
|
"us-east-2" : { },
|
|
2410
2464
|
"us-west-1" : { },
|
|
@@ -2610,6 +2664,19 @@
|
|
|
2610
2664
|
"isRegionalized" : false,
|
|
2611
2665
|
"partitionEndpoint" : "aws-global"
|
|
2612
2666
|
},
|
|
2667
|
+
"outposts" : {
|
|
2668
|
+
"endpoints" : {
|
|
2669
|
+
"ap-northeast-1" : { },
|
|
2670
|
+
"ap-northeast-2" : { },
|
|
2671
|
+
"ap-southeast-2" : { },
|
|
2672
|
+
"eu-central-1" : { },
|
|
2673
|
+
"eu-west-1" : { },
|
|
2674
|
+
"us-east-1" : { },
|
|
2675
|
+
"us-east-2" : { },
|
|
2676
|
+
"us-west-1" : { },
|
|
2677
|
+
"us-west-2" : { }
|
|
2678
|
+
}
|
|
2679
|
+
},
|
|
2613
2680
|
"pinpoint" : {
|
|
2614
2681
|
"defaults" : {
|
|
2615
2682
|
"credentialScope" : {
|
|
@@ -2917,6 +2984,7 @@
|
|
|
2917
2984
|
"ap-southeast-2" : { },
|
|
2918
2985
|
"ca-central-1" : { },
|
|
2919
2986
|
"eu-central-1" : { },
|
|
2987
|
+
"eu-north-1" : { },
|
|
2920
2988
|
"eu-west-1" : { },
|
|
2921
2989
|
"eu-west-2" : { },
|
|
2922
2990
|
"eu-west-3" : { },
|
|
@@ -3006,6 +3074,13 @@
|
|
|
3006
3074
|
"hostname" : "s3.ap-southeast-2.amazonaws.com",
|
|
3007
3075
|
"signatureVersions" : [ "s3", "s3v4" ]
|
|
3008
3076
|
},
|
|
3077
|
+
"aws-global" : {
|
|
3078
|
+
"credentialScope" : {
|
|
3079
|
+
"region" : "us-east-1"
|
|
3080
|
+
},
|
|
3081
|
+
"hostname" : "s3.amazonaws.com",
|
|
3082
|
+
"signatureVersions" : [ "s3", "s3v4" ]
|
|
3083
|
+
},
|
|
3009
3084
|
"ca-central-1" : { },
|
|
3010
3085
|
"eu-central-1" : { },
|
|
3011
3086
|
"eu-north-1" : { },
|
|
@@ -3028,7 +3103,7 @@
|
|
|
3028
3103
|
"signatureVersions" : [ "s3", "s3v4" ]
|
|
3029
3104
|
},
|
|
3030
3105
|
"us-east-1" : {
|
|
3031
|
-
"hostname" : "s3.amazonaws.com",
|
|
3106
|
+
"hostname" : "s3.us-east-1.amazonaws.com",
|
|
3032
3107
|
"signatureVersions" : [ "s3", "s3v4" ]
|
|
3033
3108
|
},
|
|
3034
3109
|
"us-east-2" : { },
|
|
@@ -3042,7 +3117,7 @@
|
|
|
3042
3117
|
}
|
|
3043
3118
|
},
|
|
3044
3119
|
"isRegionalized" : true,
|
|
3045
|
-
"partitionEndpoint" : "
|
|
3120
|
+
"partitionEndpoint" : "aws-global"
|
|
3046
3121
|
},
|
|
3047
3122
|
"s3-control" : {
|
|
3048
3123
|
"defaults" : {
|
|
@@ -4238,6 +4313,12 @@
|
|
|
4238
4313
|
},
|
|
4239
4314
|
"isRegionalized" : true
|
|
4240
4315
|
},
|
|
4316
|
+
"health" : {
|
|
4317
|
+
"endpoints" : {
|
|
4318
|
+
"cn-north-1" : { },
|
|
4319
|
+
"cn-northwest-1" : { }
|
|
4320
|
+
}
|
|
4321
|
+
},
|
|
4241
4322
|
"iam" : {
|
|
4242
4323
|
"endpoints" : {
|
|
4243
4324
|
"aws-cn-global" : {
|
|
@@ -4476,6 +4557,12 @@
|
|
|
4476
4557
|
"endpoints" : {
|
|
4477
4558
|
"cn-northwest-1" : { }
|
|
4478
4559
|
}
|
|
4560
|
+
},
|
|
4561
|
+
"xray" : {
|
|
4562
|
+
"endpoints" : {
|
|
4563
|
+
"cn-north-1" : { },
|
|
4564
|
+
"cn-northwest-1" : { }
|
|
4565
|
+
}
|
|
4479
4566
|
}
|
|
4480
4567
|
}
|
|
4481
4568
|
}, {
|
|
@@ -5267,7 +5354,6 @@
|
|
|
5267
5354
|
},
|
|
5268
5355
|
"application-autoscaling" : {
|
|
5269
5356
|
"defaults" : {
|
|
5270
|
-
"hostname" : "autoscaling.us-iso-east-1.c2s.ic.gov",
|
|
5271
5357
|
"protocols" : [ "http", "https" ]
|
|
5272
5358
|
},
|
|
5273
5359
|
"endpoints" : {
|
|
@@ -5537,7 +5623,6 @@
|
|
|
5537
5623
|
"services" : {
|
|
5538
5624
|
"application-autoscaling" : {
|
|
5539
5625
|
"defaults" : {
|
|
5540
|
-
"hostname" : "autoscaling.us-isob-east-1.sc2s.sgov.gov",
|
|
5541
5626
|
"protocols" : [ "http", "https" ]
|
|
5542
5627
|
},
|
|
5543
5628
|
"endpoints" : {
|
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.261.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:
|
|
11
|
+
date: 2020-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|