aws-partitions 1.971.0 → 1.977.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -2
- data/partitions.json +466 -77
- 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: e891f4df74d1ad5f0e395ef94ef9791b12b676656d8c92e438cb1759938ea4bb
|
4
|
+
data.tar.gz: 4e7a928692f09295f12ab45d5ceee47115463363108939435e68957df286e401
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f030c667e564bb7a9bf281fb38f800f750fedfebcbcf91931c6a4210f713e362014f1d24f05a06ffce717f39e7803b1d3aef3ec50e429fbee13bae738fa60a9
|
7
|
+
data.tar.gz: 47807fee5635dc1fabfc0d00dbf9889e296b751a25643d7ecd3ce250754b0eb9f023a3ca62ad8e257fc070082fb02bd0f2b9950ee30f2e429a672e0270100e79
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.977.0 (2024-09-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::DirectoryServiceData`.
|
8
|
+
|
9
|
+
1.976.0 (2024-09-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.975.0 (2024-09-13)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.974.0 (2024-09-11)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.973.0 (2024-09-10)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.972.0 (2024-09-09)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
4
34
|
1.971.0 (2024-09-04)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.977.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -358,6 +358,7 @@ module Aws
|
|
358
358
|
'DeviceFarm' => 'devicefarm',
|
359
359
|
'DirectConnect' => 'directconnect',
|
360
360
|
'DirectoryService' => 'ds',
|
361
|
+
'DirectoryServiceData' => 'ds-data',
|
361
362
|
'DocDB' => 'rds',
|
362
363
|
'DocDBElastic' => 'docdb-elastic',
|
363
364
|
'Drs' => 'drs',
|
@@ -447,7 +448,6 @@ module Aws
|
|
447
448
|
'KinesisVideoWebRTCStorage' => 'kinesisvideo',
|
448
449
|
'LakeFormation' => 'lakeformation',
|
449
450
|
'Lambda' => 'lambda',
|
450
|
-
'LambdaPreview' => 'lambda',
|
451
451
|
'LaunchWizard' => 'launchwizard',
|
452
452
|
'Lex' => 'runtime.lex',
|
453
453
|
'LexModelBuildingService' => 'models.lex',
|
@@ -623,7 +623,6 @@ module Aws
|
|
623
623
|
'WAFV2' => 'wafv2',
|
624
624
|
'WellArchitected' => 'wellarchitected',
|
625
625
|
'WorkDocs' => 'workdocs',
|
626
|
-
'WorkLink' => 'worklink',
|
627
626
|
'WorkMail' => 'workmail',
|
628
627
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
629
628
|
'WorkSpaces' => 'workspaces',
|
data/partitions.json
CHANGED
@@ -1757,6 +1757,12 @@
|
|
1757
1757
|
"tags" : [ "dualstack" ]
|
1758
1758
|
} ]
|
1759
1759
|
},
|
1760
|
+
"eu-central-2" : {
|
1761
|
+
"variants" : [ {
|
1762
|
+
"hostname" : "appmesh.eu-central-2.api.aws",
|
1763
|
+
"tags" : [ "dualstack" ]
|
1764
|
+
} ]
|
1765
|
+
},
|
1760
1766
|
"eu-north-1" : {
|
1761
1767
|
"variants" : [ {
|
1762
1768
|
"hostname" : "appmesh.eu-north-1.api.aws",
|
@@ -1769,6 +1775,12 @@
|
|
1769
1775
|
"tags" : [ "dualstack" ]
|
1770
1776
|
} ]
|
1771
1777
|
},
|
1778
|
+
"eu-south-2" : {
|
1779
|
+
"variants" : [ {
|
1780
|
+
"hostname" : "appmesh.eu-south-2.api.aws",
|
1781
|
+
"tags" : [ "dualstack" ]
|
1782
|
+
} ]
|
1783
|
+
},
|
1772
1784
|
"eu-west-1" : {
|
1773
1785
|
"variants" : [ {
|
1774
1786
|
"hostname" : "appmesh.eu-west-1.api.aws",
|
@@ -2020,6 +2032,21 @@
|
|
2020
2032
|
"us-west-2" : { }
|
2021
2033
|
}
|
2022
2034
|
},
|
2035
|
+
"apptest" : {
|
2036
|
+
"endpoints" : {
|
2037
|
+
"ap-southeast-2" : { },
|
2038
|
+
"eu-central-1" : { },
|
2039
|
+
"fips-us-east-1" : {
|
2040
|
+
"deprecated" : true
|
2041
|
+
},
|
2042
|
+
"sa-east-1" : { },
|
2043
|
+
"us-east-1" : {
|
2044
|
+
"variants" : [ {
|
2045
|
+
"tags" : [ "fips" ]
|
2046
|
+
} ]
|
2047
|
+
}
|
2048
|
+
}
|
2049
|
+
},
|
2023
2050
|
"aps" : {
|
2024
2051
|
"defaults" : {
|
2025
2052
|
"protocols" : [ "https" ]
|
@@ -3024,9 +3051,45 @@
|
|
3024
3051
|
"eu-north-1" : { },
|
3025
3052
|
"eu-west-1" : { },
|
3026
3053
|
"eu-west-2" : { },
|
3027
|
-
"us-east-1" : {
|
3028
|
-
|
3029
|
-
|
3054
|
+
"fips-us-east-1" : {
|
3055
|
+
"credentialScope" : {
|
3056
|
+
"region" : "us-east-1"
|
3057
|
+
},
|
3058
|
+
"deprecated" : true,
|
3059
|
+
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com"
|
3060
|
+
},
|
3061
|
+
"fips-us-east-2" : {
|
3062
|
+
"credentialScope" : {
|
3063
|
+
"region" : "us-east-2"
|
3064
|
+
},
|
3065
|
+
"deprecated" : true,
|
3066
|
+
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com"
|
3067
|
+
},
|
3068
|
+
"fips-us-west-2" : {
|
3069
|
+
"credentialScope" : {
|
3070
|
+
"region" : "us-west-2"
|
3071
|
+
},
|
3072
|
+
"deprecated" : true,
|
3073
|
+
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com"
|
3074
|
+
},
|
3075
|
+
"us-east-1" : {
|
3076
|
+
"variants" : [ {
|
3077
|
+
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
|
3078
|
+
"tags" : [ "fips" ]
|
3079
|
+
} ]
|
3080
|
+
},
|
3081
|
+
"us-east-2" : {
|
3082
|
+
"variants" : [ {
|
3083
|
+
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
|
3084
|
+
"tags" : [ "fips" ]
|
3085
|
+
} ]
|
3086
|
+
},
|
3087
|
+
"us-west-2" : {
|
3088
|
+
"variants" : [ {
|
3089
|
+
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
|
3090
|
+
"tags" : [ "fips" ]
|
3091
|
+
} ]
|
3092
|
+
}
|
3030
3093
|
}
|
3031
3094
|
},
|
3032
3095
|
"cloud9" : {
|
@@ -6358,10 +6421,30 @@
|
|
6358
6421
|
"protocols" : [ "http", "https" ]
|
6359
6422
|
},
|
6360
6423
|
"endpoints" : {
|
6361
|
-
"af-south-1" : {
|
6362
|
-
|
6363
|
-
|
6364
|
-
|
6424
|
+
"af-south-1" : {
|
6425
|
+
"variants" : [ {
|
6426
|
+
"hostname" : "ec2.af-south-1.api.aws",
|
6427
|
+
"tags" : [ "dualstack" ]
|
6428
|
+
} ]
|
6429
|
+
},
|
6430
|
+
"ap-east-1" : {
|
6431
|
+
"variants" : [ {
|
6432
|
+
"hostname" : "ec2.ap-east-1.api.aws",
|
6433
|
+
"tags" : [ "dualstack" ]
|
6434
|
+
} ]
|
6435
|
+
},
|
6436
|
+
"ap-northeast-1" : {
|
6437
|
+
"variants" : [ {
|
6438
|
+
"hostname" : "ec2.ap-northeast-1.api.aws",
|
6439
|
+
"tags" : [ "dualstack" ]
|
6440
|
+
} ]
|
6441
|
+
},
|
6442
|
+
"ap-northeast-2" : {
|
6443
|
+
"variants" : [ {
|
6444
|
+
"hostname" : "ec2.ap-northeast-2.api.aws",
|
6445
|
+
"tags" : [ "dualstack" ]
|
6446
|
+
} ]
|
6447
|
+
},
|
6365
6448
|
"ap-northeast-3" : { },
|
6366
6449
|
"ap-south-1" : {
|
6367
6450
|
"variants" : [ {
|
@@ -6370,14 +6453,28 @@
|
|
6370
6453
|
} ]
|
6371
6454
|
},
|
6372
6455
|
"ap-south-2" : { },
|
6373
|
-
"ap-southeast-1" : {
|
6374
|
-
|
6456
|
+
"ap-southeast-1" : {
|
6457
|
+
"variants" : [ {
|
6458
|
+
"hostname" : "ec2.ap-southeast-1.api.aws",
|
6459
|
+
"tags" : [ "dualstack" ]
|
6460
|
+
} ]
|
6461
|
+
},
|
6462
|
+
"ap-southeast-2" : {
|
6463
|
+
"variants" : [ {
|
6464
|
+
"hostname" : "ec2.ap-southeast-2.api.aws",
|
6465
|
+
"tags" : [ "dualstack" ]
|
6466
|
+
} ]
|
6467
|
+
},
|
6375
6468
|
"ap-southeast-3" : { },
|
6376
6469
|
"ap-southeast-4" : { },
|
6470
|
+
"ap-southeast-5" : { },
|
6377
6471
|
"ca-central-1" : {
|
6378
6472
|
"variants" : [ {
|
6379
6473
|
"hostname" : "ec2-fips.ca-central-1.amazonaws.com",
|
6380
6474
|
"tags" : [ "fips" ]
|
6475
|
+
}, {
|
6476
|
+
"hostname" : "ec2.ca-central-1.api.aws",
|
6477
|
+
"tags" : [ "dualstack" ]
|
6381
6478
|
} ]
|
6382
6479
|
},
|
6383
6480
|
"ca-west-1" : {
|
@@ -6386,10 +6483,25 @@
|
|
6386
6483
|
"tags" : [ "fips" ]
|
6387
6484
|
} ]
|
6388
6485
|
},
|
6389
|
-
"eu-central-1" : {
|
6486
|
+
"eu-central-1" : {
|
6487
|
+
"variants" : [ {
|
6488
|
+
"hostname" : "ec2.eu-central-1.api.aws",
|
6489
|
+
"tags" : [ "dualstack" ]
|
6490
|
+
} ]
|
6491
|
+
},
|
6390
6492
|
"eu-central-2" : { },
|
6391
|
-
"eu-north-1" : {
|
6392
|
-
|
6493
|
+
"eu-north-1" : {
|
6494
|
+
"variants" : [ {
|
6495
|
+
"hostname" : "ec2.eu-north-1.api.aws",
|
6496
|
+
"tags" : [ "dualstack" ]
|
6497
|
+
} ]
|
6498
|
+
},
|
6499
|
+
"eu-south-1" : {
|
6500
|
+
"variants" : [ {
|
6501
|
+
"hostname" : "ec2.eu-south-1.api.aws",
|
6502
|
+
"tags" : [ "dualstack" ]
|
6503
|
+
} ]
|
6504
|
+
},
|
6393
6505
|
"eu-south-2" : { },
|
6394
6506
|
"eu-west-1" : {
|
6395
6507
|
"variants" : [ {
|
@@ -6397,8 +6509,18 @@
|
|
6397
6509
|
"tags" : [ "dualstack" ]
|
6398
6510
|
} ]
|
6399
6511
|
},
|
6400
|
-
"eu-west-2" : {
|
6401
|
-
|
6512
|
+
"eu-west-2" : {
|
6513
|
+
"variants" : [ {
|
6514
|
+
"hostname" : "ec2.eu-west-2.api.aws",
|
6515
|
+
"tags" : [ "dualstack" ]
|
6516
|
+
} ]
|
6517
|
+
},
|
6518
|
+
"eu-west-3" : {
|
6519
|
+
"variants" : [ {
|
6520
|
+
"hostname" : "ec2.eu-west-3.api.aws",
|
6521
|
+
"tags" : [ "dualstack" ]
|
6522
|
+
} ]
|
6523
|
+
},
|
6402
6524
|
"fips-ca-central-1" : {
|
6403
6525
|
"credentialScope" : {
|
6404
6526
|
"region" : "ca-central-1"
|
@@ -6443,7 +6565,12 @@
|
|
6443
6565
|
},
|
6444
6566
|
"il-central-1" : { },
|
6445
6567
|
"me-central-1" : { },
|
6446
|
-
"me-south-1" : {
|
6568
|
+
"me-south-1" : {
|
6569
|
+
"variants" : [ {
|
6570
|
+
"hostname" : "ec2.me-south-1.api.aws",
|
6571
|
+
"tags" : [ "dualstack" ]
|
6572
|
+
} ]
|
6573
|
+
},
|
6447
6574
|
"sa-east-1" : {
|
6448
6575
|
"variants" : [ {
|
6449
6576
|
"hostname" : "ec2.sa-east-1.api.aws",
|
@@ -6472,6 +6599,9 @@
|
|
6472
6599
|
"variants" : [ {
|
6473
6600
|
"hostname" : "ec2-fips.us-west-1.amazonaws.com",
|
6474
6601
|
"tags" : [ "fips" ]
|
6602
|
+
}, {
|
6603
|
+
"hostname" : "ec2.us-west-1.api.aws",
|
6604
|
+
"tags" : [ "dualstack" ]
|
6475
6605
|
} ]
|
6476
6606
|
},
|
6477
6607
|
"us-west-2" : {
|
@@ -6859,22 +6989,102 @@
|
|
6859
6989
|
},
|
6860
6990
|
"elasticbeanstalk" : {
|
6861
6991
|
"endpoints" : {
|
6862
|
-
"af-south-1" : {
|
6863
|
-
|
6864
|
-
|
6865
|
-
|
6866
|
-
|
6867
|
-
|
6868
|
-
"ap-
|
6869
|
-
|
6870
|
-
|
6871
|
-
|
6872
|
-
|
6873
|
-
|
6874
|
-
"
|
6875
|
-
|
6876
|
-
|
6877
|
-
|
6992
|
+
"af-south-1" : {
|
6993
|
+
"variants" : [ {
|
6994
|
+
"hostname" : "elasticbeanstalk.af-south-1.api.aws",
|
6995
|
+
"tags" : [ "dualstack" ]
|
6996
|
+
} ]
|
6997
|
+
},
|
6998
|
+
"ap-east-1" : {
|
6999
|
+
"variants" : [ {
|
7000
|
+
"hostname" : "elasticbeanstalk.ap-east-1.api.aws",
|
7001
|
+
"tags" : [ "dualstack" ]
|
7002
|
+
} ]
|
7003
|
+
},
|
7004
|
+
"ap-northeast-1" : {
|
7005
|
+
"variants" : [ {
|
7006
|
+
"hostname" : "elasticbeanstalk.ap-northeast-1.api.aws",
|
7007
|
+
"tags" : [ "dualstack" ]
|
7008
|
+
} ]
|
7009
|
+
},
|
7010
|
+
"ap-northeast-2" : {
|
7011
|
+
"variants" : [ {
|
7012
|
+
"hostname" : "elasticbeanstalk.ap-northeast-2.api.aws",
|
7013
|
+
"tags" : [ "dualstack" ]
|
7014
|
+
} ]
|
7015
|
+
},
|
7016
|
+
"ap-northeast-3" : {
|
7017
|
+
"variants" : [ {
|
7018
|
+
"hostname" : "elasticbeanstalk.ap-northeast-3.api.aws",
|
7019
|
+
"tags" : [ "dualstack" ]
|
7020
|
+
} ]
|
7021
|
+
},
|
7022
|
+
"ap-south-1" : {
|
7023
|
+
"variants" : [ {
|
7024
|
+
"hostname" : "elasticbeanstalk.ap-south-1.api.aws",
|
7025
|
+
"tags" : [ "dualstack" ]
|
7026
|
+
} ]
|
7027
|
+
},
|
7028
|
+
"ap-southeast-1" : {
|
7029
|
+
"variants" : [ {
|
7030
|
+
"hostname" : "elasticbeanstalk.ap-southeast-1.api.aws",
|
7031
|
+
"tags" : [ "dualstack" ]
|
7032
|
+
} ]
|
7033
|
+
},
|
7034
|
+
"ap-southeast-2" : {
|
7035
|
+
"variants" : [ {
|
7036
|
+
"hostname" : "elasticbeanstalk.ap-southeast-2.api.aws",
|
7037
|
+
"tags" : [ "dualstack" ]
|
7038
|
+
} ]
|
7039
|
+
},
|
7040
|
+
"ap-southeast-3" : {
|
7041
|
+
"variants" : [ {
|
7042
|
+
"hostname" : "elasticbeanstalk.ap-southeast-3.api.aws",
|
7043
|
+
"tags" : [ "dualstack" ]
|
7044
|
+
} ]
|
7045
|
+
},
|
7046
|
+
"ca-central-1" : {
|
7047
|
+
"variants" : [ {
|
7048
|
+
"hostname" : "elasticbeanstalk.ca-central-1.api.aws",
|
7049
|
+
"tags" : [ "dualstack" ]
|
7050
|
+
} ]
|
7051
|
+
},
|
7052
|
+
"eu-central-1" : {
|
7053
|
+
"variants" : [ {
|
7054
|
+
"hostname" : "elasticbeanstalk.eu-central-1.api.aws",
|
7055
|
+
"tags" : [ "dualstack" ]
|
7056
|
+
} ]
|
7057
|
+
},
|
7058
|
+
"eu-north-1" : {
|
7059
|
+
"variants" : [ {
|
7060
|
+
"hostname" : "elasticbeanstalk.eu-north-1.api.aws",
|
7061
|
+
"tags" : [ "dualstack" ]
|
7062
|
+
} ]
|
7063
|
+
},
|
7064
|
+
"eu-south-1" : {
|
7065
|
+
"variants" : [ {
|
7066
|
+
"hostname" : "elasticbeanstalk.eu-south-1.api.aws",
|
7067
|
+
"tags" : [ "dualstack" ]
|
7068
|
+
} ]
|
7069
|
+
},
|
7070
|
+
"eu-west-1" : {
|
7071
|
+
"variants" : [ {
|
7072
|
+
"hostname" : "elasticbeanstalk.eu-west-1.api.aws",
|
7073
|
+
"tags" : [ "dualstack" ]
|
7074
|
+
} ]
|
7075
|
+
},
|
7076
|
+
"eu-west-2" : {
|
7077
|
+
"variants" : [ {
|
7078
|
+
"hostname" : "elasticbeanstalk.eu-west-2.api.aws",
|
7079
|
+
"tags" : [ "dualstack" ]
|
7080
|
+
} ]
|
7081
|
+
},
|
7082
|
+
"eu-west-3" : {
|
7083
|
+
"variants" : [ {
|
7084
|
+
"hostname" : "elasticbeanstalk.eu-west-3.api.aws",
|
7085
|
+
"tags" : [ "dualstack" ]
|
7086
|
+
} ]
|
7087
|
+
},
|
6878
7088
|
"fips-us-east-1" : {
|
6879
7089
|
"credentialScope" : {
|
6880
7090
|
"region" : "us-east-1"
|
@@ -6903,31 +7113,70 @@
|
|
6903
7113
|
"deprecated" : true,
|
6904
7114
|
"hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com"
|
6905
7115
|
},
|
6906
|
-
"il-central-1" : {
|
6907
|
-
|
6908
|
-
|
7116
|
+
"il-central-1" : {
|
7117
|
+
"variants" : [ {
|
7118
|
+
"hostname" : "elasticbeanstalk.il-central-1.api.aws",
|
7119
|
+
"tags" : [ "dualstack" ]
|
7120
|
+
} ]
|
7121
|
+
},
|
7122
|
+
"me-south-1" : {
|
7123
|
+
"variants" : [ {
|
7124
|
+
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
|
7125
|
+
"tags" : [ "dualstack" ]
|
7126
|
+
} ]
|
7127
|
+
},
|
7128
|
+
"sa-east-1" : {
|
7129
|
+
"variants" : [ {
|
7130
|
+
"hostname" : "elasticbeanstalk.sa-east-1.api.aws",
|
7131
|
+
"tags" : [ "dualstack" ]
|
7132
|
+
} ]
|
7133
|
+
},
|
6909
7134
|
"us-east-1" : {
|
6910
7135
|
"variants" : [ {
|
6911
7136
|
"hostname" : "elasticbeanstalk-fips.us-east-1.amazonaws.com",
|
6912
7137
|
"tags" : [ "fips" ]
|
7138
|
+
}, {
|
7139
|
+
"hostname" : "elasticbeanstalk-fips.us-east-1.api.aws",
|
7140
|
+
"tags" : [ "dualstack", "fips" ]
|
7141
|
+
}, {
|
7142
|
+
"hostname" : "elasticbeanstalk.us-east-1.api.aws",
|
7143
|
+
"tags" : [ "dualstack" ]
|
6913
7144
|
} ]
|
6914
7145
|
},
|
6915
7146
|
"us-east-2" : {
|
6916
7147
|
"variants" : [ {
|
6917
7148
|
"hostname" : "elasticbeanstalk-fips.us-east-2.amazonaws.com",
|
6918
7149
|
"tags" : [ "fips" ]
|
7150
|
+
}, {
|
7151
|
+
"hostname" : "elasticbeanstalk-fips.us-east-2.api.aws",
|
7152
|
+
"tags" : [ "dualstack", "fips" ]
|
7153
|
+
}, {
|
7154
|
+
"hostname" : "elasticbeanstalk.us-east-2.api.aws",
|
7155
|
+
"tags" : [ "dualstack" ]
|
6919
7156
|
} ]
|
6920
7157
|
},
|
6921
7158
|
"us-west-1" : {
|
6922
7159
|
"variants" : [ {
|
6923
7160
|
"hostname" : "elasticbeanstalk-fips.us-west-1.amazonaws.com",
|
6924
7161
|
"tags" : [ "fips" ]
|
7162
|
+
}, {
|
7163
|
+
"hostname" : "elasticbeanstalk-fips.us-west-1.api.aws",
|
7164
|
+
"tags" : [ "dualstack", "fips" ]
|
7165
|
+
}, {
|
7166
|
+
"hostname" : "elasticbeanstalk.us-west-1.api.aws",
|
7167
|
+
"tags" : [ "dualstack" ]
|
6925
7168
|
} ]
|
6926
7169
|
},
|
6927
7170
|
"us-west-2" : {
|
6928
7171
|
"variants" : [ {
|
6929
7172
|
"hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com",
|
6930
7173
|
"tags" : [ "fips" ]
|
7174
|
+
}, {
|
7175
|
+
"hostname" : "elasticbeanstalk-fips.us-west-2.api.aws",
|
7176
|
+
"tags" : [ "dualstack", "fips" ]
|
7177
|
+
}, {
|
7178
|
+
"hostname" : "elasticbeanstalk.us-west-2.api.aws",
|
7179
|
+
"tags" : [ "dualstack" ]
|
6931
7180
|
} ]
|
6932
7181
|
}
|
6933
7182
|
}
|
@@ -7000,6 +7249,12 @@
|
|
7000
7249
|
"tags" : [ "fips" ]
|
7001
7250
|
} ]
|
7002
7251
|
},
|
7252
|
+
"ap-southeast-5" : {
|
7253
|
+
"variants" : [ {
|
7254
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com",
|
7255
|
+
"tags" : [ "fips" ]
|
7256
|
+
} ]
|
7257
|
+
},
|
7003
7258
|
"ca-central-1" : {
|
7004
7259
|
"variants" : [ {
|
7005
7260
|
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
|
@@ -7137,6 +7392,13 @@
|
|
7137
7392
|
"deprecated" : true,
|
7138
7393
|
"hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
|
7139
7394
|
},
|
7395
|
+
"fips-ap-southeast-5" : {
|
7396
|
+
"credentialScope" : {
|
7397
|
+
"region" : "ap-southeast-5"
|
7398
|
+
},
|
7399
|
+
"deprecated" : true,
|
7400
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
|
7401
|
+
},
|
7140
7402
|
"fips-ca-central-1" : {
|
7141
7403
|
"credentialScope" : {
|
7142
7404
|
"region" : "ca-central-1"
|
@@ -12641,6 +12903,7 @@
|
|
12641
12903
|
"ap-northeast-2" : { },
|
12642
12904
|
"ap-northeast-3" : { },
|
12643
12905
|
"ap-south-1" : { },
|
12906
|
+
"ap-south-2" : { },
|
12644
12907
|
"ap-southeast-1" : { },
|
12645
12908
|
"ap-southeast-2" : { },
|
12646
12909
|
"ap-southeast-4" : { },
|
@@ -12650,6 +12913,7 @@
|
|
12650
12913
|
"eu-west-1" : { },
|
12651
12914
|
"eu-west-2" : { },
|
12652
12915
|
"eu-west-3" : { },
|
12916
|
+
"me-central-1" : { },
|
12653
12917
|
"sa-east-1" : { },
|
12654
12918
|
"us-east-1" : { },
|
12655
12919
|
"us-east-2" : { },
|
@@ -15453,6 +15717,7 @@
|
|
15453
15717
|
},
|
15454
15718
|
"redshift-serverless" : {
|
15455
15719
|
"endpoints" : {
|
15720
|
+
"ap-east-1" : { },
|
15456
15721
|
"ap-northeast-1" : { },
|
15457
15722
|
"ap-northeast-2" : { },
|
15458
15723
|
"ap-south-1" : { },
|
@@ -15507,6 +15772,7 @@
|
|
15507
15772
|
"deprecated" : true,
|
15508
15773
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
15509
15774
|
},
|
15775
|
+
"il-central-1" : { },
|
15510
15776
|
"me-central-1" : { },
|
15511
15777
|
"sa-east-1" : { },
|
15512
15778
|
"us-east-1" : {
|
@@ -15984,8 +16250,32 @@
|
|
15984
16250
|
"ap-southeast-3" : { },
|
15985
16251
|
"ap-southeast-4" : { },
|
15986
16252
|
"ap-southeast-5" : { },
|
15987
|
-
"ca-central-1" : {
|
15988
|
-
|
16253
|
+
"ca-central-1" : {
|
16254
|
+
"variants" : [ {
|
16255
|
+
"hostname" : "route53resolver-fips.ca-central-1.amazonaws.com",
|
16256
|
+
"tags" : [ "fips" ]
|
16257
|
+
} ]
|
16258
|
+
},
|
16259
|
+
"ca-central-1-fips" : {
|
16260
|
+
"credentialScope" : {
|
16261
|
+
"region" : "ca-central-1"
|
16262
|
+
},
|
16263
|
+
"deprecated" : true,
|
16264
|
+
"hostname" : "route53resolver-fips.ca-central-1.amazonaws.com"
|
16265
|
+
},
|
16266
|
+
"ca-west-1" : {
|
16267
|
+
"variants" : [ {
|
16268
|
+
"hostname" : "route53resolver-fips.ca-west-1.amazonaws.com",
|
16269
|
+
"tags" : [ "fips" ]
|
16270
|
+
} ]
|
16271
|
+
},
|
16272
|
+
"ca-west-1-fips" : {
|
16273
|
+
"credentialScope" : {
|
16274
|
+
"region" : "ca-west-1"
|
16275
|
+
},
|
16276
|
+
"deprecated" : true,
|
16277
|
+
"hostname" : "route53resolver-fips.ca-west-1.amazonaws.com"
|
16278
|
+
},
|
15989
16279
|
"eu-central-1" : { },
|
15990
16280
|
"eu-central-2" : { },
|
15991
16281
|
"eu-north-1" : { },
|
@@ -15998,10 +16288,58 @@
|
|
15998
16288
|
"me-central-1" : { },
|
15999
16289
|
"me-south-1" : { },
|
16000
16290
|
"sa-east-1" : { },
|
16001
|
-
"us-east-1" : {
|
16002
|
-
|
16003
|
-
|
16004
|
-
|
16291
|
+
"us-east-1" : {
|
16292
|
+
"variants" : [ {
|
16293
|
+
"hostname" : "route53resolver-fips.us-east-1.amazonaws.com",
|
16294
|
+
"tags" : [ "fips" ]
|
16295
|
+
} ]
|
16296
|
+
},
|
16297
|
+
"us-east-1-fips" : {
|
16298
|
+
"credentialScope" : {
|
16299
|
+
"region" : "us-east-1"
|
16300
|
+
},
|
16301
|
+
"deprecated" : true,
|
16302
|
+
"hostname" : "route53resolver-fips.us-east-1.amazonaws.com"
|
16303
|
+
},
|
16304
|
+
"us-east-2" : {
|
16305
|
+
"variants" : [ {
|
16306
|
+
"hostname" : "route53resolver-fips.us-east-2.amazonaws.com",
|
16307
|
+
"tags" : [ "fips" ]
|
16308
|
+
} ]
|
16309
|
+
},
|
16310
|
+
"us-east-2-fips" : {
|
16311
|
+
"credentialScope" : {
|
16312
|
+
"region" : "us-east-2"
|
16313
|
+
},
|
16314
|
+
"deprecated" : true,
|
16315
|
+
"hostname" : "route53resolver-fips.us-east-2.amazonaws.com"
|
16316
|
+
},
|
16317
|
+
"us-west-1" : {
|
16318
|
+
"variants" : [ {
|
16319
|
+
"hostname" : "route53resolver-fips.us-west-1.amazonaws.com",
|
16320
|
+
"tags" : [ "fips" ]
|
16321
|
+
} ]
|
16322
|
+
},
|
16323
|
+
"us-west-1-fips" : {
|
16324
|
+
"credentialScope" : {
|
16325
|
+
"region" : "us-west-1"
|
16326
|
+
},
|
16327
|
+
"deprecated" : true,
|
16328
|
+
"hostname" : "route53resolver-fips.us-west-1.amazonaws.com"
|
16329
|
+
},
|
16330
|
+
"us-west-2" : {
|
16331
|
+
"variants" : [ {
|
16332
|
+
"hostname" : "route53resolver-fips.us-west-2.amazonaws.com",
|
16333
|
+
"tags" : [ "fips" ]
|
16334
|
+
} ]
|
16335
|
+
},
|
16336
|
+
"us-west-2-fips" : {
|
16337
|
+
"credentialScope" : {
|
16338
|
+
"region" : "us-west-2"
|
16339
|
+
},
|
16340
|
+
"deprecated" : true,
|
16341
|
+
"hostname" : "route53resolver-fips.us-west-2.amazonaws.com"
|
16342
|
+
}
|
16005
16343
|
}
|
16006
16344
|
},
|
16007
16345
|
"rum" : {
|
@@ -17366,6 +17704,7 @@
|
|
17366
17704
|
"ap-southeast-2" : { },
|
17367
17705
|
"ap-southeast-3" : { },
|
17368
17706
|
"ap-southeast-4" : { },
|
17707
|
+
"ap-southeast-5" : { },
|
17369
17708
|
"ca-central-1" : { },
|
17370
17709
|
"ca-west-1" : { },
|
17371
17710
|
"eu-central-1" : { },
|
@@ -19171,9 +19510,11 @@
|
|
19171
19510
|
"ap-northeast-2" : { },
|
19172
19511
|
"ap-northeast-3" : { },
|
19173
19512
|
"ap-south-1" : { },
|
19513
|
+
"ap-south-2" : { },
|
19174
19514
|
"ap-southeast-1" : { },
|
19175
19515
|
"ap-southeast-2" : { },
|
19176
19516
|
"ap-southeast-3" : { },
|
19517
|
+
"ap-southeast-4" : { },
|
19177
19518
|
"ca-central-1" : {
|
19178
19519
|
"variants" : [ {
|
19179
19520
|
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
|
@@ -19181,8 +19522,10 @@
|
|
19181
19522
|
} ]
|
19182
19523
|
},
|
19183
19524
|
"eu-central-1" : { },
|
19525
|
+
"eu-central-2" : { },
|
19184
19526
|
"eu-north-1" : { },
|
19185
19527
|
"eu-south-1" : { },
|
19528
|
+
"eu-south-2" : { },
|
19186
19529
|
"eu-west-1" : { },
|
19187
19530
|
"eu-west-2" : { },
|
19188
19531
|
"eu-west-3" : { },
|
@@ -19221,6 +19564,8 @@
|
|
19221
19564
|
"deprecated" : true,
|
19222
19565
|
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
|
19223
19566
|
},
|
19567
|
+
"il-central-1" : { },
|
19568
|
+
"me-central-1" : { },
|
19224
19569
|
"me-south-1" : { },
|
19225
19570
|
"sa-east-1" : { },
|
19226
19571
|
"us-east-1" : {
|
@@ -20127,82 +20472,62 @@
|
|
20127
20472
|
"ap-south-1" : { },
|
20128
20473
|
"ap-southeast-1" : { },
|
20129
20474
|
"ap-southeast-2" : { },
|
20130
|
-
"ca-central-1" : {
|
20131
|
-
"eu-central-1" : { },
|
20132
|
-
"eu-west-1" : { },
|
20133
|
-
"eu-west-2" : { },
|
20134
|
-
"sa-east-1" : { },
|
20135
|
-
"transcribestreaming-ca-central-1" : {
|
20136
|
-
"credentialScope" : {
|
20137
|
-
"region" : "ca-central-1"
|
20138
|
-
},
|
20139
|
-
"deprecated" : true,
|
20475
|
+
"ca-central-1" : {
|
20140
20476
|
"variants" : [ {
|
20141
20477
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
|
20142
20478
|
"tags" : [ "fips" ]
|
20143
20479
|
} ]
|
20144
20480
|
},
|
20145
|
-
"
|
20481
|
+
"eu-central-1" : { },
|
20482
|
+
"eu-west-1" : { },
|
20483
|
+
"eu-west-2" : { },
|
20484
|
+
"fips-ca-central-1" : {
|
20146
20485
|
"credentialScope" : {
|
20147
20486
|
"region" : "ca-central-1"
|
20148
20487
|
},
|
20149
20488
|
"deprecated" : true,
|
20150
20489
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
|
20151
20490
|
},
|
20152
|
-
"
|
20491
|
+
"fips-us-east-1" : {
|
20153
20492
|
"credentialScope" : {
|
20154
20493
|
"region" : "us-east-1"
|
20155
20494
|
},
|
20156
20495
|
"deprecated" : true,
|
20157
20496
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
|
20158
20497
|
},
|
20159
|
-
"
|
20498
|
+
"fips-us-east-2" : {
|
20160
20499
|
"credentialScope" : {
|
20161
20500
|
"region" : "us-east-2"
|
20162
20501
|
},
|
20163
20502
|
"deprecated" : true,
|
20164
20503
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
|
20165
20504
|
},
|
20166
|
-
"
|
20505
|
+
"fips-us-west-2" : {
|
20167
20506
|
"credentialScope" : {
|
20168
20507
|
"region" : "us-west-2"
|
20169
20508
|
},
|
20170
20509
|
"deprecated" : true,
|
20171
20510
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
|
20172
20511
|
},
|
20173
|
-
"
|
20174
|
-
|
20175
|
-
"region" : "us-east-1"
|
20176
|
-
},
|
20177
|
-
"deprecated" : true,
|
20512
|
+
"sa-east-1" : { },
|
20513
|
+
"us-east-1" : {
|
20178
20514
|
"variants" : [ {
|
20179
20515
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
|
20180
20516
|
"tags" : [ "fips" ]
|
20181
20517
|
} ]
|
20182
20518
|
},
|
20183
|
-
"
|
20184
|
-
"credentialScope" : {
|
20185
|
-
"region" : "us-east-2"
|
20186
|
-
},
|
20187
|
-
"deprecated" : true,
|
20519
|
+
"us-east-2" : {
|
20188
20520
|
"variants" : [ {
|
20189
20521
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
|
20190
20522
|
"tags" : [ "fips" ]
|
20191
20523
|
} ]
|
20192
20524
|
},
|
20193
|
-
"
|
20194
|
-
"credentialScope" : {
|
20195
|
-
"region" : "us-west-2"
|
20196
|
-
},
|
20197
|
-
"deprecated" : true,
|
20525
|
+
"us-west-2" : {
|
20198
20526
|
"variants" : [ {
|
20199
20527
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
|
20200
20528
|
"tags" : [ "fips" ]
|
20201
20529
|
} ]
|
20202
|
-
}
|
20203
|
-
"us-east-1" : { },
|
20204
|
-
"us-east-2" : { },
|
20205
|
-
"us-west-2" : { }
|
20530
|
+
}
|
20206
20531
|
}
|
20207
20532
|
},
|
20208
20533
|
"transfer" : {
|
@@ -21777,8 +22102,32 @@
|
|
21777
22102
|
"eu-central-1" : { },
|
21778
22103
|
"eu-west-1" : { },
|
21779
22104
|
"eu-west-2" : { },
|
21780
|
-
"us-east-1" : {
|
21781
|
-
|
22105
|
+
"fips-us-east-1" : {
|
22106
|
+
"credentialScope" : {
|
22107
|
+
"region" : "us-east-1"
|
22108
|
+
},
|
22109
|
+
"deprecated" : true,
|
22110
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com"
|
22111
|
+
},
|
22112
|
+
"fips-us-west-2" : {
|
22113
|
+
"credentialScope" : {
|
22114
|
+
"region" : "us-west-2"
|
22115
|
+
},
|
22116
|
+
"deprecated" : true,
|
22117
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com"
|
22118
|
+
},
|
22119
|
+
"us-east-1" : {
|
22120
|
+
"variants" : [ {
|
22121
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com",
|
22122
|
+
"tags" : [ "fips" ]
|
22123
|
+
} ]
|
22124
|
+
},
|
22125
|
+
"us-west-2" : {
|
22126
|
+
"variants" : [ {
|
22127
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com",
|
22128
|
+
"tags" : [ "fips" ]
|
22129
|
+
} ]
|
22130
|
+
}
|
21782
22131
|
}
|
21783
22132
|
},
|
21784
22133
|
"xray" : {
|
@@ -25093,6 +25442,9 @@
|
|
25093
25442
|
"variants" : [ {
|
25094
25443
|
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
|
25095
25444
|
"tags" : [ "fips" ]
|
25445
|
+
}, {
|
25446
|
+
"hostname" : "elasticbeanstalk.us-gov-east-1.api.aws",
|
25447
|
+
"tags" : [ "dualstack" ]
|
25096
25448
|
} ]
|
25097
25449
|
},
|
25098
25450
|
"us-gov-east-1-fips" : {
|
@@ -25110,6 +25462,9 @@
|
|
25110
25462
|
"variants" : [ {
|
25111
25463
|
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
|
25112
25464
|
"tags" : [ "fips" ]
|
25465
|
+
}, {
|
25466
|
+
"hostname" : "elasticbeanstalk.us-gov-west-1.api.aws",
|
25467
|
+
"tags" : [ "dualstack" ]
|
25113
25468
|
} ]
|
25114
25469
|
},
|
25115
25470
|
"us-gov-west-1-fips" : {
|
@@ -28317,8 +28672,32 @@
|
|
28317
28672
|
},
|
28318
28673
|
"transcribestreaming" : {
|
28319
28674
|
"endpoints" : {
|
28320
|
-
"us-gov-east-1" : {
|
28321
|
-
|
28675
|
+
"fips-us-gov-east-1" : {
|
28676
|
+
"credentialScope" : {
|
28677
|
+
"region" : "us-gov-east-1"
|
28678
|
+
},
|
28679
|
+
"deprecated" : true,
|
28680
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com"
|
28681
|
+
},
|
28682
|
+
"fips-us-gov-west-1" : {
|
28683
|
+
"credentialScope" : {
|
28684
|
+
"region" : "us-gov-west-1"
|
28685
|
+
},
|
28686
|
+
"deprecated" : true,
|
28687
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com"
|
28688
|
+
},
|
28689
|
+
"us-gov-east-1" : {
|
28690
|
+
"variants" : [ {
|
28691
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
|
28692
|
+
"tags" : [ "fips" ]
|
28693
|
+
} ]
|
28694
|
+
},
|
28695
|
+
"us-gov-west-1" : {
|
28696
|
+
"variants" : [ {
|
28697
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
|
28698
|
+
"tags" : [ "fips" ]
|
28699
|
+
} ]
|
28700
|
+
}
|
28322
28701
|
}
|
28323
28702
|
},
|
28324
28703
|
"transfer" : {
|
@@ -29072,6 +29451,11 @@
|
|
29072
29451
|
"us-iso-west-1" : { }
|
29073
29452
|
}
|
29074
29453
|
},
|
29454
|
+
"oam" : {
|
29455
|
+
"endpoints" : {
|
29456
|
+
"us-iso-east-1" : { }
|
29457
|
+
}
|
29458
|
+
},
|
29075
29459
|
"outposts" : {
|
29076
29460
|
"endpoints" : {
|
29077
29461
|
"us-iso-east-1" : { }
|
@@ -29795,6 +30179,11 @@
|
|
29795
30179
|
"us-isob-east-1" : { }
|
29796
30180
|
}
|
29797
30181
|
},
|
30182
|
+
"oam" : {
|
30183
|
+
"endpoints" : {
|
30184
|
+
"us-isob-east-1" : { }
|
30185
|
+
}
|
30186
|
+
},
|
29798
30187
|
"outposts" : {
|
29799
30188
|
"endpoints" : {
|
29800
30189
|
"us-isob-east-1" : { }
|
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.977.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: 2024-09-
|
11
|
+
date: 2024-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|