aws-partitions 1.534.0 → 1.538.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +8 -0
- data/partitions.json +102 -9
- 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: 1cbfb4379b0edc0fbf24f5c5d0e92c48267a25251068f3d8472e888eb28ae60b
|
|
4
|
+
data.tar.gz: 017bb7fb4770939b8cd5cb2660eb8161d24acd25d83e761a8ae35cb75845b92c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc3ed8721ee890d785fe9cf5a38fa8a8724c9d16f38ff0c3c0df093cabe8e1979444b69e93da177348212f27a398e4eba6a5677a31ff5bba84a30edd519314ad
|
|
7
|
+
data.tar.gz: 6aeddefaab399575ca7ba7158828689aafcd7608a7a4051bcba239d3379587dff4044b9a862abd62854ac999a97dde0b681033b4a6f7fcabb2d4e7986e90af4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.538.0 (2021-12-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.537.0 (2021-11-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::WorkSpacesWeb`.
|
|
13
|
+
|
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::IoTTwinMaker`.
|
|
15
|
+
|
|
16
|
+
* Feature - Added support for enumerating regions for `Aws::BackupGateway`.
|
|
17
|
+
|
|
18
|
+
1.536.0 (2021-11-29)
|
|
19
|
+
------------------
|
|
20
|
+
|
|
21
|
+
* Feature - Added support for enumerating regions for `Aws::RecycleBin`.
|
|
22
|
+
|
|
23
|
+
* Feature - Added support for enumerating regions for `Aws::Inspector2`.
|
|
24
|
+
|
|
25
|
+
* Feature - Added support for enumerating regions for `Aws::CloudWatchRUM`.
|
|
26
|
+
|
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::CloudWatchEvidently`.
|
|
28
|
+
|
|
29
|
+
1.535.0 (2021-11-29)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Added support for enumerating regions for `Aws::MigrationHubRefactorSpaces`.
|
|
33
|
+
|
|
4
34
|
1.534.0 (2021-11-22)
|
|
5
35
|
------------------
|
|
6
36
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.538.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -253,6 +253,7 @@ module Aws
|
|
|
253
253
|
'AutoScaling' => 'autoscaling',
|
|
254
254
|
'AutoScalingPlans' => 'autoscaling-plans',
|
|
255
255
|
'Backup' => 'backup',
|
|
256
|
+
'BackupGateway' => 'backup-gateway',
|
|
256
257
|
'Batch' => 'batch',
|
|
257
258
|
'Braket' => 'braket',
|
|
258
259
|
'Budgets' => 'budgets',
|
|
@@ -271,7 +272,9 @@ module Aws
|
|
|
271
272
|
'CloudTrail' => 'cloudtrail',
|
|
272
273
|
'CloudWatch' => 'monitoring',
|
|
273
274
|
'CloudWatchEvents' => 'events',
|
|
275
|
+
'CloudWatchEvidently' => 'evidently',
|
|
274
276
|
'CloudWatchLogs' => 'logs',
|
|
277
|
+
'CloudWatchRUM' => 'rum',
|
|
275
278
|
'CodeArtifact' => 'codeartifact',
|
|
276
279
|
'CodeBuild' => 'codebuild',
|
|
277
280
|
'CodeCommit' => 'codecommit',
|
|
@@ -356,6 +359,7 @@ module Aws
|
|
|
356
359
|
'Imagebuilder' => 'imagebuilder',
|
|
357
360
|
'ImportExport' => 'importexport',
|
|
358
361
|
'Inspector' => 'inspector',
|
|
362
|
+
'Inspector2' => 'inspector2',
|
|
359
363
|
'IoT' => 'iot',
|
|
360
364
|
'IoT1ClickDevicesService' => 'devices.iot1click',
|
|
361
365
|
'IoT1ClickProjects' => 'projects.iot1click',
|
|
@@ -368,6 +372,7 @@ module Aws
|
|
|
368
372
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
|
369
373
|
'IoTSiteWise' => 'iotsitewise',
|
|
370
374
|
'IoTThingsGraph' => 'iotthingsgraph',
|
|
375
|
+
'IoTTwinMaker' => 'iottwinmaker',
|
|
371
376
|
'IoTWireless' => 'api.iotwireless',
|
|
372
377
|
'KMS' => 'kms',
|
|
373
378
|
'Kafka' => 'kafka',
|
|
@@ -417,6 +422,7 @@ module Aws
|
|
|
417
422
|
'Mgn' => 'mgn',
|
|
418
423
|
'MigrationHub' => 'mgh',
|
|
419
424
|
'MigrationHubConfig' => 'migrationhub-config',
|
|
425
|
+
'MigrationHubRefactorSpaces' => 'refactor-spaces',
|
|
420
426
|
'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
|
|
421
427
|
'Mobile' => 'mobile',
|
|
422
428
|
'Neptune' => 'rds',
|
|
@@ -446,6 +452,7 @@ module Aws
|
|
|
446
452
|
'RAM' => 'ram',
|
|
447
453
|
'RDS' => 'rds',
|
|
448
454
|
'RDSDataService' => 'rds-data',
|
|
455
|
+
'RecycleBin' => 'rbin',
|
|
449
456
|
'Redshift' => 'redshift',
|
|
450
457
|
'RedshiftDataAPIService' => 'redshift-data',
|
|
451
458
|
'Rekognition' => 'rekognition',
|
|
@@ -513,6 +520,7 @@ module Aws
|
|
|
513
520
|
'WorkMail' => 'workmail',
|
|
514
521
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
|
515
522
|
'WorkSpaces' => 'workspaces',
|
|
523
|
+
'WorkSpacesWeb' => 'workspaces-web',
|
|
516
524
|
'XRay' => 'xray',
|
|
517
525
|
}
|
|
518
526
|
# end service ids
|
data/partitions.json
CHANGED
|
@@ -1082,6 +1082,7 @@
|
|
|
1082
1082
|
"ap-east-1" : { },
|
|
1083
1083
|
"ap-northeast-1" : { },
|
|
1084
1084
|
"ap-northeast-2" : { },
|
|
1085
|
+
"ap-northeast-3" : { },
|
|
1085
1086
|
"ap-south-1" : { },
|
|
1086
1087
|
"ap-southeast-1" : { },
|
|
1087
1088
|
"ap-southeast-2" : { },
|
|
@@ -1731,16 +1732,8 @@
|
|
|
1731
1732
|
},
|
|
1732
1733
|
"cloudhsm" : {
|
|
1733
1734
|
"endpoints" : {
|
|
1734
|
-
"ap-northeast-1" : { },
|
|
1735
|
-
"ap-southeast-1" : { },
|
|
1736
|
-
"ap-southeast-2" : { },
|
|
1737
|
-
"ca-central-1" : { },
|
|
1738
|
-
"eu-central-1" : { },
|
|
1739
1735
|
"eu-west-1" : { },
|
|
1740
|
-
"us-east-1" : { }
|
|
1741
|
-
"us-east-2" : { },
|
|
1742
|
-
"us-west-1" : { },
|
|
1743
|
-
"us-west-2" : { }
|
|
1736
|
+
"us-east-1" : { }
|
|
1744
1737
|
}
|
|
1745
1738
|
},
|
|
1746
1739
|
"cloudhsmv2" : {
|
|
@@ -4698,6 +4691,37 @@
|
|
|
4698
4691
|
}
|
|
4699
4692
|
}
|
|
4700
4693
|
},
|
|
4694
|
+
"evidently" : {
|
|
4695
|
+
"endpoints" : {
|
|
4696
|
+
"ap-northeast-1" : {
|
|
4697
|
+
"hostname" : "evidently.ap-northeast-1.amazonaws.com"
|
|
4698
|
+
},
|
|
4699
|
+
"ap-southeast-1" : {
|
|
4700
|
+
"hostname" : "evidently.ap-southeast-1.amazonaws.com"
|
|
4701
|
+
},
|
|
4702
|
+
"ap-southeast-2" : {
|
|
4703
|
+
"hostname" : "evidently.ap-southeast-2.amazonaws.com"
|
|
4704
|
+
},
|
|
4705
|
+
"eu-central-1" : {
|
|
4706
|
+
"hostname" : "evidently.eu-central-1.amazonaws.com"
|
|
4707
|
+
},
|
|
4708
|
+
"eu-north-1" : {
|
|
4709
|
+
"hostname" : "evidently.eu-north-1.amazonaws.com"
|
|
4710
|
+
},
|
|
4711
|
+
"eu-west-1" : {
|
|
4712
|
+
"hostname" : "evidently.eu-west-1.amazonaws.com"
|
|
4713
|
+
},
|
|
4714
|
+
"us-east-1" : {
|
|
4715
|
+
"hostname" : "evidently.us-east-1.amazonaws.com"
|
|
4716
|
+
},
|
|
4717
|
+
"us-east-2" : {
|
|
4718
|
+
"hostname" : "evidently.us-east-2.amazonaws.com"
|
|
4719
|
+
},
|
|
4720
|
+
"us-west-2" : {
|
|
4721
|
+
"hostname" : "evidently.us-west-2.amazonaws.com"
|
|
4722
|
+
}
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4701
4725
|
"finspace" : {
|
|
4702
4726
|
"endpoints" : {
|
|
4703
4727
|
"ca-central-1" : { },
|
|
@@ -5909,6 +5933,29 @@
|
|
|
5909
5933
|
}
|
|
5910
5934
|
}
|
|
5911
5935
|
},
|
|
5936
|
+
"inspector2" : {
|
|
5937
|
+
"endpoints" : {
|
|
5938
|
+
"ap-east-1" : { },
|
|
5939
|
+
"ap-northeast-1" : { },
|
|
5940
|
+
"ap-northeast-2" : { },
|
|
5941
|
+
"ap-south-1" : { },
|
|
5942
|
+
"ap-southeast-1" : { },
|
|
5943
|
+
"ap-southeast-2" : { },
|
|
5944
|
+
"ca-central-1" : { },
|
|
5945
|
+
"eu-central-1" : { },
|
|
5946
|
+
"eu-north-1" : { },
|
|
5947
|
+
"eu-south-1" : { },
|
|
5948
|
+
"eu-west-1" : { },
|
|
5949
|
+
"eu-west-2" : { },
|
|
5950
|
+
"eu-west-3" : { },
|
|
5951
|
+
"me-south-1" : { },
|
|
5952
|
+
"sa-east-1" : { },
|
|
5953
|
+
"us-east-1" : { },
|
|
5954
|
+
"us-east-2" : { },
|
|
5955
|
+
"us-west-1" : { },
|
|
5956
|
+
"us-west-2" : { }
|
|
5957
|
+
}
|
|
5958
|
+
},
|
|
5912
5959
|
"iot" : {
|
|
5913
5960
|
"defaults" : {
|
|
5914
5961
|
"credentialScope" : {
|
|
@@ -8573,6 +8620,31 @@
|
|
|
8573
8620
|
}
|
|
8574
8621
|
}
|
|
8575
8622
|
},
|
|
8623
|
+
"rbin" : {
|
|
8624
|
+
"endpoints" : {
|
|
8625
|
+
"af-south-1" : { },
|
|
8626
|
+
"ap-east-1" : { },
|
|
8627
|
+
"ap-northeast-1" : { },
|
|
8628
|
+
"ap-northeast-2" : { },
|
|
8629
|
+
"ap-northeast-3" : { },
|
|
8630
|
+
"ap-south-1" : { },
|
|
8631
|
+
"ap-southeast-1" : { },
|
|
8632
|
+
"ap-southeast-2" : { },
|
|
8633
|
+
"ca-central-1" : { },
|
|
8634
|
+
"eu-central-1" : { },
|
|
8635
|
+
"eu-north-1" : { },
|
|
8636
|
+
"eu-south-1" : { },
|
|
8637
|
+
"eu-west-1" : { },
|
|
8638
|
+
"eu-west-2" : { },
|
|
8639
|
+
"eu-west-3" : { },
|
|
8640
|
+
"me-south-1" : { },
|
|
8641
|
+
"sa-east-1" : { },
|
|
8642
|
+
"us-east-1" : { },
|
|
8643
|
+
"us-east-2" : { },
|
|
8644
|
+
"us-west-1" : { },
|
|
8645
|
+
"us-west-2" : { }
|
|
8646
|
+
}
|
|
8647
|
+
},
|
|
8576
8648
|
"rds" : {
|
|
8577
8649
|
"endpoints" : {
|
|
8578
8650
|
"af-south-1" : { },
|
|
@@ -9141,6 +9213,20 @@
|
|
|
9141
9213
|
"us-west-2" : { }
|
|
9142
9214
|
}
|
|
9143
9215
|
},
|
|
9216
|
+
"rum" : {
|
|
9217
|
+
"endpoints" : {
|
|
9218
|
+
"ap-northeast-1" : { },
|
|
9219
|
+
"ap-southeast-1" : { },
|
|
9220
|
+
"ap-southeast-2" : { },
|
|
9221
|
+
"eu-central-1" : { },
|
|
9222
|
+
"eu-north-1" : { },
|
|
9223
|
+
"eu-west-1" : { },
|
|
9224
|
+
"eu-west-2" : { },
|
|
9225
|
+
"us-east-1" : { },
|
|
9226
|
+
"us-east-2" : { },
|
|
9227
|
+
"us-west-2" : { }
|
|
9228
|
+
}
|
|
9229
|
+
},
|
|
9144
9230
|
"runtime-v2-lex" : {
|
|
9145
9231
|
"endpoints" : {
|
|
9146
9232
|
"af-south-1" : { },
|
|
@@ -12254,6 +12340,13 @@
|
|
|
12254
12340
|
}
|
|
12255
12341
|
}
|
|
12256
12342
|
},
|
|
12343
|
+
"workspaces-web" : {
|
|
12344
|
+
"endpoints" : {
|
|
12345
|
+
"eu-west-1" : { },
|
|
12346
|
+
"us-east-1" : { },
|
|
12347
|
+
"us-west-2" : { }
|
|
12348
|
+
}
|
|
12349
|
+
},
|
|
12257
12350
|
"xray" : {
|
|
12258
12351
|
"endpoints" : {
|
|
12259
12352
|
"af-south-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.538.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: 2021-
|
|
11
|
+
date: 2021-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|