aws-partitions 1.508.0 → 1.509.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 +7 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +101 -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: b7790b89f7cb96afb192a6406cb42809ebc6e99980b58f4c28855386beb48b82
|
|
4
|
+
data.tar.gz: f63d9e989f0c3841c916226d43c552e4a30606c2705d0967b897b4cab938e03a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf4487d57503c6d181cf1fd5f885cc7b2b2f1f9ed7dd9534d2d07fe7329dccdb4c8e885f00dd096a6cfadceed0adb86120079a6259378bcc3d6ac1f2df840dc9
|
|
7
|
+
data.tar.gz: 4b2d65b0c6c4f46d166cd2de055dde59c16e4cbe5693e18eb25e405e523af40beeadb7358a0a596dd988627983c7b9addebb7df093b278602dfc204464460995
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.509.0 (2021-09-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::CloudControlApi`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::Account`.
|
|
10
|
+
|
|
4
11
|
1.508.0 (2021-09-29)
|
|
5
12
|
------------------
|
|
6
13
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.509.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -228,6 +228,7 @@ module Aws
|
|
|
228
228
|
'ACMPCA' => 'acm-pca',
|
|
229
229
|
'APIGateway' => 'apigateway',
|
|
230
230
|
'AccessAnalyzer' => 'access-analyzer',
|
|
231
|
+
'Account' => 'account',
|
|
231
232
|
'AlexaForBusiness' => 'a4b',
|
|
232
233
|
'Amplify' => 'amplify',
|
|
233
234
|
'AmplifyBackend' => 'amplifybackend',
|
|
@@ -258,6 +259,7 @@ module Aws
|
|
|
258
259
|
'ChimeSDKIdentity' => 'identity-chime',
|
|
259
260
|
'ChimeSDKMessaging' => 'messaging-chime',
|
|
260
261
|
'Cloud9' => 'cloud9',
|
|
262
|
+
'CloudControlApi' => 'cloudcontrolapi',
|
|
261
263
|
'CloudDirectory' => 'clouddirectory',
|
|
262
264
|
'CloudFormation' => 'cloudformation',
|
|
263
265
|
'CloudFront' => 'cloudfront',
|
data/partitions.json
CHANGED
|
@@ -135,6 +135,18 @@
|
|
|
135
135
|
"us-west-2" : { }
|
|
136
136
|
}
|
|
137
137
|
},
|
|
138
|
+
"account" : {
|
|
139
|
+
"endpoints" : {
|
|
140
|
+
"aws-global" : {
|
|
141
|
+
"credentialScope" : {
|
|
142
|
+
"region" : "us-east-1"
|
|
143
|
+
},
|
|
144
|
+
"hostname" : "account.us-east-1.amazonaws.com"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"isRegionalized" : false,
|
|
148
|
+
"partitionEndpoint" : "aws-global"
|
|
149
|
+
},
|
|
138
150
|
"acm" : {
|
|
139
151
|
"endpoints" : {
|
|
140
152
|
"af-south-1" : { },
|
|
@@ -842,7 +854,11 @@
|
|
|
842
854
|
"protocols" : [ "https" ]
|
|
843
855
|
},
|
|
844
856
|
"endpoints" : {
|
|
857
|
+
"ap-northeast-1" : { },
|
|
858
|
+
"ap-southeast-1" : { },
|
|
859
|
+
"ap-southeast-2" : { },
|
|
845
860
|
"eu-central-1" : { },
|
|
861
|
+
"eu-north-1" : { },
|
|
846
862
|
"eu-west-1" : { },
|
|
847
863
|
"us-east-1" : { },
|
|
848
864
|
"us-east-2" : { },
|
|
@@ -1116,6 +1132,61 @@
|
|
|
1116
1132
|
"us-west-2" : { }
|
|
1117
1133
|
}
|
|
1118
1134
|
},
|
|
1135
|
+
"cloudcontrol" : {
|
|
1136
|
+
"endpoints" : {
|
|
1137
|
+
"af-south-1" : { },
|
|
1138
|
+
"ap-east-1" : { },
|
|
1139
|
+
"ap-northeast-1" : { },
|
|
1140
|
+
"ap-northeast-2" : { },
|
|
1141
|
+
"ap-northeast-3" : { },
|
|
1142
|
+
"ap-south-1" : { },
|
|
1143
|
+
"ap-southeast-1" : { },
|
|
1144
|
+
"ap-southeast-2" : { },
|
|
1145
|
+
"ca-central-1" : { },
|
|
1146
|
+
"eu-central-1" : { },
|
|
1147
|
+
"eu-north-1" : { },
|
|
1148
|
+
"eu-south-1" : { },
|
|
1149
|
+
"eu-west-1" : { },
|
|
1150
|
+
"eu-west-2" : { },
|
|
1151
|
+
"eu-west-3" : { },
|
|
1152
|
+
"fips-ca-central-1" : {
|
|
1153
|
+
"credentialScope" : {
|
|
1154
|
+
"region" : "ca-central-1"
|
|
1155
|
+
},
|
|
1156
|
+
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
|
|
1157
|
+
},
|
|
1158
|
+
"fips-us-east-1" : {
|
|
1159
|
+
"credentialScope" : {
|
|
1160
|
+
"region" : "us-east-1"
|
|
1161
|
+
},
|
|
1162
|
+
"hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com"
|
|
1163
|
+
},
|
|
1164
|
+
"fips-us-east-2" : {
|
|
1165
|
+
"credentialScope" : {
|
|
1166
|
+
"region" : "us-east-2"
|
|
1167
|
+
},
|
|
1168
|
+
"hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com"
|
|
1169
|
+
},
|
|
1170
|
+
"fips-us-west-1" : {
|
|
1171
|
+
"credentialScope" : {
|
|
1172
|
+
"region" : "us-west-1"
|
|
1173
|
+
},
|
|
1174
|
+
"hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com"
|
|
1175
|
+
},
|
|
1176
|
+
"fips-us-west-2" : {
|
|
1177
|
+
"credentialScope" : {
|
|
1178
|
+
"region" : "us-west-2"
|
|
1179
|
+
},
|
|
1180
|
+
"hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
|
|
1181
|
+
},
|
|
1182
|
+
"me-south-1" : { },
|
|
1183
|
+
"sa-east-1" : { },
|
|
1184
|
+
"us-east-1" : { },
|
|
1185
|
+
"us-east-2" : { },
|
|
1186
|
+
"us-west-1" : { },
|
|
1187
|
+
"us-west-2" : { }
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1119
1190
|
"clouddirectory" : {
|
|
1120
1191
|
"endpoints" : {
|
|
1121
1192
|
"ap-southeast-1" : { },
|
|
@@ -7845,6 +7916,18 @@
|
|
|
7845
7916
|
"cn-northwest-1" : { }
|
|
7846
7917
|
}
|
|
7847
7918
|
},
|
|
7919
|
+
"account" : {
|
|
7920
|
+
"endpoints" : {
|
|
7921
|
+
"aws-cn-global" : {
|
|
7922
|
+
"credentialScope" : {
|
|
7923
|
+
"region" : "cn-northwest-1"
|
|
7924
|
+
},
|
|
7925
|
+
"hostname" : "account.cn-northwest-1.amazonaws.com.cn"
|
|
7926
|
+
}
|
|
7927
|
+
},
|
|
7928
|
+
"isRegionalized" : false,
|
|
7929
|
+
"partitionEndpoint" : "aws-cn-global"
|
|
7930
|
+
},
|
|
7848
7931
|
"acm" : {
|
|
7849
7932
|
"endpoints" : {
|
|
7850
7933
|
"cn-north-1" : { },
|
|
@@ -8955,6 +9038,24 @@
|
|
|
8955
9038
|
"us-gov-west-1" : { }
|
|
8956
9039
|
}
|
|
8957
9040
|
},
|
|
9041
|
+
"cloudcontrol" : {
|
|
9042
|
+
"endpoints" : {
|
|
9043
|
+
"fips-us-gov-east-1" : {
|
|
9044
|
+
"credentialScope" : {
|
|
9045
|
+
"region" : "us-gov-east-1"
|
|
9046
|
+
},
|
|
9047
|
+
"hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com"
|
|
9048
|
+
},
|
|
9049
|
+
"fips-us-gov-west-1" : {
|
|
9050
|
+
"credentialScope" : {
|
|
9051
|
+
"region" : "us-gov-west-1"
|
|
9052
|
+
},
|
|
9053
|
+
"hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com"
|
|
9054
|
+
},
|
|
9055
|
+
"us-gov-east-1" : { },
|
|
9056
|
+
"us-gov-west-1" : { }
|
|
9057
|
+
}
|
|
9058
|
+
},
|
|
8958
9059
|
"clouddirectory" : {
|
|
8959
9060
|
"endpoints" : {
|
|
8960
9061
|
"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.509.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-09-
|
|
11
|
+
date: 2021-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|