aws-partitions 1.1148.0 → 1.1149.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +19 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eddf1af5ccd659848011a4cf97def5e9840e78dd77eb2da4cab73253445fc3dd
|
4
|
+
data.tar.gz: 590c800989dc88df4d986c24ba17c47cad1f615f8e00d809b1b0794a7bf4fd05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68b64ba3c3be9e7785ac945f689fec92d1b27523ad38780d94c570a905c8b3451c7d6d69aa41d69ed21854fd784dfba12c2794abba616e7dddc5d3171292fc55
|
7
|
+
data.tar.gz: df103f8598358541b3056326209ebe914fb3dbbe7bcc5e783f8eb306bfeed95211fb7a636215e4735e98ec926f637d0d3623c7f50de14b9fc84ad7eca95a55fb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1149.0
|
data/partitions.json
CHANGED
@@ -27575,6 +27575,9 @@
|
|
27575
27575
|
},
|
27576
27576
|
"trustedadvisor" : {
|
27577
27577
|
"endpoints" : {
|
27578
|
+
"ap-northeast-2" : { },
|
27579
|
+
"ap-southeast-2" : { },
|
27580
|
+
"eu-west-1" : { },
|
27578
27581
|
"fips-us-east-1" : {
|
27579
27582
|
"credentialScope" : {
|
27580
27583
|
"region" : "us-east-1"
|
@@ -27592,7 +27595,10 @@
|
|
27592
27595
|
"region" : "us-west-2"
|
27593
27596
|
},
|
27594
27597
|
"hostname" : "trustedadvisor-fips.us-west-2.api.aws"
|
27595
|
-
}
|
27598
|
+
},
|
27599
|
+
"us-east-1" : { },
|
27600
|
+
"us-east-2" : { },
|
27601
|
+
"us-west-2" : { }
|
27596
27602
|
}
|
27597
27603
|
},
|
27598
27604
|
"verifiedpermissions" : {
|
@@ -37191,7 +37197,8 @@
|
|
37191
37197
|
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
|
37192
37198
|
"tags" : [ "fips" ]
|
37193
37199
|
} ]
|
37194
|
-
}
|
37200
|
+
},
|
37201
|
+
"us-iso-west-1" : { }
|
37195
37202
|
}
|
37196
37203
|
},
|
37197
37204
|
"glacier" : {
|
@@ -39337,6 +39344,11 @@
|
|
39337
39344
|
"eu-isoe-west-1" : { }
|
39338
39345
|
}
|
39339
39346
|
},
|
39347
|
+
"trustedadvisor" : {
|
39348
|
+
"endpoints" : {
|
39349
|
+
"eu-isoe-west-1" : { }
|
39350
|
+
}
|
39351
|
+
},
|
39340
39352
|
"xray" : {
|
39341
39353
|
"endpoints" : {
|
39342
39354
|
"eu-isoe-west-1" : { }
|
@@ -40175,6 +40187,11 @@
|
|
40175
40187
|
"us-isof-south-1" : { }
|
40176
40188
|
}
|
40177
40189
|
},
|
40190
|
+
"trustedadvisor" : {
|
40191
|
+
"endpoints" : {
|
40192
|
+
"us-isof-south-1" : { }
|
40193
|
+
}
|
40194
|
+
},
|
40178
40195
|
"xray" : {
|
40179
40196
|
"endpoints" : {
|
40180
40197
|
"us-isof-east-1" : { },
|