aws-partitions 1.601.0 → 1.604.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/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +119 -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: 9d7111fcdddf467f3f4e4c566a3d486fb307a91f4a0d19581ed8c9f3e470701f
|
|
4
|
+
data.tar.gz: 199553d4778596e2bc38a4f9b25c89b174c68d82621c6e9ba3154c8ad9cdb348
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86104983bd915720a0a8845d0896f6468e30e447a4a150e7512237ba681b85dea343a9ae9c90ccc72130d30fa92e589b56d936420127b77771de1972d6c66da1
|
|
7
|
+
data.tar.gz: 8194daa0c133511993fb5791d106676f058cd1b84801fd4efb84be0a597f4825f96290a3dd456a6fa1a0fc91b4ddc1bdd4a7e009d2f60b01821617a9e941cb98
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.604.0 (2022-07-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.603.0 (2022-07-05)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::RolesAnywhere`.
|
|
13
|
+
|
|
14
|
+
1.602.0 (2022-06-29)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.601.0 (2022-06-24)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.604.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -471,6 +471,7 @@ module Aws
|
|
|
471
471
|
'ResourceGroups' => 'resource-groups',
|
|
472
472
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
|
473
473
|
'RoboMaker' => 'robomaker',
|
|
474
|
+
'RolesAnywhere' => 'rolesanywhere',
|
|
474
475
|
'Route53' => 'route53',
|
|
475
476
|
'Route53Domains' => 'route53domains',
|
|
476
477
|
'Route53RecoveryCluster' => 'route53-recovery-cluster',
|
data/partitions.json
CHANGED
|
@@ -420,10 +420,15 @@
|
|
|
420
420
|
"ap-southeast-2" : { },
|
|
421
421
|
"ca-central-1" : { },
|
|
422
422
|
"eu-central-1" : { },
|
|
423
|
+
"eu-north-1" : { },
|
|
423
424
|
"eu-west-1" : { },
|
|
424
425
|
"eu-west-2" : { },
|
|
426
|
+
"eu-west-3" : { },
|
|
427
|
+
"me-south-1" : { },
|
|
428
|
+
"sa-east-1" : { },
|
|
425
429
|
"us-east-1" : { },
|
|
426
430
|
"us-east-2" : { },
|
|
431
|
+
"us-west-1" : { },
|
|
427
432
|
"us-west-2" : { }
|
|
428
433
|
}
|
|
429
434
|
},
|
|
@@ -864,6 +869,34 @@
|
|
|
864
869
|
}
|
|
865
870
|
}
|
|
866
871
|
},
|
|
872
|
+
"api.iotdeviceadvisor" : {
|
|
873
|
+
"endpoints" : {
|
|
874
|
+
"ap-northeast-1" : {
|
|
875
|
+
"credentialScope" : {
|
|
876
|
+
"region" : "ap-northeast-1"
|
|
877
|
+
},
|
|
878
|
+
"hostname" : "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com"
|
|
879
|
+
},
|
|
880
|
+
"eu-west-1" : {
|
|
881
|
+
"credentialScope" : {
|
|
882
|
+
"region" : "eu-west-1"
|
|
883
|
+
},
|
|
884
|
+
"hostname" : "api.iotdeviceadvisor.eu-west-1.amazonaws.com"
|
|
885
|
+
},
|
|
886
|
+
"us-east-1" : {
|
|
887
|
+
"credentialScope" : {
|
|
888
|
+
"region" : "us-east-1"
|
|
889
|
+
},
|
|
890
|
+
"hostname" : "api.iotdeviceadvisor.us-east-1.amazonaws.com"
|
|
891
|
+
},
|
|
892
|
+
"us-west-2" : {
|
|
893
|
+
"credentialScope" : {
|
|
894
|
+
"region" : "us-west-2"
|
|
895
|
+
},
|
|
896
|
+
"hostname" : "api.iotdeviceadvisor.us-west-2.amazonaws.com"
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
},
|
|
867
900
|
"api.iotwireless" : {
|
|
868
901
|
"endpoints" : {
|
|
869
902
|
"ap-northeast-1" : {
|
|
@@ -1431,6 +1464,7 @@
|
|
|
1431
1464
|
"deprecated" : true,
|
|
1432
1465
|
"hostname" : "appstream2-fips.us-east-1.amazonaws.com"
|
|
1433
1466
|
},
|
|
1467
|
+
"us-east-2" : { },
|
|
1434
1468
|
"us-west-2" : {
|
|
1435
1469
|
"variants" : [ {
|
|
1436
1470
|
"hostname" : "appstream2-fips.us-west-2.amazonaws.com",
|
|
@@ -2191,6 +2225,7 @@
|
|
|
2191
2225
|
"ap-south-1" : { },
|
|
2192
2226
|
"ap-southeast-1" : { },
|
|
2193
2227
|
"ap-southeast-2" : { },
|
|
2228
|
+
"ap-southeast-3" : { },
|
|
2194
2229
|
"ca-central-1" : { },
|
|
2195
2230
|
"eu-central-1" : { },
|
|
2196
2231
|
"eu-north-1" : { },
|
|
@@ -7099,6 +7134,7 @@
|
|
|
7099
7134
|
},
|
|
7100
7135
|
"kinesisvideo" : {
|
|
7101
7136
|
"endpoints" : {
|
|
7137
|
+
"af-south-1" : { },
|
|
7102
7138
|
"ap-east-1" : { },
|
|
7103
7139
|
"ap-northeast-1" : { },
|
|
7104
7140
|
"ap-northeast-2" : { },
|
|
@@ -8824,6 +8860,12 @@
|
|
|
8824
8860
|
},
|
|
8825
8861
|
"oidc" : {
|
|
8826
8862
|
"endpoints" : {
|
|
8863
|
+
"ap-east-1" : {
|
|
8864
|
+
"credentialScope" : {
|
|
8865
|
+
"region" : "ap-east-1"
|
|
8866
|
+
},
|
|
8867
|
+
"hostname" : "oidc.ap-east-1.amazonaws.com"
|
|
8868
|
+
},
|
|
8827
8869
|
"ap-northeast-1" : {
|
|
8828
8870
|
"credentialScope" : {
|
|
8829
8871
|
"region" : "ap-northeast-1"
|
|
@@ -8878,6 +8920,12 @@
|
|
|
8878
8920
|
},
|
|
8879
8921
|
"hostname" : "oidc.eu-north-1.amazonaws.com"
|
|
8880
8922
|
},
|
|
8923
|
+
"eu-south-1" : {
|
|
8924
|
+
"credentialScope" : {
|
|
8925
|
+
"region" : "eu-south-1"
|
|
8926
|
+
},
|
|
8927
|
+
"hostname" : "oidc.eu-south-1.amazonaws.com"
|
|
8928
|
+
},
|
|
8881
8929
|
"eu-west-1" : {
|
|
8882
8930
|
"credentialScope" : {
|
|
8883
8931
|
"region" : "eu-west-1"
|
|
@@ -8896,6 +8944,12 @@
|
|
|
8896
8944
|
},
|
|
8897
8945
|
"hostname" : "oidc.eu-west-3.amazonaws.com"
|
|
8898
8946
|
},
|
|
8947
|
+
"me-south-1" : {
|
|
8948
|
+
"credentialScope" : {
|
|
8949
|
+
"region" : "me-south-1"
|
|
8950
|
+
},
|
|
8951
|
+
"hostname" : "oidc.me-south-1.amazonaws.com"
|
|
8952
|
+
},
|
|
8899
8953
|
"sa-east-1" : {
|
|
8900
8954
|
"credentialScope" : {
|
|
8901
8955
|
"region" : "sa-east-1"
|
|
@@ -9227,6 +9281,12 @@
|
|
|
9227
9281
|
},
|
|
9228
9282
|
"portal.sso" : {
|
|
9229
9283
|
"endpoints" : {
|
|
9284
|
+
"ap-east-1" : {
|
|
9285
|
+
"credentialScope" : {
|
|
9286
|
+
"region" : "ap-east-1"
|
|
9287
|
+
},
|
|
9288
|
+
"hostname" : "portal.sso.ap-east-1.amazonaws.com"
|
|
9289
|
+
},
|
|
9230
9290
|
"ap-northeast-1" : {
|
|
9231
9291
|
"credentialScope" : {
|
|
9232
9292
|
"region" : "ap-northeast-1"
|
|
@@ -9305,6 +9365,12 @@
|
|
|
9305
9365
|
},
|
|
9306
9366
|
"hostname" : "portal.sso.eu-west-3.amazonaws.com"
|
|
9307
9367
|
},
|
|
9368
|
+
"me-south-1" : {
|
|
9369
|
+
"credentialScope" : {
|
|
9370
|
+
"region" : "me-south-1"
|
|
9371
|
+
},
|
|
9372
|
+
"hostname" : "portal.sso.me-south-1.amazonaws.com"
|
|
9373
|
+
},
|
|
9308
9374
|
"sa-east-1" : {
|
|
9309
9375
|
"credentialScope" : {
|
|
9310
9376
|
"region" : "sa-east-1"
|
|
@@ -9815,6 +9881,21 @@
|
|
|
9815
9881
|
}
|
|
9816
9882
|
}
|
|
9817
9883
|
},
|
|
9884
|
+
"redshift-serverless" : {
|
|
9885
|
+
"endpoints" : {
|
|
9886
|
+
"ap-northeast-1" : { },
|
|
9887
|
+
"ap-northeast-2" : { },
|
|
9888
|
+
"ap-southeast-1" : { },
|
|
9889
|
+
"ap-southeast-2" : { },
|
|
9890
|
+
"eu-central-1" : { },
|
|
9891
|
+
"eu-north-1" : { },
|
|
9892
|
+
"eu-west-1" : { },
|
|
9893
|
+
"eu-west-2" : { },
|
|
9894
|
+
"us-east-1" : { },
|
|
9895
|
+
"us-east-2" : { },
|
|
9896
|
+
"us-west-2" : { }
|
|
9897
|
+
}
|
|
9898
|
+
},
|
|
9818
9899
|
"rekognition" : {
|
|
9819
9900
|
"endpoints" : {
|
|
9820
9901
|
"ap-northeast-1" : { },
|
|
@@ -10086,6 +10167,29 @@
|
|
|
10086
10167
|
"us-west-2" : { }
|
|
10087
10168
|
}
|
|
10088
10169
|
},
|
|
10170
|
+
"rolesanywhere" : {
|
|
10171
|
+
"endpoints" : {
|
|
10172
|
+
"ap-east-1" : { },
|
|
10173
|
+
"ap-northeast-1" : { },
|
|
10174
|
+
"ap-northeast-2" : { },
|
|
10175
|
+
"ap-northeast-3" : { },
|
|
10176
|
+
"ap-south-1" : { },
|
|
10177
|
+
"ap-southeast-1" : { },
|
|
10178
|
+
"ap-southeast-2" : { },
|
|
10179
|
+
"ca-central-1" : { },
|
|
10180
|
+
"eu-central-1" : { },
|
|
10181
|
+
"eu-north-1" : { },
|
|
10182
|
+
"eu-west-1" : { },
|
|
10183
|
+
"eu-west-2" : { },
|
|
10184
|
+
"eu-west-3" : { },
|
|
10185
|
+
"me-south-1" : { },
|
|
10186
|
+
"sa-east-1" : { },
|
|
10187
|
+
"us-east-1" : { },
|
|
10188
|
+
"us-east-2" : { },
|
|
10189
|
+
"us-west-1" : { },
|
|
10190
|
+
"us-west-2" : { }
|
|
10191
|
+
}
|
|
10192
|
+
},
|
|
10089
10193
|
"route53" : {
|
|
10090
10194
|
"endpoints" : {
|
|
10091
10195
|
"aws-global" : {
|
|
@@ -17045,6 +17149,13 @@
|
|
|
17045
17149
|
},
|
|
17046
17150
|
"lakeformation" : {
|
|
17047
17151
|
"endpoints" : {
|
|
17152
|
+
"fips-us-gov-east-1" : {
|
|
17153
|
+
"credentialScope" : {
|
|
17154
|
+
"region" : "us-gov-east-1"
|
|
17155
|
+
},
|
|
17156
|
+
"deprecated" : true,
|
|
17157
|
+
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com"
|
|
17158
|
+
},
|
|
17048
17159
|
"fips-us-gov-west-1" : {
|
|
17049
17160
|
"credentialScope" : {
|
|
17050
17161
|
"region" : "us-gov-west-1"
|
|
@@ -17052,6 +17163,12 @@
|
|
|
17052
17163
|
"deprecated" : true,
|
|
17053
17164
|
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com"
|
|
17054
17165
|
},
|
|
17166
|
+
"us-gov-east-1" : {
|
|
17167
|
+
"variants" : [ {
|
|
17168
|
+
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
|
|
17169
|
+
"tags" : [ "fips" ]
|
|
17170
|
+
} ]
|
|
17171
|
+
},
|
|
17055
17172
|
"us-gov-west-1" : {
|
|
17056
17173
|
"variants" : [ {
|
|
17057
17174
|
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
|
|
@@ -18924,7 +19041,8 @@
|
|
|
18924
19041
|
},
|
|
18925
19042
|
"es" : {
|
|
18926
19043
|
"endpoints" : {
|
|
18927
|
-
"us-iso-east-1" : { }
|
|
19044
|
+
"us-iso-east-1" : { },
|
|
19045
|
+
"us-iso-west-1" : { }
|
|
18928
19046
|
}
|
|
18929
19047
|
},
|
|
18930
19048
|
"events" : {
|
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.604.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: 2022-
|
|
11
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|