aws-partitions 1.786.0 → 1.788.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +136 -1
- 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: bdb32c2f41d761471988ec510533eb9055802da3c2448d2aae121243a9a45277
|
4
|
+
data.tar.gz: 8b3299ff25b0ed9f5abbd4a3fba92b0611337b89846969ee927969268d846005
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39dfcc823bbf05f7da291ce9d96853b08bc598da80811887007c7c3cdf2cc6866d8475c2be99447527507f77471d22b4d4b211f0bd81ce9373402da429ff4e28
|
7
|
+
data.tar.gz: 43f795b9b700f2252e6f6cc2bdff7f0a22d0ef7b120740316d4ee08fa15239aa138a08175b5aa1597810d1a3b8e7e3816be5fd07627b17ad53b4125a979766be
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.788.0 (2023-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.787.0 (2023-07-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.786.0 (2023-07-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.788.0
|
data/partitions.json
CHANGED
@@ -8469,8 +8469,104 @@
|
|
8469
8469
|
"endpoints" : {
|
8470
8470
|
"ap-southeast-1" : { },
|
8471
8471
|
"ap-southeast-2" : { },
|
8472
|
+
"api-ap-southeast-1" : {
|
8473
|
+
"credentialScope" : {
|
8474
|
+
"region" : "ap-southeast-1"
|
8475
|
+
},
|
8476
|
+
"hostname" : "api.iottwinmaker.ap-southeast-1.amazonaws.com"
|
8477
|
+
},
|
8478
|
+
"api-ap-southeast-2" : {
|
8479
|
+
"credentialScope" : {
|
8480
|
+
"region" : "ap-southeast-2"
|
8481
|
+
},
|
8482
|
+
"hostname" : "api.iottwinmaker.ap-southeast-2.amazonaws.com"
|
8483
|
+
},
|
8484
|
+
"api-eu-central-1" : {
|
8485
|
+
"credentialScope" : {
|
8486
|
+
"region" : "eu-central-1"
|
8487
|
+
},
|
8488
|
+
"hostname" : "api.iottwinmaker.eu-central-1.amazonaws.com"
|
8489
|
+
},
|
8490
|
+
"api-eu-west-1" : {
|
8491
|
+
"credentialScope" : {
|
8492
|
+
"region" : "eu-west-1"
|
8493
|
+
},
|
8494
|
+
"hostname" : "api.iottwinmaker.eu-west-1.amazonaws.com"
|
8495
|
+
},
|
8496
|
+
"api-us-east-1" : {
|
8497
|
+
"credentialScope" : {
|
8498
|
+
"region" : "us-east-1"
|
8499
|
+
},
|
8500
|
+
"hostname" : "api.iottwinmaker.us-east-1.amazonaws.com"
|
8501
|
+
},
|
8502
|
+
"api-us-west-2" : {
|
8503
|
+
"credentialScope" : {
|
8504
|
+
"region" : "us-west-2"
|
8505
|
+
},
|
8506
|
+
"hostname" : "api.iottwinmaker.us-west-2.amazonaws.com"
|
8507
|
+
},
|
8508
|
+
"data-ap-southeast-1" : {
|
8509
|
+
"credentialScope" : {
|
8510
|
+
"region" : "ap-southeast-1"
|
8511
|
+
},
|
8512
|
+
"hostname" : "data.iottwinmaker.ap-southeast-1.amazonaws.com"
|
8513
|
+
},
|
8514
|
+
"data-ap-southeast-2" : {
|
8515
|
+
"credentialScope" : {
|
8516
|
+
"region" : "ap-southeast-2"
|
8517
|
+
},
|
8518
|
+
"hostname" : "data.iottwinmaker.ap-southeast-2.amazonaws.com"
|
8519
|
+
},
|
8520
|
+
"data-eu-central-1" : {
|
8521
|
+
"credentialScope" : {
|
8522
|
+
"region" : "eu-central-1"
|
8523
|
+
},
|
8524
|
+
"hostname" : "data.iottwinmaker.eu-central-1.amazonaws.com"
|
8525
|
+
},
|
8526
|
+
"data-eu-west-1" : {
|
8527
|
+
"credentialScope" : {
|
8528
|
+
"region" : "eu-west-1"
|
8529
|
+
},
|
8530
|
+
"hostname" : "data.iottwinmaker.eu-west-1.amazonaws.com"
|
8531
|
+
},
|
8532
|
+
"data-us-east-1" : {
|
8533
|
+
"credentialScope" : {
|
8534
|
+
"region" : "us-east-1"
|
8535
|
+
},
|
8536
|
+
"hostname" : "data.iottwinmaker.us-east-1.amazonaws.com"
|
8537
|
+
},
|
8538
|
+
"data-us-west-2" : {
|
8539
|
+
"credentialScope" : {
|
8540
|
+
"region" : "us-west-2"
|
8541
|
+
},
|
8542
|
+
"hostname" : "data.iottwinmaker.us-west-2.amazonaws.com"
|
8543
|
+
},
|
8472
8544
|
"eu-central-1" : { },
|
8473
8545
|
"eu-west-1" : { },
|
8546
|
+
"fips-api-us-east-1" : {
|
8547
|
+
"credentialScope" : {
|
8548
|
+
"region" : "us-east-1"
|
8549
|
+
},
|
8550
|
+
"hostname" : "api.iottwinmaker-fips.us-east-1.amazonaws.com"
|
8551
|
+
},
|
8552
|
+
"fips-api-us-west-2" : {
|
8553
|
+
"credentialScope" : {
|
8554
|
+
"region" : "us-west-2"
|
8555
|
+
},
|
8556
|
+
"hostname" : "api.iottwinmaker-fips.us-west-2.amazonaws.com"
|
8557
|
+
},
|
8558
|
+
"fips-data-us-east-1" : {
|
8559
|
+
"credentialScope" : {
|
8560
|
+
"region" : "us-east-1"
|
8561
|
+
},
|
8562
|
+
"hostname" : "data.iottwinmaker-fips.us-east-1.amazonaws.com"
|
8563
|
+
},
|
8564
|
+
"fips-data-us-west-2" : {
|
8565
|
+
"credentialScope" : {
|
8566
|
+
"region" : "us-west-2"
|
8567
|
+
},
|
8568
|
+
"hostname" : "data.iottwinmaker-fips.us-west-2.amazonaws.com"
|
8569
|
+
},
|
8474
8570
|
"fips-us-east-1" : {
|
8475
8571
|
"credentialScope" : {
|
8476
8572
|
"region" : "us-east-1"
|
@@ -10340,6 +10436,7 @@
|
|
10340
10436
|
"ap-south-1" : { },
|
10341
10437
|
"ap-southeast-1" : { },
|
10342
10438
|
"ap-southeast-2" : { },
|
10439
|
+
"ca-central-1" : { },
|
10343
10440
|
"eu-central-1" : { },
|
10344
10441
|
"eu-north-1" : { },
|
10345
10442
|
"eu-west-1" : { },
|
@@ -10359,6 +10456,7 @@
|
|
10359
10456
|
"ap-south-1" : { },
|
10360
10457
|
"ap-southeast-1" : { },
|
10361
10458
|
"ap-southeast-2" : { },
|
10459
|
+
"ca-central-1" : { },
|
10362
10460
|
"eu-central-1" : { },
|
10363
10461
|
"eu-north-1" : { },
|
10364
10462
|
"eu-west-1" : { },
|
@@ -10378,6 +10476,7 @@
|
|
10378
10476
|
"ap-south-1" : { },
|
10379
10477
|
"ap-southeast-1" : { },
|
10380
10478
|
"ap-southeast-2" : { },
|
10479
|
+
"ca-central-1" : { },
|
10381
10480
|
"eu-central-1" : { },
|
10382
10481
|
"eu-north-1" : { },
|
10383
10482
|
"eu-west-1" : { },
|
@@ -20004,6 +20103,13 @@
|
|
20004
20103
|
},
|
20005
20104
|
"codepipeline" : {
|
20006
20105
|
"endpoints" : {
|
20106
|
+
"fips-us-gov-east-1" : {
|
20107
|
+
"credentialScope" : {
|
20108
|
+
"region" : "us-gov-east-1"
|
20109
|
+
},
|
20110
|
+
"deprecated" : true,
|
20111
|
+
"hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com"
|
20112
|
+
},
|
20007
20113
|
"fips-us-gov-west-1" : {
|
20008
20114
|
"credentialScope" : {
|
20009
20115
|
"region" : "us-gov-west-1"
|
@@ -20011,7 +20117,12 @@
|
|
20011
20117
|
"deprecated" : true,
|
20012
20118
|
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
|
20013
20119
|
},
|
20014
|
-
"us-gov-east-1" : {
|
20120
|
+
"us-gov-east-1" : {
|
20121
|
+
"variants" : [ {
|
20122
|
+
"hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com",
|
20123
|
+
"tags" : [ "fips" ]
|
20124
|
+
} ]
|
20125
|
+
},
|
20015
20126
|
"us-gov-west-1" : {
|
20016
20127
|
"variants" : [ {
|
20017
20128
|
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
|
@@ -21413,6 +21524,30 @@
|
|
21413
21524
|
},
|
21414
21525
|
"iottwinmaker" : {
|
21415
21526
|
"endpoints" : {
|
21527
|
+
"api-us-gov-west-1" : {
|
21528
|
+
"credentialScope" : {
|
21529
|
+
"region" : "us-gov-west-1"
|
21530
|
+
},
|
21531
|
+
"hostname" : "api.iottwinmaker.us-gov-west-1.amazonaws.com"
|
21532
|
+
},
|
21533
|
+
"data-us-gov-west-1" : {
|
21534
|
+
"credentialScope" : {
|
21535
|
+
"region" : "us-gov-west-1"
|
21536
|
+
},
|
21537
|
+
"hostname" : "data.iottwinmaker.us-gov-west-1.amazonaws.com"
|
21538
|
+
},
|
21539
|
+
"fips-api-us-gov-west-1" : {
|
21540
|
+
"credentialScope" : {
|
21541
|
+
"region" : "us-gov-west-1"
|
21542
|
+
},
|
21543
|
+
"hostname" : "api.iottwinmaker-fips.us-gov-west-1.amazonaws.com"
|
21544
|
+
},
|
21545
|
+
"fips-data-us-gov-west-1" : {
|
21546
|
+
"credentialScope" : {
|
21547
|
+
"region" : "us-gov-west-1"
|
21548
|
+
},
|
21549
|
+
"hostname" : "data.iottwinmaker-fips.us-gov-west-1.amazonaws.com"
|
21550
|
+
},
|
21416
21551
|
"fips-us-gov-west-1" : {
|
21417
21552
|
"credentialScope" : {
|
21418
21553
|
"region" : "us-gov-west-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.788.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-07-
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|