aws-partitions 1.240.0 → 1.245.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/lib/aws-partitions.rb +6 -1
- data/lib/aws-partitions/endpoint_provider.rb +50 -60
- data/lib/aws-partitions/partition.rb +30 -19
- data/partitions.json +31 -20
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55ad18242e18988ced1efc0212f45fc877ef44ad
|
|
4
|
+
data.tar.gz: bfa0b639224dee14b82cffa361fd6bbd6007f715
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 472bab95d3b360a2f5e324a2421455d188d2ee985f7d28330af40cd8b338e45f3653ec4f90dd55ccd9356d62ec5a4266c56bc3e945bc424811d4fde9110b24cb
|
|
7
|
+
data.tar.gz: 5b22637985c9496bb6dd3d7ab84367026aef09f017151a29db390075305cc90d5bd057fd847a2fb6c2c3143ccfe875c3ce86d447dd38b5d6cf6445f7f22891c6
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -228,6 +228,7 @@ module Aws
|
|
|
228
228
|
'Amplify' => 'amplify',
|
|
229
229
|
'ApiGatewayManagementApi' => 'execute-api',
|
|
230
230
|
'ApiGatewayV2' => 'apigateway',
|
|
231
|
+
'AppConfig' => 'appconfig',
|
|
231
232
|
'AppMesh' => 'appmesh',
|
|
232
233
|
'AppStream' => 'appstream2',
|
|
233
234
|
'AppSync' => 'appsync',
|
|
@@ -236,7 +237,7 @@ module Aws
|
|
|
236
237
|
'ApplicationInsights' => 'applicationinsights',
|
|
237
238
|
'Athena' => 'athena',
|
|
238
239
|
'AutoScaling' => 'autoscaling',
|
|
239
|
-
'AutoScalingPlans' => 'autoscaling',
|
|
240
|
+
'AutoScalingPlans' => 'autoscaling-plans',
|
|
240
241
|
'Backup' => 'backup',
|
|
241
242
|
'Batch' => 'batch',
|
|
242
243
|
'Budgets' => 'budgets',
|
|
@@ -265,6 +266,7 @@ module Aws
|
|
|
265
266
|
'ComprehendMedical' => 'comprehendmedical',
|
|
266
267
|
'ConfigService' => 'config',
|
|
267
268
|
'Connect' => 'connect',
|
|
269
|
+
'ConnectParticipant' => 'participant.connect',
|
|
268
270
|
'CostExplorer' => 'ce',
|
|
269
271
|
'CostandUsageReportService' => 'cur',
|
|
270
272
|
'DAX' => 'dax',
|
|
@@ -316,6 +318,7 @@ module Aws
|
|
|
316
318
|
'IoTEvents' => 'iotevents',
|
|
317
319
|
'IoTEventsData' => 'data.iotevents',
|
|
318
320
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
321
|
+
'IoTSecureTunneling' => 'api.tunneling.iot',
|
|
319
322
|
'IoTThingsGraph' => 'iotthingsgraph',
|
|
320
323
|
'KMS' => 'kms',
|
|
321
324
|
'Kafka' => 'kafka',
|
|
@@ -350,6 +353,7 @@ module Aws
|
|
|
350
353
|
'MediaStoreData' => 'data.mediastore',
|
|
351
354
|
'MediaTailor' => 'api.mediatailor',
|
|
352
355
|
'MigrationHub' => 'mgh',
|
|
356
|
+
'MigrationHubConfig' => 'migrationhub-config',
|
|
353
357
|
'Mobile' => 'mobile',
|
|
354
358
|
'Neptune' => 'rds',
|
|
355
359
|
'OpsWorks' => 'opsworks',
|
|
@@ -413,6 +417,7 @@ module Aws
|
|
|
413
417
|
'Translate' => 'translate',
|
|
414
418
|
'WAF' => 'waf',
|
|
415
419
|
'WAFRegional' => 'waf-regional',
|
|
420
|
+
'WAFV2' => 'wafv2',
|
|
416
421
|
'WorkDocs' => 'workdocs',
|
|
417
422
|
'WorkLink' => 'worklink',
|
|
418
423
|
'WorkMail' => 'workmail',
|
|
@@ -2,11 +2,9 @@ module Aws
|
|
|
2
2
|
module Partitions
|
|
3
3
|
# @api private
|
|
4
4
|
class EndpointProvider
|
|
5
|
-
|
|
6
|
-
#
|
|
7
|
-
|
|
8
|
-
# following regions
|
|
9
|
-
STS_LEGACY_REGIONS = %w(
|
|
5
|
+
# When sts_regional_endpoint is set to `legacy`, the endpoint
|
|
6
|
+
# pattern stays global for the following regions:
|
|
7
|
+
STS_LEGACY_REGIONS = %w[
|
|
10
8
|
ap-northeast-1
|
|
11
9
|
ap-south-1
|
|
12
10
|
ap-southeast-1
|
|
@@ -23,13 +21,13 @@ module Aws
|
|
|
23
21
|
us-east-2
|
|
24
22
|
us-west-1
|
|
25
23
|
us-west-2
|
|
26
|
-
|
|
24
|
+
].freeze
|
|
27
25
|
|
|
28
26
|
# Can be removed once S3 endpoint is updated
|
|
29
27
|
S3_IAD_REGIONAL = {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
28
|
+
'hostname' => 's3.us-east-1.amazonaws.com',
|
|
29
|
+
'signatureVersions' => %w[s3 s3v4]
|
|
30
|
+
}.freeze
|
|
33
31
|
|
|
34
32
|
# Intentionally marked private. The format of the endpoint rules
|
|
35
33
|
# is an implementation detail.
|
|
@@ -38,78 +36,74 @@ module Aws
|
|
|
38
36
|
@rules = rules
|
|
39
37
|
end
|
|
40
38
|
|
|
41
|
-
# @param [String] region
|
|
42
|
-
# @param [String] service The endpoint prefix for the service, e.g.
|
|
43
|
-
# cloudwatch.
|
|
44
|
-
# @param [String] sts_regional_endpoints [STS only] Whether to use
|
|
45
|
-
# legacy regions) or `regional` mode for
|
|
46
|
-
#
|
|
39
|
+
# @param [String] region The region for the client.
|
|
40
|
+
# @param [String] service The endpoint prefix for the service, e.g.
|
|
41
|
+
# "monitoring" for cloudwatch.
|
|
42
|
+
# @param [String] sts_regional_endpoints [STS only] Whether to use
|
|
43
|
+
# `legacy` (global endpoint for legacy regions) or `regional` mode for
|
|
44
|
+
# using regional endpoint for supported regions except 'aws-global'
|
|
47
45
|
# @api private Use the static class methods instead.
|
|
48
46
|
def resolve(region, service, sts_regional_endpoints)
|
|
49
|
-
|
|
47
|
+
'https://' + endpoint_for(region, service, sts_regional_endpoints)
|
|
50
48
|
end
|
|
51
49
|
|
|
52
50
|
# @api private Use the static class methods instead.
|
|
53
51
|
def signing_region(region, service)
|
|
54
|
-
get_partition(region)
|
|
55
|
-
fetch(
|
|
56
|
-
fetch(service, {})
|
|
57
|
-
fetch(
|
|
58
|
-
fetch(region, {})
|
|
59
|
-
fetch(
|
|
60
|
-
fetch(
|
|
52
|
+
get_partition(region)
|
|
53
|
+
.fetch('services', {})
|
|
54
|
+
.fetch(service, {})
|
|
55
|
+
.fetch('endpoints', {})
|
|
56
|
+
.fetch(region, {})
|
|
57
|
+
.fetch('credentialScope', {})
|
|
58
|
+
.fetch('region', region)
|
|
61
59
|
end
|
|
62
60
|
|
|
63
61
|
# @api private Use the static class methods instead.
|
|
64
62
|
def dns_suffix_for(region)
|
|
65
|
-
|
|
66
|
-
partition['dnsSuffix']
|
|
63
|
+
get_partition(region)['dnsSuffix']
|
|
67
64
|
end
|
|
68
65
|
|
|
69
66
|
private
|
|
70
67
|
|
|
71
68
|
def endpoint_for(region, service, sts_regional_endpoints)
|
|
72
69
|
partition = get_partition(region)
|
|
73
|
-
|
|
74
|
-
service_cfg = partition.fetch("services", {}).fetch(service, {})
|
|
70
|
+
service_cfg = partition.fetch('services', {}).fetch(service, {})
|
|
75
71
|
|
|
76
|
-
#
|
|
77
|
-
endpoint = service_cfg
|
|
72
|
+
# Find the default endpoint
|
|
73
|
+
endpoint = service_cfg
|
|
74
|
+
.fetch('defaults', {})
|
|
75
|
+
.fetch('hostname', partition['defaults']['hostname'])
|
|
78
76
|
|
|
79
77
|
# Check for sts legacy behavior
|
|
80
78
|
sts_legacy = service == 'sts' &&
|
|
81
|
-
|
|
82
|
-
|
|
79
|
+
sts_regional_endpoints == 'legacy' &&
|
|
80
|
+
STS_LEGACY_REGIONS.include?(region)
|
|
83
81
|
|
|
84
82
|
# Check for global endpoint.
|
|
85
|
-
if sts_legacy || service_cfg[
|
|
86
|
-
region = service_cfg.fetch(
|
|
83
|
+
if sts_legacy || service_cfg['isRegionalized'] == false
|
|
84
|
+
region = service_cfg.fetch('partitionEndpoint', region)
|
|
87
85
|
end
|
|
88
86
|
|
|
89
87
|
# Can be removed once S3 endpoint is updated
|
|
90
|
-
if (service == 's3') && (region ==
|
|
91
|
-
service_cfg[
|
|
88
|
+
if (service == 's3') && (region == 'us-east-1')
|
|
89
|
+
service_cfg['endpoints'][region] = S3_IAD_REGIONAL
|
|
92
90
|
end
|
|
93
91
|
|
|
94
92
|
# Check for service/region level endpoint.
|
|
95
|
-
endpoint = service_cfg
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
hostname_template.
|
|
104
|
-
sub('{region}', region).
|
|
105
|
-
sub('{service}', service).
|
|
106
|
-
sub('{dnsSuffix}', partition["dnsSuffix"])
|
|
93
|
+
endpoint = service_cfg
|
|
94
|
+
.fetch('endpoints', {})
|
|
95
|
+
.fetch(region, {}).fetch('hostname', endpoint)
|
|
96
|
+
|
|
97
|
+
# Replace placeholders from the endpoints
|
|
98
|
+
endpoint.sub('{region}', region)
|
|
99
|
+
.sub('{service}', service)
|
|
100
|
+
.sub('{dnsSuffix}', partition['dnsSuffix'])
|
|
107
101
|
end
|
|
108
102
|
|
|
109
103
|
def get_partition(region)
|
|
110
104
|
partition_containing_region(region) ||
|
|
111
|
-
|
|
112
|
-
|
|
105
|
+
partition_matching_region(region) ||
|
|
106
|
+
default_partition
|
|
113
107
|
end
|
|
114
108
|
|
|
115
109
|
def partition_containing_region(region)
|
|
@@ -120,23 +114,20 @@ module Aws
|
|
|
120
114
|
|
|
121
115
|
def partition_matching_region(region)
|
|
122
116
|
@rules['partitions'].find do |p|
|
|
123
|
-
region.match(p[
|
|
124
|
-
|
|
117
|
+
region.match(p['regionRegex']) ||
|
|
118
|
+
p['services'].values.find do |svc|
|
|
119
|
+
svc['endpoints'].key?(region) if svc.key?('endpoints')
|
|
120
|
+
end
|
|
125
121
|
end
|
|
126
122
|
end
|
|
127
123
|
|
|
128
124
|
def default_partition
|
|
129
|
-
@rules['partitions'].find { |p| p[
|
|
130
|
-
|
|
125
|
+
@rules['partitions'].find { |p| p['partition'] == 'aws' } ||
|
|
126
|
+
@rules['partitions'].first
|
|
131
127
|
end
|
|
132
128
|
|
|
133
129
|
class << self
|
|
134
|
-
|
|
135
|
-
def resolve(
|
|
136
|
-
region,
|
|
137
|
-
service,
|
|
138
|
-
sts_regional_endpoints = 'legacy'
|
|
139
|
-
)
|
|
130
|
+
def resolve(region, service, sts_regional_endpoints = 'legacy')
|
|
140
131
|
default_provider.resolve(region, service, sts_regional_endpoints)
|
|
141
132
|
end
|
|
142
133
|
|
|
@@ -153,7 +144,6 @@ module Aws
|
|
|
153
144
|
def default_provider
|
|
154
145
|
@default_provider ||= EndpointProvider.new(Partitions.defaults)
|
|
155
146
|
end
|
|
156
|
-
|
|
157
147
|
end
|
|
158
148
|
end
|
|
159
149
|
end
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
module Aws
|
|
2
2
|
module Partitions
|
|
3
3
|
class Partition
|
|
4
|
-
|
|
5
4
|
# @option options [required, String] :name
|
|
6
5
|
# @option options [required, Hash<String,Region>] :regions
|
|
7
6
|
# @option options [required, Hash<String,Service>] :services
|
|
@@ -23,7 +22,7 @@ module Aws
|
|
|
23
22
|
@regions[region_name]
|
|
24
23
|
else
|
|
25
24
|
msg = "invalid region name #{region_name.inspect}; valid region "
|
|
26
|
-
msg << "names include
|
|
25
|
+
msg << "names include #{@regions.keys.join(', ')}"
|
|
27
26
|
raise ArgumentError, msg
|
|
28
27
|
end
|
|
29
28
|
end
|
|
@@ -33,6 +32,12 @@ module Aws
|
|
|
33
32
|
@regions.values
|
|
34
33
|
end
|
|
35
34
|
|
|
35
|
+
# @param [String] region_name The name of the region, e.g. "us-east-1".
|
|
36
|
+
# @return [Boolean] true if the region is in the partition.
|
|
37
|
+
def region?(region_name)
|
|
38
|
+
@regions.key?(region_name)
|
|
39
|
+
end
|
|
40
|
+
|
|
36
41
|
# @param [String] service_name The service module name.
|
|
37
42
|
# @return [Service]
|
|
38
43
|
# @raise [ArgumentError] Raises `ArgumentError` for unknown service name.
|
|
@@ -41,7 +46,7 @@ module Aws
|
|
|
41
46
|
@services[service_name]
|
|
42
47
|
else
|
|
43
48
|
msg = "invalid service name #{service_name.inspect}; valid service "
|
|
44
|
-
msg << "names include
|
|
49
|
+
msg << "names include #{@services.keys.join(', ')}"
|
|
45
50
|
raise ArgumentError, msg
|
|
46
51
|
end
|
|
47
52
|
end
|
|
@@ -51,14 +56,19 @@ module Aws
|
|
|
51
56
|
@services.values
|
|
52
57
|
end
|
|
53
58
|
|
|
54
|
-
|
|
59
|
+
# @param [String] service_name The service module name.
|
|
60
|
+
# @return [Boolean] true if the service is in the partition.
|
|
61
|
+
def service?(service_name)
|
|
62
|
+
@services.key?(service_name)
|
|
63
|
+
end
|
|
55
64
|
|
|
65
|
+
class << self
|
|
56
66
|
# @api private
|
|
57
67
|
def build(partition)
|
|
58
68
|
Partition.new(
|
|
59
69
|
name: partition['partition'],
|
|
60
70
|
regions: build_regions(partition),
|
|
61
|
-
services: build_services(partition)
|
|
71
|
+
services: build_services(partition)
|
|
62
72
|
)
|
|
63
73
|
end
|
|
64
74
|
|
|
@@ -67,28 +77,29 @@ module Aws
|
|
|
67
77
|
# @param [Hash] partition
|
|
68
78
|
# @return [Hash<String,Region>]
|
|
69
79
|
def build_regions(partition)
|
|
70
|
-
partition['regions'].
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
regions
|
|
80
|
+
partition['regions'].each_with_object({}) do
|
|
81
|
+
|(region_name, region), regions|
|
|
82
|
+
next if region_name == "#{partition['partition']}-global"
|
|
83
|
+
|
|
84
|
+
regions[region_name] = Region.build(
|
|
85
|
+
region_name, region, partition
|
|
86
|
+
)
|
|
75
87
|
end
|
|
76
88
|
end
|
|
77
89
|
|
|
78
90
|
# @param [Hash] partition
|
|
79
91
|
# @return [Hash<String,Service>]
|
|
80
92
|
def build_services(partition)
|
|
81
|
-
Partitions.service_ids.
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
93
|
+
Partitions.service_ids.each_with_object({}) do
|
|
94
|
+
|(service_name, service), services|
|
|
95
|
+
service_data = partition['services'].fetch(
|
|
96
|
+
service, 'endpoints' => {}
|
|
97
|
+
)
|
|
98
|
+
services[service_name] = Service.build(
|
|
99
|
+
service_name, service_data, partition
|
|
100
|
+
)
|
|
89
101
|
end
|
|
90
102
|
end
|
|
91
|
-
|
|
92
103
|
end
|
|
93
104
|
end
|
|
94
105
|
end
|
data/partitions.json
CHANGED
|
@@ -322,10 +322,6 @@
|
|
|
322
322
|
},
|
|
323
323
|
"application-autoscaling" : {
|
|
324
324
|
"defaults" : {
|
|
325
|
-
"credentialScope" : {
|
|
326
|
-
"service" : "application-autoscaling"
|
|
327
|
-
},
|
|
328
|
-
"hostname" : "autoscaling.{region}.amazonaws.com",
|
|
329
325
|
"protocols" : [ "http", "https" ]
|
|
330
326
|
},
|
|
331
327
|
"endpoints" : {
|
|
@@ -454,10 +450,6 @@
|
|
|
454
450
|
},
|
|
455
451
|
"autoscaling-plans" : {
|
|
456
452
|
"defaults" : {
|
|
457
|
-
"credentialScope" : {
|
|
458
|
-
"service" : "autoscaling-plans"
|
|
459
|
-
},
|
|
460
|
-
"hostname" : "autoscaling.{region}.amazonaws.com",
|
|
461
453
|
"protocols" : [ "http", "https" ]
|
|
462
454
|
},
|
|
463
455
|
"endpoints" : {
|
|
@@ -1028,12 +1020,15 @@
|
|
|
1028
1020
|
},
|
|
1029
1021
|
"datasync" : {
|
|
1030
1022
|
"endpoints" : {
|
|
1023
|
+
"ap-east-1" : { },
|
|
1031
1024
|
"ap-northeast-1" : { },
|
|
1032
1025
|
"ap-northeast-2" : { },
|
|
1026
|
+
"ap-south-1" : { },
|
|
1033
1027
|
"ap-southeast-1" : { },
|
|
1034
1028
|
"ap-southeast-2" : { },
|
|
1035
1029
|
"ca-central-1" : { },
|
|
1036
1030
|
"eu-central-1" : { },
|
|
1031
|
+
"eu-north-1" : { },
|
|
1037
1032
|
"eu-west-1" : { },
|
|
1038
1033
|
"eu-west-2" : { },
|
|
1039
1034
|
"eu-west-3" : { },
|
|
@@ -1062,6 +1057,7 @@
|
|
|
1062
1057
|
"hostname" : "datasync-fips.us-west-2.amazonaws.com"
|
|
1063
1058
|
},
|
|
1064
1059
|
"me-south-1" : { },
|
|
1060
|
+
"sa-east-1" : { },
|
|
1065
1061
|
"us-east-1" : { },
|
|
1066
1062
|
"us-east-2" : { },
|
|
1067
1063
|
"us-west-1" : { },
|
|
@@ -1114,6 +1110,7 @@
|
|
|
1114
1110
|
},
|
|
1115
1111
|
"discovery" : {
|
|
1116
1112
|
"endpoints" : {
|
|
1113
|
+
"eu-central-1" : { },
|
|
1117
1114
|
"us-west-2" : { }
|
|
1118
1115
|
}
|
|
1119
1116
|
},
|
|
@@ -1396,6 +1393,7 @@
|
|
|
1396
1393
|
},
|
|
1397
1394
|
"elasticfilesystem" : {
|
|
1398
1395
|
"endpoints" : {
|
|
1396
|
+
"ap-east-1" : { },
|
|
1399
1397
|
"ap-northeast-1" : { },
|
|
1400
1398
|
"ap-northeast-2" : { },
|
|
1401
1399
|
"ap-south-1" : { },
|
|
@@ -1403,9 +1401,12 @@
|
|
|
1403
1401
|
"ap-southeast-2" : { },
|
|
1404
1402
|
"ca-central-1" : { },
|
|
1405
1403
|
"eu-central-1" : { },
|
|
1404
|
+
"eu-north-1" : { },
|
|
1406
1405
|
"eu-west-1" : { },
|
|
1407
1406
|
"eu-west-2" : { },
|
|
1408
1407
|
"eu-west-3" : { },
|
|
1408
|
+
"me-south-1" : { },
|
|
1409
|
+
"sa-east-1" : { },
|
|
1409
1410
|
"us-east-1" : { },
|
|
1410
1411
|
"us-east-2" : { },
|
|
1411
1412
|
"us-west-1" : { },
|
|
@@ -2041,12 +2042,17 @@
|
|
|
2041
2042
|
"lakeformation" : {
|
|
2042
2043
|
"endpoints" : {
|
|
2043
2044
|
"ap-northeast-1" : { },
|
|
2045
|
+
"ap-northeast-2" : { },
|
|
2044
2046
|
"ap-south-1" : { },
|
|
2045
2047
|
"ap-southeast-1" : { },
|
|
2046
2048
|
"ap-southeast-2" : { },
|
|
2049
|
+
"ca-central-1" : { },
|
|
2050
|
+
"eu-central-1" : { },
|
|
2047
2051
|
"eu-west-1" : { },
|
|
2052
|
+
"eu-west-2" : { },
|
|
2048
2053
|
"us-east-1" : { },
|
|
2049
2054
|
"us-east-2" : { },
|
|
2055
|
+
"us-west-1" : { },
|
|
2050
2056
|
"us-west-2" : { }
|
|
2051
2057
|
}
|
|
2052
2058
|
},
|
|
@@ -2258,6 +2264,7 @@
|
|
|
2258
2264
|
},
|
|
2259
2265
|
"mgh" : {
|
|
2260
2266
|
"endpoints" : {
|
|
2267
|
+
"eu-central-1" : { },
|
|
2261
2268
|
"us-west-2" : { }
|
|
2262
2269
|
}
|
|
2263
2270
|
},
|
|
@@ -2651,6 +2658,10 @@
|
|
|
2651
2658
|
"qldb" : {
|
|
2652
2659
|
"endpoints" : {
|
|
2653
2660
|
"ap-northeast-1" : { },
|
|
2661
|
+
"ap-northeast-2" : { },
|
|
2662
|
+
"ap-southeast-1" : { },
|
|
2663
|
+
"ap-southeast-2" : { },
|
|
2664
|
+
"eu-central-1" : { },
|
|
2654
2665
|
"eu-west-1" : { },
|
|
2655
2666
|
"us-east-1" : { },
|
|
2656
2667
|
"us-east-2" : { },
|
|
@@ -2670,6 +2681,7 @@
|
|
|
2670
2681
|
"eu-west-1" : { },
|
|
2671
2682
|
"eu-west-2" : { },
|
|
2672
2683
|
"eu-west-3" : { },
|
|
2684
|
+
"sa-east-1" : { },
|
|
2673
2685
|
"us-east-1" : { },
|
|
2674
2686
|
"us-east-2" : { },
|
|
2675
2687
|
"us-west-1" : { },
|
|
@@ -3326,6 +3338,10 @@
|
|
|
3326
3338
|
"session.qldb" : {
|
|
3327
3339
|
"endpoints" : {
|
|
3328
3340
|
"ap-northeast-1" : { },
|
|
3341
|
+
"ap-northeast-2" : { },
|
|
3342
|
+
"ap-southeast-1" : { },
|
|
3343
|
+
"ap-southeast-2" : { },
|
|
3344
|
+
"eu-central-1" : { },
|
|
3329
3345
|
"eu-west-1" : { },
|
|
3330
3346
|
"us-east-1" : { },
|
|
3331
3347
|
"us-east-2" : { },
|
|
@@ -3704,6 +3720,7 @@
|
|
|
3704
3720
|
},
|
|
3705
3721
|
"endpoints" : {
|
|
3706
3722
|
"ap-east-1" : { },
|
|
3723
|
+
"ap-northeast-1" : { },
|
|
3707
3724
|
"ap-northeast-2" : { },
|
|
3708
3725
|
"ap-south-1" : { },
|
|
3709
3726
|
"ap-southeast-1" : { },
|
|
@@ -3919,10 +3936,6 @@
|
|
|
3919
3936
|
},
|
|
3920
3937
|
"application-autoscaling" : {
|
|
3921
3938
|
"defaults" : {
|
|
3922
|
-
"credentialScope" : {
|
|
3923
|
-
"service" : "application-autoscaling"
|
|
3924
|
-
},
|
|
3925
|
-
"hostname" : "autoscaling.{region}.amazonaws.com",
|
|
3926
3939
|
"protocols" : [ "http", "https" ]
|
|
3927
3940
|
},
|
|
3928
3941
|
"endpoints" : {
|
|
@@ -4424,6 +4437,9 @@
|
|
|
4424
4437
|
}
|
|
4425
4438
|
},
|
|
4426
4439
|
"application-autoscaling" : {
|
|
4440
|
+
"defaults" : {
|
|
4441
|
+
"protocols" : [ "http", "https" ]
|
|
4442
|
+
},
|
|
4427
4443
|
"endpoints" : {
|
|
4428
4444
|
"us-gov-east-1" : { },
|
|
4429
4445
|
"us-gov-west-1" : { }
|
|
@@ -4556,6 +4572,7 @@
|
|
|
4556
4572
|
},
|
|
4557
4573
|
"hostname" : "datasync-fips.us-gov-west-1.amazonaws.com"
|
|
4558
4574
|
},
|
|
4575
|
+
"us-gov-east-1" : { },
|
|
4559
4576
|
"us-gov-west-1" : { }
|
|
4560
4577
|
}
|
|
4561
4578
|
},
|
|
@@ -5147,10 +5164,7 @@
|
|
|
5147
5164
|
},
|
|
5148
5165
|
"application-autoscaling" : {
|
|
5149
5166
|
"defaults" : {
|
|
5150
|
-
"
|
|
5151
|
-
"service" : "application-autoscaling"
|
|
5152
|
-
},
|
|
5153
|
-
"hostname" : "autoscaling.{region}.amazonaws.com",
|
|
5167
|
+
"hostname" : "autoscaling.us-iso-east-1.c2s.ic.gov",
|
|
5154
5168
|
"protocols" : [ "http", "https" ]
|
|
5155
5169
|
},
|
|
5156
5170
|
"endpoints" : {
|
|
@@ -5420,10 +5434,7 @@
|
|
|
5420
5434
|
"services" : {
|
|
5421
5435
|
"application-autoscaling" : {
|
|
5422
5436
|
"defaults" : {
|
|
5423
|
-
"
|
|
5424
|
-
"service" : "application-autoscaling"
|
|
5425
|
-
},
|
|
5426
|
-
"hostname" : "autoscaling.{region}.amazonaws.com",
|
|
5437
|
+
"hostname" : "autoscaling.us-isob-east-1.sc2s.sgov.gov",
|
|
5427
5438
|
"protocols" : [ "http", "https" ]
|
|
5428
5439
|
},
|
|
5429
5440
|
"endpoints" : {
|
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.245.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-11-
|
|
11
|
+
date: 2019-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|