aws-partitions 1.931.0 → 1.940.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +45 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions-metadata.json +5 -1
- data/partitions.json +192 -114
- 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: 4fe978c11664e86eb7c005b81ab677542b1790d11f76749351b7d329406b0033
|
4
|
+
data.tar.gz: 9e22a57a296b7014ac5b93c8a9d391c7da5fb046128622f9e7a896c391a39662
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e043ad4d9fbf9ee7aaeeef2f964b04c5d02bd32c6871dc8840240e5af34a9cd754fecb41918564e084c143a750b4f624a476964a820aa9218c450a0628d69036
|
7
|
+
data.tar.gz: 67b401394321cb4943142f6337acf029eb546557c6046ddd58d657a0660ead9d5200590f1ed0f228c5f12a6470285da37c356747b98c0a349be33a27f3cecfa6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,51 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.940.0 (2024-06-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.939.0 (2024-06-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::TaxSettings`.
|
13
|
+
|
14
|
+
1.938.0 (2024-06-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.937.0 (2024-05-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.936.0 (2024-05-29)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.935.0 (2024-05-28)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.934.0 (2024-05-23)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.933.0 (2024-05-22)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.932.0 (2024-05-21)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Added support for enumerating regions for `Aws::MailManager`.
|
48
|
+
|
4
49
|
1.931.0 (2024-05-17)
|
5
50
|
------------------
|
6
51
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.940.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -466,6 +466,7 @@ module Aws
|
|
466
466
|
'MWAA' => 'airflow',
|
467
467
|
'MachineLearning' => 'machinelearning',
|
468
468
|
'Macie2' => 'macie2',
|
469
|
+
'MailManager' => 'mail-manager',
|
469
470
|
'MainframeModernization' => 'm2',
|
470
471
|
'ManagedBlockchain' => 'managedblockchain',
|
471
472
|
'ManagedBlockchainQuery' => 'managedblockchain-query',
|
@@ -600,6 +601,7 @@ module Aws
|
|
600
601
|
'Support' => 'support',
|
601
602
|
'SupportApp' => 'supportapp',
|
602
603
|
'Synthetics' => 'synthetics',
|
604
|
+
'TaxSettings' => 'tax',
|
603
605
|
'Textract' => 'textract',
|
604
606
|
'TimestreamInfluxDB' => 'timestream-influxdb',
|
605
607
|
'TimestreamQuery' => 'query.timestream',
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
@@ -112,11 +112,6 @@
|
|
112
112
|
}
|
113
113
|
},
|
114
114
|
"services" : {
|
115
|
-
"a4b" : {
|
116
|
-
"endpoints" : {
|
117
|
-
"us-east-1" : { }
|
118
|
-
}
|
119
|
-
},
|
120
115
|
"access-analyzer" : {
|
121
116
|
"endpoints" : {
|
122
117
|
"af-south-1" : { },
|
@@ -2816,6 +2811,7 @@
|
|
2816
2811
|
},
|
2817
2812
|
"braket" : {
|
2818
2813
|
"endpoints" : {
|
2814
|
+
"eu-north-1" : { },
|
2819
2815
|
"eu-west-2" : { },
|
2820
2816
|
"us-east-1" : { },
|
2821
2817
|
"us-west-1" : { },
|
@@ -2955,28 +2951,116 @@
|
|
2955
2951
|
},
|
2956
2952
|
"cloud9" : {
|
2957
2953
|
"endpoints" : {
|
2958
|
-
"af-south-1" : {
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
"ap-
|
2964
|
-
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
"
|
2969
|
-
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
"
|
2974
|
-
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
2978
|
-
"
|
2979
|
-
|
2954
|
+
"af-south-1" : {
|
2955
|
+
"variants" : [ {
|
2956
|
+
"tags" : [ "dualstack" ]
|
2957
|
+
} ]
|
2958
|
+
},
|
2959
|
+
"ap-east-1" : {
|
2960
|
+
"variants" : [ {
|
2961
|
+
"tags" : [ "dualstack" ]
|
2962
|
+
} ]
|
2963
|
+
},
|
2964
|
+
"ap-northeast-1" : {
|
2965
|
+
"variants" : [ {
|
2966
|
+
"tags" : [ "dualstack" ]
|
2967
|
+
} ]
|
2968
|
+
},
|
2969
|
+
"ap-northeast-2" : {
|
2970
|
+
"variants" : [ {
|
2971
|
+
"tags" : [ "dualstack" ]
|
2972
|
+
} ]
|
2973
|
+
},
|
2974
|
+
"ap-northeast-3" : {
|
2975
|
+
"variants" : [ {
|
2976
|
+
"tags" : [ "dualstack" ]
|
2977
|
+
} ]
|
2978
|
+
},
|
2979
|
+
"ap-south-1" : {
|
2980
|
+
"variants" : [ {
|
2981
|
+
"tags" : [ "dualstack" ]
|
2982
|
+
} ]
|
2983
|
+
},
|
2984
|
+
"ap-southeast-1" : {
|
2985
|
+
"variants" : [ {
|
2986
|
+
"tags" : [ "dualstack" ]
|
2987
|
+
} ]
|
2988
|
+
},
|
2989
|
+
"ap-southeast-2" : {
|
2990
|
+
"variants" : [ {
|
2991
|
+
"tags" : [ "dualstack" ]
|
2992
|
+
} ]
|
2993
|
+
},
|
2994
|
+
"ca-central-1" : {
|
2995
|
+
"variants" : [ {
|
2996
|
+
"tags" : [ "dualstack" ]
|
2997
|
+
} ]
|
2998
|
+
},
|
2999
|
+
"eu-central-1" : {
|
3000
|
+
"variants" : [ {
|
3001
|
+
"tags" : [ "dualstack" ]
|
3002
|
+
} ]
|
3003
|
+
},
|
3004
|
+
"eu-north-1" : {
|
3005
|
+
"variants" : [ {
|
3006
|
+
"tags" : [ "dualstack" ]
|
3007
|
+
} ]
|
3008
|
+
},
|
3009
|
+
"eu-south-1" : {
|
3010
|
+
"variants" : [ {
|
3011
|
+
"tags" : [ "dualstack" ]
|
3012
|
+
} ]
|
3013
|
+
},
|
3014
|
+
"eu-west-1" : {
|
3015
|
+
"variants" : [ {
|
3016
|
+
"tags" : [ "dualstack" ]
|
3017
|
+
} ]
|
3018
|
+
},
|
3019
|
+
"eu-west-2" : {
|
3020
|
+
"variants" : [ {
|
3021
|
+
"tags" : [ "dualstack" ]
|
3022
|
+
} ]
|
3023
|
+
},
|
3024
|
+
"eu-west-3" : {
|
3025
|
+
"variants" : [ {
|
3026
|
+
"tags" : [ "dualstack" ]
|
3027
|
+
} ]
|
3028
|
+
},
|
3029
|
+
"il-central-1" : {
|
3030
|
+
"variants" : [ {
|
3031
|
+
"tags" : [ "dualstack" ]
|
3032
|
+
} ]
|
3033
|
+
},
|
3034
|
+
"me-south-1" : {
|
3035
|
+
"variants" : [ {
|
3036
|
+
"tags" : [ "dualstack" ]
|
3037
|
+
} ]
|
3038
|
+
},
|
3039
|
+
"sa-east-1" : {
|
3040
|
+
"variants" : [ {
|
3041
|
+
"tags" : [ "dualstack" ]
|
3042
|
+
} ]
|
3043
|
+
},
|
3044
|
+
"us-east-1" : {
|
3045
|
+
"variants" : [ {
|
3046
|
+
"tags" : [ "dualstack" ]
|
3047
|
+
} ]
|
3048
|
+
},
|
3049
|
+
"us-east-2" : {
|
3050
|
+
"variants" : [ {
|
3051
|
+
"tags" : [ "dualstack" ]
|
3052
|
+
} ]
|
3053
|
+
},
|
3054
|
+
"us-west-1" : {
|
3055
|
+
"variants" : [ {
|
3056
|
+
"tags" : [ "dualstack" ]
|
3057
|
+
} ]
|
3058
|
+
},
|
3059
|
+
"us-west-2" : {
|
3060
|
+
"variants" : [ {
|
3061
|
+
"tags" : [ "dualstack" ]
|
3062
|
+
} ]
|
3063
|
+
}
|
2980
3064
|
}
|
2981
3065
|
},
|
2982
3066
|
"cloudcontrolapi" : {
|
@@ -5253,8 +5337,18 @@
|
|
5253
5337
|
"ap-southeast-2" : { },
|
5254
5338
|
"ap-southeast-3" : { },
|
5255
5339
|
"ap-southeast-4" : { },
|
5256
|
-
"ca-central-1" : {
|
5257
|
-
|
5340
|
+
"ca-central-1" : {
|
5341
|
+
"variants" : [ {
|
5342
|
+
"hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
|
5343
|
+
"tags" : [ "fips" ]
|
5344
|
+
} ]
|
5345
|
+
},
|
5346
|
+
"ca-west-1" : {
|
5347
|
+
"variants" : [ {
|
5348
|
+
"hostname" : "directconnect-fips.ca-west-1.amazonaws.com",
|
5349
|
+
"tags" : [ "fips" ]
|
5350
|
+
} ]
|
5351
|
+
},
|
5258
5352
|
"eu-central-1" : { },
|
5259
5353
|
"eu-central-2" : { },
|
5260
5354
|
"eu-north-1" : { },
|
@@ -5263,6 +5357,20 @@
|
|
5263
5357
|
"eu-west-1" : { },
|
5264
5358
|
"eu-west-2" : { },
|
5265
5359
|
"eu-west-3" : { },
|
5360
|
+
"fips-ca-central-1" : {
|
5361
|
+
"credentialScope" : {
|
5362
|
+
"region" : "ca-central-1"
|
5363
|
+
},
|
5364
|
+
"deprecated" : true,
|
5365
|
+
"hostname" : "directconnect-fips.ca-central-1.amazonaws.com"
|
5366
|
+
},
|
5367
|
+
"fips-ca-west-1" : {
|
5368
|
+
"credentialScope" : {
|
5369
|
+
"region" : "ca-west-1"
|
5370
|
+
},
|
5371
|
+
"deprecated" : true,
|
5372
|
+
"hostname" : "directconnect-fips.ca-west-1.amazonaws.com"
|
5373
|
+
},
|
5266
5374
|
"fips-us-east-1" : {
|
5267
5375
|
"credentialScope" : {
|
5268
5376
|
"region" : "us-east-1"
|
@@ -8952,11 +9060,6 @@
|
|
8952
9060
|
"us-west-2" : { }
|
8953
9061
|
}
|
8954
9062
|
},
|
8955
|
-
"honeycode" : {
|
8956
|
-
"endpoints" : {
|
8957
|
-
"us-west-2" : { }
|
8958
|
-
}
|
8959
|
-
},
|
8960
9063
|
"iam" : {
|
8961
9064
|
"endpoints" : {
|
8962
9065
|
"aws-global" : {
|
@@ -9029,6 +9132,7 @@
|
|
9029
9132
|
"ap-southeast-3" : { },
|
9030
9133
|
"ap-southeast-4" : { },
|
9031
9134
|
"ca-central-1" : { },
|
9135
|
+
"ca-west-1" : { },
|
9032
9136
|
"eu-central-1" : { },
|
9033
9137
|
"eu-central-2" : { },
|
9034
9138
|
"eu-north-1" : { },
|
@@ -14009,14 +14113,19 @@
|
|
14009
14113
|
},
|
14010
14114
|
"quicksight" : {
|
14011
14115
|
"endpoints" : {
|
14116
|
+
"af-south-1" : { },
|
14012
14117
|
"ap-northeast-1" : { },
|
14013
14118
|
"ap-northeast-2" : { },
|
14014
14119
|
"ap-south-1" : { },
|
14015
14120
|
"ap-southeast-1" : { },
|
14016
14121
|
"ap-southeast-2" : { },
|
14122
|
+
"ap-southeast-3" : { },
|
14123
|
+
"api" : { },
|
14017
14124
|
"ca-central-1" : { },
|
14018
14125
|
"eu-central-1" : { },
|
14126
|
+
"eu-central-2" : { },
|
14019
14127
|
"eu-north-1" : { },
|
14128
|
+
"eu-south-1" : { },
|
14020
14129
|
"eu-west-1" : { },
|
14021
14130
|
"eu-west-2" : { },
|
14022
14131
|
"eu-west-3" : { },
|
@@ -14629,7 +14738,9 @@
|
|
14629
14738
|
} ]
|
14630
14739
|
},
|
14631
14740
|
"eu-central-1" : { },
|
14741
|
+
"eu-central-2" : { },
|
14632
14742
|
"eu-north-1" : { },
|
14743
|
+
"eu-south-2" : { },
|
14633
14744
|
"eu-west-1" : { },
|
14634
14745
|
"eu-west-2" : { },
|
14635
14746
|
"eu-west-3" : { },
|
@@ -14668,6 +14779,7 @@
|
|
14668
14779
|
"deprecated" : true,
|
14669
14780
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
14670
14781
|
},
|
14782
|
+
"sa-east-1" : { },
|
14671
14783
|
"us-east-1" : {
|
14672
14784
|
"variants" : [ {
|
14673
14785
|
"hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
|
@@ -15800,6 +15912,31 @@
|
|
15800
15912
|
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
|
15801
15913
|
"signatureVersions" : [ "s3v4" ]
|
15802
15914
|
},
|
15915
|
+
"ca-west-1" : {
|
15916
|
+
"credentialScope" : {
|
15917
|
+
"region" : "ca-west-1"
|
15918
|
+
},
|
15919
|
+
"hostname" : "s3-control.ca-west-1.amazonaws.com",
|
15920
|
+
"signatureVersions" : [ "s3v4" ],
|
15921
|
+
"variants" : [ {
|
15922
|
+
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
|
15923
|
+
"tags" : [ "fips" ]
|
15924
|
+
}, {
|
15925
|
+
"hostname" : "s3-control-fips.dualstack.ca-west-1.amazonaws.com",
|
15926
|
+
"tags" : [ "dualstack", "fips" ]
|
15927
|
+
}, {
|
15928
|
+
"hostname" : "s3-control.dualstack.ca-west-1.amazonaws.com",
|
15929
|
+
"tags" : [ "dualstack" ]
|
15930
|
+
} ]
|
15931
|
+
},
|
15932
|
+
"ca-west-1-fips" : {
|
15933
|
+
"credentialScope" : {
|
15934
|
+
"region" : "ca-west-1"
|
15935
|
+
},
|
15936
|
+
"deprecated" : true,
|
15937
|
+
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
|
15938
|
+
"signatureVersions" : [ "s3v4" ]
|
15939
|
+
},
|
15803
15940
|
"eu-central-1" : {
|
15804
15941
|
"credentialScope" : {
|
15805
15942
|
"region" : "eu-central-1"
|
@@ -19557,9 +19694,11 @@
|
|
19557
19694
|
"eu-north-1" : { },
|
19558
19695
|
"eu-west-1" : { },
|
19559
19696
|
"eu-west-2" : { },
|
19697
|
+
"eu-west-3" : { },
|
19560
19698
|
"sa-east-1" : { },
|
19561
19699
|
"us-east-1" : { },
|
19562
19700
|
"us-east-2" : { },
|
19701
|
+
"us-west-1" : { },
|
19563
19702
|
"us-west-2" : { }
|
19564
19703
|
}
|
19565
19704
|
},
|
@@ -21875,7 +22014,8 @@
|
|
21875
22014
|
},
|
21876
22015
|
"redshift-serverless" : {
|
21877
22016
|
"endpoints" : {
|
21878
|
-
"cn-north-1" : { }
|
22017
|
+
"cn-north-1" : { },
|
22018
|
+
"cn-northwest-1" : { }
|
21879
22019
|
}
|
21880
22020
|
},
|
21881
22021
|
"resource-groups" : {
|
@@ -27827,32 +27967,8 @@
|
|
27827
27967
|
},
|
27828
27968
|
"ram" : {
|
27829
27969
|
"endpoints" : {
|
27830
|
-
"
|
27831
|
-
|
27832
|
-
"region" : "us-iso-east-1"
|
27833
|
-
},
|
27834
|
-
"deprecated" : true,
|
27835
|
-
"hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov"
|
27836
|
-
},
|
27837
|
-
"fips-us-iso-west-1" : {
|
27838
|
-
"credentialScope" : {
|
27839
|
-
"region" : "us-iso-west-1"
|
27840
|
-
},
|
27841
|
-
"deprecated" : true,
|
27842
|
-
"hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov"
|
27843
|
-
},
|
27844
|
-
"us-iso-east-1" : {
|
27845
|
-
"variants" : [ {
|
27846
|
-
"hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov",
|
27847
|
-
"tags" : [ "fips" ]
|
27848
|
-
} ]
|
27849
|
-
},
|
27850
|
-
"us-iso-west-1" : {
|
27851
|
-
"variants" : [ {
|
27852
|
-
"hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov",
|
27853
|
-
"tags" : [ "fips" ]
|
27854
|
-
} ]
|
27855
|
-
}
|
27970
|
+
"us-iso-east-1" : { },
|
27971
|
+
"us-iso-west-1" : { }
|
27856
27972
|
}
|
27857
27973
|
},
|
27858
27974
|
"rbin" : {
|
@@ -27887,43 +28003,23 @@
|
|
27887
28003
|
},
|
27888
28004
|
"rds" : {
|
27889
28005
|
"endpoints" : {
|
27890
|
-
"rds-fips.us-iso-east-1" : {
|
27891
|
-
"credentialScope" : {
|
27892
|
-
"region" : "us-iso-east-1"
|
27893
|
-
},
|
27894
|
-
"deprecated" : true,
|
27895
|
-
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
|
27896
|
-
},
|
27897
|
-
"rds-fips.us-iso-west-1" : {
|
27898
|
-
"credentialScope" : {
|
27899
|
-
"region" : "us-iso-west-1"
|
27900
|
-
},
|
27901
|
-
"deprecated" : true,
|
27902
|
-
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
|
27903
|
-
},
|
27904
28006
|
"rds.us-iso-east-1" : {
|
27905
28007
|
"credentialScope" : {
|
27906
28008
|
"region" : "us-iso-east-1"
|
27907
28009
|
},
|
27908
28010
|
"deprecated" : true,
|
27909
|
-
"
|
27910
|
-
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
|
27911
|
-
"tags" : [ "fips" ]
|
27912
|
-
} ]
|
28011
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov"
|
27913
28012
|
},
|
27914
28013
|
"rds.us-iso-west-1" : {
|
27915
28014
|
"credentialScope" : {
|
27916
28015
|
"region" : "us-iso-west-1"
|
27917
28016
|
},
|
27918
28017
|
"deprecated" : true,
|
27919
|
-
"
|
27920
|
-
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
|
27921
|
-
"tags" : [ "fips" ]
|
27922
|
-
} ]
|
28018
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov"
|
27923
28019
|
},
|
27924
28020
|
"us-iso-east-1" : {
|
27925
28021
|
"variants" : [ {
|
27926
|
-
"hostname" : "rds
|
28022
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov",
|
27927
28023
|
"tags" : [ "fips" ]
|
27928
28024
|
} ]
|
27929
28025
|
},
|
@@ -27932,11 +28028,11 @@
|
|
27932
28028
|
"region" : "us-iso-east-1"
|
27933
28029
|
},
|
27934
28030
|
"deprecated" : true,
|
27935
|
-
"hostname" : "rds
|
28031
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov"
|
27936
28032
|
},
|
27937
28033
|
"us-iso-west-1" : {
|
27938
28034
|
"variants" : [ {
|
27939
|
-
"hostname" : "rds
|
28035
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov",
|
27940
28036
|
"tags" : [ "fips" ]
|
27941
28037
|
} ]
|
27942
28038
|
},
|
@@ -27945,7 +28041,7 @@
|
|
27945
28041
|
"region" : "us-iso-west-1"
|
27946
28042
|
},
|
27947
28043
|
"deprecated" : true,
|
27948
|
-
"hostname" : "rds
|
28044
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov"
|
27949
28045
|
}
|
27950
28046
|
}
|
27951
28047
|
},
|
@@ -28593,19 +28689,7 @@
|
|
28593
28689
|
},
|
28594
28690
|
"ram" : {
|
28595
28691
|
"endpoints" : {
|
28596
|
-
"
|
28597
|
-
"credentialScope" : {
|
28598
|
-
"region" : "us-isob-east-1"
|
28599
|
-
},
|
28600
|
-
"deprecated" : true,
|
28601
|
-
"hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov"
|
28602
|
-
},
|
28603
|
-
"us-isob-east-1" : {
|
28604
|
-
"variants" : [ {
|
28605
|
-
"hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov",
|
28606
|
-
"tags" : [ "fips" ]
|
28607
|
-
} ]
|
28608
|
-
}
|
28692
|
+
"us-isob-east-1" : { }
|
28609
28693
|
}
|
28610
28694
|
},
|
28611
28695
|
"rbin" : {
|
@@ -28627,26 +28711,16 @@
|
|
28627
28711
|
},
|
28628
28712
|
"rds" : {
|
28629
28713
|
"endpoints" : {
|
28630
|
-
"rds-fips.us-isob-east-1" : {
|
28631
|
-
"credentialScope" : {
|
28632
|
-
"region" : "us-isob-east-1"
|
28633
|
-
},
|
28634
|
-
"deprecated" : true,
|
28635
|
-
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
|
28636
|
-
},
|
28637
28714
|
"rds.us-isob-east-1" : {
|
28638
28715
|
"credentialScope" : {
|
28639
28716
|
"region" : "us-isob-east-1"
|
28640
28717
|
},
|
28641
28718
|
"deprecated" : true,
|
28642
|
-
"
|
28643
|
-
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
|
28644
|
-
"tags" : [ "fips" ]
|
28645
|
-
} ]
|
28719
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
28646
28720
|
},
|
28647
28721
|
"us-isob-east-1" : {
|
28648
28722
|
"variants" : [ {
|
28649
|
-
"hostname" : "rds
|
28723
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov",
|
28650
28724
|
"tags" : [ "fips" ]
|
28651
28725
|
} ]
|
28652
28726
|
},
|
@@ -28655,7 +28729,7 @@
|
|
28655
28729
|
"region" : "us-isob-east-1"
|
28656
28730
|
},
|
28657
28731
|
"deprecated" : true,
|
28658
|
-
"hostname" : "rds
|
28732
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
28659
28733
|
}
|
28660
28734
|
}
|
28661
28735
|
},
|
@@ -28896,7 +28970,11 @@
|
|
28896
28970
|
"partition" : "aws-iso-e",
|
28897
28971
|
"partitionName" : "AWS ISOE (Europe)",
|
28898
28972
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
28899
|
-
"regions" : {
|
28973
|
+
"regions" : {
|
28974
|
+
"eu-isoe-west-1" : {
|
28975
|
+
"description" : "EU ISOE West"
|
28976
|
+
}
|
28977
|
+
},
|
28900
28978
|
"services" : { }
|
28901
28979
|
}, {
|
28902
28980
|
"defaults" : {
|
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.940.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-05
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|