aws-partitions 1.255.0 → 1.260.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/partitions.json +90 -3
- 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: bfaed816a502efef47670343f1aa74241c1443ce
|
|
4
|
+
data.tar.gz: 6e757037297795edcf7b9b8fdc9c9446fb276d4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b001bbf01ef4ab2ae3bb21031e15be6ba9334c8c35ad6f91d02445582fb2c1ff3bf4e454d2d6cd44106427d805d00e3347be05f39a8a010c7d0a21506a2cbda
|
|
7
|
+
data.tar.gz: 95eb941811c1b8a3cca26b85b2e176eed7f5d17f503d2272f0074839de3c6c35374d28c8d80807c062a52cad448906d05349f3cfe00c3ad7c188580e890f91a0
|
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',
|
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" : {
|
|
@@ -4359,6 +4434,12 @@
|
|
|
4359
4434
|
}
|
|
4360
4435
|
}
|
|
4361
4436
|
},
|
|
4437
|
+
"secretsmanager" : {
|
|
4438
|
+
"endpoints" : {
|
|
4439
|
+
"cn-north-1" : { },
|
|
4440
|
+
"cn-northwest-1" : { }
|
|
4441
|
+
}
|
|
4442
|
+
},
|
|
4362
4443
|
"sms" : {
|
|
4363
4444
|
"endpoints" : {
|
|
4364
4445
|
"cn-north-1" : { },
|
|
@@ -4470,6 +4551,12 @@
|
|
|
4470
4551
|
"endpoints" : {
|
|
4471
4552
|
"cn-northwest-1" : { }
|
|
4472
4553
|
}
|
|
4554
|
+
},
|
|
4555
|
+
"xray" : {
|
|
4556
|
+
"endpoints" : {
|
|
4557
|
+
"cn-north-1" : { },
|
|
4558
|
+
"cn-northwest-1" : { }
|
|
4559
|
+
}
|
|
4473
4560
|
}
|
|
4474
4561
|
}
|
|
4475
4562
|
}, {
|
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.260.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: 2019-12-
|
|
11
|
+
date: 2019-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|