aws-partitions 1.1069.0 → 1.1072.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 +15 -0
- data/VERSION +1 -1
- data/partitions.json +169 -31
- 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: f33bf74708e8a6b384ea1e29ff0cb447dedea4954ce4da4a07e7d6e649b86f3b
|
4
|
+
data.tar.gz: 2e1af871a570bde0a81d66d7cc8635bbec0027a7fcaae74e2c5f5bd010e7692e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 350c17bed34230c0a7fd94d4458452c4424905ff1d1f7a1ffb1794a909267a7f93e56b60c8194ffd15f81ef5b85ccfd19a51070618485c051912505e17222a05
|
7
|
+
data.tar.gz: 6dd8b7936e5149675798c9dab4366ba9b85ac2a95b76eed4173fdab2c01efbff90c9515b3bb1dd1ac3dd97eef9a24888c7c6c9a73db1dff2cac6ee736b56bc35
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1072.0 (2025-03-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1071.0 (2025-03-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1070.0 (2025-03-19)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
4
19
|
1.1069.0 (2025-03-18)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1072.0
|
data/partitions.json
CHANGED
@@ -3974,14 +3974,54 @@
|
|
3974
3974
|
},
|
3975
3975
|
"cleanrooms" : {
|
3976
3976
|
"endpoints" : {
|
3977
|
-
"ap-northeast-1" : {
|
3978
|
-
|
3979
|
-
|
3980
|
-
|
3981
|
-
|
3982
|
-
|
3983
|
-
"
|
3984
|
-
|
3977
|
+
"ap-northeast-1" : {
|
3978
|
+
"variants" : [ {
|
3979
|
+
"hostname" : "cleanrooms.ap-northeast-1.api.aws",
|
3980
|
+
"tags" : [ "dualstack" ]
|
3981
|
+
} ]
|
3982
|
+
},
|
3983
|
+
"ap-northeast-2" : {
|
3984
|
+
"variants" : [ {
|
3985
|
+
"hostname" : "cleanrooms.ap-northeast-2.api.aws",
|
3986
|
+
"tags" : [ "dualstack" ]
|
3987
|
+
} ]
|
3988
|
+
},
|
3989
|
+
"ap-southeast-1" : {
|
3990
|
+
"variants" : [ {
|
3991
|
+
"hostname" : "cleanrooms.ap-southeast-1.api.aws",
|
3992
|
+
"tags" : [ "dualstack" ]
|
3993
|
+
} ]
|
3994
|
+
},
|
3995
|
+
"ap-southeast-2" : {
|
3996
|
+
"variants" : [ {
|
3997
|
+
"hostname" : "cleanrooms.ap-southeast-2.api.aws",
|
3998
|
+
"tags" : [ "dualstack" ]
|
3999
|
+
} ]
|
4000
|
+
},
|
4001
|
+
"eu-central-1" : {
|
4002
|
+
"variants" : [ {
|
4003
|
+
"hostname" : "cleanrooms.eu-central-1.api.aws",
|
4004
|
+
"tags" : [ "dualstack" ]
|
4005
|
+
} ]
|
4006
|
+
},
|
4007
|
+
"eu-north-1" : {
|
4008
|
+
"variants" : [ {
|
4009
|
+
"hostname" : "cleanrooms.eu-north-1.api.aws",
|
4010
|
+
"tags" : [ "dualstack" ]
|
4011
|
+
} ]
|
4012
|
+
},
|
4013
|
+
"eu-west-1" : {
|
4014
|
+
"variants" : [ {
|
4015
|
+
"hostname" : "cleanrooms.eu-west-1.api.aws",
|
4016
|
+
"tags" : [ "dualstack" ]
|
4017
|
+
} ]
|
4018
|
+
},
|
4019
|
+
"eu-west-2" : {
|
4020
|
+
"variants" : [ {
|
4021
|
+
"hostname" : "cleanrooms.eu-west-2.api.aws",
|
4022
|
+
"tags" : [ "dualstack" ]
|
4023
|
+
} ]
|
4024
|
+
},
|
3985
4025
|
"fips-us-east-1" : {
|
3986
4026
|
"credentialScope" : {
|
3987
4027
|
"region" : "us-east-1"
|
@@ -4007,18 +4047,36 @@
|
|
4007
4047
|
"variants" : [ {
|
4008
4048
|
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
|
4009
4049
|
"tags" : [ "fips" ]
|
4050
|
+
}, {
|
4051
|
+
"hostname" : "cleanrooms-fips.us-east-1.api.aws",
|
4052
|
+
"tags" : [ "dualstack", "fips" ]
|
4053
|
+
}, {
|
4054
|
+
"hostname" : "cleanrooms.us-east-1.api.aws",
|
4055
|
+
"tags" : [ "dualstack" ]
|
4010
4056
|
} ]
|
4011
4057
|
},
|
4012
4058
|
"us-east-2" : {
|
4013
4059
|
"variants" : [ {
|
4014
4060
|
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
|
4015
4061
|
"tags" : [ "fips" ]
|
4062
|
+
}, {
|
4063
|
+
"hostname" : "cleanrooms-fips.us-east-2.api.aws",
|
4064
|
+
"tags" : [ "dualstack", "fips" ]
|
4065
|
+
}, {
|
4066
|
+
"hostname" : "cleanrooms.us-east-2.api.aws",
|
4067
|
+
"tags" : [ "dualstack" ]
|
4016
4068
|
} ]
|
4017
4069
|
},
|
4018
4070
|
"us-west-2" : {
|
4019
4071
|
"variants" : [ {
|
4020
4072
|
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
|
4021
4073
|
"tags" : [ "fips" ]
|
4074
|
+
}, {
|
4075
|
+
"hostname" : "cleanrooms-fips.us-west-2.api.aws",
|
4076
|
+
"tags" : [ "dualstack", "fips" ]
|
4077
|
+
}, {
|
4078
|
+
"hostname" : "cleanrooms.us-west-2.api.aws",
|
4079
|
+
"tags" : [ "dualstack" ]
|
4022
4080
|
} ]
|
4023
4081
|
}
|
4024
4082
|
}
|
@@ -7066,6 +7124,9 @@
|
|
7066
7124
|
"ap-northeast-3" : {
|
7067
7125
|
"hostname" : "datazone.ap-northeast-3.api.aws"
|
7068
7126
|
},
|
7127
|
+
"ap-south-1" : {
|
7128
|
+
"hostname" : "datazone.ap-south-1.api.aws"
|
7129
|
+
},
|
7069
7130
|
"ap-south-2" : {
|
7070
7131
|
"hostname" : "datazone.ap-south-2.api.aws"
|
7071
7132
|
},
|
@@ -7124,6 +7185,9 @@
|
|
7124
7185
|
"me-south-1" : {
|
7125
7186
|
"hostname" : "datazone.me-south-1.api.aws"
|
7126
7187
|
},
|
7188
|
+
"mx-central-1" : {
|
7189
|
+
"hostname" : "datazone.mx-central-1.api.aws"
|
7190
|
+
},
|
7127
7191
|
"sa-east-1" : {
|
7128
7192
|
"hostname" : "datazone.sa-east-1.api.aws"
|
7129
7193
|
},
|
@@ -7876,6 +7940,7 @@
|
|
7876
7940
|
"ap-southeast-3" : { },
|
7877
7941
|
"ap-southeast-4" : { },
|
7878
7942
|
"ap-southeast-5" : { },
|
7943
|
+
"ap-southeast-7" : { },
|
7879
7944
|
"ca-central-1" : {
|
7880
7945
|
"variants" : [ {
|
7881
7946
|
"hostname" : "ds-fips.ca-central-1.amazonaws.com",
|
@@ -7941,6 +8006,7 @@
|
|
7941
8006
|
"il-central-1" : { },
|
7942
8007
|
"me-central-1" : { },
|
7943
8008
|
"me-south-1" : { },
|
8009
|
+
"mx-central-1" : { },
|
7944
8010
|
"sa-east-1" : { },
|
7945
8011
|
"us-east-1" : {
|
7946
8012
|
"variants" : [ {
|
@@ -9882,7 +9948,12 @@
|
|
9882
9948
|
}
|
9883
9949
|
},
|
9884
9950
|
"endpoints" : {
|
9885
|
-
"us-east-1" : {
|
9951
|
+
"us-east-1" : {
|
9952
|
+
"variants" : [ {
|
9953
|
+
"hostname" : "entitlement-marketplace.us-east-1.api.aws",
|
9954
|
+
"tags" : [ "dualstack" ]
|
9955
|
+
} ]
|
9956
|
+
}
|
9886
9957
|
}
|
9887
9958
|
},
|
9888
9959
|
"es" : {
|
@@ -11994,6 +12065,9 @@
|
|
11994
12065
|
"variants" : [ {
|
11995
12066
|
"hostname" : "iam-fips.amazonaws.com",
|
11996
12067
|
"tags" : [ "fips" ]
|
12068
|
+
}, {
|
12069
|
+
"hostname" : "iam.global.api.aws",
|
12070
|
+
"tags" : [ "dualstack" ]
|
11997
12071
|
} ]
|
11998
12072
|
},
|
11999
12073
|
"aws-global-fips" : {
|
@@ -14972,18 +15046,8 @@
|
|
14972
15046
|
"tags" : [ "dualstack" ]
|
14973
15047
|
} ]
|
14974
15048
|
},
|
14975
|
-
"ap-southeast-5" : {
|
14976
|
-
|
14977
|
-
"hostname" : "logs.ap-southeast-5.api.aws",
|
14978
|
-
"tags" : [ "dualstack" ]
|
14979
|
-
} ]
|
14980
|
-
},
|
14981
|
-
"ap-southeast-7" : {
|
14982
|
-
"variants" : [ {
|
14983
|
-
"hostname" : "logs.ap-southeast-7.api.aws",
|
14984
|
-
"tags" : [ "dualstack" ]
|
14985
|
-
} ]
|
14986
|
-
},
|
15049
|
+
"ap-southeast-5" : { },
|
15050
|
+
"ap-southeast-7" : { },
|
14987
15051
|
"ca-central-1" : {
|
14988
15052
|
"variants" : [ {
|
14989
15053
|
"hostname" : "logs-fips.ca-central-1.amazonaws.com",
|
@@ -15110,12 +15174,7 @@
|
|
15110
15174
|
"tags" : [ "dualstack" ]
|
15111
15175
|
} ]
|
15112
15176
|
},
|
15113
|
-
"mx-central-1" : {
|
15114
|
-
"variants" : [ {
|
15115
|
-
"hostname" : "logs.mx-central-1.api.aws",
|
15116
|
-
"tags" : [ "dualstack" ]
|
15117
|
-
} ]
|
15118
|
-
},
|
15177
|
+
"mx-central-1" : { },
|
15119
15178
|
"sa-east-1" : {
|
15120
15179
|
"variants" : [ {
|
15121
15180
|
"hostname" : "logs.sa-east-1.api.aws",
|
@@ -19252,6 +19311,7 @@
|
|
19252
19311
|
"ap-southeast-1" : { },
|
19253
19312
|
"ap-southeast-2" : { },
|
19254
19313
|
"ap-southeast-3" : { },
|
19314
|
+
"ap-southeast-7" : { },
|
19255
19315
|
"ca-central-1" : {
|
19256
19316
|
"variants" : [ {
|
19257
19317
|
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -19302,6 +19362,7 @@
|
|
19302
19362
|
},
|
19303
19363
|
"il-central-1" : { },
|
19304
19364
|
"me-central-1" : { },
|
19365
|
+
"mx-central-1" : { },
|
19305
19366
|
"sa-east-1" : { },
|
19306
19367
|
"us-east-1" : {
|
19307
19368
|
"variants" : [ {
|
@@ -20027,12 +20088,18 @@
|
|
20027
20088
|
},
|
20028
20089
|
"ca-central-1" : {
|
20029
20090
|
"variants" : [ {
|
20091
|
+
"hostname" : "route53profiles-fips.ca-central-1.api.aws",
|
20092
|
+
"tags" : [ "dualstack", "fips" ]
|
20093
|
+
}, {
|
20030
20094
|
"hostname" : "route53profiles.ca-central-1.api.aws",
|
20031
20095
|
"tags" : [ "dualstack" ]
|
20032
20096
|
} ]
|
20033
20097
|
},
|
20034
20098
|
"ca-west-1" : {
|
20035
20099
|
"variants" : [ {
|
20100
|
+
"hostname" : "route53profiles-fips.ca-west-1.api.aws",
|
20101
|
+
"tags" : [ "dualstack", "fips" ]
|
20102
|
+
}, {
|
20036
20103
|
"hostname" : "route53profiles.ca-west-1.api.aws",
|
20037
20104
|
"tags" : [ "dualstack" ]
|
20038
20105
|
} ]
|
@@ -20111,24 +20178,36 @@
|
|
20111
20178
|
},
|
20112
20179
|
"us-east-1" : {
|
20113
20180
|
"variants" : [ {
|
20181
|
+
"hostname" : "route53profiles-fips.us-east-1.api.aws",
|
20182
|
+
"tags" : [ "dualstack", "fips" ]
|
20183
|
+
}, {
|
20114
20184
|
"hostname" : "route53profiles.us-east-1.api.aws",
|
20115
20185
|
"tags" : [ "dualstack" ]
|
20116
20186
|
} ]
|
20117
20187
|
},
|
20118
20188
|
"us-east-2" : {
|
20119
20189
|
"variants" : [ {
|
20190
|
+
"hostname" : "route53profiles-fips.us-east-2.api.aws",
|
20191
|
+
"tags" : [ "dualstack", "fips" ]
|
20192
|
+
}, {
|
20120
20193
|
"hostname" : "route53profiles.us-east-2.api.aws",
|
20121
20194
|
"tags" : [ "dualstack" ]
|
20122
20195
|
} ]
|
20123
20196
|
},
|
20124
20197
|
"us-west-1" : {
|
20125
20198
|
"variants" : [ {
|
20199
|
+
"hostname" : "route53profiles-fips.us-west-1.api.aws",
|
20200
|
+
"tags" : [ "dualstack", "fips" ]
|
20201
|
+
}, {
|
20126
20202
|
"hostname" : "route53profiles.us-west-1.api.aws",
|
20127
20203
|
"tags" : [ "dualstack" ]
|
20128
20204
|
} ]
|
20129
20205
|
},
|
20130
20206
|
"us-west-2" : {
|
20131
20207
|
"variants" : [ {
|
20208
|
+
"hostname" : "route53profiles-fips.us-west-2.api.aws",
|
20209
|
+
"tags" : [ "dualstack", "fips" ]
|
20210
|
+
}, {
|
20132
20211
|
"hostname" : "route53profiles.us-west-2.api.aws",
|
20133
20212
|
"tags" : [ "dualstack" ]
|
20134
20213
|
} ]
|
@@ -22865,7 +22944,12 @@
|
|
22865
22944
|
"tags" : [ "fips" ]
|
22866
22945
|
} ]
|
22867
22946
|
},
|
22868
|
-
"ca-west-1" : {
|
22947
|
+
"ca-west-1" : {
|
22948
|
+
"variants" : [ {
|
22949
|
+
"hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
|
22950
|
+
"tags" : [ "fips" ]
|
22951
|
+
} ]
|
22952
|
+
},
|
22869
22953
|
"eu-central-1" : { },
|
22870
22954
|
"eu-central-2" : { },
|
22871
22955
|
"eu-north-1" : { },
|
@@ -22881,6 +22965,13 @@
|
|
22881
22965
|
"deprecated" : true,
|
22882
22966
|
"hostname" : "sms-voice-fips.ca-central-1.amazonaws.com"
|
22883
22967
|
},
|
22968
|
+
"fips-ca-west-1" : {
|
22969
|
+
"credentialScope" : {
|
22970
|
+
"region" : "ca-west-1"
|
22971
|
+
},
|
22972
|
+
"deprecated" : true,
|
22973
|
+
"hostname" : "sms-voice-fips.ca-west-1.amazonaws.com"
|
22974
|
+
},
|
22884
22975
|
"fips-us-east-1" : {
|
22885
22976
|
"credentialScope" : {
|
22886
22977
|
"region" : "us-east-1"
|
@@ -28541,8 +28632,18 @@
|
|
28541
28632
|
},
|
28542
28633
|
"logs" : {
|
28543
28634
|
"endpoints" : {
|
28544
|
-
"cn-north-1" : {
|
28545
|
-
|
28635
|
+
"cn-north-1" : {
|
28636
|
+
"variants" : [ {
|
28637
|
+
"hostname" : "logs.cn-north-1.api.amazonwebservices.com.cn",
|
28638
|
+
"tags" : [ "dualstack" ]
|
28639
|
+
} ]
|
28640
|
+
},
|
28641
|
+
"cn-northwest-1" : {
|
28642
|
+
"variants" : [ {
|
28643
|
+
"hostname" : "logs.cn-northwest-1.api.amazonwebservices.com.cn",
|
28644
|
+
"tags" : [ "dualstack" ]
|
28645
|
+
} ]
|
28646
|
+
}
|
28546
28647
|
}
|
28547
28648
|
},
|
28548
28649
|
"mediaconvert" : {
|
@@ -30759,8 +30860,14 @@
|
|
30759
30860
|
"endpoints" : {
|
30760
30861
|
"us-gov-east-1" : {
|
30761
30862
|
"variants" : [ {
|
30863
|
+
"hostname" : "dlm-fips.us-gov-east-1.api.aws",
|
30864
|
+
"tags" : [ "dualstack", "fips" ]
|
30865
|
+
}, {
|
30762
30866
|
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
|
30763
30867
|
"tags" : [ "fips" ]
|
30868
|
+
}, {
|
30869
|
+
"hostname" : "dlm.us-gov-east-1.api.aws",
|
30870
|
+
"tags" : [ "dualstack" ]
|
30764
30871
|
} ]
|
30765
30872
|
},
|
30766
30873
|
"us-gov-east-1-fips" : {
|
@@ -30772,8 +30879,14 @@
|
|
30772
30879
|
},
|
30773
30880
|
"us-gov-west-1" : {
|
30774
30881
|
"variants" : [ {
|
30882
|
+
"hostname" : "dlm-fips.us-gov-west-1.api.aws",
|
30883
|
+
"tags" : [ "dualstack", "fips" ]
|
30884
|
+
}, {
|
30775
30885
|
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
|
30776
30886
|
"tags" : [ "fips" ]
|
30887
|
+
}, {
|
30888
|
+
"hostname" : "dlm.us-gov-west-1.api.aws",
|
30889
|
+
"tags" : [ "dualstack" ]
|
30777
30890
|
} ]
|
30778
30891
|
},
|
30779
30892
|
"us-gov-west-1-fips" : {
|
@@ -32446,12 +32559,18 @@
|
|
32446
32559
|
"variants" : [ {
|
32447
32560
|
"hostname" : "logs.us-gov-east-1.amazonaws.com",
|
32448
32561
|
"tags" : [ "fips" ]
|
32562
|
+
}, {
|
32563
|
+
"hostname" : "logs.us-gov-east-1.api.aws",
|
32564
|
+
"tags" : [ "dualstack" ]
|
32449
32565
|
} ]
|
32450
32566
|
},
|
32451
32567
|
"us-gov-west-1" : {
|
32452
32568
|
"variants" : [ {
|
32453
32569
|
"hostname" : "logs.us-gov-west-1.amazonaws.com",
|
32454
32570
|
"tags" : [ "fips" ]
|
32571
|
+
}, {
|
32572
|
+
"hostname" : "logs.us-gov-west-1.api.aws",
|
32573
|
+
"tags" : [ "dualstack" ]
|
32455
32574
|
} ]
|
32456
32575
|
}
|
32457
32576
|
}
|
@@ -33356,12 +33475,18 @@
|
|
33356
33475
|
"endpoints" : {
|
33357
33476
|
"us-gov-east-1" : {
|
33358
33477
|
"variants" : [ {
|
33478
|
+
"hostname" : "route53profiles-fips.us-gov-east-1.api.aws",
|
33479
|
+
"tags" : [ "dualstack", "fips" ]
|
33480
|
+
}, {
|
33359
33481
|
"hostname" : "route53profiles.us-gov-east-1.api.aws",
|
33360
33482
|
"tags" : [ "dualstack" ]
|
33361
33483
|
} ]
|
33362
33484
|
},
|
33363
33485
|
"us-gov-west-1" : {
|
33364
33486
|
"variants" : [ {
|
33487
|
+
"hostname" : "route53profiles-fips.us-gov-west-1.api.aws",
|
33488
|
+
"tags" : [ "dualstack", "fips" ]
|
33489
|
+
}, {
|
33365
33490
|
"hostname" : "route53profiles.us-gov-west-1.api.aws",
|
33366
33491
|
"tags" : [ "dualstack" ]
|
33367
33492
|
} ]
|
@@ -34018,12 +34143,24 @@
|
|
34018
34143
|
"variants" : [ {
|
34019
34144
|
"hostname" : "snowball-fips.us-gov-east-1.amazonaws.com",
|
34020
34145
|
"tags" : [ "fips" ]
|
34146
|
+
}, {
|
34147
|
+
"hostname" : "snowball-fips.us-gov-east-1.api.aws",
|
34148
|
+
"tags" : [ "dualstack", "fips" ]
|
34149
|
+
}, {
|
34150
|
+
"hostname" : "snowball.us-gov-east-1.api.aws",
|
34151
|
+
"tags" : [ "dualstack" ]
|
34021
34152
|
} ]
|
34022
34153
|
},
|
34023
34154
|
"us-gov-west-1" : {
|
34024
34155
|
"variants" : [ {
|
34025
34156
|
"hostname" : "snowball-fips.us-gov-west-1.amazonaws.com",
|
34026
34157
|
"tags" : [ "fips" ]
|
34158
|
+
}, {
|
34159
|
+
"hostname" : "snowball-fips.us-gov-west-1.api.aws",
|
34160
|
+
"tags" : [ "dualstack", "fips" ]
|
34161
|
+
}, {
|
34162
|
+
"hostname" : "snowball.us-gov-west-1.api.aws",
|
34163
|
+
"tags" : [ "dualstack" ]
|
34027
34164
|
} ]
|
34028
34165
|
}
|
34029
34166
|
}
|
@@ -35435,7 +35572,8 @@
|
|
35435
35572
|
},
|
35436
35573
|
"oam" : {
|
35437
35574
|
"endpoints" : {
|
35438
|
-
"us-iso-east-1" : { }
|
35575
|
+
"us-iso-east-1" : { },
|
35576
|
+
"us-iso-west-1" : { }
|
35439
35577
|
}
|
35440
35578
|
},
|
35441
35579
|
"organizations" : {
|
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.1072.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: 2025-03-
|
11
|
+
date: 2025-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|