aws-partitions 1.555.0 → 1.568.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 +65 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +303 -13
- 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: 45fb7ef4573704ac5d5cd709ddc2ad14aedb6335c02a8a787849983326fd03ef
|
|
4
|
+
data.tar.gz: f8d8e1df301b553171758065e2be2176865cf8b402b0b8e20a31f45bb6763923
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 701ca7826427b3e33066d29d58b2e1944d176e2f3455ed310faf1db3c6d46c6c9de775fcbf799b2495ba99b798947c38d109a5899e0e69801a47151911b7f37e
|
|
7
|
+
data.tar.gz: 772a3637fca79eb1659b82f4b0b706f90c3a978b638a6bfd6aa144604b9ec2ecab0cb41f6bf92e651f141698277772885b93e812f3306c709e7c13b31d804361
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,71 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.568.0 (2022-03-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::BillingConductor`.
|
|
8
|
+
|
|
9
|
+
1.567.0 (2022-03-14)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.566.0 (2022-03-10)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.565.0 (2022-03-09)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.564.0 (2022-03-08)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.563.0 (2022-03-03)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.562.0 (2022-03-02)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Added support for enumerating regions for `Aws::Keyspaces`.
|
|
38
|
+
|
|
39
|
+
1.561.0 (2022-03-01)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
44
|
+
1.560.0 (2022-02-28)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
48
|
+
|
|
49
|
+
1.559.0 (2022-02-25)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
53
|
+
|
|
54
|
+
1.558.0 (2022-02-23)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
58
|
+
|
|
59
|
+
1.557.0 (2022-02-22)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
63
|
+
|
|
64
|
+
1.556.0 (2022-02-21)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
68
|
+
|
|
4
69
|
1.555.0 (2022-02-17)
|
|
5
70
|
------------------
|
|
6
71
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.568.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -256,6 +256,7 @@ module Aws
|
|
|
256
256
|
'Backup' => 'backup',
|
|
257
257
|
'BackupGateway' => 'backup-gateway',
|
|
258
258
|
'Batch' => 'batch',
|
|
259
|
+
'BillingConductor' => 'billingconductor',
|
|
259
260
|
'Braket' => 'braket',
|
|
260
261
|
'Budgets' => 'budgets',
|
|
261
262
|
'Chime' => 'chime',
|
|
@@ -379,6 +380,7 @@ module Aws
|
|
|
379
380
|
'Kafka' => 'kafka',
|
|
380
381
|
'KafkaConnect' => 'kafkaconnect',
|
|
381
382
|
'Kendra' => 'kendra',
|
|
383
|
+
'Keyspaces' => 'cassandra',
|
|
382
384
|
'Kinesis' => 'kinesis',
|
|
383
385
|
'KinesisAnalytics' => 'kinesisanalytics',
|
|
384
386
|
'KinesisAnalyticsV2' => 'kinesisanalytics',
|
data/partitions.json
CHANGED
|
@@ -426,6 +426,27 @@
|
|
|
426
426
|
"us-west-2" : { }
|
|
427
427
|
}
|
|
428
428
|
},
|
|
429
|
+
"amplifyuibuilder" : {
|
|
430
|
+
"endpoints" : {
|
|
431
|
+
"ap-northeast-1" : { },
|
|
432
|
+
"ap-northeast-2" : { },
|
|
433
|
+
"ap-south-1" : { },
|
|
434
|
+
"ap-southeast-1" : { },
|
|
435
|
+
"ap-southeast-2" : { },
|
|
436
|
+
"ca-central-1" : { },
|
|
437
|
+
"eu-central-1" : { },
|
|
438
|
+
"eu-north-1" : { },
|
|
439
|
+
"eu-west-1" : { },
|
|
440
|
+
"eu-west-2" : { },
|
|
441
|
+
"eu-west-3" : { },
|
|
442
|
+
"me-south-1" : { },
|
|
443
|
+
"sa-east-1" : { },
|
|
444
|
+
"us-east-1" : { },
|
|
445
|
+
"us-east-2" : { },
|
|
446
|
+
"us-west-1" : { },
|
|
447
|
+
"us-west-2" : { }
|
|
448
|
+
}
|
|
449
|
+
},
|
|
429
450
|
"api.detective" : {
|
|
430
451
|
"defaults" : {
|
|
431
452
|
"protocols" : [ "https" ]
|
|
@@ -977,6 +998,94 @@
|
|
|
977
998
|
}
|
|
978
999
|
}
|
|
979
1000
|
},
|
|
1001
|
+
"api.tunneling.iot" : {
|
|
1002
|
+
"defaults" : {
|
|
1003
|
+
"variants" : [ {
|
|
1004
|
+
"hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
|
|
1005
|
+
"tags" : [ "fips" ]
|
|
1006
|
+
} ]
|
|
1007
|
+
},
|
|
1008
|
+
"endpoints" : {
|
|
1009
|
+
"ap-east-1" : { },
|
|
1010
|
+
"ap-northeast-1" : { },
|
|
1011
|
+
"ap-northeast-2" : { },
|
|
1012
|
+
"ap-south-1" : { },
|
|
1013
|
+
"ap-southeast-1" : { },
|
|
1014
|
+
"ap-southeast-2" : { },
|
|
1015
|
+
"ca-central-1" : {
|
|
1016
|
+
"variants" : [ {
|
|
1017
|
+
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com",
|
|
1018
|
+
"tags" : [ "fips" ]
|
|
1019
|
+
} ]
|
|
1020
|
+
},
|
|
1021
|
+
"eu-central-1" : { },
|
|
1022
|
+
"eu-north-1" : { },
|
|
1023
|
+
"eu-west-1" : { },
|
|
1024
|
+
"eu-west-2" : { },
|
|
1025
|
+
"eu-west-3" : { },
|
|
1026
|
+
"fips-ca-central-1" : {
|
|
1027
|
+
"credentialScope" : {
|
|
1028
|
+
"region" : "ca-central-1"
|
|
1029
|
+
},
|
|
1030
|
+
"deprecated" : true,
|
|
1031
|
+
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
|
|
1032
|
+
},
|
|
1033
|
+
"fips-us-east-1" : {
|
|
1034
|
+
"credentialScope" : {
|
|
1035
|
+
"region" : "us-east-1"
|
|
1036
|
+
},
|
|
1037
|
+
"deprecated" : true,
|
|
1038
|
+
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
|
|
1039
|
+
},
|
|
1040
|
+
"fips-us-east-2" : {
|
|
1041
|
+
"credentialScope" : {
|
|
1042
|
+
"region" : "us-east-2"
|
|
1043
|
+
},
|
|
1044
|
+
"deprecated" : true,
|
|
1045
|
+
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
|
|
1046
|
+
},
|
|
1047
|
+
"fips-us-west-1" : {
|
|
1048
|
+
"credentialScope" : {
|
|
1049
|
+
"region" : "us-west-1"
|
|
1050
|
+
},
|
|
1051
|
+
"deprecated" : true,
|
|
1052
|
+
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
|
|
1053
|
+
},
|
|
1054
|
+
"fips-us-west-2" : {
|
|
1055
|
+
"credentialScope" : {
|
|
1056
|
+
"region" : "us-west-2"
|
|
1057
|
+
},
|
|
1058
|
+
"deprecated" : true,
|
|
1059
|
+
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
|
|
1060
|
+
},
|
|
1061
|
+
"me-south-1" : { },
|
|
1062
|
+
"sa-east-1" : { },
|
|
1063
|
+
"us-east-1" : {
|
|
1064
|
+
"variants" : [ {
|
|
1065
|
+
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com",
|
|
1066
|
+
"tags" : [ "fips" ]
|
|
1067
|
+
} ]
|
|
1068
|
+
},
|
|
1069
|
+
"us-east-2" : {
|
|
1070
|
+
"variants" : [ {
|
|
1071
|
+
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com",
|
|
1072
|
+
"tags" : [ "fips" ]
|
|
1073
|
+
} ]
|
|
1074
|
+
},
|
|
1075
|
+
"us-west-1" : {
|
|
1076
|
+
"variants" : [ {
|
|
1077
|
+
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com",
|
|
1078
|
+
"tags" : [ "fips" ]
|
|
1079
|
+
} ]
|
|
1080
|
+
},
|
|
1081
|
+
"us-west-2" : {
|
|
1082
|
+
"variants" : [ {
|
|
1083
|
+
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com",
|
|
1084
|
+
"tags" : [ "fips" ]
|
|
1085
|
+
} ]
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
980
1089
|
"apigateway" : {
|
|
981
1090
|
"endpoints" : {
|
|
982
1091
|
"af-south-1" : { },
|
|
@@ -1141,9 +1250,45 @@
|
|
|
1141
1250
|
"endpoints" : {
|
|
1142
1251
|
"ap-northeast-1" : { },
|
|
1143
1252
|
"eu-west-1" : { },
|
|
1144
|
-
"us-east-1" : {
|
|
1145
|
-
|
|
1146
|
-
|
|
1253
|
+
"fips-us-east-1" : {
|
|
1254
|
+
"credentialScope" : {
|
|
1255
|
+
"region" : "us-east-1"
|
|
1256
|
+
},
|
|
1257
|
+
"deprecated" : true,
|
|
1258
|
+
"hostname" : "apprunner-fips.us-east-1.amazonaws.com"
|
|
1259
|
+
},
|
|
1260
|
+
"fips-us-east-2" : {
|
|
1261
|
+
"credentialScope" : {
|
|
1262
|
+
"region" : "us-east-2"
|
|
1263
|
+
},
|
|
1264
|
+
"deprecated" : true,
|
|
1265
|
+
"hostname" : "apprunner-fips.us-east-2.amazonaws.com"
|
|
1266
|
+
},
|
|
1267
|
+
"fips-us-west-2" : {
|
|
1268
|
+
"credentialScope" : {
|
|
1269
|
+
"region" : "us-west-2"
|
|
1270
|
+
},
|
|
1271
|
+
"deprecated" : true,
|
|
1272
|
+
"hostname" : "apprunner-fips.us-west-2.amazonaws.com"
|
|
1273
|
+
},
|
|
1274
|
+
"us-east-1" : {
|
|
1275
|
+
"variants" : [ {
|
|
1276
|
+
"hostname" : "apprunner-fips.us-east-1.amazonaws.com",
|
|
1277
|
+
"tags" : [ "fips" ]
|
|
1278
|
+
} ]
|
|
1279
|
+
},
|
|
1280
|
+
"us-east-2" : {
|
|
1281
|
+
"variants" : [ {
|
|
1282
|
+
"hostname" : "apprunner-fips.us-east-2.amazonaws.com",
|
|
1283
|
+
"tags" : [ "fips" ]
|
|
1284
|
+
} ]
|
|
1285
|
+
},
|
|
1286
|
+
"us-west-2" : {
|
|
1287
|
+
"variants" : [ {
|
|
1288
|
+
"hostname" : "apprunner-fips.us-west-2.amazonaws.com",
|
|
1289
|
+
"tags" : [ "fips" ]
|
|
1290
|
+
} ]
|
|
1291
|
+
}
|
|
1147
1292
|
}
|
|
1148
1293
|
},
|
|
1149
1294
|
"appstream2" : {
|
|
@@ -1394,6 +1539,7 @@
|
|
|
1394
1539
|
"ap-south-1" : { },
|
|
1395
1540
|
"ap-southeast-1" : { },
|
|
1396
1541
|
"ap-southeast-2" : { },
|
|
1542
|
+
"ap-southeast-3" : { },
|
|
1397
1543
|
"ca-central-1" : { },
|
|
1398
1544
|
"eu-central-1" : { },
|
|
1399
1545
|
"eu-north-1" : { },
|
|
@@ -1488,8 +1634,21 @@
|
|
|
1488
1634
|
}
|
|
1489
1635
|
}
|
|
1490
1636
|
},
|
|
1637
|
+
"billingconductor" : {
|
|
1638
|
+
"endpoints" : {
|
|
1639
|
+
"aws-global" : {
|
|
1640
|
+
"credentialScope" : {
|
|
1641
|
+
"region" : "us-east-1"
|
|
1642
|
+
},
|
|
1643
|
+
"hostname" : "billingconductor.us-east-1.amazonaws.com"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
"isRegionalized" : false,
|
|
1647
|
+
"partitionEndpoint" : "aws-global"
|
|
1648
|
+
},
|
|
1491
1649
|
"braket" : {
|
|
1492
1650
|
"endpoints" : {
|
|
1651
|
+
"eu-west-2" : { },
|
|
1493
1652
|
"us-east-1" : { },
|
|
1494
1653
|
"us-west-1" : { },
|
|
1495
1654
|
"us-west-2" : { }
|
|
@@ -1802,9 +1961,11 @@
|
|
|
1802
1961
|
"ap-east-1" : { },
|
|
1803
1962
|
"ap-northeast-1" : { },
|
|
1804
1963
|
"ap-northeast-2" : { },
|
|
1964
|
+
"ap-northeast-3" : { },
|
|
1805
1965
|
"ap-south-1" : { },
|
|
1806
1966
|
"ap-southeast-1" : { },
|
|
1807
1967
|
"ap-southeast-2" : { },
|
|
1968
|
+
"ap-southeast-3" : { },
|
|
1808
1969
|
"ca-central-1" : { },
|
|
1809
1970
|
"eu-central-1" : { },
|
|
1810
1971
|
"eu-north-1" : { },
|
|
@@ -6338,6 +6499,10 @@
|
|
|
6338
6499
|
},
|
|
6339
6500
|
"ivs" : {
|
|
6340
6501
|
"endpoints" : {
|
|
6502
|
+
"ap-northeast-1" : { },
|
|
6503
|
+
"ap-northeast-2" : { },
|
|
6504
|
+
"ap-south-1" : { },
|
|
6505
|
+
"eu-central-1" : { },
|
|
6341
6506
|
"eu-west-1" : { },
|
|
6342
6507
|
"us-east-1" : { },
|
|
6343
6508
|
"us-west-2" : { }
|
|
@@ -7888,6 +8053,7 @@
|
|
|
7888
8053
|
},
|
|
7889
8054
|
"mq" : {
|
|
7890
8055
|
"endpoints" : {
|
|
8056
|
+
"af-south-1" : { },
|
|
7891
8057
|
"ap-east-1" : { },
|
|
7892
8058
|
"ap-northeast-1" : { },
|
|
7893
8059
|
"ap-northeast-2" : { },
|
|
@@ -7895,6 +8061,7 @@
|
|
|
7895
8061
|
"ap-south-1" : { },
|
|
7896
8062
|
"ap-southeast-1" : { },
|
|
7897
8063
|
"ap-southeast-2" : { },
|
|
8064
|
+
"ap-southeast-3" : { },
|
|
7898
8065
|
"ca-central-1" : { },
|
|
7899
8066
|
"eu-central-1" : { },
|
|
7900
8067
|
"eu-north-1" : { },
|
|
@@ -12708,6 +12875,7 @@
|
|
|
12708
12875
|
"ap-south-1" : { },
|
|
12709
12876
|
"ap-southeast-1" : { },
|
|
12710
12877
|
"ap-southeast-2" : { },
|
|
12878
|
+
"ap-southeast-3" : { },
|
|
12711
12879
|
"ca-central-1" : { },
|
|
12712
12880
|
"eu-central-1" : { },
|
|
12713
12881
|
"eu-north-1" : { },
|
|
@@ -12850,6 +13018,12 @@
|
|
|
12850
13018
|
"cn-northwest-1" : { }
|
|
12851
13019
|
}
|
|
12852
13020
|
},
|
|
13021
|
+
"api.tunneling.iot" : {
|
|
13022
|
+
"endpoints" : {
|
|
13023
|
+
"cn-north-1" : { },
|
|
13024
|
+
"cn-northwest-1" : { }
|
|
13025
|
+
}
|
|
13026
|
+
},
|
|
12853
13027
|
"apigateway" : {
|
|
12854
13028
|
"endpoints" : {
|
|
12855
13029
|
"cn-north-1" : { },
|
|
@@ -13851,6 +14025,12 @@
|
|
|
13851
14025
|
}
|
|
13852
14026
|
},
|
|
13853
14027
|
"acm" : {
|
|
14028
|
+
"defaults" : {
|
|
14029
|
+
"variants" : [ {
|
|
14030
|
+
"hostname" : "acm.{region}.{dnsSuffix}",
|
|
14031
|
+
"tags" : [ "fips" ]
|
|
14032
|
+
} ]
|
|
14033
|
+
},
|
|
13854
14034
|
"endpoints" : {
|
|
13855
14035
|
"us-gov-east-1" : {
|
|
13856
14036
|
"credentialScope" : {
|
|
@@ -14054,6 +14234,42 @@
|
|
|
14054
14234
|
}
|
|
14055
14235
|
}
|
|
14056
14236
|
},
|
|
14237
|
+
"api.tunneling.iot" : {
|
|
14238
|
+
"defaults" : {
|
|
14239
|
+
"variants" : [ {
|
|
14240
|
+
"hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
|
|
14241
|
+
"tags" : [ "fips" ]
|
|
14242
|
+
} ]
|
|
14243
|
+
},
|
|
14244
|
+
"endpoints" : {
|
|
14245
|
+
"fips-us-gov-east-1" : {
|
|
14246
|
+
"credentialScope" : {
|
|
14247
|
+
"region" : "us-gov-east-1"
|
|
14248
|
+
},
|
|
14249
|
+
"deprecated" : true,
|
|
14250
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
|
|
14251
|
+
},
|
|
14252
|
+
"fips-us-gov-west-1" : {
|
|
14253
|
+
"credentialScope" : {
|
|
14254
|
+
"region" : "us-gov-west-1"
|
|
14255
|
+
},
|
|
14256
|
+
"deprecated" : true,
|
|
14257
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
|
|
14258
|
+
},
|
|
14259
|
+
"us-gov-east-1" : {
|
|
14260
|
+
"variants" : [ {
|
|
14261
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com",
|
|
14262
|
+
"tags" : [ "fips" ]
|
|
14263
|
+
} ]
|
|
14264
|
+
},
|
|
14265
|
+
"us-gov-west-1" : {
|
|
14266
|
+
"variants" : [ {
|
|
14267
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com",
|
|
14268
|
+
"tags" : [ "fips" ]
|
|
14269
|
+
} ]
|
|
14270
|
+
}
|
|
14271
|
+
}
|
|
14272
|
+
},
|
|
14057
14273
|
"apigateway" : {
|
|
14058
14274
|
"endpoints" : {
|
|
14059
14275
|
"us-gov-east-1" : { },
|
|
@@ -14156,6 +14372,12 @@
|
|
|
14156
14372
|
}
|
|
14157
14373
|
},
|
|
14158
14374
|
"autoscaling" : {
|
|
14375
|
+
"defaults" : {
|
|
14376
|
+
"variants" : [ {
|
|
14377
|
+
"hostname" : "autoscaling.{region}.{dnsSuffix}",
|
|
14378
|
+
"tags" : [ "fips" ]
|
|
14379
|
+
} ]
|
|
14380
|
+
},
|
|
14159
14381
|
"endpoints" : {
|
|
14160
14382
|
"us-gov-east-1" : {
|
|
14161
14383
|
"protocols" : [ "http", "https" ]
|
|
@@ -14289,17 +14511,31 @@
|
|
|
14289
14511
|
},
|
|
14290
14512
|
"cloudtrail" : {
|
|
14291
14513
|
"endpoints" : {
|
|
14292
|
-
"us-gov-east-1" : {
|
|
14514
|
+
"fips-us-gov-east-1" : {
|
|
14293
14515
|
"credentialScope" : {
|
|
14294
14516
|
"region" : "us-gov-east-1"
|
|
14295
14517
|
},
|
|
14518
|
+
"deprecated" : true,
|
|
14296
14519
|
"hostname" : "cloudtrail.us-gov-east-1.amazonaws.com"
|
|
14297
14520
|
},
|
|
14298
|
-
"us-gov-west-1" : {
|
|
14521
|
+
"fips-us-gov-west-1" : {
|
|
14299
14522
|
"credentialScope" : {
|
|
14300
14523
|
"region" : "us-gov-west-1"
|
|
14301
14524
|
},
|
|
14525
|
+
"deprecated" : true,
|
|
14302
14526
|
"hostname" : "cloudtrail.us-gov-west-1.amazonaws.com"
|
|
14527
|
+
},
|
|
14528
|
+
"us-gov-east-1" : {
|
|
14529
|
+
"variants" : [ {
|
|
14530
|
+
"hostname" : "cloudtrail.us-gov-east-1.amazonaws.com",
|
|
14531
|
+
"tags" : [ "fips" ]
|
|
14532
|
+
} ]
|
|
14533
|
+
},
|
|
14534
|
+
"us-gov-west-1" : {
|
|
14535
|
+
"variants" : [ {
|
|
14536
|
+
"hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
|
|
14537
|
+
"tags" : [ "fips" ]
|
|
14538
|
+
} ]
|
|
14303
14539
|
}
|
|
14304
14540
|
}
|
|
14305
14541
|
},
|
|
@@ -14782,6 +15018,12 @@
|
|
|
14782
15018
|
}
|
|
14783
15019
|
},
|
|
14784
15020
|
"ec2" : {
|
|
15021
|
+
"defaults" : {
|
|
15022
|
+
"variants" : [ {
|
|
15023
|
+
"hostname" : "ec2.{region}.{dnsSuffix}",
|
|
15024
|
+
"tags" : [ "fips" ]
|
|
15025
|
+
} ]
|
|
15026
|
+
},
|
|
14785
15027
|
"endpoints" : {
|
|
14786
15028
|
"us-gov-east-1" : {
|
|
14787
15029
|
"credentialScope" : {
|
|
@@ -15071,17 +15313,31 @@
|
|
|
15071
15313
|
},
|
|
15072
15314
|
"events" : {
|
|
15073
15315
|
"endpoints" : {
|
|
15074
|
-
"us-gov-east-1" : {
|
|
15316
|
+
"fips-us-gov-east-1" : {
|
|
15075
15317
|
"credentialScope" : {
|
|
15076
15318
|
"region" : "us-gov-east-1"
|
|
15077
15319
|
},
|
|
15320
|
+
"deprecated" : true,
|
|
15078
15321
|
"hostname" : "events.us-gov-east-1.amazonaws.com"
|
|
15079
15322
|
},
|
|
15080
|
-
"us-gov-west-1" : {
|
|
15323
|
+
"fips-us-gov-west-1" : {
|
|
15081
15324
|
"credentialScope" : {
|
|
15082
15325
|
"region" : "us-gov-west-1"
|
|
15083
15326
|
},
|
|
15327
|
+
"deprecated" : true,
|
|
15084
15328
|
"hostname" : "events.us-gov-west-1.amazonaws.com"
|
|
15329
|
+
},
|
|
15330
|
+
"us-gov-east-1" : {
|
|
15331
|
+
"variants" : [ {
|
|
15332
|
+
"hostname" : "events.us-gov-east-1.amazonaws.com",
|
|
15333
|
+
"tags" : [ "fips" ]
|
|
15334
|
+
} ]
|
|
15335
|
+
},
|
|
15336
|
+
"us-gov-west-1" : {
|
|
15337
|
+
"variants" : [ {
|
|
15338
|
+
"hostname" : "events.us-gov-west-1.amazonaws.com",
|
|
15339
|
+
"tags" : [ "fips" ]
|
|
15340
|
+
} ]
|
|
15085
15341
|
}
|
|
15086
15342
|
}
|
|
15087
15343
|
},
|
|
@@ -15719,17 +15975,31 @@
|
|
|
15719
15975
|
},
|
|
15720
15976
|
"logs" : {
|
|
15721
15977
|
"endpoints" : {
|
|
15722
|
-
"us-gov-east-1" : {
|
|
15978
|
+
"fips-us-gov-east-1" : {
|
|
15723
15979
|
"credentialScope" : {
|
|
15724
15980
|
"region" : "us-gov-east-1"
|
|
15725
15981
|
},
|
|
15982
|
+
"deprecated" : true,
|
|
15726
15983
|
"hostname" : "logs.us-gov-east-1.amazonaws.com"
|
|
15727
15984
|
},
|
|
15728
|
-
"us-gov-west-1" : {
|
|
15985
|
+
"fips-us-gov-west-1" : {
|
|
15729
15986
|
"credentialScope" : {
|
|
15730
15987
|
"region" : "us-gov-west-1"
|
|
15731
15988
|
},
|
|
15989
|
+
"deprecated" : true,
|
|
15732
15990
|
"hostname" : "logs.us-gov-west-1.amazonaws.com"
|
|
15991
|
+
},
|
|
15992
|
+
"us-gov-east-1" : {
|
|
15993
|
+
"variants" : [ {
|
|
15994
|
+
"hostname" : "logs.us-gov-east-1.amazonaws.com",
|
|
15995
|
+
"tags" : [ "fips" ]
|
|
15996
|
+
} ]
|
|
15997
|
+
},
|
|
15998
|
+
"us-gov-west-1" : {
|
|
15999
|
+
"variants" : [ {
|
|
16000
|
+
"hostname" : "logs.us-gov-west-1.amazonaws.com",
|
|
16001
|
+
"tags" : [ "fips" ]
|
|
16002
|
+
} ]
|
|
15733
16003
|
}
|
|
15734
16004
|
}
|
|
15735
16005
|
},
|
|
@@ -16686,22 +16956,42 @@
|
|
|
16686
16956
|
},
|
|
16687
16957
|
"sns" : {
|
|
16688
16958
|
"endpoints" : {
|
|
16689
|
-
"us-gov-east-1" : {
|
|
16959
|
+
"fips-us-gov-east-1" : {
|
|
16690
16960
|
"credentialScope" : {
|
|
16691
16961
|
"region" : "us-gov-east-1"
|
|
16692
16962
|
},
|
|
16963
|
+
"deprecated" : true,
|
|
16693
16964
|
"hostname" : "sns.us-gov-east-1.amazonaws.com"
|
|
16694
16965
|
},
|
|
16695
|
-
"us-gov-west-1" : {
|
|
16966
|
+
"fips-us-gov-west-1" : {
|
|
16696
16967
|
"credentialScope" : {
|
|
16697
16968
|
"region" : "us-gov-west-1"
|
|
16698
16969
|
},
|
|
16699
|
-
"
|
|
16700
|
-
"
|
|
16970
|
+
"deprecated" : true,
|
|
16971
|
+
"hostname" : "sns.us-gov-west-1.amazonaws.com"
|
|
16972
|
+
},
|
|
16973
|
+
"us-gov-east-1" : {
|
|
16974
|
+
"variants" : [ {
|
|
16975
|
+
"hostname" : "sns.us-gov-east-1.amazonaws.com",
|
|
16976
|
+
"tags" : [ "fips" ]
|
|
16977
|
+
} ]
|
|
16978
|
+
},
|
|
16979
|
+
"us-gov-west-1" : {
|
|
16980
|
+
"protocols" : [ "http", "https" ],
|
|
16981
|
+
"variants" : [ {
|
|
16982
|
+
"hostname" : "sns.us-gov-west-1.amazonaws.com",
|
|
16983
|
+
"tags" : [ "fips" ]
|
|
16984
|
+
} ]
|
|
16701
16985
|
}
|
|
16702
16986
|
}
|
|
16703
16987
|
},
|
|
16704
16988
|
"sqs" : {
|
|
16989
|
+
"defaults" : {
|
|
16990
|
+
"variants" : [ {
|
|
16991
|
+
"hostname" : "sqs.{region}.{dnsSuffix}",
|
|
16992
|
+
"tags" : [ "fips" ]
|
|
16993
|
+
} ]
|
|
16994
|
+
},
|
|
16705
16995
|
"endpoints" : {
|
|
16706
16996
|
"us-gov-east-1" : {
|
|
16707
16997
|
"credentialScope" : {
|
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.568.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-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|