aws-partitions 1.591.0 → 1.601.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 +4 -0
- data/partitions.json +734 -111
- 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: 5e0254d229869bad780d12e628b10364200efc0a50a38ffb6508d2a70f45c0c5
|
|
4
|
+
data.tar.gz: 890bac5b911d50e3ab2c9de2e7b9199b30cb5931a1c28ca5741a480d92566d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8d7d19bf4c7256db60ea7829aee653c54adae3046c6714898824526040e164db078a6d01bc4e65b43d5eb497251a4b54c7076ce53c7ce0f97d6096a906b14c7
|
|
7
|
+
data.tar.gz: 18dba5328500bd8c9152d063867db7db9a47f09844209f3af2c1366ebb879cb9776a0b4594820f0c07e849a076512db7adc9582c8f994d51b74648b23ee25a6c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,58 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.601.0 (2022-06-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.600.0 (2022-06-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::ConnectCampaignService`.
|
|
13
|
+
|
|
14
|
+
1.599.0 (2022-06-16)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::RedshiftServerless`.
|
|
18
|
+
|
|
19
|
+
1.598.0 (2022-06-08)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::RedshiftServerless`.
|
|
23
|
+
|
|
24
|
+
* Feature - Added support for enumerating regions for `Aws::MainframeModernization`.
|
|
25
|
+
|
|
26
|
+
1.597.0 (2022-06-07)
|
|
27
|
+
------------------
|
|
28
|
+
|
|
29
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
30
|
+
|
|
31
|
+
1.596.0 (2022-06-06)
|
|
32
|
+
------------------
|
|
33
|
+
|
|
34
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
35
|
+
|
|
36
|
+
1.595.0 (2022-05-31)
|
|
37
|
+
------------------
|
|
38
|
+
|
|
39
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
40
|
+
|
|
41
|
+
1.594.0 (2022-05-27)
|
|
42
|
+
------------------
|
|
43
|
+
|
|
44
|
+
* Feature - Added support for enumerating regions for `Aws::EMRServerless`.
|
|
45
|
+
|
|
46
|
+
1.593.0 (2022-05-26)
|
|
47
|
+
------------------
|
|
48
|
+
|
|
49
|
+
* Feature - Added support for enumerating regions for `Aws::EMRServerlessWebService`.
|
|
50
|
+
|
|
51
|
+
1.592.0 (2022-05-25)
|
|
52
|
+
------------------
|
|
53
|
+
|
|
54
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
55
|
+
|
|
4
56
|
1.591.0 (2022-05-24)
|
|
5
57
|
------------------
|
|
6
58
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.601.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -296,6 +296,7 @@ module Aws
|
|
|
296
296
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
297
297
|
'ConfigService' => 'config',
|
|
298
298
|
'Connect' => 'connect',
|
|
299
|
+
'ConnectCampaignService' => 'connect-campaigns',
|
|
299
300
|
'ConnectContactLens' => 'contact-lens',
|
|
300
301
|
'ConnectParticipant' => 'participant.connect',
|
|
301
302
|
'ConnectWisdomService' => 'wisdom',
|
|
@@ -327,6 +328,7 @@ module Aws
|
|
|
327
328
|
'EKS' => 'eks',
|
|
328
329
|
'EMR' => 'elasticmapreduce',
|
|
329
330
|
'EMRContainers' => 'emr-containers',
|
|
331
|
+
'EMRServerless' => 'emr-serverless',
|
|
330
332
|
'ElastiCache' => 'elasticache',
|
|
331
333
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
332
334
|
'ElasticInference' => 'api.elastic-inference',
|
|
@@ -410,6 +412,7 @@ module Aws
|
|
|
410
412
|
'MachineLearning' => 'machinelearning',
|
|
411
413
|
'Macie' => 'macie',
|
|
412
414
|
'Macie2' => 'macie2',
|
|
415
|
+
'MainframeModernization' => 'm2',
|
|
413
416
|
'ManagedBlockchain' => 'managedblockchain',
|
|
414
417
|
'ManagedGrafana' => 'grafana',
|
|
415
418
|
'MarketplaceCatalog' => 'catalog.marketplace',
|
|
@@ -462,6 +465,7 @@ module Aws
|
|
|
462
465
|
'RecycleBin' => 'rbin',
|
|
463
466
|
'Redshift' => 'redshift',
|
|
464
467
|
'RedshiftDataAPIService' => 'redshift-data',
|
|
468
|
+
'RedshiftServerless' => 'redshift-serverless',
|
|
465
469
|
'Rekognition' => 'rekognition',
|
|
466
470
|
'ResilienceHub' => 'resiliencehub',
|
|
467
471
|
'ResourceGroups' => 'resource-groups',
|
data/partitions.json
CHANGED
|
@@ -1114,7 +1114,9 @@
|
|
|
1114
1114
|
},
|
|
1115
1115
|
"app-integrations" : {
|
|
1116
1116
|
"endpoints" : {
|
|
1117
|
+
"af-south-1" : { },
|
|
1117
1118
|
"ap-northeast-1" : { },
|
|
1119
|
+
"ap-northeast-2" : { },
|
|
1118
1120
|
"ap-southeast-1" : { },
|
|
1119
1121
|
"ap-southeast-2" : { },
|
|
1120
1122
|
"ca-central-1" : { },
|
|
@@ -1658,6 +1660,31 @@
|
|
|
1658
1660
|
"us-west-2" : { }
|
|
1659
1661
|
}
|
|
1660
1662
|
},
|
|
1663
|
+
"backup-gateway" : {
|
|
1664
|
+
"endpoints" : {
|
|
1665
|
+
"af-south-1" : { },
|
|
1666
|
+
"ap-east-1" : { },
|
|
1667
|
+
"ap-northeast-1" : { },
|
|
1668
|
+
"ap-northeast-2" : { },
|
|
1669
|
+
"ap-northeast-3" : { },
|
|
1670
|
+
"ap-south-1" : { },
|
|
1671
|
+
"ap-southeast-1" : { },
|
|
1672
|
+
"ap-southeast-2" : { },
|
|
1673
|
+
"ca-central-1" : { },
|
|
1674
|
+
"eu-central-1" : { },
|
|
1675
|
+
"eu-north-1" : { },
|
|
1676
|
+
"eu-south-1" : { },
|
|
1677
|
+
"eu-west-1" : { },
|
|
1678
|
+
"eu-west-2" : { },
|
|
1679
|
+
"eu-west-3" : { },
|
|
1680
|
+
"me-south-1" : { },
|
|
1681
|
+
"sa-east-1" : { },
|
|
1682
|
+
"us-east-1" : { },
|
|
1683
|
+
"us-east-2" : { },
|
|
1684
|
+
"us-west-1" : { },
|
|
1685
|
+
"us-west-2" : { }
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1661
1688
|
"batch" : {
|
|
1662
1689
|
"defaults" : {
|
|
1663
1690
|
"variants" : [ {
|
|
@@ -1674,6 +1701,7 @@
|
|
|
1674
1701
|
"ap-south-1" : { },
|
|
1675
1702
|
"ap-southeast-1" : { },
|
|
1676
1703
|
"ap-southeast-2" : { },
|
|
1704
|
+
"ap-southeast-3" : { },
|
|
1677
1705
|
"ca-central-1" : { },
|
|
1678
1706
|
"eu-central-1" : { },
|
|
1679
1707
|
"eu-north-1" : { },
|
|
@@ -1769,6 +1797,11 @@
|
|
|
1769
1797
|
"isRegionalized" : false,
|
|
1770
1798
|
"partitionEndpoint" : "aws-global"
|
|
1771
1799
|
},
|
|
1800
|
+
"catalog.marketplace" : {
|
|
1801
|
+
"endpoints" : {
|
|
1802
|
+
"us-east-1" : { }
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1772
1805
|
"ce" : {
|
|
1773
1806
|
"endpoints" : {
|
|
1774
1807
|
"aws-global" : {
|
|
@@ -2951,6 +2984,14 @@
|
|
|
2951
2984
|
"us-west-2" : { }
|
|
2952
2985
|
}
|
|
2953
2986
|
},
|
|
2987
|
+
"connect-campaigns" : {
|
|
2988
|
+
"endpoints" : {
|
|
2989
|
+
"ap-southeast-2" : { },
|
|
2990
|
+
"eu-west-2" : { },
|
|
2991
|
+
"us-east-1" : { },
|
|
2992
|
+
"us-west-2" : { }
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2954
2995
|
"contact-lens" : {
|
|
2955
2996
|
"endpoints" : {
|
|
2956
2997
|
"ap-northeast-1" : { },
|
|
@@ -3660,14 +3701,26 @@
|
|
|
3660
3701
|
},
|
|
3661
3702
|
"drs" : {
|
|
3662
3703
|
"endpoints" : {
|
|
3704
|
+
"af-south-1" : { },
|
|
3705
|
+
"ap-east-1" : { },
|
|
3663
3706
|
"ap-northeast-1" : { },
|
|
3707
|
+
"ap-northeast-2" : { },
|
|
3708
|
+
"ap-northeast-3" : { },
|
|
3709
|
+
"ap-south-1" : { },
|
|
3664
3710
|
"ap-southeast-1" : { },
|
|
3665
3711
|
"ap-southeast-2" : { },
|
|
3712
|
+
"ca-central-1" : { },
|
|
3666
3713
|
"eu-central-1" : { },
|
|
3714
|
+
"eu-north-1" : { },
|
|
3715
|
+
"eu-south-1" : { },
|
|
3667
3716
|
"eu-west-1" : { },
|
|
3668
3717
|
"eu-west-2" : { },
|
|
3718
|
+
"eu-west-3" : { },
|
|
3719
|
+
"me-south-1" : { },
|
|
3720
|
+
"sa-east-1" : { },
|
|
3669
3721
|
"us-east-1" : { },
|
|
3670
3722
|
"us-east-2" : { },
|
|
3723
|
+
"us-west-1" : { },
|
|
3671
3724
|
"us-west-2" : { }
|
|
3672
3725
|
}
|
|
3673
3726
|
},
|
|
@@ -4297,6 +4350,7 @@
|
|
|
4297
4350
|
"ap-south-1" : { },
|
|
4298
4351
|
"ap-southeast-1" : { },
|
|
4299
4352
|
"ap-southeast-2" : { },
|
|
4353
|
+
"ap-southeast-3" : { },
|
|
4300
4354
|
"ca-central-1" : { },
|
|
4301
4355
|
"eu-central-1" : { },
|
|
4302
4356
|
"eu-north-1" : { },
|
|
@@ -4960,6 +5014,38 @@
|
|
|
4960
5014
|
}
|
|
4961
5015
|
}
|
|
4962
5016
|
},
|
|
5017
|
+
"emr-serverless" : {
|
|
5018
|
+
"endpoints" : {
|
|
5019
|
+
"ap-northeast-1" : { },
|
|
5020
|
+
"eu-west-1" : { },
|
|
5021
|
+
"fips-us-east-1" : {
|
|
5022
|
+
"credentialScope" : {
|
|
5023
|
+
"region" : "us-east-1"
|
|
5024
|
+
},
|
|
5025
|
+
"deprecated" : true,
|
|
5026
|
+
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
|
|
5027
|
+
},
|
|
5028
|
+
"fips-us-west-2" : {
|
|
5029
|
+
"credentialScope" : {
|
|
5030
|
+
"region" : "us-west-2"
|
|
5031
|
+
},
|
|
5032
|
+
"deprecated" : true,
|
|
5033
|
+
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
|
5034
|
+
},
|
|
5035
|
+
"us-east-1" : {
|
|
5036
|
+
"variants" : [ {
|
|
5037
|
+
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
|
|
5038
|
+
"tags" : [ "fips" ]
|
|
5039
|
+
} ]
|
|
5040
|
+
},
|
|
5041
|
+
"us-west-2" : {
|
|
5042
|
+
"variants" : [ {
|
|
5043
|
+
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
|
|
5044
|
+
"tags" : [ "fips" ]
|
|
5045
|
+
} ]
|
|
5046
|
+
}
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
4963
5049
|
"entitlement.marketplace" : {
|
|
4964
5050
|
"defaults" : {
|
|
4965
5051
|
"credentialScope" : {
|
|
@@ -6190,10 +6276,6 @@
|
|
|
6190
6276
|
"isRegionalized" : true
|
|
6191
6277
|
},
|
|
6192
6278
|
"health" : {
|
|
6193
|
-
"defaults" : {
|
|
6194
|
-
"protocols" : [ "https" ],
|
|
6195
|
-
"sslCommonName" : "health.us-east-1.amazonaws.com"
|
|
6196
|
-
},
|
|
6197
6279
|
"endpoints" : {
|
|
6198
6280
|
"fips-us-east-2" : {
|
|
6199
6281
|
"credentialScope" : {
|
|
@@ -6212,9 +6294,7 @@
|
|
|
6212
6294
|
"tags" : [ "fips" ]
|
|
6213
6295
|
} ]
|
|
6214
6296
|
}
|
|
6215
|
-
}
|
|
6216
|
-
"isRegionalized" : false,
|
|
6217
|
-
"partitionEndpoint" : "aws-global"
|
|
6297
|
+
}
|
|
6218
6298
|
},
|
|
6219
6299
|
"healthlake" : {
|
|
6220
6300
|
"defaults" : {
|
|
@@ -6513,6 +6593,7 @@
|
|
|
6513
6593
|
"ap-south-1" : { },
|
|
6514
6594
|
"ap-southeast-1" : { },
|
|
6515
6595
|
"ap-southeast-2" : { },
|
|
6596
|
+
"ca-central-1" : { },
|
|
6516
6597
|
"eu-central-1" : { },
|
|
6517
6598
|
"eu-west-1" : { },
|
|
6518
6599
|
"eu-west-2" : { },
|
|
@@ -6553,6 +6634,12 @@
|
|
|
6553
6634
|
},
|
|
6554
6635
|
"hostname" : "data.iotevents.ap-southeast-2.amazonaws.com"
|
|
6555
6636
|
},
|
|
6637
|
+
"ca-central-1" : {
|
|
6638
|
+
"credentialScope" : {
|
|
6639
|
+
"region" : "ca-central-1"
|
|
6640
|
+
},
|
|
6641
|
+
"hostname" : "data.iotevents.ca-central-1.amazonaws.com"
|
|
6642
|
+
},
|
|
6556
6643
|
"eu-central-1" : {
|
|
6557
6644
|
"credentialScope" : {
|
|
6558
6645
|
"region" : "eu-central-1"
|
|
@@ -6686,8 +6773,21 @@
|
|
|
6686
6773
|
"ap-south-1" : { },
|
|
6687
6774
|
"ap-southeast-1" : { },
|
|
6688
6775
|
"ap-southeast-2" : { },
|
|
6776
|
+
"ca-central-1" : {
|
|
6777
|
+
"variants" : [ {
|
|
6778
|
+
"hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com",
|
|
6779
|
+
"tags" : [ "fips" ]
|
|
6780
|
+
} ]
|
|
6781
|
+
},
|
|
6689
6782
|
"eu-central-1" : { },
|
|
6690
6783
|
"eu-west-1" : { },
|
|
6784
|
+
"fips-ca-central-1" : {
|
|
6785
|
+
"credentialScope" : {
|
|
6786
|
+
"region" : "ca-central-1"
|
|
6787
|
+
},
|
|
6788
|
+
"deprecated" : true,
|
|
6789
|
+
"hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com"
|
|
6790
|
+
},
|
|
6691
6791
|
"fips-us-east-1" : {
|
|
6692
6792
|
"credentialScope" : {
|
|
6693
6793
|
"region" : "us-east-1"
|
|
@@ -6695,6 +6795,13 @@
|
|
|
6695
6795
|
"deprecated" : true,
|
|
6696
6796
|
"hostname" : "iotsitewise-fips.us-east-1.amazonaws.com"
|
|
6697
6797
|
},
|
|
6798
|
+
"fips-us-east-2" : {
|
|
6799
|
+
"credentialScope" : {
|
|
6800
|
+
"region" : "us-east-2"
|
|
6801
|
+
},
|
|
6802
|
+
"deprecated" : true,
|
|
6803
|
+
"hostname" : "iotsitewise-fips.us-east-2.amazonaws.com"
|
|
6804
|
+
},
|
|
6698
6805
|
"fips-us-west-2" : {
|
|
6699
6806
|
"credentialScope" : {
|
|
6700
6807
|
"region" : "us-west-2"
|
|
@@ -6708,6 +6815,12 @@
|
|
|
6708
6815
|
"tags" : [ "fips" ]
|
|
6709
6816
|
} ]
|
|
6710
6817
|
},
|
|
6818
|
+
"us-east-2" : {
|
|
6819
|
+
"variants" : [ {
|
|
6820
|
+
"hostname" : "iotsitewise-fips.us-east-2.amazonaws.com",
|
|
6821
|
+
"tags" : [ "fips" ]
|
|
6822
|
+
} ]
|
|
6823
|
+
},
|
|
6711
6824
|
"us-west-2" : {
|
|
6712
6825
|
"variants" : [ {
|
|
6713
6826
|
"hostname" : "iotsitewise-fips.us-west-2.amazonaws.com",
|
|
@@ -7739,6 +7852,17 @@
|
|
|
7739
7852
|
"us-west-2" : { }
|
|
7740
7853
|
}
|
|
7741
7854
|
},
|
|
7855
|
+
"m2" : {
|
|
7856
|
+
"endpoints" : {
|
|
7857
|
+
"ap-southeast-2" : { },
|
|
7858
|
+
"ca-central-1" : { },
|
|
7859
|
+
"eu-central-1" : { },
|
|
7860
|
+
"eu-west-1" : { },
|
|
7861
|
+
"sa-east-1" : { },
|
|
7862
|
+
"us-east-1" : { },
|
|
7863
|
+
"us-west-2" : { }
|
|
7864
|
+
}
|
|
7865
|
+
},
|
|
7742
7866
|
"machinelearning" : {
|
|
7743
7867
|
"endpoints" : {
|
|
7744
7868
|
"eu-west-1" : { },
|
|
@@ -8132,6 +8256,32 @@
|
|
|
8132
8256
|
}
|
|
8133
8257
|
}
|
|
8134
8258
|
},
|
|
8259
|
+
"memory-db" : {
|
|
8260
|
+
"endpoints" : {
|
|
8261
|
+
"ap-east-1" : { },
|
|
8262
|
+
"ap-northeast-1" : { },
|
|
8263
|
+
"ap-northeast-2" : { },
|
|
8264
|
+
"ap-south-1" : { },
|
|
8265
|
+
"ap-southeast-1" : { },
|
|
8266
|
+
"ap-southeast-2" : { },
|
|
8267
|
+
"ca-central-1" : { },
|
|
8268
|
+
"eu-central-1" : { },
|
|
8269
|
+
"eu-north-1" : { },
|
|
8270
|
+
"eu-west-1" : { },
|
|
8271
|
+
"eu-west-2" : { },
|
|
8272
|
+
"fips" : {
|
|
8273
|
+
"credentialScope" : {
|
|
8274
|
+
"region" : "us-west-1"
|
|
8275
|
+
},
|
|
8276
|
+
"hostname" : "memory-db-fips.us-west-1.amazonaws.com"
|
|
8277
|
+
},
|
|
8278
|
+
"sa-east-1" : { },
|
|
8279
|
+
"us-east-1" : { },
|
|
8280
|
+
"us-east-2" : { },
|
|
8281
|
+
"us-west-1" : { },
|
|
8282
|
+
"us-west-2" : { }
|
|
8283
|
+
}
|
|
8284
|
+
},
|
|
8135
8285
|
"messaging-chime" : {
|
|
8136
8286
|
"endpoints" : {
|
|
8137
8287
|
"eu-central-1" : { },
|
|
@@ -8686,6 +8836,12 @@
|
|
|
8686
8836
|
},
|
|
8687
8837
|
"hostname" : "oidc.ap-northeast-2.amazonaws.com"
|
|
8688
8838
|
},
|
|
8839
|
+
"ap-northeast-3" : {
|
|
8840
|
+
"credentialScope" : {
|
|
8841
|
+
"region" : "ap-northeast-3"
|
|
8842
|
+
},
|
|
8843
|
+
"hostname" : "oidc.ap-northeast-3.amazonaws.com"
|
|
8844
|
+
},
|
|
8689
8845
|
"ap-south-1" : {
|
|
8690
8846
|
"credentialScope" : {
|
|
8691
8847
|
"region" : "ap-south-1"
|
|
@@ -9083,6 +9239,12 @@
|
|
|
9083
9239
|
},
|
|
9084
9240
|
"hostname" : "portal.sso.ap-northeast-2.amazonaws.com"
|
|
9085
9241
|
},
|
|
9242
|
+
"ap-northeast-3" : {
|
|
9243
|
+
"credentialScope" : {
|
|
9244
|
+
"region" : "ap-northeast-3"
|
|
9245
|
+
},
|
|
9246
|
+
"hostname" : "portal.sso.ap-northeast-3.amazonaws.com"
|
|
9247
|
+
},
|
|
9086
9248
|
"ap-south-1" : {
|
|
9087
9249
|
"credentialScope" : {
|
|
9088
9250
|
"region" : "ap-south-1"
|
|
@@ -9119,6 +9281,12 @@
|
|
|
9119
9281
|
},
|
|
9120
9282
|
"hostname" : "portal.sso.eu-north-1.amazonaws.com"
|
|
9121
9283
|
},
|
|
9284
|
+
"eu-south-1" : {
|
|
9285
|
+
"credentialScope" : {
|
|
9286
|
+
"region" : "eu-south-1"
|
|
9287
|
+
},
|
|
9288
|
+
"hostname" : "portal.sso.eu-south-1.amazonaws.com"
|
|
9289
|
+
},
|
|
9122
9290
|
"eu-west-1" : {
|
|
9123
9291
|
"credentialScope" : {
|
|
9124
9292
|
"region" : "eu-west-1"
|
|
@@ -10865,6 +11033,7 @@
|
|
|
10865
11033
|
"ap-south-1" : { },
|
|
10866
11034
|
"ap-southeast-1" : { },
|
|
10867
11035
|
"ap-southeast-2" : { },
|
|
11036
|
+
"ap-southeast-3" : { },
|
|
10868
11037
|
"ca-central-1" : { },
|
|
10869
11038
|
"eu-central-1" : { },
|
|
10870
11039
|
"eu-north-1" : { },
|
|
@@ -10999,6 +11168,7 @@
|
|
|
10999
11168
|
"ap-south-1" : { },
|
|
11000
11169
|
"ap-southeast-1" : { },
|
|
11001
11170
|
"ap-southeast-2" : { },
|
|
11171
|
+
"ap-southeast-3" : { },
|
|
11002
11172
|
"ca-central-1" : { },
|
|
11003
11173
|
"eu-central-1" : { },
|
|
11004
11174
|
"eu-north-1" : { },
|
|
@@ -13215,99 +13385,477 @@
|
|
|
13215
13385
|
}
|
|
13216
13386
|
}
|
|
13217
13387
|
},
|
|
13218
|
-
"
|
|
13219
|
-
"endpoints" : {
|
|
13220
|
-
"ap-east-1" : { },
|
|
13221
|
-
"ap-northeast-1" : { },
|
|
13222
|
-
"ap-northeast-2" : { },
|
|
13223
|
-
"ap-south-1" : { },
|
|
13224
|
-
"ap-southeast-1" : { },
|
|
13225
|
-
"ap-southeast-2" : { },
|
|
13226
|
-
"ca-central-1" : { },
|
|
13227
|
-
"eu-central-1" : { },
|
|
13228
|
-
"eu-north-1" : { },
|
|
13229
|
-
"eu-west-1" : { },
|
|
13230
|
-
"eu-west-2" : { },
|
|
13231
|
-
"eu-west-3" : { },
|
|
13232
|
-
"me-south-1" : { },
|
|
13233
|
-
"sa-east-1" : { },
|
|
13234
|
-
"us-east-1" : { },
|
|
13235
|
-
"us-east-2" : { },
|
|
13236
|
-
"us-west-1" : { },
|
|
13237
|
-
"us-west-2" : { }
|
|
13238
|
-
}
|
|
13239
|
-
},
|
|
13240
|
-
"wisdom" : {
|
|
13241
|
-
"endpoints" : {
|
|
13242
|
-
"ap-northeast-1" : { },
|
|
13243
|
-
"ap-southeast-2" : { },
|
|
13244
|
-
"eu-central-1" : { },
|
|
13245
|
-
"eu-west-2" : { },
|
|
13246
|
-
"us-east-1" : { },
|
|
13247
|
-
"us-west-2" : { }
|
|
13248
|
-
}
|
|
13249
|
-
},
|
|
13250
|
-
"workdocs" : {
|
|
13388
|
+
"wafv2" : {
|
|
13251
13389
|
"endpoints" : {
|
|
13252
|
-
"
|
|
13253
|
-
"ap-southeast-1" : { },
|
|
13254
|
-
"ap-southeast-2" : { },
|
|
13255
|
-
"eu-west-1" : { },
|
|
13256
|
-
"fips-us-east-1" : {
|
|
13390
|
+
"af-south-1" : {
|
|
13257
13391
|
"credentialScope" : {
|
|
13258
|
-
"region" : "
|
|
13392
|
+
"region" : "af-south-1"
|
|
13259
13393
|
},
|
|
13260
|
-
"
|
|
13261
|
-
"
|
|
13394
|
+
"hostname" : "wafv2.af-south-1.amazonaws.com",
|
|
13395
|
+
"variants" : [ {
|
|
13396
|
+
"hostname" : "wafv2-fips.af-south-1.amazonaws.com",
|
|
13397
|
+
"tags" : [ "fips" ]
|
|
13398
|
+
} ]
|
|
13262
13399
|
},
|
|
13263
|
-
"
|
|
13400
|
+
"ap-east-1" : {
|
|
13264
13401
|
"credentialScope" : {
|
|
13265
|
-
"region" : "
|
|
13402
|
+
"region" : "ap-east-1"
|
|
13266
13403
|
},
|
|
13267
|
-
"
|
|
13268
|
-
"hostname" : "workdocs-fips.us-west-2.amazonaws.com"
|
|
13269
|
-
},
|
|
13270
|
-
"us-east-1" : {
|
|
13404
|
+
"hostname" : "wafv2.ap-east-1.amazonaws.com",
|
|
13271
13405
|
"variants" : [ {
|
|
13272
|
-
"hostname" : "
|
|
13406
|
+
"hostname" : "wafv2-fips.ap-east-1.amazonaws.com",
|
|
13273
13407
|
"tags" : [ "fips" ]
|
|
13274
13408
|
} ]
|
|
13275
13409
|
},
|
|
13276
|
-
"
|
|
13410
|
+
"ap-northeast-1" : {
|
|
13411
|
+
"credentialScope" : {
|
|
13412
|
+
"region" : "ap-northeast-1"
|
|
13413
|
+
},
|
|
13414
|
+
"hostname" : "wafv2.ap-northeast-1.amazonaws.com",
|
|
13277
13415
|
"variants" : [ {
|
|
13278
|
-
"hostname" : "
|
|
13416
|
+
"hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com",
|
|
13279
13417
|
"tags" : [ "fips" ]
|
|
13280
13418
|
} ]
|
|
13281
|
-
}
|
|
13282
|
-
|
|
13283
|
-
},
|
|
13284
|
-
"workmail" : {
|
|
13285
|
-
"defaults" : {
|
|
13286
|
-
"protocols" : [ "https" ]
|
|
13287
|
-
},
|
|
13288
|
-
"endpoints" : {
|
|
13289
|
-
"eu-west-1" : { },
|
|
13290
|
-
"us-east-1" : { },
|
|
13291
|
-
"us-west-2" : { }
|
|
13292
|
-
}
|
|
13293
|
-
},
|
|
13294
|
-
"workspaces" : {
|
|
13295
|
-
"endpoints" : {
|
|
13296
|
-
"ap-northeast-1" : { },
|
|
13297
|
-
"ap-northeast-2" : { },
|
|
13298
|
-
"ap-south-1" : { },
|
|
13299
|
-
"ap-southeast-1" : { },
|
|
13300
|
-
"ap-southeast-2" : { },
|
|
13301
|
-
"ca-central-1" : { },
|
|
13302
|
-
"eu-central-1" : { },
|
|
13303
|
-
"eu-west-1" : { },
|
|
13304
|
-
"eu-west-2" : { },
|
|
13305
|
-
"fips-us-east-1" : {
|
|
13419
|
+
},
|
|
13420
|
+
"ap-northeast-2" : {
|
|
13306
13421
|
"credentialScope" : {
|
|
13307
|
-
"region" : "
|
|
13422
|
+
"region" : "ap-northeast-2"
|
|
13308
13423
|
},
|
|
13309
|
-
"
|
|
13310
|
-
"
|
|
13424
|
+
"hostname" : "wafv2.ap-northeast-2.amazonaws.com",
|
|
13425
|
+
"variants" : [ {
|
|
13426
|
+
"hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com",
|
|
13427
|
+
"tags" : [ "fips" ]
|
|
13428
|
+
} ]
|
|
13429
|
+
},
|
|
13430
|
+
"ap-northeast-3" : {
|
|
13431
|
+
"credentialScope" : {
|
|
13432
|
+
"region" : "ap-northeast-3"
|
|
13433
|
+
},
|
|
13434
|
+
"hostname" : "wafv2.ap-northeast-3.amazonaws.com",
|
|
13435
|
+
"variants" : [ {
|
|
13436
|
+
"hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com",
|
|
13437
|
+
"tags" : [ "fips" ]
|
|
13438
|
+
} ]
|
|
13439
|
+
},
|
|
13440
|
+
"ap-south-1" : {
|
|
13441
|
+
"credentialScope" : {
|
|
13442
|
+
"region" : "ap-south-1"
|
|
13443
|
+
},
|
|
13444
|
+
"hostname" : "wafv2.ap-south-1.amazonaws.com",
|
|
13445
|
+
"variants" : [ {
|
|
13446
|
+
"hostname" : "wafv2-fips.ap-south-1.amazonaws.com",
|
|
13447
|
+
"tags" : [ "fips" ]
|
|
13448
|
+
} ]
|
|
13449
|
+
},
|
|
13450
|
+
"ap-southeast-1" : {
|
|
13451
|
+
"credentialScope" : {
|
|
13452
|
+
"region" : "ap-southeast-1"
|
|
13453
|
+
},
|
|
13454
|
+
"hostname" : "wafv2.ap-southeast-1.amazonaws.com",
|
|
13455
|
+
"variants" : [ {
|
|
13456
|
+
"hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com",
|
|
13457
|
+
"tags" : [ "fips" ]
|
|
13458
|
+
} ]
|
|
13459
|
+
},
|
|
13460
|
+
"ap-southeast-2" : {
|
|
13461
|
+
"credentialScope" : {
|
|
13462
|
+
"region" : "ap-southeast-2"
|
|
13463
|
+
},
|
|
13464
|
+
"hostname" : "wafv2.ap-southeast-2.amazonaws.com",
|
|
13465
|
+
"variants" : [ {
|
|
13466
|
+
"hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com",
|
|
13467
|
+
"tags" : [ "fips" ]
|
|
13468
|
+
} ]
|
|
13469
|
+
},
|
|
13470
|
+
"ap-southeast-3" : {
|
|
13471
|
+
"credentialScope" : {
|
|
13472
|
+
"region" : "ap-southeast-3"
|
|
13473
|
+
},
|
|
13474
|
+
"hostname" : "wafv2.ap-southeast-3.amazonaws.com",
|
|
13475
|
+
"variants" : [ {
|
|
13476
|
+
"hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com",
|
|
13477
|
+
"tags" : [ "fips" ]
|
|
13478
|
+
} ]
|
|
13479
|
+
},
|
|
13480
|
+
"ca-central-1" : {
|
|
13481
|
+
"credentialScope" : {
|
|
13482
|
+
"region" : "ca-central-1"
|
|
13483
|
+
},
|
|
13484
|
+
"hostname" : "wafv2.ca-central-1.amazonaws.com",
|
|
13485
|
+
"variants" : [ {
|
|
13486
|
+
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com",
|
|
13487
|
+
"tags" : [ "fips" ]
|
|
13488
|
+
} ]
|
|
13489
|
+
},
|
|
13490
|
+
"eu-central-1" : {
|
|
13491
|
+
"credentialScope" : {
|
|
13492
|
+
"region" : "eu-central-1"
|
|
13493
|
+
},
|
|
13494
|
+
"hostname" : "wafv2.eu-central-1.amazonaws.com",
|
|
13495
|
+
"variants" : [ {
|
|
13496
|
+
"hostname" : "wafv2-fips.eu-central-1.amazonaws.com",
|
|
13497
|
+
"tags" : [ "fips" ]
|
|
13498
|
+
} ]
|
|
13499
|
+
},
|
|
13500
|
+
"eu-north-1" : {
|
|
13501
|
+
"credentialScope" : {
|
|
13502
|
+
"region" : "eu-north-1"
|
|
13503
|
+
},
|
|
13504
|
+
"hostname" : "wafv2.eu-north-1.amazonaws.com",
|
|
13505
|
+
"variants" : [ {
|
|
13506
|
+
"hostname" : "wafv2-fips.eu-north-1.amazonaws.com",
|
|
13507
|
+
"tags" : [ "fips" ]
|
|
13508
|
+
} ]
|
|
13509
|
+
},
|
|
13510
|
+
"eu-south-1" : {
|
|
13511
|
+
"credentialScope" : {
|
|
13512
|
+
"region" : "eu-south-1"
|
|
13513
|
+
},
|
|
13514
|
+
"hostname" : "wafv2.eu-south-1.amazonaws.com",
|
|
13515
|
+
"variants" : [ {
|
|
13516
|
+
"hostname" : "wafv2-fips.eu-south-1.amazonaws.com",
|
|
13517
|
+
"tags" : [ "fips" ]
|
|
13518
|
+
} ]
|
|
13519
|
+
},
|
|
13520
|
+
"eu-west-1" : {
|
|
13521
|
+
"credentialScope" : {
|
|
13522
|
+
"region" : "eu-west-1"
|
|
13523
|
+
},
|
|
13524
|
+
"hostname" : "wafv2.eu-west-1.amazonaws.com",
|
|
13525
|
+
"variants" : [ {
|
|
13526
|
+
"hostname" : "wafv2-fips.eu-west-1.amazonaws.com",
|
|
13527
|
+
"tags" : [ "fips" ]
|
|
13528
|
+
} ]
|
|
13529
|
+
},
|
|
13530
|
+
"eu-west-2" : {
|
|
13531
|
+
"credentialScope" : {
|
|
13532
|
+
"region" : "eu-west-2"
|
|
13533
|
+
},
|
|
13534
|
+
"hostname" : "wafv2.eu-west-2.amazonaws.com",
|
|
13535
|
+
"variants" : [ {
|
|
13536
|
+
"hostname" : "wafv2-fips.eu-west-2.amazonaws.com",
|
|
13537
|
+
"tags" : [ "fips" ]
|
|
13538
|
+
} ]
|
|
13539
|
+
},
|
|
13540
|
+
"eu-west-3" : {
|
|
13541
|
+
"credentialScope" : {
|
|
13542
|
+
"region" : "eu-west-3"
|
|
13543
|
+
},
|
|
13544
|
+
"hostname" : "wafv2.eu-west-3.amazonaws.com",
|
|
13545
|
+
"variants" : [ {
|
|
13546
|
+
"hostname" : "wafv2-fips.eu-west-3.amazonaws.com",
|
|
13547
|
+
"tags" : [ "fips" ]
|
|
13548
|
+
} ]
|
|
13549
|
+
},
|
|
13550
|
+
"fips-af-south-1" : {
|
|
13551
|
+
"credentialScope" : {
|
|
13552
|
+
"region" : "af-south-1"
|
|
13553
|
+
},
|
|
13554
|
+
"deprecated" : true,
|
|
13555
|
+
"hostname" : "wafv2-fips.af-south-1.amazonaws.com"
|
|
13556
|
+
},
|
|
13557
|
+
"fips-ap-east-1" : {
|
|
13558
|
+
"credentialScope" : {
|
|
13559
|
+
"region" : "ap-east-1"
|
|
13560
|
+
},
|
|
13561
|
+
"deprecated" : true,
|
|
13562
|
+
"hostname" : "wafv2-fips.ap-east-1.amazonaws.com"
|
|
13563
|
+
},
|
|
13564
|
+
"fips-ap-northeast-1" : {
|
|
13565
|
+
"credentialScope" : {
|
|
13566
|
+
"region" : "ap-northeast-1"
|
|
13567
|
+
},
|
|
13568
|
+
"deprecated" : true,
|
|
13569
|
+
"hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com"
|
|
13570
|
+
},
|
|
13571
|
+
"fips-ap-northeast-2" : {
|
|
13572
|
+
"credentialScope" : {
|
|
13573
|
+
"region" : "ap-northeast-2"
|
|
13574
|
+
},
|
|
13575
|
+
"deprecated" : true,
|
|
13576
|
+
"hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com"
|
|
13577
|
+
},
|
|
13578
|
+
"fips-ap-northeast-3" : {
|
|
13579
|
+
"credentialScope" : {
|
|
13580
|
+
"region" : "ap-northeast-3"
|
|
13581
|
+
},
|
|
13582
|
+
"deprecated" : true,
|
|
13583
|
+
"hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com"
|
|
13584
|
+
},
|
|
13585
|
+
"fips-ap-south-1" : {
|
|
13586
|
+
"credentialScope" : {
|
|
13587
|
+
"region" : "ap-south-1"
|
|
13588
|
+
},
|
|
13589
|
+
"deprecated" : true,
|
|
13590
|
+
"hostname" : "wafv2-fips.ap-south-1.amazonaws.com"
|
|
13591
|
+
},
|
|
13592
|
+
"fips-ap-southeast-1" : {
|
|
13593
|
+
"credentialScope" : {
|
|
13594
|
+
"region" : "ap-southeast-1"
|
|
13595
|
+
},
|
|
13596
|
+
"deprecated" : true,
|
|
13597
|
+
"hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com"
|
|
13598
|
+
},
|
|
13599
|
+
"fips-ap-southeast-2" : {
|
|
13600
|
+
"credentialScope" : {
|
|
13601
|
+
"region" : "ap-southeast-2"
|
|
13602
|
+
},
|
|
13603
|
+
"deprecated" : true,
|
|
13604
|
+
"hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com"
|
|
13605
|
+
},
|
|
13606
|
+
"fips-ap-southeast-3" : {
|
|
13607
|
+
"credentialScope" : {
|
|
13608
|
+
"region" : "ap-southeast-3"
|
|
13609
|
+
},
|
|
13610
|
+
"deprecated" : true,
|
|
13611
|
+
"hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com"
|
|
13612
|
+
},
|
|
13613
|
+
"fips-ca-central-1" : {
|
|
13614
|
+
"credentialScope" : {
|
|
13615
|
+
"region" : "ca-central-1"
|
|
13616
|
+
},
|
|
13617
|
+
"deprecated" : true,
|
|
13618
|
+
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
|
|
13619
|
+
},
|
|
13620
|
+
"fips-eu-central-1" : {
|
|
13621
|
+
"credentialScope" : {
|
|
13622
|
+
"region" : "eu-central-1"
|
|
13623
|
+
},
|
|
13624
|
+
"deprecated" : true,
|
|
13625
|
+
"hostname" : "wafv2-fips.eu-central-1.amazonaws.com"
|
|
13626
|
+
},
|
|
13627
|
+
"fips-eu-north-1" : {
|
|
13628
|
+
"credentialScope" : {
|
|
13629
|
+
"region" : "eu-north-1"
|
|
13630
|
+
},
|
|
13631
|
+
"deprecated" : true,
|
|
13632
|
+
"hostname" : "wafv2-fips.eu-north-1.amazonaws.com"
|
|
13633
|
+
},
|
|
13634
|
+
"fips-eu-south-1" : {
|
|
13635
|
+
"credentialScope" : {
|
|
13636
|
+
"region" : "eu-south-1"
|
|
13637
|
+
},
|
|
13638
|
+
"deprecated" : true,
|
|
13639
|
+
"hostname" : "wafv2-fips.eu-south-1.amazonaws.com"
|
|
13640
|
+
},
|
|
13641
|
+
"fips-eu-west-1" : {
|
|
13642
|
+
"credentialScope" : {
|
|
13643
|
+
"region" : "eu-west-1"
|
|
13644
|
+
},
|
|
13645
|
+
"deprecated" : true,
|
|
13646
|
+
"hostname" : "wafv2-fips.eu-west-1.amazonaws.com"
|
|
13647
|
+
},
|
|
13648
|
+
"fips-eu-west-2" : {
|
|
13649
|
+
"credentialScope" : {
|
|
13650
|
+
"region" : "eu-west-2"
|
|
13651
|
+
},
|
|
13652
|
+
"deprecated" : true,
|
|
13653
|
+
"hostname" : "wafv2-fips.eu-west-2.amazonaws.com"
|
|
13654
|
+
},
|
|
13655
|
+
"fips-eu-west-3" : {
|
|
13656
|
+
"credentialScope" : {
|
|
13657
|
+
"region" : "eu-west-3"
|
|
13658
|
+
},
|
|
13659
|
+
"deprecated" : true,
|
|
13660
|
+
"hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
|
|
13661
|
+
},
|
|
13662
|
+
"fips-me-south-1" : {
|
|
13663
|
+
"credentialScope" : {
|
|
13664
|
+
"region" : "me-south-1"
|
|
13665
|
+
},
|
|
13666
|
+
"deprecated" : true,
|
|
13667
|
+
"hostname" : "wafv2-fips.me-south-1.amazonaws.com"
|
|
13668
|
+
},
|
|
13669
|
+
"fips-sa-east-1" : {
|
|
13670
|
+
"credentialScope" : {
|
|
13671
|
+
"region" : "sa-east-1"
|
|
13672
|
+
},
|
|
13673
|
+
"deprecated" : true,
|
|
13674
|
+
"hostname" : "wafv2-fips.sa-east-1.amazonaws.com"
|
|
13675
|
+
},
|
|
13676
|
+
"fips-us-east-1" : {
|
|
13677
|
+
"credentialScope" : {
|
|
13678
|
+
"region" : "us-east-1"
|
|
13679
|
+
},
|
|
13680
|
+
"deprecated" : true,
|
|
13681
|
+
"hostname" : "wafv2-fips.us-east-1.amazonaws.com"
|
|
13682
|
+
},
|
|
13683
|
+
"fips-us-east-2" : {
|
|
13684
|
+
"credentialScope" : {
|
|
13685
|
+
"region" : "us-east-2"
|
|
13686
|
+
},
|
|
13687
|
+
"deprecated" : true,
|
|
13688
|
+
"hostname" : "wafv2-fips.us-east-2.amazonaws.com"
|
|
13689
|
+
},
|
|
13690
|
+
"fips-us-west-1" : {
|
|
13691
|
+
"credentialScope" : {
|
|
13692
|
+
"region" : "us-west-1"
|
|
13693
|
+
},
|
|
13694
|
+
"deprecated" : true,
|
|
13695
|
+
"hostname" : "wafv2-fips.us-west-1.amazonaws.com"
|
|
13696
|
+
},
|
|
13697
|
+
"fips-us-west-2" : {
|
|
13698
|
+
"credentialScope" : {
|
|
13699
|
+
"region" : "us-west-2"
|
|
13700
|
+
},
|
|
13701
|
+
"deprecated" : true,
|
|
13702
|
+
"hostname" : "wafv2-fips.us-west-2.amazonaws.com"
|
|
13703
|
+
},
|
|
13704
|
+
"me-south-1" : {
|
|
13705
|
+
"credentialScope" : {
|
|
13706
|
+
"region" : "me-south-1"
|
|
13707
|
+
},
|
|
13708
|
+
"hostname" : "wafv2.me-south-1.amazonaws.com",
|
|
13709
|
+
"variants" : [ {
|
|
13710
|
+
"hostname" : "wafv2-fips.me-south-1.amazonaws.com",
|
|
13711
|
+
"tags" : [ "fips" ]
|
|
13712
|
+
} ]
|
|
13713
|
+
},
|
|
13714
|
+
"sa-east-1" : {
|
|
13715
|
+
"credentialScope" : {
|
|
13716
|
+
"region" : "sa-east-1"
|
|
13717
|
+
},
|
|
13718
|
+
"hostname" : "wafv2.sa-east-1.amazonaws.com",
|
|
13719
|
+
"variants" : [ {
|
|
13720
|
+
"hostname" : "wafv2-fips.sa-east-1.amazonaws.com",
|
|
13721
|
+
"tags" : [ "fips" ]
|
|
13722
|
+
} ]
|
|
13723
|
+
},
|
|
13724
|
+
"us-east-1" : {
|
|
13725
|
+
"credentialScope" : {
|
|
13726
|
+
"region" : "us-east-1"
|
|
13727
|
+
},
|
|
13728
|
+
"hostname" : "wafv2.us-east-1.amazonaws.com",
|
|
13729
|
+
"variants" : [ {
|
|
13730
|
+
"hostname" : "wafv2-fips.us-east-1.amazonaws.com",
|
|
13731
|
+
"tags" : [ "fips" ]
|
|
13732
|
+
} ]
|
|
13733
|
+
},
|
|
13734
|
+
"us-east-2" : {
|
|
13735
|
+
"credentialScope" : {
|
|
13736
|
+
"region" : "us-east-2"
|
|
13737
|
+
},
|
|
13738
|
+
"hostname" : "wafv2.us-east-2.amazonaws.com",
|
|
13739
|
+
"variants" : [ {
|
|
13740
|
+
"hostname" : "wafv2-fips.us-east-2.amazonaws.com",
|
|
13741
|
+
"tags" : [ "fips" ]
|
|
13742
|
+
} ]
|
|
13743
|
+
},
|
|
13744
|
+
"us-west-1" : {
|
|
13745
|
+
"credentialScope" : {
|
|
13746
|
+
"region" : "us-west-1"
|
|
13747
|
+
},
|
|
13748
|
+
"hostname" : "wafv2.us-west-1.amazonaws.com",
|
|
13749
|
+
"variants" : [ {
|
|
13750
|
+
"hostname" : "wafv2-fips.us-west-1.amazonaws.com",
|
|
13751
|
+
"tags" : [ "fips" ]
|
|
13752
|
+
} ]
|
|
13753
|
+
},
|
|
13754
|
+
"us-west-2" : {
|
|
13755
|
+
"credentialScope" : {
|
|
13756
|
+
"region" : "us-west-2"
|
|
13757
|
+
},
|
|
13758
|
+
"hostname" : "wafv2.us-west-2.amazonaws.com",
|
|
13759
|
+
"variants" : [ {
|
|
13760
|
+
"hostname" : "wafv2-fips.us-west-2.amazonaws.com",
|
|
13761
|
+
"tags" : [ "fips" ]
|
|
13762
|
+
} ]
|
|
13763
|
+
}
|
|
13764
|
+
}
|
|
13765
|
+
},
|
|
13766
|
+
"wellarchitected" : {
|
|
13767
|
+
"endpoints" : {
|
|
13768
|
+
"ap-east-1" : { },
|
|
13769
|
+
"ap-northeast-1" : { },
|
|
13770
|
+
"ap-northeast-2" : { },
|
|
13771
|
+
"ap-south-1" : { },
|
|
13772
|
+
"ap-southeast-1" : { },
|
|
13773
|
+
"ap-southeast-2" : { },
|
|
13774
|
+
"ca-central-1" : { },
|
|
13775
|
+
"eu-central-1" : { },
|
|
13776
|
+
"eu-north-1" : { },
|
|
13777
|
+
"eu-west-1" : { },
|
|
13778
|
+
"eu-west-2" : { },
|
|
13779
|
+
"eu-west-3" : { },
|
|
13780
|
+
"me-south-1" : { },
|
|
13781
|
+
"sa-east-1" : { },
|
|
13782
|
+
"us-east-1" : { },
|
|
13783
|
+
"us-east-2" : { },
|
|
13784
|
+
"us-west-1" : { },
|
|
13785
|
+
"us-west-2" : { }
|
|
13786
|
+
}
|
|
13787
|
+
},
|
|
13788
|
+
"wisdom" : {
|
|
13789
|
+
"endpoints" : {
|
|
13790
|
+
"ap-northeast-1" : { },
|
|
13791
|
+
"ap-southeast-2" : { },
|
|
13792
|
+
"eu-central-1" : { },
|
|
13793
|
+
"eu-west-2" : { },
|
|
13794
|
+
"us-east-1" : { },
|
|
13795
|
+
"us-west-2" : { }
|
|
13796
|
+
}
|
|
13797
|
+
},
|
|
13798
|
+
"workdocs" : {
|
|
13799
|
+
"endpoints" : {
|
|
13800
|
+
"ap-northeast-1" : { },
|
|
13801
|
+
"ap-southeast-1" : { },
|
|
13802
|
+
"ap-southeast-2" : { },
|
|
13803
|
+
"eu-west-1" : { },
|
|
13804
|
+
"fips-us-east-1" : {
|
|
13805
|
+
"credentialScope" : {
|
|
13806
|
+
"region" : "us-east-1"
|
|
13807
|
+
},
|
|
13808
|
+
"deprecated" : true,
|
|
13809
|
+
"hostname" : "workdocs-fips.us-east-1.amazonaws.com"
|
|
13810
|
+
},
|
|
13811
|
+
"fips-us-west-2" : {
|
|
13812
|
+
"credentialScope" : {
|
|
13813
|
+
"region" : "us-west-2"
|
|
13814
|
+
},
|
|
13815
|
+
"deprecated" : true,
|
|
13816
|
+
"hostname" : "workdocs-fips.us-west-2.amazonaws.com"
|
|
13817
|
+
},
|
|
13818
|
+
"us-east-1" : {
|
|
13819
|
+
"variants" : [ {
|
|
13820
|
+
"hostname" : "workdocs-fips.us-east-1.amazonaws.com",
|
|
13821
|
+
"tags" : [ "fips" ]
|
|
13822
|
+
} ]
|
|
13823
|
+
},
|
|
13824
|
+
"us-west-2" : {
|
|
13825
|
+
"variants" : [ {
|
|
13826
|
+
"hostname" : "workdocs-fips.us-west-2.amazonaws.com",
|
|
13827
|
+
"tags" : [ "fips" ]
|
|
13828
|
+
} ]
|
|
13829
|
+
}
|
|
13830
|
+
}
|
|
13831
|
+
},
|
|
13832
|
+
"workmail" : {
|
|
13833
|
+
"defaults" : {
|
|
13834
|
+
"protocols" : [ "https" ]
|
|
13835
|
+
},
|
|
13836
|
+
"endpoints" : {
|
|
13837
|
+
"eu-west-1" : { },
|
|
13838
|
+
"us-east-1" : { },
|
|
13839
|
+
"us-west-2" : { }
|
|
13840
|
+
}
|
|
13841
|
+
},
|
|
13842
|
+
"workspaces" : {
|
|
13843
|
+
"endpoints" : {
|
|
13844
|
+
"ap-northeast-1" : { },
|
|
13845
|
+
"ap-northeast-2" : { },
|
|
13846
|
+
"ap-south-1" : { },
|
|
13847
|
+
"ap-southeast-1" : { },
|
|
13848
|
+
"ap-southeast-2" : { },
|
|
13849
|
+
"ca-central-1" : { },
|
|
13850
|
+
"eu-central-1" : { },
|
|
13851
|
+
"eu-west-1" : { },
|
|
13852
|
+
"eu-west-2" : { },
|
|
13853
|
+
"fips-us-east-1" : {
|
|
13854
|
+
"credentialScope" : {
|
|
13855
|
+
"region" : "us-east-1"
|
|
13856
|
+
},
|
|
13857
|
+
"deprecated" : true,
|
|
13858
|
+
"hostname" : "workspaces-fips.us-east-1.amazonaws.com"
|
|
13311
13859
|
},
|
|
13312
13860
|
"fips-us-west-2" : {
|
|
13313
13861
|
"credentialScope" : {
|
|
@@ -14069,6 +14617,12 @@
|
|
|
14069
14617
|
}
|
|
14070
14618
|
}
|
|
14071
14619
|
},
|
|
14620
|
+
"memory-db" : {
|
|
14621
|
+
"endpoints" : {
|
|
14622
|
+
"cn-north-1" : { },
|
|
14623
|
+
"cn-northwest-1" : { }
|
|
14624
|
+
}
|
|
14625
|
+
},
|
|
14072
14626
|
"monitoring" : {
|
|
14073
14627
|
"defaults" : {
|
|
14074
14628
|
"protocols" : [ "http", "https" ]
|
|
@@ -14465,6 +15019,44 @@
|
|
|
14465
15019
|
}
|
|
14466
15020
|
}
|
|
14467
15021
|
},
|
|
15022
|
+
"wafv2" : {
|
|
15023
|
+
"endpoints" : {
|
|
15024
|
+
"cn-north-1" : {
|
|
15025
|
+
"credentialScope" : {
|
|
15026
|
+
"region" : "cn-north-1"
|
|
15027
|
+
},
|
|
15028
|
+
"hostname" : "wafv2.cn-north-1.amazonaws.com.cn",
|
|
15029
|
+
"variants" : [ {
|
|
15030
|
+
"hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn",
|
|
15031
|
+
"tags" : [ "fips" ]
|
|
15032
|
+
} ]
|
|
15033
|
+
},
|
|
15034
|
+
"cn-northwest-1" : {
|
|
15035
|
+
"credentialScope" : {
|
|
15036
|
+
"region" : "cn-northwest-1"
|
|
15037
|
+
},
|
|
15038
|
+
"hostname" : "wafv2.cn-northwest-1.amazonaws.com.cn",
|
|
15039
|
+
"variants" : [ {
|
|
15040
|
+
"hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn",
|
|
15041
|
+
"tags" : [ "fips" ]
|
|
15042
|
+
} ]
|
|
15043
|
+
},
|
|
15044
|
+
"fips-cn-north-1" : {
|
|
15045
|
+
"credentialScope" : {
|
|
15046
|
+
"region" : "cn-north-1"
|
|
15047
|
+
},
|
|
15048
|
+
"deprecated" : true,
|
|
15049
|
+
"hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn"
|
|
15050
|
+
},
|
|
15051
|
+
"fips-cn-northwest-1" : {
|
|
15052
|
+
"credentialScope" : {
|
|
15053
|
+
"region" : "cn-northwest-1"
|
|
15054
|
+
},
|
|
15055
|
+
"deprecated" : true,
|
|
15056
|
+
"hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn"
|
|
15057
|
+
}
|
|
15058
|
+
}
|
|
15059
|
+
},
|
|
14468
15060
|
"workspaces" : {
|
|
14469
15061
|
"endpoints" : {
|
|
14470
15062
|
"cn-northwest-1" : { }
|
|
@@ -14907,6 +15499,12 @@
|
|
|
14907
15499
|
"us-gov-west-1" : { }
|
|
14908
15500
|
}
|
|
14909
15501
|
},
|
|
15502
|
+
"backup-gateway" : {
|
|
15503
|
+
"endpoints" : {
|
|
15504
|
+
"us-gov-east-1" : { },
|
|
15505
|
+
"us-gov-west-1" : { }
|
|
15506
|
+
}
|
|
15507
|
+
},
|
|
14910
15508
|
"batch" : {
|
|
14911
15509
|
"defaults" : {
|
|
14912
15510
|
"variants" : [ {
|
|
@@ -17366,32 +17964,8 @@
|
|
|
17366
17964
|
} ]
|
|
17367
17965
|
},
|
|
17368
17966
|
"endpoints" : {
|
|
17369
|
-
"
|
|
17370
|
-
|
|
17371
|
-
"region" : "us-gov-east-1"
|
|
17372
|
-
},
|
|
17373
|
-
"deprecated" : true,
|
|
17374
|
-
"hostname" : "servicecatalog-appregistry.us-gov-east-1.amazonaws.com"
|
|
17375
|
-
},
|
|
17376
|
-
"fips-us-gov-west-1" : {
|
|
17377
|
-
"credentialScope" : {
|
|
17378
|
-
"region" : "us-gov-west-1"
|
|
17379
|
-
},
|
|
17380
|
-
"deprecated" : true,
|
|
17381
|
-
"hostname" : "servicecatalog-appregistry.us-gov-west-1.amazonaws.com"
|
|
17382
|
-
},
|
|
17383
|
-
"us-gov-east-1" : {
|
|
17384
|
-
"variants" : [ {
|
|
17385
|
-
"hostname" : "servicecatalog-appregistry.us-gov-east-1.amazonaws.com",
|
|
17386
|
-
"tags" : [ "fips" ]
|
|
17387
|
-
} ]
|
|
17388
|
-
},
|
|
17389
|
-
"us-gov-west-1" : {
|
|
17390
|
-
"variants" : [ {
|
|
17391
|
-
"hostname" : "servicecatalog-appregistry.us-gov-west-1.amazonaws.com",
|
|
17392
|
-
"tags" : [ "fips" ]
|
|
17393
|
-
} ]
|
|
17394
|
-
}
|
|
17967
|
+
"us-gov-east-1" : { },
|
|
17968
|
+
"us-gov-west-1" : { }
|
|
17395
17969
|
}
|
|
17396
17970
|
},
|
|
17397
17971
|
"servicediscovery" : {
|
|
@@ -17923,6 +18497,12 @@
|
|
|
17923
18497
|
}
|
|
17924
18498
|
}
|
|
17925
18499
|
},
|
|
18500
|
+
"transcribestreaming" : {
|
|
18501
|
+
"endpoints" : {
|
|
18502
|
+
"us-gov-east-1" : { },
|
|
18503
|
+
"us-gov-west-1" : { }
|
|
18504
|
+
}
|
|
18505
|
+
},
|
|
17926
18506
|
"transfer" : {
|
|
17927
18507
|
"endpoints" : {
|
|
17928
18508
|
"fips-us-gov-east-1" : {
|
|
@@ -18011,6 +18591,44 @@
|
|
|
18011
18591
|
}
|
|
18012
18592
|
}
|
|
18013
18593
|
},
|
|
18594
|
+
"wafv2" : {
|
|
18595
|
+
"endpoints" : {
|
|
18596
|
+
"fips-us-gov-east-1" : {
|
|
18597
|
+
"credentialScope" : {
|
|
18598
|
+
"region" : "us-gov-east-1"
|
|
18599
|
+
},
|
|
18600
|
+
"deprecated" : true,
|
|
18601
|
+
"hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com"
|
|
18602
|
+
},
|
|
18603
|
+
"fips-us-gov-west-1" : {
|
|
18604
|
+
"credentialScope" : {
|
|
18605
|
+
"region" : "us-gov-west-1"
|
|
18606
|
+
},
|
|
18607
|
+
"deprecated" : true,
|
|
18608
|
+
"hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com"
|
|
18609
|
+
},
|
|
18610
|
+
"us-gov-east-1" : {
|
|
18611
|
+
"credentialScope" : {
|
|
18612
|
+
"region" : "us-gov-east-1"
|
|
18613
|
+
},
|
|
18614
|
+
"hostname" : "wafv2.us-gov-east-1.amazonaws.com",
|
|
18615
|
+
"variants" : [ {
|
|
18616
|
+
"hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com",
|
|
18617
|
+
"tags" : [ "fips" ]
|
|
18618
|
+
} ]
|
|
18619
|
+
},
|
|
18620
|
+
"us-gov-west-1" : {
|
|
18621
|
+
"credentialScope" : {
|
|
18622
|
+
"region" : "us-gov-west-1"
|
|
18623
|
+
},
|
|
18624
|
+
"hostname" : "wafv2.us-gov-west-1.amazonaws.com",
|
|
18625
|
+
"variants" : [ {
|
|
18626
|
+
"hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com",
|
|
18627
|
+
"tags" : [ "fips" ]
|
|
18628
|
+
} ]
|
|
18629
|
+
}
|
|
18630
|
+
}
|
|
18631
|
+
},
|
|
18014
18632
|
"workspaces" : {
|
|
18015
18633
|
"endpoints" : {
|
|
18016
18634
|
"fips-us-gov-west-1" : {
|
|
@@ -18959,6 +19577,11 @@
|
|
|
18959
19577
|
"endpoints" : {
|
|
18960
19578
|
"us-isob-east-1" : { }
|
|
18961
19579
|
}
|
|
19580
|
+
},
|
|
19581
|
+
"workspaces" : {
|
|
19582
|
+
"endpoints" : {
|
|
19583
|
+
"us-isob-east-1" : { }
|
|
19584
|
+
}
|
|
18962
19585
|
}
|
|
18963
19586
|
}
|
|
18964
19587
|
} ],
|
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.601.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-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|