aws-partitions 1.1090.0 → 1.1101.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 +55 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +86 -0
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a606aa8ab7358d72c2f0cb469e7e971897ef096b6a66a6771621d99f2617b156
|
4
|
+
data.tar.gz: b900c23a4960609d4168f8a86070bbad661b37cf4ffb9e0b544072fd7c95265b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36f4f14666338376bed2534f68cfa57f66478c3c4c05e6d89015846038b53b887d31b6039d1420609ae829b9adc9885cb9acf25e7c82c4ca9a848f58ae556717
|
7
|
+
data.tar.gz: 3f84287a7c8fd4093c23d1eadf6f53d272e90ba27ec59cd28576fc9f3760787606966dd2b101a6ebd20bfffac758a5f7cf7a739ff71e4f9110b408c61fd67db8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,61 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1101.0 (2025-05-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1100.0 (2025-05-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1099.0 (2025-05-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1098.0 (2025-05-05)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1097.0 (2025-05-02)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1096.0 (2025-05-01)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1095.0 (2025-04-30)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1094.0 (2025-04-29)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Added support for enumerating regions for `Aws::SSMGuiConnect`.
|
43
|
+
|
44
|
+
1.1093.0 (2025-04-28)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.1092.0 (2025-04-25)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
54
|
+
1.1091.0 (2025-04-23)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
58
|
+
|
4
59
|
1.1090.0 (2025-04-18)
|
5
60
|
------------------
|
6
61
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1101.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -2761,6 +2761,7 @@
|
|
2761
2761
|
"eu-central-1" : { },
|
2762
2762
|
"eu-west-1" : { },
|
2763
2763
|
"eu-west-2" : { },
|
2764
|
+
"eu-west-3" : { },
|
2764
2765
|
"fips" : {
|
2765
2766
|
"credentialScope" : {
|
2766
2767
|
"region" : "us-west-2"
|
@@ -3015,6 +3016,7 @@
|
|
3015
3016
|
"tags" : [ "dualstack" ]
|
3016
3017
|
} ]
|
3017
3018
|
},
|
3019
|
+
"ca-central-1" : { },
|
3018
3020
|
"eu-central-1" : {
|
3019
3021
|
"variants" : [ {
|
3020
3022
|
"tags" : [ "dualstack" ]
|
@@ -6664,6 +6666,7 @@
|
|
6664
6666
|
"ap-southeast-3" : { },
|
6665
6667
|
"ap-southeast-4" : { },
|
6666
6668
|
"ap-southeast-5" : { },
|
6669
|
+
"ap-southeast-7" : { },
|
6667
6670
|
"ca-central-1" : {
|
6668
6671
|
"variants" : [ {
|
6669
6672
|
"hostname" : "controltower-fips.ca-central-1.amazonaws.com",
|
@@ -6701,6 +6704,7 @@
|
|
6701
6704
|
"il-central-1" : { },
|
6702
6705
|
"me-central-1" : { },
|
6703
6706
|
"me-south-1" : { },
|
6707
|
+
"mx-central-1" : { },
|
6704
6708
|
"sa-east-1" : { },
|
6705
6709
|
"us-east-1" : {
|
6706
6710
|
"variants" : [ {
|
@@ -12426,6 +12430,7 @@
|
|
12426
12430
|
"il-central-1" : { },
|
12427
12431
|
"me-central-1" : { },
|
12428
12432
|
"me-south-1" : { },
|
12433
|
+
"mx-central-1" : { },
|
12429
12434
|
"sa-east-1" : { },
|
12430
12435
|
"us-east-1" : {
|
12431
12436
|
"variants" : [ {
|
@@ -20040,6 +20045,7 @@
|
|
20040
20045
|
"ap-northeast-1" : { },
|
20041
20046
|
"ap-northeast-2" : { },
|
20042
20047
|
"ap-south-1" : { },
|
20048
|
+
"ap-south-2" : { },
|
20043
20049
|
"ap-southeast-1" : { },
|
20044
20050
|
"ap-southeast-2" : { },
|
20045
20051
|
"ap-southeast-3" : { },
|
@@ -21417,6 +21423,8 @@
|
|
21417
21423
|
"ap-southeast-2" : { },
|
21418
21424
|
"ap-southeast-3" : { },
|
21419
21425
|
"ap-southeast-4" : { },
|
21426
|
+
"ap-southeast-5" : { },
|
21427
|
+
"ap-southeast-7" : { },
|
21420
21428
|
"ca-central-1" : { },
|
21421
21429
|
"ca-west-1" : { },
|
21422
21430
|
"eu-central-1" : { },
|
@@ -21430,6 +21438,7 @@
|
|
21430
21438
|
"il-central-1" : { },
|
21431
21439
|
"me-central-1" : { },
|
21432
21440
|
"me-south-1" : { },
|
21441
|
+
"mx-central-1" : { },
|
21433
21442
|
"sa-east-1" : { },
|
21434
21443
|
"us-east-1" : {
|
21435
21444
|
"variants" : [ {
|
@@ -24115,6 +24124,7 @@
|
|
24115
24124
|
"tags" : [ "dualstack" ]
|
24116
24125
|
} ]
|
24117
24126
|
},
|
24127
|
+
"mx-central-1" : { },
|
24118
24128
|
"sa-east-1" : {
|
24119
24129
|
"variants" : [ {
|
24120
24130
|
"hostname" : "sms-voice.sa-east-1.api.aws",
|
@@ -28834,6 +28844,7 @@
|
|
28834
28844
|
"eu-central-1" : { },
|
28835
28845
|
"eu-west-1" : { },
|
28836
28846
|
"eu-west-2" : { },
|
28847
|
+
"eu-west-3" : { },
|
28837
28848
|
"fips-us-east-1" : {
|
28838
28849
|
"credentialScope" : {
|
28839
28850
|
"region" : "us-east-1"
|
@@ -29934,6 +29945,12 @@
|
|
29934
29945
|
"cn-northwest-1" : { }
|
29935
29946
|
}
|
29936
29947
|
},
|
29948
|
+
"kafkaconnect" : {
|
29949
|
+
"endpoints" : {
|
29950
|
+
"cn-north-1" : { },
|
29951
|
+
"cn-northwest-1" : { }
|
29952
|
+
}
|
29953
|
+
},
|
29937
29954
|
"kendra-ranking" : {
|
29938
29955
|
"defaults" : {
|
29939
29956
|
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
@@ -30306,6 +30323,12 @@
|
|
30306
30323
|
"isRegionalized" : false,
|
30307
30324
|
"partitionEndpoint" : "aws-cn-global"
|
30308
30325
|
},
|
30326
|
+
"route53profiles" : {
|
30327
|
+
"endpoints" : {
|
30328
|
+
"cn-north-1" : { },
|
30329
|
+
"cn-northwest-1" : { }
|
30330
|
+
}
|
30331
|
+
},
|
30309
30332
|
"route53resolver" : {
|
30310
30333
|
"defaults" : {
|
30311
30334
|
"protocols" : [ "https" ]
|
@@ -36528,6 +36551,11 @@
|
|
36528
36551
|
"us-iso-west-1" : { }
|
36529
36552
|
}
|
36530
36553
|
},
|
36554
|
+
"batch" : {
|
36555
|
+
"endpoints" : {
|
36556
|
+
"us-iso-east-1" : { }
|
36557
|
+
}
|
36558
|
+
},
|
36531
36559
|
"bedrock" : {
|
36532
36560
|
"endpoints" : {
|
36533
36561
|
"bedrock-runtime-us-iso-east-1" : {
|
@@ -37039,6 +37067,11 @@
|
|
37039
37067
|
"us-iso-west-1" : { }
|
37040
37068
|
}
|
37041
37069
|
},
|
37070
|
+
"kinesisanalytics" : {
|
37071
|
+
"endpoints" : {
|
37072
|
+
"us-iso-east-1" : { }
|
37073
|
+
}
|
37074
|
+
},
|
37042
37075
|
"kms" : {
|
37043
37076
|
"endpoints" : {
|
37044
37077
|
"ProdFips" : {
|
@@ -37422,6 +37455,12 @@
|
|
37422
37455
|
}
|
37423
37456
|
}
|
37424
37457
|
},
|
37458
|
+
"securityhub" : {
|
37459
|
+
"endpoints" : {
|
37460
|
+
"us-iso-east-1" : { },
|
37461
|
+
"us-iso-west-1" : { }
|
37462
|
+
}
|
37463
|
+
},
|
37425
37464
|
"servicediscovery" : {
|
37426
37465
|
"endpoints" : {
|
37427
37466
|
"us-iso-east-1" : { },
|
@@ -37509,6 +37548,12 @@
|
|
37509
37548
|
}
|
37510
37549
|
}
|
37511
37550
|
},
|
37551
|
+
"storagegateway" : {
|
37552
|
+
"endpoints" : {
|
37553
|
+
"us-iso-east-1" : { },
|
37554
|
+
"us-iso-west-1" : { }
|
37555
|
+
}
|
37556
|
+
},
|
37512
37557
|
"streams.dynamodb" : {
|
37513
37558
|
"defaults" : {
|
37514
37559
|
"credentialScope" : {
|
@@ -37658,6 +37703,12 @@
|
|
37658
37703
|
} ]
|
37659
37704
|
}
|
37660
37705
|
}
|
37706
|
+
},
|
37707
|
+
"xray" : {
|
37708
|
+
"endpoints" : {
|
37709
|
+
"us-iso-east-1" : { },
|
37710
|
+
"us-iso-west-1" : { }
|
37711
|
+
}
|
37661
37712
|
}
|
37662
37713
|
}
|
37663
37714
|
}, {
|
@@ -37742,6 +37793,11 @@
|
|
37742
37793
|
"us-isob-east-1" : { }
|
37743
37794
|
}
|
37744
37795
|
},
|
37796
|
+
"batch" : {
|
37797
|
+
"endpoints" : {
|
37798
|
+
"us-isob-east-1" : { }
|
37799
|
+
}
|
37800
|
+
},
|
37745
37801
|
"budgets" : {
|
37746
37802
|
"endpoints" : {
|
37747
37803
|
"aws-iso-b-global" : {
|
@@ -37826,6 +37882,11 @@
|
|
37826
37882
|
}
|
37827
37883
|
}
|
37828
37884
|
},
|
37885
|
+
"datasync" : {
|
37886
|
+
"endpoints" : {
|
37887
|
+
"us-isob-east-1" : { }
|
37888
|
+
}
|
37889
|
+
},
|
37829
37890
|
"directconnect" : {
|
37830
37891
|
"endpoints" : {
|
37831
37892
|
"us-isob-east-1" : { }
|
@@ -38010,6 +38071,16 @@
|
|
38010
38071
|
}
|
38011
38072
|
}
|
38012
38073
|
},
|
38074
|
+
"glue" : {
|
38075
|
+
"endpoints" : {
|
38076
|
+
"us-isob-east-1" : { }
|
38077
|
+
}
|
38078
|
+
},
|
38079
|
+
"guardduty" : {
|
38080
|
+
"endpoints" : {
|
38081
|
+
"us-isob-east-1" : { }
|
38082
|
+
}
|
38083
|
+
},
|
38013
38084
|
"health" : {
|
38014
38085
|
"endpoints" : {
|
38015
38086
|
"us-isob-east-1" : { }
|
@@ -38032,6 +38103,11 @@
|
|
38032
38103
|
"us-isob-east-1" : { }
|
38033
38104
|
}
|
38034
38105
|
},
|
38106
|
+
"kinesisanalytics" : {
|
38107
|
+
"endpoints" : {
|
38108
|
+
"us-isob-east-1" : { }
|
38109
|
+
}
|
38110
|
+
},
|
38035
38111
|
"kms" : {
|
38036
38112
|
"endpoints" : {
|
38037
38113
|
"ProdFips" : {
|
@@ -38135,6 +38211,11 @@
|
|
38135
38211
|
"us-isob-east-1" : { }
|
38136
38212
|
}
|
38137
38213
|
},
|
38214
|
+
"pi" : {
|
38215
|
+
"endpoints" : {
|
38216
|
+
"us-isob-east-1" : { }
|
38217
|
+
}
|
38218
|
+
},
|
38138
38219
|
"ram" : {
|
38139
38220
|
"endpoints" : {
|
38140
38221
|
"us-isob-east-1" : { }
|
@@ -38851,6 +38932,11 @@
|
|
38851
38932
|
"eu-isoe-west-1" : { }
|
38852
38933
|
}
|
38853
38934
|
},
|
38935
|
+
"redshift-serverless" : {
|
38936
|
+
"endpoints" : {
|
38937
|
+
"eu-isoe-west-1" : { }
|
38938
|
+
}
|
38939
|
+
},
|
38854
38940
|
"resource-groups" : {
|
38855
38941
|
"endpoints" : {
|
38856
38942
|
"eu-isoe-west-1" : { }
|
metadata
CHANGED
@@ -1,17 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1101.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
|
-
email:
|
15
13
|
executables: []
|
16
14
|
extensions: []
|
17
15
|
extra_rdoc_files: []
|
@@ -34,7 +32,6 @@ licenses:
|
|
34
32
|
metadata:
|
35
33
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions
|
36
34
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md
|
37
|
-
post_install_message:
|
38
35
|
rdoc_options: []
|
39
36
|
require_paths:
|
40
37
|
- lib
|
@@ -49,8 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
46
|
- !ruby/object:Gem::Version
|
50
47
|
version: '0'
|
51
48
|
requirements: []
|
52
|
-
rubygems_version: 3.
|
53
|
-
signing_key:
|
49
|
+
rubygems_version: 3.6.7
|
54
50
|
specification_version: 4
|
55
51
|
summary: Provides information about AWS partitions, regions, and services.
|
56
52
|
test_files: []
|