aws-partitions 1.235.0 → 1.236.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 +2 -0
- data/partitions.json +123 -0
- 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: 3d393cee46e0143431d1266dbc7810278e549931
|
|
4
|
+
data.tar.gz: a55d5431716221dc1db60bf93cee07ae7ca2e121
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f545be30741812574b06e6fdea732e3bbfe29916c81957307aeace046d818045c0d4ce86d4500018f5482e89f8e91a507d05723a6827837d832aa4bc479ff954
|
|
7
|
+
data.tar.gz: 7986230fdc93810bf2e1c0d6c3184ed2f146452420ed8d63f112929d17a68f0a1d8a71fcfcbfa79fcbbe79e3ace6ff5389de7c16387152f3b5baff2a496e6567
|
data/lib/aws-partitions.rb
CHANGED
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" : { },
|
|
@@ -419,6 +420,7 @@
|
|
|
419
420
|
"eu-west-1" : { },
|
|
420
421
|
"eu-west-2" : { },
|
|
421
422
|
"eu-west-3" : { },
|
|
423
|
+
"me-south-1" : { },
|
|
422
424
|
"us-east-1" : { },
|
|
423
425
|
"us-east-2" : { },
|
|
424
426
|
"us-west-1" : { },
|
|
@@ -2016,6 +2018,9 @@
|
|
|
2016
2018
|
"lakeformation" : {
|
|
2017
2019
|
"endpoints" : {
|
|
2018
2020
|
"ap-northeast-1" : { },
|
|
2021
|
+
"ap-south-1" : { },
|
|
2022
|
+
"ap-southeast-1" : { },
|
|
2023
|
+
"ap-southeast-2" : { },
|
|
2019
2024
|
"eu-west-1" : { },
|
|
2020
2025
|
"us-east-1" : { },
|
|
2021
2026
|
"us-east-2" : { },
|
|
@@ -2414,6 +2419,64 @@
|
|
|
2414
2419
|
}
|
|
2415
2420
|
}
|
|
2416
2421
|
},
|
|
2422
|
+
"oidc" : {
|
|
2423
|
+
"endpoints" : {
|
|
2424
|
+
"ap-southeast-1" : {
|
|
2425
|
+
"credentialScope" : {
|
|
2426
|
+
"region" : "ap-southeast-1"
|
|
2427
|
+
},
|
|
2428
|
+
"hostname" : "oidc.ap-southeast-1.amazonaws.com"
|
|
2429
|
+
},
|
|
2430
|
+
"ap-southeast-2" : {
|
|
2431
|
+
"credentialScope" : {
|
|
2432
|
+
"region" : "ap-southeast-2"
|
|
2433
|
+
},
|
|
2434
|
+
"hostname" : "oidc.ap-southeast-2.amazonaws.com"
|
|
2435
|
+
},
|
|
2436
|
+
"ca-central-1" : {
|
|
2437
|
+
"credentialScope" : {
|
|
2438
|
+
"region" : "ca-central-1"
|
|
2439
|
+
},
|
|
2440
|
+
"hostname" : "oidc.ca-central-1.amazonaws.com"
|
|
2441
|
+
},
|
|
2442
|
+
"eu-central-1" : {
|
|
2443
|
+
"credentialScope" : {
|
|
2444
|
+
"region" : "eu-central-1"
|
|
2445
|
+
},
|
|
2446
|
+
"hostname" : "oidc.eu-central-1.amazonaws.com"
|
|
2447
|
+
},
|
|
2448
|
+
"eu-west-1" : {
|
|
2449
|
+
"credentialScope" : {
|
|
2450
|
+
"region" : "eu-west-1"
|
|
2451
|
+
},
|
|
2452
|
+
"hostname" : "oidc.eu-west-1.amazonaws.com"
|
|
2453
|
+
},
|
|
2454
|
+
"eu-west-2" : {
|
|
2455
|
+
"credentialScope" : {
|
|
2456
|
+
"region" : "eu-west-2"
|
|
2457
|
+
},
|
|
2458
|
+
"hostname" : "oidc.eu-west-2.amazonaws.com"
|
|
2459
|
+
},
|
|
2460
|
+
"us-east-1" : {
|
|
2461
|
+
"credentialScope" : {
|
|
2462
|
+
"region" : "us-east-1"
|
|
2463
|
+
},
|
|
2464
|
+
"hostname" : "oidc.us-east-1.amazonaws.com"
|
|
2465
|
+
},
|
|
2466
|
+
"us-east-2" : {
|
|
2467
|
+
"credentialScope" : {
|
|
2468
|
+
"region" : "us-east-2"
|
|
2469
|
+
},
|
|
2470
|
+
"hostname" : "oidc.us-east-2.amazonaws.com"
|
|
2471
|
+
},
|
|
2472
|
+
"us-west-2" : {
|
|
2473
|
+
"credentialScope" : {
|
|
2474
|
+
"region" : "us-west-2"
|
|
2475
|
+
},
|
|
2476
|
+
"hostname" : "oidc.us-west-2.amazonaws.com"
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
},
|
|
2417
2480
|
"opsworks" : {
|
|
2418
2481
|
"endpoints" : {
|
|
2419
2482
|
"ap-northeast-1" : { },
|
|
@@ -2493,6 +2556,64 @@
|
|
|
2493
2556
|
"us-west-2" : { }
|
|
2494
2557
|
}
|
|
2495
2558
|
},
|
|
2559
|
+
"portal.sso" : {
|
|
2560
|
+
"endpoints" : {
|
|
2561
|
+
"ap-southeast-1" : {
|
|
2562
|
+
"credentialScope" : {
|
|
2563
|
+
"region" : "ap-southeast-1"
|
|
2564
|
+
},
|
|
2565
|
+
"hostname" : "portal.sso.ap-southeast-1.amazonaws.com"
|
|
2566
|
+
},
|
|
2567
|
+
"ap-southeast-2" : {
|
|
2568
|
+
"credentialScope" : {
|
|
2569
|
+
"region" : "ap-southeast-2"
|
|
2570
|
+
},
|
|
2571
|
+
"hostname" : "portal.sso.ap-southeast-2.amazonaws.com"
|
|
2572
|
+
},
|
|
2573
|
+
"ca-central-1" : {
|
|
2574
|
+
"credentialScope" : {
|
|
2575
|
+
"region" : "ca-central-1"
|
|
2576
|
+
},
|
|
2577
|
+
"hostname" : "portal.sso.ca-central-1.amazonaws.com"
|
|
2578
|
+
},
|
|
2579
|
+
"eu-central-1" : {
|
|
2580
|
+
"credentialScope" : {
|
|
2581
|
+
"region" : "eu-central-1"
|
|
2582
|
+
},
|
|
2583
|
+
"hostname" : "portal.sso.eu-central-1.amazonaws.com"
|
|
2584
|
+
},
|
|
2585
|
+
"eu-west-1" : {
|
|
2586
|
+
"credentialScope" : {
|
|
2587
|
+
"region" : "eu-west-1"
|
|
2588
|
+
},
|
|
2589
|
+
"hostname" : "portal.sso.eu-west-1.amazonaws.com"
|
|
2590
|
+
},
|
|
2591
|
+
"eu-west-2" : {
|
|
2592
|
+
"credentialScope" : {
|
|
2593
|
+
"region" : "eu-west-2"
|
|
2594
|
+
},
|
|
2595
|
+
"hostname" : "portal.sso.eu-west-2.amazonaws.com"
|
|
2596
|
+
},
|
|
2597
|
+
"us-east-1" : {
|
|
2598
|
+
"credentialScope" : {
|
|
2599
|
+
"region" : "us-east-1"
|
|
2600
|
+
},
|
|
2601
|
+
"hostname" : "portal.sso.us-east-1.amazonaws.com"
|
|
2602
|
+
},
|
|
2603
|
+
"us-east-2" : {
|
|
2604
|
+
"credentialScope" : {
|
|
2605
|
+
"region" : "us-east-2"
|
|
2606
|
+
},
|
|
2607
|
+
"hostname" : "portal.sso.us-east-2.amazonaws.com"
|
|
2608
|
+
},
|
|
2609
|
+
"us-west-2" : {
|
|
2610
|
+
"credentialScope" : {
|
|
2611
|
+
"region" : "us-west-2"
|
|
2612
|
+
},
|
|
2613
|
+
"hostname" : "portal.sso.us-west-2.amazonaws.com"
|
|
2614
|
+
}
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2496
2617
|
"projects.iot1click" : {
|
|
2497
2618
|
"endpoints" : {
|
|
2498
2619
|
"ap-northeast-1" : { },
|
|
@@ -3559,6 +3680,7 @@
|
|
|
3559
3680
|
"protocols" : [ "https" ]
|
|
3560
3681
|
},
|
|
3561
3682
|
"endpoints" : {
|
|
3683
|
+
"ap-east-1" : { },
|
|
3562
3684
|
"ap-northeast-2" : { },
|
|
3563
3685
|
"ap-south-1" : { },
|
|
3564
3686
|
"ap-southeast-1" : { },
|
|
@@ -3568,6 +3690,7 @@
|
|
|
3568
3690
|
"eu-west-1" : { },
|
|
3569
3691
|
"eu-west-2" : { },
|
|
3570
3692
|
"eu-west-3" : { },
|
|
3693
|
+
"me-south-1" : { },
|
|
3571
3694
|
"sa-east-1" : { },
|
|
3572
3695
|
"us-east-1" : { },
|
|
3573
3696
|
"us-east-2" : { },
|
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.236.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-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|