aws-partitions 1.228.0 → 1.239.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/endpoint_provider.rb +17 -2
- data/lib/aws-partitions/service.rb +1 -1
- data/lib/aws-partitions.rb +7 -0
- data/partitions.json +238 -2
- 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: 4c2955d254cdff4a90f5a656dd69c984b54b21d0
|
|
4
|
+
data.tar.gz: 4659969803d11521b729519def50eef5396c057c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05076d220d5e6ee7412260354353c182d87772e6c4bc4be7b422543b07e3f852c20c26e6eb79a930b102158aba0e323ff53a7ce474dcbcb9ea45d0235ff90e03
|
|
7
|
+
data.tar.gz: 3e84be0b9621d87ab0f8fb94c61413e6ff89f4b0157a81a084a84ba1f2723323e531d3ad5dc8685f84050b601427b8f74321b5050ce4edd4985ea88eeb40236d
|
|
@@ -25,6 +25,12 @@ module Aws
|
|
|
25
25
|
us-west-2
|
|
26
26
|
)
|
|
27
27
|
|
|
28
|
+
# Can be removed once S3 endpoint is updated
|
|
29
|
+
S3_IAD_REGIONAL = {
|
|
30
|
+
"hostname" => "s3.us-east-1.amazonaws.com",
|
|
31
|
+
"signatureVersions" => [ "s3", "s3v4" ]
|
|
32
|
+
}
|
|
33
|
+
|
|
28
34
|
# Intentionally marked private. The format of the endpoint rules
|
|
29
35
|
# is an implementation detail.
|
|
30
36
|
# @api private
|
|
@@ -39,7 +45,7 @@ module Aws
|
|
|
39
45
|
# legacy regions) or `regional` mode for using regional endpoint for supported regions
|
|
40
46
|
# except 'aws-global'
|
|
41
47
|
# @api private Use the static class methods instead.
|
|
42
|
-
def resolve(region, service, sts_regional_endpoints
|
|
48
|
+
def resolve(region, service, sts_regional_endpoints)
|
|
43
49
|
"https://" + endpoint_for(region, service, sts_regional_endpoints)
|
|
44
50
|
end
|
|
45
51
|
|
|
@@ -80,6 +86,11 @@ module Aws
|
|
|
80
86
|
region = service_cfg.fetch("partitionEndpoint", region)
|
|
81
87
|
end
|
|
82
88
|
|
|
89
|
+
# Can be removed once S3 endpoint is updated
|
|
90
|
+
if (service == 's3') && (region == "us-east-1")
|
|
91
|
+
service_cfg["endpoints"][region] = S3_IAD_REGIONAL
|
|
92
|
+
end
|
|
93
|
+
|
|
83
94
|
# Check for service/region level endpoint.
|
|
84
95
|
endpoint = service_cfg.fetch("endpoints", {}).
|
|
85
96
|
fetch(region, {}).fetch("hostname", endpoint)
|
|
@@ -121,7 +132,11 @@ module Aws
|
|
|
121
132
|
|
|
122
133
|
class << self
|
|
123
134
|
|
|
124
|
-
def resolve(
|
|
135
|
+
def resolve(
|
|
136
|
+
region,
|
|
137
|
+
service,
|
|
138
|
+
sts_regional_endpoints = 'legacy'
|
|
139
|
+
)
|
|
125
140
|
default_provider.resolve(region, service, sts_regional_endpoints)
|
|
126
141
|
end
|
|
127
142
|
|
|
@@ -35,7 +35,7 @@ module Aws
|
|
|
35
35
|
|
|
36
36
|
# Returns `false` if the service operates with a single global
|
|
37
37
|
# endpoint for the current partition, returns `true` if the service
|
|
38
|
-
# is available in
|
|
38
|
+
# is available in multiple regions.
|
|
39
39
|
#
|
|
40
40
|
# Some services have both a partition endpoint and regional endpoints.
|
|
41
41
|
#
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -257,6 +257,7 @@ module Aws
|
|
|
257
257
|
'CodeDeploy' => 'codedeploy',
|
|
258
258
|
'CodePipeline' => 'codepipeline',
|
|
259
259
|
'CodeStar' => 'codestar',
|
|
260
|
+
'CodeStarNotifications' => 'codestar-notifications',
|
|
260
261
|
'CognitoIdentity' => 'cognito-identity',
|
|
261
262
|
'CognitoIdentityProvider' => 'cognito-idp',
|
|
262
263
|
'CognitoSync' => 'cognito-sync',
|
|
@@ -268,6 +269,7 @@ module Aws
|
|
|
268
269
|
'CostandUsageReportService' => 'cur',
|
|
269
270
|
'DAX' => 'dax',
|
|
270
271
|
'DLM' => 'dlm',
|
|
272
|
+
'DataExchange' => 'dataexchange',
|
|
271
273
|
'DataPipeline' => 'datapipeline',
|
|
272
274
|
'DataSync' => 'datasync',
|
|
273
275
|
'DatabaseMigrationService' => 'dms',
|
|
@@ -335,6 +337,7 @@ module Aws
|
|
|
335
337
|
'MachineLearning' => 'machinelearning',
|
|
336
338
|
'Macie' => 'macie',
|
|
337
339
|
'ManagedBlockchain' => 'managedblockchain',
|
|
340
|
+
'MarketplaceCatalog' => 'catalog.marketplace',
|
|
338
341
|
'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
|
|
339
342
|
'MarketplaceEntitlementService' => 'entitlement.marketplace',
|
|
340
343
|
'MarketplaceMetering' => 'metering.marketplace',
|
|
@@ -378,14 +381,18 @@ module Aws
|
|
|
378
381
|
'S3' => 's3',
|
|
379
382
|
'S3Control' => 's3-control',
|
|
380
383
|
'SES' => 'email',
|
|
384
|
+
'SESV2' => 'email',
|
|
381
385
|
'SMS' => 'sms',
|
|
382
386
|
'SNS' => 'sns',
|
|
383
387
|
'SQS' => 'sqs',
|
|
384
388
|
'SSM' => 'ssm',
|
|
389
|
+
'SSO' => 'portal.sso',
|
|
390
|
+
'SSOOIDC' => 'oidc',
|
|
385
391
|
'STS' => 'sts',
|
|
386
392
|
'SWF' => 'swf',
|
|
387
393
|
'SageMaker' => 'api.sagemaker',
|
|
388
394
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
395
|
+
'SavingsPlans' => 'savingsplans',
|
|
389
396
|
'SecretsManager' => 'secretsmanager',
|
|
390
397
|
'SecurityHub' => 'securityhub',
|
|
391
398
|
'ServerlessApplicationRepository' => 'serverlessrepo',
|
data/partitions.json
CHANGED
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"eu-west-2" : { },
|
|
112
112
|
"eu-west-3" : { },
|
|
113
113
|
"me-south-1" : { },
|
|
114
|
+
"sa-east-1" : { },
|
|
114
115
|
"us-east-1" : { },
|
|
115
116
|
"us-east-2" : { },
|
|
116
117
|
"us-west-1" : { },
|
|
@@ -359,6 +360,7 @@
|
|
|
359
360
|
"eu-central-1" : { },
|
|
360
361
|
"eu-west-1" : { },
|
|
361
362
|
"eu-west-2" : { },
|
|
363
|
+
"eu-west-3" : { },
|
|
362
364
|
"us-east-1" : { },
|
|
363
365
|
"us-east-2" : { },
|
|
364
366
|
"us-west-1" : { },
|
|
@@ -417,8 +419,11 @@
|
|
|
417
419
|
"eu-north-1" : { },
|
|
418
420
|
"eu-west-1" : { },
|
|
419
421
|
"eu-west-2" : { },
|
|
422
|
+
"eu-west-3" : { },
|
|
423
|
+
"me-south-1" : { },
|
|
420
424
|
"us-east-1" : { },
|
|
421
425
|
"us-east-2" : { },
|
|
426
|
+
"us-west-1" : { },
|
|
422
427
|
"us-west-2" : { }
|
|
423
428
|
}
|
|
424
429
|
},
|
|
@@ -473,14 +478,20 @@
|
|
|
473
478
|
},
|
|
474
479
|
"backup" : {
|
|
475
480
|
"endpoints" : {
|
|
481
|
+
"ap-east-1" : { },
|
|
476
482
|
"ap-northeast-1" : { },
|
|
477
483
|
"ap-northeast-2" : { },
|
|
484
|
+
"ap-south-1" : { },
|
|
478
485
|
"ap-southeast-1" : { },
|
|
479
486
|
"ap-southeast-2" : { },
|
|
480
487
|
"ca-central-1" : { },
|
|
481
488
|
"eu-central-1" : { },
|
|
489
|
+
"eu-north-1" : { },
|
|
482
490
|
"eu-west-1" : { },
|
|
483
491
|
"eu-west-2" : { },
|
|
492
|
+
"eu-west-3" : { },
|
|
493
|
+
"me-south-1" : { },
|
|
494
|
+
"sa-east-1" : { },
|
|
484
495
|
"us-east-1" : { },
|
|
485
496
|
"us-east-2" : { },
|
|
486
497
|
"us-west-1" : { },
|
|
@@ -751,6 +762,7 @@
|
|
|
751
762
|
},
|
|
752
763
|
"hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
|
|
753
764
|
},
|
|
765
|
+
"me-south-1" : { },
|
|
754
766
|
"sa-east-1" : { },
|
|
755
767
|
"us-east-1" : { },
|
|
756
768
|
"us-east-2" : { },
|
|
@@ -990,6 +1002,21 @@
|
|
|
990
1002
|
"us-west-2" : { }
|
|
991
1003
|
}
|
|
992
1004
|
},
|
|
1005
|
+
"dataexchange" : {
|
|
1006
|
+
"endpoints" : {
|
|
1007
|
+
"ap-northeast-1" : { },
|
|
1008
|
+
"ap-northeast-2" : { },
|
|
1009
|
+
"ap-southeast-1" : { },
|
|
1010
|
+
"ap-southeast-2" : { },
|
|
1011
|
+
"eu-central-1" : { },
|
|
1012
|
+
"eu-west-1" : { },
|
|
1013
|
+
"eu-west-2" : { },
|
|
1014
|
+
"us-east-1" : { },
|
|
1015
|
+
"us-east-2" : { },
|
|
1016
|
+
"us-west-1" : { },
|
|
1017
|
+
"us-west-2" : { }
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
993
1020
|
"datapipeline" : {
|
|
994
1021
|
"endpoints" : {
|
|
995
1022
|
"ap-northeast-1" : { },
|
|
@@ -1049,6 +1076,8 @@
|
|
|
1049
1076
|
"ap-southeast-2" : { },
|
|
1050
1077
|
"eu-central-1" : { },
|
|
1051
1078
|
"eu-west-1" : { },
|
|
1079
|
+
"eu-west-2" : { },
|
|
1080
|
+
"eu-west-3" : { },
|
|
1052
1081
|
"sa-east-1" : { },
|
|
1053
1082
|
"us-east-1" : { },
|
|
1054
1083
|
"us-east-2" : { },
|
|
@@ -1160,6 +1189,12 @@
|
|
|
1160
1189
|
},
|
|
1161
1190
|
"hostname" : "rds.eu-west-2.amazonaws.com"
|
|
1162
1191
|
},
|
|
1192
|
+
"eu-west-3" : {
|
|
1193
|
+
"credentialScope" : {
|
|
1194
|
+
"region" : "eu-west-3"
|
|
1195
|
+
},
|
|
1196
|
+
"hostname" : "rds.eu-west-3.amazonaws.com"
|
|
1197
|
+
},
|
|
1163
1198
|
"us-east-1" : {
|
|
1164
1199
|
"credentialScope" : {
|
|
1165
1200
|
"region" : "us-east-1"
|
|
@@ -1182,6 +1217,7 @@
|
|
|
1182
1217
|
},
|
|
1183
1218
|
"ds" : {
|
|
1184
1219
|
"endpoints" : {
|
|
1220
|
+
"ap-east-1" : { },
|
|
1185
1221
|
"ap-northeast-1" : { },
|
|
1186
1222
|
"ap-northeast-2" : { },
|
|
1187
1223
|
"ap-south-1" : { },
|
|
@@ -1527,6 +1563,7 @@
|
|
|
1527
1563
|
"eu-west-1" : { },
|
|
1528
1564
|
"eu-west-2" : { },
|
|
1529
1565
|
"eu-west-3" : { },
|
|
1566
|
+
"me-south-1" : { },
|
|
1530
1567
|
"sa-east-1" : { },
|
|
1531
1568
|
"us-east-1" : { },
|
|
1532
1569
|
"us-east-2" : { },
|
|
@@ -1552,6 +1589,26 @@
|
|
|
1552
1589
|
"us-west-2" : { }
|
|
1553
1590
|
}
|
|
1554
1591
|
},
|
|
1592
|
+
"forecast" : {
|
|
1593
|
+
"endpoints" : {
|
|
1594
|
+
"ap-northeast-1" : { },
|
|
1595
|
+
"ap-southeast-1" : { },
|
|
1596
|
+
"eu-west-1" : { },
|
|
1597
|
+
"us-east-1" : { },
|
|
1598
|
+
"us-east-2" : { },
|
|
1599
|
+
"us-west-2" : { }
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
"forecastquery" : {
|
|
1603
|
+
"endpoints" : {
|
|
1604
|
+
"ap-northeast-1" : { },
|
|
1605
|
+
"ap-southeast-1" : { },
|
|
1606
|
+
"eu-west-1" : { },
|
|
1607
|
+
"us-east-1" : { },
|
|
1608
|
+
"us-east-2" : { },
|
|
1609
|
+
"us-west-2" : { }
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1555
1612
|
"fsx" : {
|
|
1556
1613
|
"endpoints" : {
|
|
1557
1614
|
"ap-northeast-1" : { },
|
|
@@ -1979,6 +2036,9 @@
|
|
|
1979
2036
|
"lakeformation" : {
|
|
1980
2037
|
"endpoints" : {
|
|
1981
2038
|
"ap-northeast-1" : { },
|
|
2039
|
+
"ap-south-1" : { },
|
|
2040
|
+
"ap-southeast-1" : { },
|
|
2041
|
+
"ap-southeast-2" : { },
|
|
1982
2042
|
"eu-west-1" : { },
|
|
1983
2043
|
"us-east-1" : { },
|
|
1984
2044
|
"us-east-2" : { },
|
|
@@ -2321,6 +2381,12 @@
|
|
|
2321
2381
|
},
|
|
2322
2382
|
"hostname" : "rds.ap-southeast-2.amazonaws.com"
|
|
2323
2383
|
},
|
|
2384
|
+
"ca-central-1" : {
|
|
2385
|
+
"credentialScope" : {
|
|
2386
|
+
"region" : "ca-central-1"
|
|
2387
|
+
},
|
|
2388
|
+
"hostname" : "rds.ca-central-1.amazonaws.com"
|
|
2389
|
+
},
|
|
2324
2390
|
"eu-central-1" : {
|
|
2325
2391
|
"credentialScope" : {
|
|
2326
2392
|
"region" : "eu-central-1"
|
|
@@ -2345,6 +2411,12 @@
|
|
|
2345
2411
|
},
|
|
2346
2412
|
"hostname" : "rds.eu-west-2.amazonaws.com"
|
|
2347
2413
|
},
|
|
2414
|
+
"me-south-1" : {
|
|
2415
|
+
"credentialScope" : {
|
|
2416
|
+
"region" : "me-south-1"
|
|
2417
|
+
},
|
|
2418
|
+
"hostname" : "rds.me-south-1.amazonaws.com"
|
|
2419
|
+
},
|
|
2348
2420
|
"us-east-1" : {
|
|
2349
2421
|
"credentialScope" : {
|
|
2350
2422
|
"region" : "us-east-1"
|
|
@@ -2365,6 +2437,64 @@
|
|
|
2365
2437
|
}
|
|
2366
2438
|
}
|
|
2367
2439
|
},
|
|
2440
|
+
"oidc" : {
|
|
2441
|
+
"endpoints" : {
|
|
2442
|
+
"ap-southeast-1" : {
|
|
2443
|
+
"credentialScope" : {
|
|
2444
|
+
"region" : "ap-southeast-1"
|
|
2445
|
+
},
|
|
2446
|
+
"hostname" : "oidc.ap-southeast-1.amazonaws.com"
|
|
2447
|
+
},
|
|
2448
|
+
"ap-southeast-2" : {
|
|
2449
|
+
"credentialScope" : {
|
|
2450
|
+
"region" : "ap-southeast-2"
|
|
2451
|
+
},
|
|
2452
|
+
"hostname" : "oidc.ap-southeast-2.amazonaws.com"
|
|
2453
|
+
},
|
|
2454
|
+
"ca-central-1" : {
|
|
2455
|
+
"credentialScope" : {
|
|
2456
|
+
"region" : "ca-central-1"
|
|
2457
|
+
},
|
|
2458
|
+
"hostname" : "oidc.ca-central-1.amazonaws.com"
|
|
2459
|
+
},
|
|
2460
|
+
"eu-central-1" : {
|
|
2461
|
+
"credentialScope" : {
|
|
2462
|
+
"region" : "eu-central-1"
|
|
2463
|
+
},
|
|
2464
|
+
"hostname" : "oidc.eu-central-1.amazonaws.com"
|
|
2465
|
+
},
|
|
2466
|
+
"eu-west-1" : {
|
|
2467
|
+
"credentialScope" : {
|
|
2468
|
+
"region" : "eu-west-1"
|
|
2469
|
+
},
|
|
2470
|
+
"hostname" : "oidc.eu-west-1.amazonaws.com"
|
|
2471
|
+
},
|
|
2472
|
+
"eu-west-2" : {
|
|
2473
|
+
"credentialScope" : {
|
|
2474
|
+
"region" : "eu-west-2"
|
|
2475
|
+
},
|
|
2476
|
+
"hostname" : "oidc.eu-west-2.amazonaws.com"
|
|
2477
|
+
},
|
|
2478
|
+
"us-east-1" : {
|
|
2479
|
+
"credentialScope" : {
|
|
2480
|
+
"region" : "us-east-1"
|
|
2481
|
+
},
|
|
2482
|
+
"hostname" : "oidc.us-east-1.amazonaws.com"
|
|
2483
|
+
},
|
|
2484
|
+
"us-east-2" : {
|
|
2485
|
+
"credentialScope" : {
|
|
2486
|
+
"region" : "us-east-2"
|
|
2487
|
+
},
|
|
2488
|
+
"hostname" : "oidc.us-east-2.amazonaws.com"
|
|
2489
|
+
},
|
|
2490
|
+
"us-west-2" : {
|
|
2491
|
+
"credentialScope" : {
|
|
2492
|
+
"region" : "us-west-2"
|
|
2493
|
+
},
|
|
2494
|
+
"hostname" : "oidc.us-west-2.amazonaws.com"
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2368
2498
|
"opsworks" : {
|
|
2369
2499
|
"endpoints" : {
|
|
2370
2500
|
"ap-northeast-1" : { },
|
|
@@ -2444,6 +2574,64 @@
|
|
|
2444
2574
|
"us-west-2" : { }
|
|
2445
2575
|
}
|
|
2446
2576
|
},
|
|
2577
|
+
"portal.sso" : {
|
|
2578
|
+
"endpoints" : {
|
|
2579
|
+
"ap-southeast-1" : {
|
|
2580
|
+
"credentialScope" : {
|
|
2581
|
+
"region" : "ap-southeast-1"
|
|
2582
|
+
},
|
|
2583
|
+
"hostname" : "portal.sso.ap-southeast-1.amazonaws.com"
|
|
2584
|
+
},
|
|
2585
|
+
"ap-southeast-2" : {
|
|
2586
|
+
"credentialScope" : {
|
|
2587
|
+
"region" : "ap-southeast-2"
|
|
2588
|
+
},
|
|
2589
|
+
"hostname" : "portal.sso.ap-southeast-2.amazonaws.com"
|
|
2590
|
+
},
|
|
2591
|
+
"ca-central-1" : {
|
|
2592
|
+
"credentialScope" : {
|
|
2593
|
+
"region" : "ca-central-1"
|
|
2594
|
+
},
|
|
2595
|
+
"hostname" : "portal.sso.ca-central-1.amazonaws.com"
|
|
2596
|
+
},
|
|
2597
|
+
"eu-central-1" : {
|
|
2598
|
+
"credentialScope" : {
|
|
2599
|
+
"region" : "eu-central-1"
|
|
2600
|
+
},
|
|
2601
|
+
"hostname" : "portal.sso.eu-central-1.amazonaws.com"
|
|
2602
|
+
},
|
|
2603
|
+
"eu-west-1" : {
|
|
2604
|
+
"credentialScope" : {
|
|
2605
|
+
"region" : "eu-west-1"
|
|
2606
|
+
},
|
|
2607
|
+
"hostname" : "portal.sso.eu-west-1.amazonaws.com"
|
|
2608
|
+
},
|
|
2609
|
+
"eu-west-2" : {
|
|
2610
|
+
"credentialScope" : {
|
|
2611
|
+
"region" : "eu-west-2"
|
|
2612
|
+
},
|
|
2613
|
+
"hostname" : "portal.sso.eu-west-2.amazonaws.com"
|
|
2614
|
+
},
|
|
2615
|
+
"us-east-1" : {
|
|
2616
|
+
"credentialScope" : {
|
|
2617
|
+
"region" : "us-east-1"
|
|
2618
|
+
},
|
|
2619
|
+
"hostname" : "portal.sso.us-east-1.amazonaws.com"
|
|
2620
|
+
},
|
|
2621
|
+
"us-east-2" : {
|
|
2622
|
+
"credentialScope" : {
|
|
2623
|
+
"region" : "us-east-2"
|
|
2624
|
+
},
|
|
2625
|
+
"hostname" : "portal.sso.us-east-2.amazonaws.com"
|
|
2626
|
+
},
|
|
2627
|
+
"us-west-2" : {
|
|
2628
|
+
"credentialScope" : {
|
|
2629
|
+
"region" : "us-west-2"
|
|
2630
|
+
},
|
|
2631
|
+
"hostname" : "portal.sso.us-west-2.amazonaws.com"
|
|
2632
|
+
}
|
|
2633
|
+
}
|
|
2634
|
+
},
|
|
2447
2635
|
"projects.iot1click" : {
|
|
2448
2636
|
"endpoints" : {
|
|
2449
2637
|
"ap-northeast-1" : { },
|
|
@@ -2905,6 +3093,18 @@
|
|
|
2905
3093
|
}
|
|
2906
3094
|
}
|
|
2907
3095
|
},
|
|
3096
|
+
"savingsplans" : {
|
|
3097
|
+
"endpoints" : {
|
|
3098
|
+
"aws-global" : {
|
|
3099
|
+
"credentialScope" : {
|
|
3100
|
+
"region" : "us-east-1"
|
|
3101
|
+
},
|
|
3102
|
+
"hostname" : "savingsplans.amazonaws.com"
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
"isRegionalized" : false,
|
|
3106
|
+
"partitionEndpoint" : "aws-global"
|
|
3107
|
+
},
|
|
2908
3108
|
"sdb" : {
|
|
2909
3109
|
"defaults" : {
|
|
2910
3110
|
"protocols" : [ "http", "https" ],
|
|
@@ -2937,6 +3137,7 @@
|
|
|
2937
3137
|
"eu-west-1" : { },
|
|
2938
3138
|
"eu-west-2" : { },
|
|
2939
3139
|
"eu-west-3" : { },
|
|
3140
|
+
"me-south-1" : { },
|
|
2940
3141
|
"sa-east-1" : { },
|
|
2941
3142
|
"us-east-1" : { },
|
|
2942
3143
|
"us-east-1-fips" : {
|
|
@@ -3031,6 +3232,9 @@
|
|
|
3031
3232
|
"eu-west-3" : {
|
|
3032
3233
|
"protocols" : [ "https" ]
|
|
3033
3234
|
},
|
|
3235
|
+
"me-south-1" : {
|
|
3236
|
+
"protocols" : [ "https" ]
|
|
3237
|
+
},
|
|
3034
3238
|
"sa-east-1" : {
|
|
3035
3239
|
"protocols" : [ "https" ]
|
|
3036
3240
|
},
|
|
@@ -3126,10 +3330,25 @@
|
|
|
3126
3330
|
"shield" : {
|
|
3127
3331
|
"defaults" : {
|
|
3128
3332
|
"protocols" : [ "https" ],
|
|
3129
|
-
"sslCommonName" : "shield.
|
|
3333
|
+
"sslCommonName" : "shield.ca-central-1.amazonaws.com"
|
|
3130
3334
|
},
|
|
3131
3335
|
"endpoints" : {
|
|
3132
|
-
"
|
|
3336
|
+
"ap-northeast-1" : { },
|
|
3337
|
+
"ap-northeast-2" : { },
|
|
3338
|
+
"ap-south-1" : { },
|
|
3339
|
+
"ap-southeast-1" : { },
|
|
3340
|
+
"ap-southeast-2" : { },
|
|
3341
|
+
"ca-central-1" : { },
|
|
3342
|
+
"eu-central-1" : { },
|
|
3343
|
+
"eu-north-1" : { },
|
|
3344
|
+
"eu-west-1" : { },
|
|
3345
|
+
"eu-west-2" : { },
|
|
3346
|
+
"eu-west-3" : { },
|
|
3347
|
+
"sa-east-1" : { },
|
|
3348
|
+
"us-east-1" : { },
|
|
3349
|
+
"us-east-2" : { },
|
|
3350
|
+
"us-west-1" : { },
|
|
3351
|
+
"us-west-2" : { }
|
|
3133
3352
|
},
|
|
3134
3353
|
"isRegionalized" : false
|
|
3135
3354
|
},
|
|
@@ -3494,6 +3713,7 @@
|
|
|
3494
3713
|
"protocols" : [ "https" ]
|
|
3495
3714
|
},
|
|
3496
3715
|
"endpoints" : {
|
|
3716
|
+
"ap-east-1" : { },
|
|
3497
3717
|
"ap-northeast-2" : { },
|
|
3498
3718
|
"ap-south-1" : { },
|
|
3499
3719
|
"ap-southeast-1" : { },
|
|
@@ -3503,6 +3723,7 @@
|
|
|
3503
3723
|
"eu-west-1" : { },
|
|
3504
3724
|
"eu-west-2" : { },
|
|
3505
3725
|
"eu-west-3" : { },
|
|
3726
|
+
"me-south-1" : { },
|
|
3506
3727
|
"sa-east-1" : { },
|
|
3507
3728
|
"us-east-1" : { },
|
|
3508
3729
|
"us-east-2" : { },
|
|
@@ -3510,6 +3731,16 @@
|
|
|
3510
3731
|
"us-west-2" : { }
|
|
3511
3732
|
}
|
|
3512
3733
|
},
|
|
3734
|
+
"transcribestreaming" : {
|
|
3735
|
+
"endpoints" : {
|
|
3736
|
+
"ap-southeast-2" : { },
|
|
3737
|
+
"ca-central-1" : { },
|
|
3738
|
+
"eu-west-1" : { },
|
|
3739
|
+
"us-east-1" : { },
|
|
3740
|
+
"us-east-2" : { },
|
|
3741
|
+
"us-west-2" : { }
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3513
3744
|
"transfer" : {
|
|
3514
3745
|
"endpoints" : {
|
|
3515
3746
|
"ap-northeast-1" : { },
|
|
@@ -3888,6 +4119,11 @@
|
|
|
3888
4119
|
"cn-northwest-1" : { }
|
|
3889
4120
|
}
|
|
3890
4121
|
},
|
|
4122
|
+
"glue" : {
|
|
4123
|
+
"endpoints" : {
|
|
4124
|
+
"cn-northwest-1" : { }
|
|
4125
|
+
}
|
|
4126
|
+
},
|
|
3891
4127
|
"greengrass" : {
|
|
3892
4128
|
"defaults" : {
|
|
3893
4129
|
"protocols" : [ "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.239.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
|
+
date: 2019-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|