aws-partitions 1.965.0 → 1.967.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +10 -17
- 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: e449b843f45b30a8973946939aae276a6ea503cd65da83338036ca0b3141bd40
|
4
|
+
data.tar.gz: af63cdb0a4e4d1cd9bf39cb9faaf31580bb6c7c0f9883c9c88dca6568d0c0c6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69b431cb54dbeae16a1db273252e71adf16d45ab8009647d1112d1996d9986a32ed8f95f6e17295e3d7c1f79a088400fd9b8958191fea9b0c2a74df0828cc39b
|
7
|
+
data.tar.gz: 5132bd81d9e65914bf1da7590d983c4937618b631622dd818425e2f64e0c7ed7a477bd760b52e336611fd957fce6f95f45eade910eea9f04d22ba1ff58c680f9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.967.0 (2024-08-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.966.0 (2024-08-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.965.0 (2024-08-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.967.0
|
data/partitions.json
CHANGED
@@ -4103,23 +4103,6 @@
|
|
4103
4103
|
}
|
4104
4104
|
}
|
4105
4105
|
},
|
4106
|
-
"codestar" : {
|
4107
|
-
"endpoints" : {
|
4108
|
-
"ap-northeast-1" : { },
|
4109
|
-
"ap-northeast-2" : { },
|
4110
|
-
"ap-southeast-1" : { },
|
4111
|
-
"ap-southeast-2" : { },
|
4112
|
-
"ca-central-1" : { },
|
4113
|
-
"eu-central-1" : { },
|
4114
|
-
"eu-north-1" : { },
|
4115
|
-
"eu-west-1" : { },
|
4116
|
-
"eu-west-2" : { },
|
4117
|
-
"us-east-1" : { },
|
4118
|
-
"us-east-2" : { },
|
4119
|
-
"us-west-1" : { },
|
4120
|
-
"us-west-2" : { }
|
4121
|
-
}
|
4122
|
-
},
|
4123
4106
|
"codestar-connections" : {
|
4124
4107
|
"endpoints" : {
|
4125
4108
|
"ap-northeast-1" : { },
|
@@ -29358,6 +29341,16 @@
|
|
29358
29341
|
"us-isob-east-1" : { }
|
29359
29342
|
}
|
29360
29343
|
},
|
29344
|
+
"budgets" : {
|
29345
|
+
"endpoints" : {
|
29346
|
+
"us-isob-east-1" : {
|
29347
|
+
"credentialScope" : {
|
29348
|
+
"region" : "us-isob-east-1"
|
29349
|
+
},
|
29350
|
+
"hostname" : "budgets.us-isob-east-1.sc2s.sgov.gov"
|
29351
|
+
}
|
29352
|
+
}
|
29353
|
+
},
|
29361
29354
|
"cloudcontrolapi" : {
|
29362
29355
|
"endpoints" : {
|
29363
29356
|
"us-isob-east-1" : { }
|
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.967.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-08-
|
11
|
+
date: 2024-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|