aws-partitions 1.759.0 → 1.760.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-metadata.json +11 -0
- data/partitions.json +19 -0
- 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: ed8f2299151ab346467eddcf28c3a71d8863b049a327b23fa586407db6cade81
|
|
4
|
+
data.tar.gz: 288030a3079b21178f9673793693ad29302a6aaaecccf9d83e94d327cb4f13e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e774c335d3ae54b34da8ed5d97b44338b2223b06e1ffd24ed44d999f982a75e9c236f357a7a0baa124228fa908714cb206aaba9c583a435269bb5b349601d8b6
|
|
7
|
+
data.tar.gz: 257d318f7dc9bc8ef8b4e29697ce0ce670c834c9ef762914715dc2db09bc850fb0461a978c74704bfd0842c73919d103194d8f9cd7c6f4338aceac7cb49a5dfb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.760.0
|
data/partitions-metadata.json
CHANGED
|
@@ -176,6 +176,17 @@
|
|
|
176
176
|
"description" : "US ISOB East (Ohio)"
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
+
}, {
|
|
180
|
+
"id" : "aws-iso-e",
|
|
181
|
+
"outputs" : {
|
|
182
|
+
"dnsSuffix" : "cloud.adc-e.uk",
|
|
183
|
+
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
|
184
|
+
"name" : "aws-iso-e",
|
|
185
|
+
"supportsDualStack" : false,
|
|
186
|
+
"supportsFIPS" : true
|
|
187
|
+
},
|
|
188
|
+
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
189
|
+
"regions" : { }
|
|
179
190
|
} ],
|
|
180
191
|
"version" : "1.1"
|
|
181
192
|
}
|
data/partitions.json
CHANGED
|
@@ -19642,6 +19642,7 @@
|
|
|
19642
19642
|
"deprecated" : true,
|
|
19643
19643
|
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
|
|
19644
19644
|
},
|
|
19645
|
+
"us-gov-east-1" : { },
|
|
19645
19646
|
"us-gov-west-1" : {
|
|
19646
19647
|
"variants" : [ {
|
|
19647
19648
|
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
|
|
@@ -23039,6 +23040,7 @@
|
|
|
23039
23040
|
"deprecated" : true,
|
|
23040
23041
|
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
|
|
23041
23042
|
},
|
|
23043
|
+
"us-gov-east-1" : { },
|
|
23042
23044
|
"us-gov-west-1" : {
|
|
23043
23045
|
"variants" : [ {
|
|
23044
23046
|
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
|
|
@@ -24075,6 +24077,23 @@
|
|
|
24075
24077
|
}
|
|
24076
24078
|
}
|
|
24077
24079
|
}
|
|
24080
|
+
}, {
|
|
24081
|
+
"defaults" : {
|
|
24082
|
+
"hostname" : "{service}.{region}.{dnsSuffix}",
|
|
24083
|
+
"protocols" : [ "https" ],
|
|
24084
|
+
"signatureVersions" : [ "v4" ],
|
|
24085
|
+
"variants" : [ {
|
|
24086
|
+
"dnsSuffix" : "cloud.adc-e.uk",
|
|
24087
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
24088
|
+
"tags" : [ "fips" ]
|
|
24089
|
+
} ]
|
|
24090
|
+
},
|
|
24091
|
+
"dnsSuffix" : "cloud.adc-e.uk",
|
|
24092
|
+
"partition" : "aws-iso-e",
|
|
24093
|
+
"partitionName" : "AWS ISOE (Europe)",
|
|
24094
|
+
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
24095
|
+
"regions" : { },
|
|
24096
|
+
"services" : { }
|
|
24078
24097
|
} ],
|
|
24079
24098
|
"version" : 3
|
|
24080
24099
|
}
|
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.760.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: 2023-05-
|
|
11
|
+
date: 2023-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|