aws-partitions 1.667.0 → 1.669.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 +18 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +6 -0
- data/partitions.json +45 -19
- 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: 8852b6eed1da1769faa5ae90e8c1e984e128520428acf1630aec7b442e7ed121
|
|
4
|
+
data.tar.gz: 8ded483bb4fabcffabc4dcb8a0021c30d9b1df51a2c0ce97406e09b9083e4470
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86cdc9baf9ba34b7aa795f8f5ba760d9afddd1912c9ec57b3f988677b61db02fc0474aab321ba33459526132c28a64080902983f841326a9ade77de92629be13
|
|
7
|
+
data.tar.gz: bfe6982c6581c8e3a7e8f7a2448178ef2f8f75fa3011a8bad6c01db1f9cd73aa561e106be25c438160c332dead80e71488d05c559ef21a64a324f73455077b8d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.669.0 (2022-11-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::SageMakerGeospatial`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::DocDBElastic`.
|
|
10
|
+
|
|
11
|
+
1.668.0 (2022-11-29)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::SimSpaceWeaver`.
|
|
15
|
+
|
|
16
|
+
* Feature - Added support for enumerating regions for `Aws::SecurityLake`.
|
|
17
|
+
|
|
18
|
+
* Feature - Added support for enumerating regions for `Aws::OpenSearchServerless`.
|
|
19
|
+
|
|
20
|
+
* Feature - Added support for enumerating regions for `Aws::Omics`.
|
|
21
|
+
|
|
4
22
|
1.667.0 (2022-11-29)
|
|
5
23
|
------------------
|
|
6
24
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.669.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -340,6 +340,7 @@ module Aws
|
|
|
340
340
|
'DirectConnect' => 'directconnect',
|
|
341
341
|
'DirectoryService' => 'ds',
|
|
342
342
|
'DocDB' => 'rds',
|
|
343
|
+
'DocDBElastic' => 'docdb-elastic',
|
|
343
344
|
'Drs' => 'drs',
|
|
344
345
|
'DynamoDB' => 'dynamodb',
|
|
345
346
|
'DynamoDBStreams' => 'streams.dynamodb',
|
|
@@ -468,6 +469,8 @@ module Aws
|
|
|
468
469
|
'NetworkManager' => 'networkmanager',
|
|
469
470
|
'NimbleStudio' => 'nimble',
|
|
470
471
|
'OAM' => 'oam',
|
|
472
|
+
'Omics' => 'omics',
|
|
473
|
+
'OpenSearchServerless' => 'aoss',
|
|
471
474
|
'OpenSearchService' => 'es',
|
|
472
475
|
'OpsWorks' => 'opsworks',
|
|
473
476
|
'OpsWorksCM' => 'opsworks-cm',
|
|
@@ -528,6 +531,7 @@ module Aws
|
|
|
528
531
|
'SWF' => 'swf',
|
|
529
532
|
'SageMaker' => 'api.sagemaker',
|
|
530
533
|
'SageMakerFeatureStoreRuntime' => 'featurestore-runtime.sagemaker',
|
|
534
|
+
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
|
531
535
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
532
536
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
533
537
|
'SavingsPlans' => 'savingsplans',
|
|
@@ -535,12 +539,14 @@ module Aws
|
|
|
535
539
|
'Schemas' => 'schemas',
|
|
536
540
|
'SecretsManager' => 'secretsmanager',
|
|
537
541
|
'SecurityHub' => 'securityhub',
|
|
542
|
+
'SecurityLake' => 'securitylake',
|
|
538
543
|
'ServerlessApplicationRepository' => 'serverlessrepo',
|
|
539
544
|
'ServiceCatalog' => 'servicecatalog',
|
|
540
545
|
'ServiceDiscovery' => 'servicediscovery',
|
|
541
546
|
'ServiceQuotas' => 'servicequotas',
|
|
542
547
|
'Shield' => 'shield',
|
|
543
548
|
'Signer' => 'signer',
|
|
549
|
+
'SimSpaceWeaver' => 'simspaceweaver',
|
|
544
550
|
'SimpleDB' => 'sdb',
|
|
545
551
|
'SnowDeviceManagement' => 'snow-device-management',
|
|
546
552
|
'Snowball' => 'snowball',
|
data/partitions.json
CHANGED
|
@@ -826,6 +826,22 @@
|
|
|
826
826
|
}
|
|
827
827
|
}
|
|
828
828
|
},
|
|
829
|
+
"api.ecr-public" : {
|
|
830
|
+
"endpoints" : {
|
|
831
|
+
"us-east-1" : {
|
|
832
|
+
"credentialScope" : {
|
|
833
|
+
"region" : "us-east-1"
|
|
834
|
+
},
|
|
835
|
+
"hostname" : "api.ecr-public.us-east-1.amazonaws.com"
|
|
836
|
+
},
|
|
837
|
+
"us-west-2" : {
|
|
838
|
+
"credentialScope" : {
|
|
839
|
+
"region" : "us-west-2"
|
|
840
|
+
},
|
|
841
|
+
"hostname" : "api.ecr-public.us-west-2.amazonaws.com"
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
829
845
|
"api.elastic-inference" : {
|
|
830
846
|
"endpoints" : {
|
|
831
847
|
"ap-northeast-1" : {
|
|
@@ -7021,18 +7037,6 @@
|
|
|
7021
7037
|
"ap-southeast-1" : { },
|
|
7022
7038
|
"ap-southeast-2" : { },
|
|
7023
7039
|
"ca-central-1" : { },
|
|
7024
|
-
"dataplane-ap-south-1" : {
|
|
7025
|
-
"credentialScope" : {
|
|
7026
|
-
"region" : "ap-south-1"
|
|
7027
|
-
},
|
|
7028
|
-
"hostname" : "greengrass-ats.iot.ap-south-1.amazonaws.com"
|
|
7029
|
-
},
|
|
7030
|
-
"dataplane-us-east-2" : {
|
|
7031
|
-
"credentialScope" : {
|
|
7032
|
-
"region" : "us-east-2"
|
|
7033
|
-
},
|
|
7034
|
-
"hostname" : "greengrass-ats.iot.us-east-2.amazonaws.com"
|
|
7035
|
-
},
|
|
7036
7040
|
"eu-central-1" : { },
|
|
7037
7041
|
"eu-west-1" : { },
|
|
7038
7042
|
"eu-west-2" : { },
|
|
@@ -12585,6 +12589,11 @@
|
|
|
12585
12589
|
}
|
|
12586
12590
|
}
|
|
12587
12591
|
},
|
|
12592
|
+
"sagemaker-geospatial" : {
|
|
12593
|
+
"endpoints" : {
|
|
12594
|
+
"us-west-2" : { }
|
|
12595
|
+
}
|
|
12596
|
+
},
|
|
12588
12597
|
"savingsplans" : {
|
|
12589
12598
|
"endpoints" : {
|
|
12590
12599
|
"aws-global" : {
|
|
@@ -12813,6 +12822,17 @@
|
|
|
12813
12822
|
}
|
|
12814
12823
|
}
|
|
12815
12824
|
},
|
|
12825
|
+
"securitylake" : {
|
|
12826
|
+
"endpoints" : {
|
|
12827
|
+
"ap-northeast-1" : { },
|
|
12828
|
+
"ap-southeast-2" : { },
|
|
12829
|
+
"eu-central-1" : { },
|
|
12830
|
+
"eu-west-1" : { },
|
|
12831
|
+
"us-east-1" : { },
|
|
12832
|
+
"us-east-2" : { },
|
|
12833
|
+
"us-west-2" : { }
|
|
12834
|
+
}
|
|
12835
|
+
},
|
|
12816
12836
|
"serverlessrepo" : {
|
|
12817
12837
|
"defaults" : {
|
|
12818
12838
|
"protocols" : [ "https" ]
|
|
@@ -13245,6 +13265,18 @@
|
|
|
13245
13265
|
"isRegionalized" : false,
|
|
13246
13266
|
"partitionEndpoint" : "aws-global"
|
|
13247
13267
|
},
|
|
13268
|
+
"simspaceweaver" : {
|
|
13269
|
+
"endpoints" : {
|
|
13270
|
+
"ap-southeast-1" : { },
|
|
13271
|
+
"ap-southeast-2" : { },
|
|
13272
|
+
"eu-central-1" : { },
|
|
13273
|
+
"eu-north-1" : { },
|
|
13274
|
+
"eu-west-1" : { },
|
|
13275
|
+
"us-east-1" : { },
|
|
13276
|
+
"us-east-2" : { },
|
|
13277
|
+
"us-west-2" : { }
|
|
13278
|
+
}
|
|
13279
|
+
},
|
|
13248
13280
|
"sms" : {
|
|
13249
13281
|
"endpoints" : {
|
|
13250
13282
|
"af-south-1" : { },
|
|
@@ -16397,13 +16429,7 @@
|
|
|
16397
16429
|
"protocols" : [ "https" ]
|
|
16398
16430
|
},
|
|
16399
16431
|
"endpoints" : {
|
|
16400
|
-
"cn-north-1" : { }
|
|
16401
|
-
"dataplane-cn-north-1" : {
|
|
16402
|
-
"credentialScope" : {
|
|
16403
|
-
"region" : "cn-north-1"
|
|
16404
|
-
},
|
|
16405
|
-
"hostname" : "greengrass.ats.iot.cn-north-1.amazonaws.com.cn"
|
|
16406
|
-
}
|
|
16432
|
+
"cn-north-1" : { }
|
|
16407
16433
|
},
|
|
16408
16434
|
"isRegionalized" : true
|
|
16409
16435
|
},
|
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.669.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: 2022-11-
|
|
11
|
+
date: 2022-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|