aws-partitions 1.516.0 → 1.520.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +125 -0
- 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: dba16a49323ffa3098c15f24074fda7a3872f3caa80fbc31e5dc84a2fe0602df
|
|
4
|
+
data.tar.gz: 20f1dfc375ba18cdd3745508f3ab7faf534b9163343e1e7f1be81e4bab9c74ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9025b1fcafd6796bf0e1a3f0a14e7dcb58aa6ab6d0fb70ad753cf20165b56a1409084db88b5492a0041a2955f837dd258003d584150c45e1a0e0284a5d59e210
|
|
7
|
+
data.tar.gz: 6156523be330e441dffec311ef44c3839ebe557b8444bded6b182de2d7edc754495b3306516acc1dfe23e4d3850f6f1769064d96761dc50bf7afd47fce60f442
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.520.0 (2021-10-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.519.0 (2021-10-25)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.518.0 (2021-10-21)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.517.0 (2021-10-20)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::Panorama`.
|
|
23
|
+
|
|
4
24
|
1.516.0 (2021-10-14)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.520.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -425,6 +425,7 @@ module Aws
|
|
|
425
425
|
'Organizations' => 'organizations',
|
|
426
426
|
'Outposts' => 'outposts',
|
|
427
427
|
'PI' => 'pi',
|
|
428
|
+
'Panorama' => 'panorama',
|
|
428
429
|
'Personalize' => 'personalize',
|
|
429
430
|
'PersonalizeEvents' => 'personalize-events',
|
|
430
431
|
'PersonalizeRuntime' => 'personalize-runtime',
|
data/partitions.json
CHANGED
|
@@ -766,6 +766,30 @@
|
|
|
766
766
|
"us-west-2" : { }
|
|
767
767
|
}
|
|
768
768
|
},
|
|
769
|
+
"applicationinsights" : {
|
|
770
|
+
"endpoints" : {
|
|
771
|
+
"af-south-1" : { },
|
|
772
|
+
"ap-east-1" : { },
|
|
773
|
+
"ap-northeast-1" : { },
|
|
774
|
+
"ap-northeast-2" : { },
|
|
775
|
+
"ap-south-1" : { },
|
|
776
|
+
"ap-southeast-1" : { },
|
|
777
|
+
"ap-southeast-2" : { },
|
|
778
|
+
"ca-central-1" : { },
|
|
779
|
+
"eu-central-1" : { },
|
|
780
|
+
"eu-north-1" : { },
|
|
781
|
+
"eu-south-1" : { },
|
|
782
|
+
"eu-west-1" : { },
|
|
783
|
+
"eu-west-2" : { },
|
|
784
|
+
"eu-west-3" : { },
|
|
785
|
+
"me-south-1" : { },
|
|
786
|
+
"sa-east-1" : { },
|
|
787
|
+
"us-east-1" : { },
|
|
788
|
+
"us-east-2" : { },
|
|
789
|
+
"us-west-1" : { },
|
|
790
|
+
"us-west-2" : { }
|
|
791
|
+
}
|
|
792
|
+
},
|
|
769
793
|
"appmesh" : {
|
|
770
794
|
"endpoints" : {
|
|
771
795
|
"af-south-1" : { },
|
|
@@ -4095,6 +4119,19 @@
|
|
|
4095
4119
|
"us-west-2" : { }
|
|
4096
4120
|
}
|
|
4097
4121
|
},
|
|
4122
|
+
"iotsitewise" : {
|
|
4123
|
+
"endpoints" : {
|
|
4124
|
+
"ap-northeast-1" : { },
|
|
4125
|
+
"ap-northeast-2" : { },
|
|
4126
|
+
"ap-south-1" : { },
|
|
4127
|
+
"ap-southeast-1" : { },
|
|
4128
|
+
"ap-southeast-2" : { },
|
|
4129
|
+
"eu-central-1" : { },
|
|
4130
|
+
"eu-west-1" : { },
|
|
4131
|
+
"us-east-1" : { },
|
|
4132
|
+
"us-west-2" : { }
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4098
4135
|
"iotthingsgraph" : {
|
|
4099
4136
|
"defaults" : {
|
|
4100
4137
|
"credentialScope" : {
|
|
@@ -4868,6 +4905,27 @@
|
|
|
4868
4905
|
"us-west-2" : { }
|
|
4869
4906
|
}
|
|
4870
4907
|
},
|
|
4908
|
+
"mgn" : {
|
|
4909
|
+
"endpoints" : {
|
|
4910
|
+
"ap-east-1" : { },
|
|
4911
|
+
"ap-northeast-1" : { },
|
|
4912
|
+
"ap-northeast-2" : { },
|
|
4913
|
+
"ap-northeast-3" : { },
|
|
4914
|
+
"ap-south-1" : { },
|
|
4915
|
+
"ap-southeast-1" : { },
|
|
4916
|
+
"ap-southeast-2" : { },
|
|
4917
|
+
"ca-central-1" : { },
|
|
4918
|
+
"eu-central-1" : { },
|
|
4919
|
+
"eu-north-1" : { },
|
|
4920
|
+
"eu-west-1" : { },
|
|
4921
|
+
"eu-west-2" : { },
|
|
4922
|
+
"sa-east-1" : { },
|
|
4923
|
+
"us-east-1" : { },
|
|
4924
|
+
"us-east-2" : { },
|
|
4925
|
+
"us-west-1" : { },
|
|
4926
|
+
"us-west-2" : { }
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4871
4929
|
"mobileanalytics" : {
|
|
4872
4930
|
"endpoints" : {
|
|
4873
4931
|
"us-east-1" : { }
|
|
@@ -5193,6 +5251,15 @@
|
|
|
5193
5251
|
"us-west-2" : { }
|
|
5194
5252
|
}
|
|
5195
5253
|
},
|
|
5254
|
+
"nimble" : {
|
|
5255
|
+
"endpoints" : {
|
|
5256
|
+
"ap-southeast-2" : { },
|
|
5257
|
+
"ca-central-1" : { },
|
|
5258
|
+
"eu-west-2" : { },
|
|
5259
|
+
"us-east-1" : { },
|
|
5260
|
+
"us-west-2" : { }
|
|
5261
|
+
}
|
|
5262
|
+
},
|
|
5196
5263
|
"oidc" : {
|
|
5197
5264
|
"endpoints" : {
|
|
5198
5265
|
"ap-northeast-1" : {
|
|
@@ -7957,6 +8024,16 @@
|
|
|
7957
8024
|
}
|
|
7958
8025
|
}
|
|
7959
8026
|
},
|
|
8027
|
+
"wisdom" : {
|
|
8028
|
+
"endpoints" : {
|
|
8029
|
+
"ap-northeast-1" : { },
|
|
8030
|
+
"ap-southeast-2" : { },
|
|
8031
|
+
"eu-central-1" : { },
|
|
8032
|
+
"eu-west-2" : { },
|
|
8033
|
+
"us-east-1" : { },
|
|
8034
|
+
"us-west-2" : { }
|
|
8035
|
+
}
|
|
8036
|
+
},
|
|
7960
8037
|
"workdocs" : {
|
|
7961
8038
|
"endpoints" : {
|
|
7962
8039
|
"ap-northeast-1" : { },
|
|
@@ -8147,6 +8224,12 @@
|
|
|
8147
8224
|
"cn-northwest-1" : { }
|
|
8148
8225
|
}
|
|
8149
8226
|
},
|
|
8227
|
+
"applicationinsights" : {
|
|
8228
|
+
"endpoints" : {
|
|
8229
|
+
"cn-north-1" : { },
|
|
8230
|
+
"cn-northwest-1" : { }
|
|
8231
|
+
}
|
|
8232
|
+
},
|
|
8150
8233
|
"appmesh" : {
|
|
8151
8234
|
"endpoints" : {
|
|
8152
8235
|
"cn-north-1" : { },
|
|
@@ -8557,6 +8640,11 @@
|
|
|
8557
8640
|
"cn-northwest-1" : { }
|
|
8558
8641
|
}
|
|
8559
8642
|
},
|
|
8643
|
+
"iotsitewise" : {
|
|
8644
|
+
"endpoints" : {
|
|
8645
|
+
"cn-north-1" : { }
|
|
8646
|
+
}
|
|
8647
|
+
},
|
|
8560
8648
|
"kafka" : {
|
|
8561
8649
|
"endpoints" : {
|
|
8562
8650
|
"cn-north-1" : { },
|
|
@@ -9138,6 +9226,22 @@
|
|
|
9138
9226
|
}
|
|
9139
9227
|
}
|
|
9140
9228
|
},
|
|
9229
|
+
"applicationinsights" : {
|
|
9230
|
+
"endpoints" : {
|
|
9231
|
+
"us-gov-east-1" : {
|
|
9232
|
+
"credentialScope" : {
|
|
9233
|
+
"region" : "us-gov-east-1"
|
|
9234
|
+
},
|
|
9235
|
+
"hostname" : "applicationinsights.us-gov-east-1.amazonaws.com"
|
|
9236
|
+
},
|
|
9237
|
+
"us-gov-west-1" : {
|
|
9238
|
+
"credentialScope" : {
|
|
9239
|
+
"region" : "us-gov-west-1"
|
|
9240
|
+
},
|
|
9241
|
+
"hostname" : "applicationinsights.us-gov-west-1.amazonaws.com"
|
|
9242
|
+
}
|
|
9243
|
+
}
|
|
9244
|
+
},
|
|
9141
9245
|
"appstream2" : {
|
|
9142
9246
|
"defaults" : {
|
|
9143
9247
|
"credentialScope" : {
|
|
@@ -10010,6 +10114,11 @@
|
|
|
10010
10114
|
"us-gov-west-1" : { }
|
|
10011
10115
|
}
|
|
10012
10116
|
},
|
|
10117
|
+
"iotsitewise" : {
|
|
10118
|
+
"endpoints" : {
|
|
10119
|
+
"us-gov-west-1" : { }
|
|
10120
|
+
}
|
|
10121
|
+
},
|
|
10013
10122
|
"kafka" : {
|
|
10014
10123
|
"endpoints" : {
|
|
10015
10124
|
"us-gov-east-1" : { },
|
|
@@ -10018,6 +10127,12 @@
|
|
|
10018
10127
|
},
|
|
10019
10128
|
"kendra" : {
|
|
10020
10129
|
"endpoints" : {
|
|
10130
|
+
"fips-us-gov-west-1" : {
|
|
10131
|
+
"credentialScope" : {
|
|
10132
|
+
"region" : "us-gov-west-1"
|
|
10133
|
+
},
|
|
10134
|
+
"hostname" : "kendra-fips.us-gov-west-1.amazonaws.com"
|
|
10135
|
+
},
|
|
10021
10136
|
"us-gov-west-1" : { }
|
|
10022
10137
|
}
|
|
10023
10138
|
},
|
|
@@ -11093,6 +11208,11 @@
|
|
|
11093
11208
|
"us-iso-west-1" : { }
|
|
11094
11209
|
}
|
|
11095
11210
|
},
|
|
11211
|
+
"ebs" : {
|
|
11212
|
+
"endpoints" : {
|
|
11213
|
+
"us-iso-east-1" : { }
|
|
11214
|
+
}
|
|
11215
|
+
},
|
|
11096
11216
|
"ec2" : {
|
|
11097
11217
|
"endpoints" : {
|
|
11098
11218
|
"us-iso-east-1" : { },
|
|
@@ -11476,6 +11596,11 @@
|
|
|
11476
11596
|
"us-isob-east-1" : { }
|
|
11477
11597
|
}
|
|
11478
11598
|
},
|
|
11599
|
+
"ebs" : {
|
|
11600
|
+
"endpoints" : {
|
|
11601
|
+
"us-isob-east-1" : { }
|
|
11602
|
+
}
|
|
11603
|
+
},
|
|
11479
11604
|
"ec2" : {
|
|
11480
11605
|
"defaults" : {
|
|
11481
11606
|
"protocols" : [ "http", "https" ]
|
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.520.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-10-
|
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|