aws-partitions 1.536.0 → 1.537.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 +9 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions.json +95 -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: ef35e4936dcd85947b722da7de367cd23c982309a9fee058b498b1e227b69155
|
|
4
|
+
data.tar.gz: 48348858b0a89744ab5aea96a705fc236755d1557ed36b029eeb34c54bcbb9b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34d683de723f6df6349ead39decf6081dcd901dd916157324e6e74b1387f7aeac06b05d2a6bb56071f25dafc9d580cb699844eed5be73aa85f171cddd6418108
|
|
7
|
+
data.tar.gz: ac926125366ee92b832fb7d1a5562e0531fba86cebdcbf738f077d8156a8945861fed269254e5c407d7a43f7ed48da9b7e5c9fc3164b3642ac7980b6c72cc109
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.537.0 (2021-11-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::WorkSpacesWeb`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::IoTTwinMaker`.
|
|
10
|
+
|
|
11
|
+
* Feature - Added support for enumerating regions for `Aws::BackupGateway`.
|
|
12
|
+
|
|
4
13
|
1.536.0 (2021-11-29)
|
|
5
14
|
------------------
|
|
6
15
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.537.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',
|
|
@@ -371,6 +372,7 @@ module Aws
|
|
|
371
372
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
|
372
373
|
'IoTSiteWise' => 'iotsitewise',
|
|
373
374
|
'IoTThingsGraph' => 'iotthingsgraph',
|
|
375
|
+
'IoTTwinMaker' => 'iottwinmaker',
|
|
374
376
|
'IoTWireless' => 'api.iotwireless',
|
|
375
377
|
'KMS' => 'kms',
|
|
376
378
|
'Kafka' => 'kafka',
|
|
@@ -518,6 +520,7 @@ module Aws
|
|
|
518
520
|
'WorkMail' => 'workmail',
|
|
519
521
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
|
520
522
|
'WorkSpaces' => 'workspaces',
|
|
523
|
+
'WorkSpacesWeb' => 'workspaces-web',
|
|
521
524
|
'XRay' => 'xray',
|
|
522
525
|
}
|
|
523
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" : { },
|
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.537.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-
|
|
11
|
+
date: 2021-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:
|