aws-partitions 1.767.0 → 1.777.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 +52 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +128 -44
- 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: cac5e0f69104381c5749ad01595943e6186765f421e42ef3b1363294462af0db
|
4
|
+
data.tar.gz: 621df7d9e30aa9bda3b3582886e2f4c17e9f9a6550d140a41f9d9cd2f7bc43eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7526df3b9717d80b4e22d6fe0536a232fd053842f1840941ab40b393167f806b88fd0ea631b0e2ae17801eca51225d2f59a7970f58fdb06bd3a1e42c55280137
|
7
|
+
data.tar.gz: a1ba82a1c1e5653f4e66f35c031ad70743c16df77cabaabb3425c2ee7bca0c7046fd2817ffa0ce961527d7de08b8a6599a2973d694127c14713c5b2917becdfc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,58 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.777.0 (2023-06-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::PaymentCryptographyData`.
|
8
|
+
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::PaymentCryptography`.
|
10
|
+
|
11
|
+
1.776.0 (2023-06-06)
|
12
|
+
------------------
|
13
|
+
|
14
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
15
|
+
|
16
|
+
1.775.0 (2023-06-05)
|
17
|
+
------------------
|
18
|
+
|
19
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
20
|
+
|
21
|
+
1.774.0 (2023-06-02)
|
22
|
+
------------------
|
23
|
+
|
24
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
25
|
+
|
26
|
+
1.773.0 (2023-06-01)
|
27
|
+
------------------
|
28
|
+
|
29
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
30
|
+
|
31
|
+
1.772.0 (2023-05-30)
|
32
|
+
------------------
|
33
|
+
|
34
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
35
|
+
|
36
|
+
1.771.0 (2023-05-26)
|
37
|
+
------------------
|
38
|
+
|
39
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
40
|
+
|
41
|
+
1.770.0 (2023-05-25)
|
42
|
+
------------------
|
43
|
+
|
44
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
45
|
+
|
46
|
+
1.769.0 (2023-05-24)
|
47
|
+
------------------
|
48
|
+
|
49
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
50
|
+
|
51
|
+
1.768.0 (2023-05-23)
|
52
|
+
------------------
|
53
|
+
|
54
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
55
|
+
|
4
56
|
1.767.0 (2023-05-19)
|
5
57
|
------------------
|
6
58
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.777.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -488,6 +488,8 @@ module Aws
|
|
488
488
|
'Outposts' => 'outposts',
|
489
489
|
'PI' => 'pi',
|
490
490
|
'Panorama' => 'panorama',
|
491
|
+
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
492
|
+
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
491
493
|
'Personalize' => 'personalize',
|
492
494
|
'PersonalizeEvents' => 'personalize-events',
|
493
495
|
'PersonalizeRuntime' => 'personalize-runtime',
|
data/partitions.json
CHANGED
@@ -1076,6 +1076,7 @@
|
|
1076
1076
|
"ap-southeast-1" : { },
|
1077
1077
|
"ap-southeast-2" : { },
|
1078
1078
|
"ap-southeast-3" : { },
|
1079
|
+
"ap-southeast-4" : { },
|
1079
1080
|
"ca-central-1" : { },
|
1080
1081
|
"eu-central-1" : { },
|
1081
1082
|
"eu-central-2" : { },
|
@@ -2212,6 +2213,7 @@
|
|
2212
2213
|
"ap-southeast-1" : { },
|
2213
2214
|
"ap-southeast-2" : { },
|
2214
2215
|
"ap-southeast-3" : { },
|
2216
|
+
"ap-southeast-4" : { },
|
2215
2217
|
"ca-central-1" : { },
|
2216
2218
|
"eu-central-1" : { },
|
2217
2219
|
"eu-central-2" : { },
|
@@ -2836,6 +2838,7 @@
|
|
2836
2838
|
"ap-southeast-1" : { },
|
2837
2839
|
"ap-southeast-2" : { },
|
2838
2840
|
"ap-southeast-3" : { },
|
2841
|
+
"ap-southeast-4" : { },
|
2839
2842
|
"ca-central-1" : { },
|
2840
2843
|
"eu-central-1" : { },
|
2841
2844
|
"eu-central-2" : { },
|
@@ -3272,6 +3275,13 @@
|
|
3272
3275
|
"deprecated" : true,
|
3273
3276
|
"hostname" : "cognito-identity-fips.us-east-2.amazonaws.com"
|
3274
3277
|
},
|
3278
|
+
"fips-us-west-1" : {
|
3279
|
+
"credentialScope" : {
|
3280
|
+
"region" : "us-west-1"
|
3281
|
+
},
|
3282
|
+
"deprecated" : true,
|
3283
|
+
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com"
|
3284
|
+
},
|
3275
3285
|
"fips-us-west-2" : {
|
3276
3286
|
"credentialScope" : {
|
3277
3287
|
"region" : "us-west-2"
|
@@ -3293,7 +3303,12 @@
|
|
3293
3303
|
"tags" : [ "fips" ]
|
3294
3304
|
} ]
|
3295
3305
|
},
|
3296
|
-
"us-west-1" : {
|
3306
|
+
"us-west-1" : {
|
3307
|
+
"variants" : [ {
|
3308
|
+
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com",
|
3309
|
+
"tags" : [ "fips" ]
|
3310
|
+
} ]
|
3311
|
+
},
|
3297
3312
|
"us-west-2" : {
|
3298
3313
|
"variants" : [ {
|
3299
3314
|
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com",
|
@@ -4251,6 +4266,7 @@
|
|
4251
4266
|
"ap-southeast-1" : { },
|
4252
4267
|
"ap-southeast-2" : { },
|
4253
4268
|
"ap-southeast-3" : { },
|
4269
|
+
"ap-southeast-4" : { },
|
4254
4270
|
"ca-central-1" : {
|
4255
4271
|
"variants" : [ {
|
4256
4272
|
"hostname" : "datasync-fips.ca-central-1.amazonaws.com",
|
@@ -6613,6 +6629,7 @@
|
|
6613
6629
|
} ]
|
6614
6630
|
},
|
6615
6631
|
"ap-southeast-3" : { },
|
6632
|
+
"ap-southeast-4" : { },
|
6616
6633
|
"ca-central-1" : {
|
6617
6634
|
"variants" : [ {
|
6618
6635
|
"hostname" : "fms-fips.ca-central-1.amazonaws.com",
|
@@ -6946,6 +6963,7 @@
|
|
6946
6963
|
"ap-southeast-1" : { },
|
6947
6964
|
"ap-southeast-2" : { },
|
6948
6965
|
"ap-southeast-3" : { },
|
6966
|
+
"ap-southeast-4" : { },
|
6949
6967
|
"ca-central-1" : {
|
6950
6968
|
"variants" : [ {
|
6951
6969
|
"hostname" : "fsx-fips.ca-central-1.amazonaws.com",
|
@@ -7956,11 +7974,6 @@
|
|
7956
7974
|
}
|
7957
7975
|
},
|
7958
7976
|
"iot" : {
|
7959
|
-
"defaults" : {
|
7960
|
-
"credentialScope" : {
|
7961
|
-
"service" : "execute-api"
|
7962
|
-
}
|
7963
|
-
},
|
7964
7977
|
"endpoints" : {
|
7965
7978
|
"ap-east-1" : { },
|
7966
7979
|
"ap-northeast-1" : { },
|
@@ -7980,37 +7993,22 @@
|
|
7980
7993
|
"eu-west-2" : { },
|
7981
7994
|
"eu-west-3" : { },
|
7982
7995
|
"fips-ca-central-1" : {
|
7983
|
-
"credentialScope" : {
|
7984
|
-
"service" : "execute-api"
|
7985
|
-
},
|
7986
7996
|
"deprecated" : true,
|
7987
7997
|
"hostname" : "iot-fips.ca-central-1.amazonaws.com"
|
7988
7998
|
},
|
7989
7999
|
"fips-us-east-1" : {
|
7990
|
-
"credentialScope" : {
|
7991
|
-
"service" : "execute-api"
|
7992
|
-
},
|
7993
8000
|
"deprecated" : true,
|
7994
8001
|
"hostname" : "iot-fips.us-east-1.amazonaws.com"
|
7995
8002
|
},
|
7996
8003
|
"fips-us-east-2" : {
|
7997
|
-
"credentialScope" : {
|
7998
|
-
"service" : "execute-api"
|
7999
|
-
},
|
8000
8004
|
"deprecated" : true,
|
8001
8005
|
"hostname" : "iot-fips.us-east-2.amazonaws.com"
|
8002
8006
|
},
|
8003
8007
|
"fips-us-west-1" : {
|
8004
|
-
"credentialScope" : {
|
8005
|
-
"service" : "execute-api"
|
8006
|
-
},
|
8007
8008
|
"deprecated" : true,
|
8008
8009
|
"hostname" : "iot-fips.us-west-1.amazonaws.com"
|
8009
8010
|
},
|
8010
8011
|
"fips-us-west-2" : {
|
8011
|
-
"credentialScope" : {
|
8012
|
-
"service" : "execute-api"
|
8013
|
-
},
|
8014
8012
|
"deprecated" : true,
|
8015
8013
|
"hostname" : "iot-fips.us-west-2.amazonaws.com"
|
8016
8014
|
},
|
@@ -8530,6 +8528,7 @@
|
|
8530
8528
|
"ap-southeast-1" : { },
|
8531
8529
|
"ap-southeast-2" : { },
|
8532
8530
|
"ap-southeast-3" : { },
|
8531
|
+
"ap-southeast-4" : { },
|
8533
8532
|
"ca-central-1" : {
|
8534
8533
|
"variants" : [ {
|
8535
8534
|
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
|
@@ -8636,6 +8635,7 @@
|
|
8636
8635
|
"ap-southeast-2" : { },
|
8637
8636
|
"ca-central-1" : { },
|
8638
8637
|
"eu-west-1" : { },
|
8638
|
+
"eu-west-2" : { },
|
8639
8639
|
"fips-us-east-1" : {
|
8640
8640
|
"credentialScope" : {
|
8641
8641
|
"region" : "us-east-1"
|
@@ -8721,7 +8721,11 @@
|
|
8721
8721
|
"hostname" : "kendra-ranking.ap-southeast-4.api.aws"
|
8722
8722
|
},
|
8723
8723
|
"ca-central-1" : {
|
8724
|
-
"hostname" : "kendra-ranking.ca-central-1.api.aws"
|
8724
|
+
"hostname" : "kendra-ranking.ca-central-1.api.aws",
|
8725
|
+
"variants" : [ {
|
8726
|
+
"hostname" : "kendra-ranking-fips.ca-central-1.api.aws",
|
8727
|
+
"tags" : [ "fips" ]
|
8728
|
+
} ]
|
8725
8729
|
},
|
8726
8730
|
"eu-central-2" : {
|
8727
8731
|
"hostname" : "kendra-ranking.eu-central-2.api.aws"
|
@@ -8751,16 +8755,28 @@
|
|
8751
8755
|
"hostname" : "kendra-ranking.sa-east-1.api.aws"
|
8752
8756
|
},
|
8753
8757
|
"us-east-1" : {
|
8754
|
-
"hostname" : "kendra-ranking.us-east-1.api.aws"
|
8758
|
+
"hostname" : "kendra-ranking.us-east-1.api.aws",
|
8759
|
+
"variants" : [ {
|
8760
|
+
"hostname" : "kendra-ranking-fips.us-east-1.api.aws",
|
8761
|
+
"tags" : [ "fips" ]
|
8762
|
+
} ]
|
8755
8763
|
},
|
8756
8764
|
"us-east-2" : {
|
8757
|
-
"hostname" : "kendra-ranking.us-east-2.api.aws"
|
8765
|
+
"hostname" : "kendra-ranking.us-east-2.api.aws",
|
8766
|
+
"variants" : [ {
|
8767
|
+
"hostname" : "kendra-ranking-fips.us-east-2.api.aws",
|
8768
|
+
"tags" : [ "fips" ]
|
8769
|
+
} ]
|
8758
8770
|
},
|
8759
8771
|
"us-west-1" : {
|
8760
8772
|
"hostname" : "kendra-ranking.us-west-1.api.aws"
|
8761
8773
|
},
|
8762
8774
|
"us-west-2" : {
|
8763
|
-
"hostname" : "kendra-ranking.us-west-2.api.aws"
|
8775
|
+
"hostname" : "kendra-ranking.us-west-2.api.aws",
|
8776
|
+
"variants" : [ {
|
8777
|
+
"hostname" : "kendra-ranking-fips.us-west-2.api.aws",
|
8778
|
+
"tags" : [ "fips" ]
|
8779
|
+
} ]
|
8764
8780
|
}
|
8765
8781
|
}
|
8766
8782
|
},
|
@@ -10302,6 +10318,25 @@
|
|
10302
10318
|
"us-west-2" : { }
|
10303
10319
|
}
|
10304
10320
|
},
|
10321
|
+
"mediapackagev2" : {
|
10322
|
+
"endpoints" : {
|
10323
|
+
"ap-northeast-1" : { },
|
10324
|
+
"ap-northeast-2" : { },
|
10325
|
+
"ap-south-1" : { },
|
10326
|
+
"ap-southeast-1" : { },
|
10327
|
+
"ap-southeast-2" : { },
|
10328
|
+
"eu-central-1" : { },
|
10329
|
+
"eu-north-1" : { },
|
10330
|
+
"eu-west-1" : { },
|
10331
|
+
"eu-west-2" : { },
|
10332
|
+
"eu-west-3" : { },
|
10333
|
+
"sa-east-1" : { },
|
10334
|
+
"us-east-1" : { },
|
10335
|
+
"us-east-2" : { },
|
10336
|
+
"us-west-1" : { },
|
10337
|
+
"us-west-2" : { }
|
10338
|
+
}
|
10339
|
+
},
|
10305
10340
|
"mediastore" : {
|
10306
10341
|
"endpoints" : {
|
10307
10342
|
"ap-northeast-1" : { },
|
@@ -10478,13 +10513,17 @@
|
|
10478
10513
|
"ap-northeast-2" : { },
|
10479
10514
|
"ap-northeast-3" : { },
|
10480
10515
|
"ap-south-1" : { },
|
10516
|
+
"ap-south-2" : { },
|
10481
10517
|
"ap-southeast-1" : { },
|
10482
10518
|
"ap-southeast-2" : { },
|
10483
10519
|
"ap-southeast-3" : { },
|
10520
|
+
"ap-southeast-4" : { },
|
10484
10521
|
"ca-central-1" : { },
|
10485
10522
|
"eu-central-1" : { },
|
10523
|
+
"eu-central-2" : { },
|
10486
10524
|
"eu-north-1" : { },
|
10487
10525
|
"eu-south-1" : { },
|
10526
|
+
"eu-south-2" : { },
|
10488
10527
|
"eu-west-1" : { },
|
10489
10528
|
"eu-west-2" : { },
|
10490
10529
|
"eu-west-3" : { },
|
@@ -13042,6 +13081,7 @@
|
|
13042
13081
|
"ap-southeast-1" : { },
|
13043
13082
|
"ap-southeast-2" : { },
|
13044
13083
|
"ap-southeast-3" : { },
|
13084
|
+
"ap-southeast-4" : { },
|
13045
13085
|
"ca-central-1" : { },
|
13046
13086
|
"eu-central-1" : { },
|
13047
13087
|
"eu-central-2" : { },
|
@@ -13909,6 +13949,7 @@
|
|
13909
13949
|
"ap-southeast-1" : { },
|
13910
13950
|
"ap-southeast-2" : { },
|
13911
13951
|
"ap-southeast-3" : { },
|
13952
|
+
"ap-southeast-4" : { },
|
13912
13953
|
"ca-central-1" : { },
|
13913
13954
|
"eu-central-1" : { },
|
13914
13955
|
"eu-central-2" : { },
|
@@ -13978,6 +14019,8 @@
|
|
13978
14019
|
"securitylake" : {
|
13979
14020
|
"endpoints" : {
|
13980
14021
|
"ap-northeast-1" : { },
|
14022
|
+
"ap-northeast-2" : { },
|
14023
|
+
"ap-south-1" : { },
|
13981
14024
|
"ap-southeast-1" : { },
|
13982
14025
|
"ap-southeast-2" : { },
|
13983
14026
|
"eu-central-1" : { },
|
@@ -13986,6 +14029,7 @@
|
|
13986
14029
|
"sa-east-1" : { },
|
13987
14030
|
"us-east-1" : { },
|
13988
14031
|
"us-east-2" : { },
|
14032
|
+
"us-west-1" : { },
|
13989
14033
|
"us-west-2" : { }
|
13990
14034
|
}
|
13991
14035
|
},
|
@@ -16057,8 +16101,11 @@
|
|
16057
16101
|
},
|
16058
16102
|
"transcribestreaming" : {
|
16059
16103
|
"endpoints" : {
|
16104
|
+
"af-south-1" : { },
|
16060
16105
|
"ap-northeast-1" : { },
|
16061
16106
|
"ap-northeast-2" : { },
|
16107
|
+
"ap-south-1" : { },
|
16108
|
+
"ap-southeast-1" : { },
|
16062
16109
|
"ap-southeast-2" : { },
|
16063
16110
|
"ca-central-1" : { },
|
16064
16111
|
"eu-central-1" : { },
|
@@ -16146,6 +16193,7 @@
|
|
16146
16193
|
"ap-northeast-2" : { },
|
16147
16194
|
"ap-northeast-3" : { },
|
16148
16195
|
"ap-south-1" : { },
|
16196
|
+
"ap-south-2" : { },
|
16149
16197
|
"ap-southeast-1" : { },
|
16150
16198
|
"ap-southeast-2" : { },
|
16151
16199
|
"ap-southeast-3" : { },
|
@@ -16156,8 +16204,10 @@
|
|
16156
16204
|
} ]
|
16157
16205
|
},
|
16158
16206
|
"eu-central-1" : { },
|
16207
|
+
"eu-central-2" : { },
|
16159
16208
|
"eu-north-1" : { },
|
16160
16209
|
"eu-south-1" : { },
|
16210
|
+
"eu-south-2" : { },
|
16161
16211
|
"eu-west-1" : { },
|
16162
16212
|
"eu-west-2" : { },
|
16163
16213
|
"eu-west-3" : { },
|
@@ -18235,11 +18285,6 @@
|
|
18235
18285
|
}
|
18236
18286
|
},
|
18237
18287
|
"iot" : {
|
18238
|
-
"defaults" : {
|
18239
|
-
"credentialScope" : {
|
18240
|
-
"service" : "execute-api"
|
18241
|
-
}
|
18242
|
-
},
|
18243
18288
|
"endpoints" : {
|
18244
18289
|
"cn-north-1" : { },
|
18245
18290
|
"cn-northwest-1" : { }
|
@@ -21029,23 +21074,12 @@
|
|
21029
21074
|
}
|
21030
21075
|
},
|
21031
21076
|
"iot" : {
|
21032
|
-
"defaults" : {
|
21033
|
-
"credentialScope" : {
|
21034
|
-
"service" : "execute-api"
|
21035
|
-
}
|
21036
|
-
},
|
21037
21077
|
"endpoints" : {
|
21038
21078
|
"fips-us-gov-east-1" : {
|
21039
|
-
"credentialScope" : {
|
21040
|
-
"service" : "execute-api"
|
21041
|
-
},
|
21042
21079
|
"deprecated" : true,
|
21043
21080
|
"hostname" : "iot-fips.us-gov-east-1.amazonaws.com"
|
21044
21081
|
},
|
21045
21082
|
"fips-us-gov-west-1" : {
|
21046
|
-
"credentialScope" : {
|
21047
|
-
"service" : "execute-api"
|
21048
|
-
},
|
21049
21083
|
"deprecated" : true,
|
21050
21084
|
"hostname" : "iot-fips.us-gov-west-1.amazonaws.com"
|
21051
21085
|
},
|
@@ -21520,6 +21554,36 @@
|
|
21520
21554
|
"us-gov-west-1" : { }
|
21521
21555
|
}
|
21522
21556
|
},
|
21557
|
+
"mgn" : {
|
21558
|
+
"endpoints" : {
|
21559
|
+
"fips-us-gov-east-1" : {
|
21560
|
+
"credentialScope" : {
|
21561
|
+
"region" : "us-gov-east-1"
|
21562
|
+
},
|
21563
|
+
"deprecated" : true,
|
21564
|
+
"hostname" : "mgn-fips.us-gov-east-1.amazonaws.com"
|
21565
|
+
},
|
21566
|
+
"fips-us-gov-west-1" : {
|
21567
|
+
"credentialScope" : {
|
21568
|
+
"region" : "us-gov-west-1"
|
21569
|
+
},
|
21570
|
+
"deprecated" : true,
|
21571
|
+
"hostname" : "mgn-fips.us-gov-west-1.amazonaws.com"
|
21572
|
+
},
|
21573
|
+
"us-gov-east-1" : {
|
21574
|
+
"variants" : [ {
|
21575
|
+
"hostname" : "mgn-fips.us-gov-east-1.amazonaws.com",
|
21576
|
+
"tags" : [ "fips" ]
|
21577
|
+
} ]
|
21578
|
+
},
|
21579
|
+
"us-gov-west-1" : {
|
21580
|
+
"variants" : [ {
|
21581
|
+
"hostname" : "mgn-fips.us-gov-west-1.amazonaws.com",
|
21582
|
+
"tags" : [ "fips" ]
|
21583
|
+
} ]
|
21584
|
+
}
|
21585
|
+
}
|
21586
|
+
},
|
21523
21587
|
"models.lex" : {
|
21524
21588
|
"defaults" : {
|
21525
21589
|
"credentialScope" : {
|
@@ -22517,6 +22581,12 @@
|
|
22517
22581
|
}
|
22518
22582
|
}
|
22519
22583
|
},
|
22584
|
+
"simspaceweaver" : {
|
22585
|
+
"endpoints" : {
|
22586
|
+
"us-gov-east-1" : { },
|
22587
|
+
"us-gov-west-1" : { }
|
22588
|
+
}
|
22589
|
+
},
|
22520
22590
|
"sms" : {
|
22521
22591
|
"endpoints" : {
|
22522
22592
|
"fips-us-gov-east-1" : {
|
@@ -23152,6 +23222,13 @@
|
|
23152
23222
|
},
|
23153
23223
|
"workspaces" : {
|
23154
23224
|
"endpoints" : {
|
23225
|
+
"fips-us-gov-east-1" : {
|
23226
|
+
"credentialScope" : {
|
23227
|
+
"region" : "us-gov-east-1"
|
23228
|
+
},
|
23229
|
+
"deprecated" : true,
|
23230
|
+
"hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com"
|
23231
|
+
},
|
23155
23232
|
"fips-us-gov-west-1" : {
|
23156
23233
|
"credentialScope" : {
|
23157
23234
|
"region" : "us-gov-west-1"
|
@@ -23159,7 +23236,12 @@
|
|
23159
23236
|
"deprecated" : true,
|
23160
23237
|
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
|
23161
23238
|
},
|
23162
|
-
"us-gov-east-1" : {
|
23239
|
+
"us-gov-east-1" : {
|
23240
|
+
"variants" : [ {
|
23241
|
+
"hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com",
|
23242
|
+
"tags" : [ "fips" ]
|
23243
|
+
} ]
|
23244
|
+
},
|
23163
23245
|
"us-gov-west-1" : {
|
23164
23246
|
"variants" : [ {
|
23165
23247
|
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
|
@@ -23660,7 +23742,8 @@
|
|
23660
23742
|
},
|
23661
23743
|
"route53resolver" : {
|
23662
23744
|
"endpoints" : {
|
23663
|
-
"us-iso-east-1" : { }
|
23745
|
+
"us-iso-east-1" : { },
|
23746
|
+
"us-iso-west-1" : { }
|
23664
23747
|
}
|
23665
23748
|
},
|
23666
23749
|
"runtime.sagemaker" : {
|
@@ -23761,7 +23844,8 @@
|
|
23761
23844
|
},
|
23762
23845
|
"tagging" : {
|
23763
23846
|
"endpoints" : {
|
23764
|
-
"us-iso-east-1" : { }
|
23847
|
+
"us-iso-east-1" : { },
|
23848
|
+
"us-iso-west-1" : { }
|
23765
23849
|
}
|
23766
23850
|
},
|
23767
23851
|
"transcribe" : {
|
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.777.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: 2023-
|
11
|
+
date: 2023-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|