aws-partitions 1.134.0 → 1.135.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-partitions.rb +1 -1
  3. data/partitions.json +132 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b483169c0e01dae101b379178ed2875f3da58782
4
- data.tar.gz: b33bf05ea46e4b1f0244866112082457fdbb0298
3
+ metadata.gz: f22a9214d99d7120b896a9100087a694c5fc3a01
4
+ data.tar.gz: 63bbf955cb0fe4b93a6fa2977416ef0009fa9c1a
5
5
  SHA512:
6
- metadata.gz: 78f77fb347b075bcc8c4e0e79413e50b85a18f77be42d63f29c81571d4824a8bd1ef09eac583f018254522ee10c102aff19c1325136d6d217859ae1dd0ca8420
7
- data.tar.gz: 9a7230c84ef55c421d09c0cfd7cf8a5c88974b13138a14cc6297f622867f999d2a18727997e2ba2896a4333e2604e2949fa48ed663b23caf6aec58de4d870629
6
+ metadata.gz: b38a5339ff01cf174ca942d1fecfa0ddf65b81db014b7c8b6189a9e02d786141550eae8576110af05c7554371193ee9283b63feec87e06d04fe1635884c972d3
7
+ data.tar.gz: c325d9eafe5892abeb0f92e262585c3a7b656620d97f20ae04e2d3427f831403481fa524483b6b98d6b36e7cd3e449fbe7ea669cbcf81c3ac2e97d91ad92075e
@@ -277,7 +277,7 @@ module Aws
277
277
  'DynamoDB' => 'dynamodb',
278
278
  'DynamoDBStreams' => 'streams.dynamodb',
279
279
  'EC2' => 'ec2',
280
- 'ECR' => 'ecr',
280
+ 'ECR' => 'api.ecr',
281
281
  'ECS' => 'ecs',
282
282
  'EFS' => 'elasticfilesystem',
283
283
  'EKS' => 'eks',
@@ -102,6 +102,106 @@
102
102
  "us-west-2" : { }
103
103
  }
104
104
  },
105
+ "api.ecr" : {
106
+ "endpoints" : {
107
+ "ap-northeast-1" : {
108
+ "credentialScope" : {
109
+ "region" : "ap-northeast-1"
110
+ },
111
+ "hostname" : "api.ecr.ap-northeast-1.amazonaws.com"
112
+ },
113
+ "ap-northeast-2" : {
114
+ "credentialScope" : {
115
+ "region" : "ap-northeast-2"
116
+ },
117
+ "hostname" : "api.ecr.ap-northeast-2.amazonaws.com"
118
+ },
119
+ "ap-south-1" : {
120
+ "credentialScope" : {
121
+ "region" : "ap-south-1"
122
+ },
123
+ "hostname" : "api.ecr.ap-south-1.amazonaws.com"
124
+ },
125
+ "ap-southeast-1" : {
126
+ "credentialScope" : {
127
+ "region" : "ap-southeast-1"
128
+ },
129
+ "hostname" : "api.ecr.ap-southeast-1.amazonaws.com"
130
+ },
131
+ "ap-southeast-2" : {
132
+ "credentialScope" : {
133
+ "region" : "ap-southeast-2"
134
+ },
135
+ "hostname" : "api.ecr.ap-southeast-2.amazonaws.com"
136
+ },
137
+ "ca-central-1" : {
138
+ "credentialScope" : {
139
+ "region" : "ca-central-1"
140
+ },
141
+ "hostname" : "api.ecr.ca-central-1.amazonaws.com"
142
+ },
143
+ "eu-central-1" : {
144
+ "credentialScope" : {
145
+ "region" : "eu-central-1"
146
+ },
147
+ "hostname" : "api.ecr.eu-central-1.amazonaws.com"
148
+ },
149
+ "eu-north-1" : {
150
+ "credentialScope" : {
151
+ "region" : "eu-north-1"
152
+ },
153
+ "hostname" : "api.ecr.eu-north-1.amazonaws.com"
154
+ },
155
+ "eu-west-1" : {
156
+ "credentialScope" : {
157
+ "region" : "eu-west-1"
158
+ },
159
+ "hostname" : "api.ecr.eu-west-1.amazonaws.com"
160
+ },
161
+ "eu-west-2" : {
162
+ "credentialScope" : {
163
+ "region" : "eu-west-2"
164
+ },
165
+ "hostname" : "api.ecr.eu-west-2.amazonaws.com"
166
+ },
167
+ "eu-west-3" : {
168
+ "credentialScope" : {
169
+ "region" : "eu-west-3"
170
+ },
171
+ "hostname" : "api.ecr.eu-west-3.amazonaws.com"
172
+ },
173
+ "sa-east-1" : {
174
+ "credentialScope" : {
175
+ "region" : "sa-east-1"
176
+ },
177
+ "hostname" : "api.ecr.sa-east-1.amazonaws.com"
178
+ },
179
+ "us-east-1" : {
180
+ "credentialScope" : {
181
+ "region" : "us-east-1"
182
+ },
183
+ "hostname" : "api.ecr.us-east-1.amazonaws.com"
184
+ },
185
+ "us-east-2" : {
186
+ "credentialScope" : {
187
+ "region" : "us-east-2"
188
+ },
189
+ "hostname" : "api.ecr.us-east-2.amazonaws.com"
190
+ },
191
+ "us-west-1" : {
192
+ "credentialScope" : {
193
+ "region" : "us-west-1"
194
+ },
195
+ "hostname" : "api.ecr.us-west-1.amazonaws.com"
196
+ },
197
+ "us-west-2" : {
198
+ "credentialScope" : {
199
+ "region" : "us-west-2"
200
+ },
201
+ "hostname" : "api.ecr.us-west-2.amazonaws.com"
202
+ }
203
+ }
204
+ },
105
205
  "api.mediatailor" : {
106
206
  "endpoints" : {
107
207
  "ap-northeast-1" : { },
@@ -2738,6 +2838,22 @@
2738
2838
  }
2739
2839
  },
2740
2840
  "services" : {
2841
+ "api.ecr" : {
2842
+ "endpoints" : {
2843
+ "cn-north-1" : {
2844
+ "credentialScope" : {
2845
+ "region" : "cn-north-1"
2846
+ },
2847
+ "hostname" : "api.ecr.cn-north-1.amazonaws.com.cn"
2848
+ },
2849
+ "cn-northwest-1" : {
2850
+ "credentialScope" : {
2851
+ "region" : "cn-northwest-1"
2852
+ },
2853
+ "hostname" : "api.ecr.cn-northwest-1.amazonaws.com.cn"
2854
+ }
2855
+ }
2856
+ },
2741
2857
  "apigateway" : {
2742
2858
  "endpoints" : {
2743
2859
  "cn-north-1" : { },
@@ -3118,6 +3234,22 @@
3118
3234
  "us-gov-west-1" : { }
3119
3235
  }
3120
3236
  },
3237
+ "api.ecr" : {
3238
+ "endpoints" : {
3239
+ "us-gov-east-1" : {
3240
+ "credentialScope" : {
3241
+ "region" : "us-gov-east-1"
3242
+ },
3243
+ "hostname" : "api.ecr.us-gov-east-1.amazonaws.com"
3244
+ },
3245
+ "us-gov-west-1" : {
3246
+ "credentialScope" : {
3247
+ "region" : "us-gov-west-1"
3248
+ },
3249
+ "hostname" : "api.ecr.us-gov-west-1.amazonaws.com"
3250
+ }
3251
+ }
3252
+ },
3121
3253
  "api.sagemaker" : {
3122
3254
  "endpoints" : {
3123
3255
  "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.134.0
4
+ version: 1.135.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: 2019-01-23 00:00:00.000000000 Z
11
+ date: 2019-01-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: