aws-partitions 1.981.0 → 1.983.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +215 -25
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6ff88b6794dc79399cc19d2a74108ab733269c4b1f4f2608ef66e5b1c30523a
4
- data.tar.gz: c7a6e3f8dc3ddb2f0c493d1bfe65039429ba02a3fd0bd55cebe9aac50786de73
3
+ metadata.gz: 437d5b665f7a76bfc699db19f05dd780c7d87728922e60205191651c7464e412
4
+ data.tar.gz: c77ab52e0613706d6a1c53dd1351e2de4192a477800f6d2bcb1f04110af9b98b
5
5
  SHA512:
6
- metadata.gz: 8aac331ce460a83afe65f7cf9816527a00debfc6d3ea7c48aed6bad6cdf1d29c652eb76d9182f76f2a8905d000b5704f20ba437902ab71b9dc2ae05de6bdd68b
7
- data.tar.gz: 43e2caf0fecc28da46c550407ebc5f61e055890e471765ebbec0c9b24c627760b4b3cdc8a715d24666c63263435a0f495c8fd2f114b8e4a0ba05a5bd0090551c
6
+ metadata.gz: 04d9aa05cb0de93c7c259d1d3aca9bb460c74321638a81e7d312220194ae17e0e57ec5580e256ce8fd564ff52c4876ac5d7622da8d32a5076e78ebb13b57bfb8
7
+ data.tar.gz: 2701f079d0f861fad279fbdd0ceb5e537ba42630d4d894a9180adbbb1e80777292ebf2304e6f2f36803eca22b92edbbcb7a28e3d3171cde0d366546d56661d63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.983.0 (2024-10-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.982.0 (2024-10-01)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.981.0 (2024-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.981.0
1
+ 1.983.0
data/partitions.json CHANGED
@@ -559,6 +559,7 @@
559
559
  "aoss" : {
560
560
  "endpoints" : {
561
561
  "ap-northeast-1" : { },
562
+ "ap-northeast-2" : { },
562
563
  "ap-south-1" : { },
563
564
  "ap-southeast-1" : { },
564
565
  "ap-southeast-2" : { },
@@ -2710,6 +2711,7 @@
2710
2711
  "bedrock" : {
2711
2712
  "endpoints" : {
2712
2713
  "ap-northeast-1" : { },
2714
+ "ap-northeast-2" : { },
2713
2715
  "ap-south-1" : { },
2714
2716
  "ap-southeast-1" : { },
2715
2717
  "ap-southeast-2" : { },
@@ -2719,6 +2721,12 @@
2719
2721
  },
2720
2722
  "hostname" : "bedrock.ap-northeast-1.amazonaws.com"
2721
2723
  },
2724
+ "bedrock-ap-northeast-2" : {
2725
+ "credentialScope" : {
2726
+ "region" : "ap-northeast-2"
2727
+ },
2728
+ "hostname" : "bedrock.ap-northeast-2.amazonaws.com"
2729
+ },
2722
2730
  "bedrock-ap-south-1" : {
2723
2731
  "credentialScope" : {
2724
2732
  "region" : "ap-south-1"
@@ -2779,6 +2787,12 @@
2779
2787
  },
2780
2788
  "hostname" : "bedrock-fips.us-east-1.amazonaws.com"
2781
2789
  },
2790
+ "bedrock-fips-us-east-2" : {
2791
+ "credentialScope" : {
2792
+ "region" : "us-east-2"
2793
+ },
2794
+ "hostname" : "bedrock-fips.us-east-2.amazonaws.com"
2795
+ },
2782
2796
  "bedrock-fips-us-west-2" : {
2783
2797
  "credentialScope" : {
2784
2798
  "region" : "us-west-2"
@@ -2791,6 +2805,12 @@
2791
2805
  },
2792
2806
  "hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
2793
2807
  },
2808
+ "bedrock-runtime-ap-northeast-2" : {
2809
+ "credentialScope" : {
2810
+ "region" : "ap-northeast-2"
2811
+ },
2812
+ "hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
2813
+ },
2794
2814
  "bedrock-runtime-ap-south-1" : {
2795
2815
  "credentialScope" : {
2796
2816
  "region" : "ap-south-1"
@@ -2851,6 +2871,12 @@
2851
2871
  },
2852
2872
  "hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
2853
2873
  },
2874
+ "bedrock-runtime-fips-us-east-2" : {
2875
+ "credentialScope" : {
2876
+ "region" : "us-east-2"
2877
+ },
2878
+ "hostname" : "bedrock-runtime-fips.us-east-2.amazonaws.com"
2879
+ },
2854
2880
  "bedrock-runtime-fips-us-west-2" : {
2855
2881
  "credentialScope" : {
2856
2882
  "region" : "us-west-2"
@@ -2869,6 +2895,12 @@
2869
2895
  },
2870
2896
  "hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
2871
2897
  },
2898
+ "bedrock-runtime-us-east-2" : {
2899
+ "credentialScope" : {
2900
+ "region" : "us-east-2"
2901
+ },
2902
+ "hostname" : "bedrock-runtime.us-east-2.amazonaws.com"
2903
+ },
2872
2904
  "bedrock-runtime-us-west-2" : {
2873
2905
  "credentialScope" : {
2874
2906
  "region" : "us-west-2"
@@ -2887,6 +2919,12 @@
2887
2919
  },
2888
2920
  "hostname" : "bedrock.us-east-1.amazonaws.com"
2889
2921
  },
2922
+ "bedrock-us-east-2" : {
2923
+ "credentialScope" : {
2924
+ "region" : "us-east-2"
2925
+ },
2926
+ "hostname" : "bedrock.us-east-2.amazonaws.com"
2927
+ },
2890
2928
  "bedrock-us-west-2" : {
2891
2929
  "credentialScope" : {
2892
2930
  "region" : "us-west-2"
@@ -2900,6 +2938,7 @@
2900
2938
  "eu-west-3" : { },
2901
2939
  "sa-east-1" : { },
2902
2940
  "us-east-1" : { },
2941
+ "us-east-2" : { },
2903
2942
  "us-west-2" : { }
2904
2943
  }
2905
2944
  },
@@ -8431,28 +8470,133 @@
8431
8470
  },
8432
8471
  "firehose" : {
8433
8472
  "endpoints" : {
8434
- "af-south-1" : { },
8435
- "ap-east-1" : { },
8436
- "ap-northeast-1" : { },
8437
- "ap-northeast-2" : { },
8438
- "ap-northeast-3" : { },
8439
- "ap-south-1" : { },
8440
- "ap-south-2" : { },
8441
- "ap-southeast-1" : { },
8442
- "ap-southeast-2" : { },
8443
- "ap-southeast-3" : { },
8444
- "ap-southeast-4" : { },
8473
+ "af-south-1" : {
8474
+ "variants" : [ {
8475
+ "hostname" : "firehose.af-south-1.api.aws",
8476
+ "tags" : [ "dualstack" ]
8477
+ } ]
8478
+ },
8479
+ "ap-east-1" : {
8480
+ "variants" : [ {
8481
+ "hostname" : "firehose.ap-east-1.api.aws",
8482
+ "tags" : [ "dualstack" ]
8483
+ } ]
8484
+ },
8485
+ "ap-northeast-1" : {
8486
+ "variants" : [ {
8487
+ "hostname" : "firehose.ap-northeast-1.api.aws",
8488
+ "tags" : [ "dualstack" ]
8489
+ } ]
8490
+ },
8491
+ "ap-northeast-2" : {
8492
+ "variants" : [ {
8493
+ "hostname" : "firehose.ap-northeast-2.api.aws",
8494
+ "tags" : [ "dualstack" ]
8495
+ } ]
8496
+ },
8497
+ "ap-northeast-3" : {
8498
+ "variants" : [ {
8499
+ "hostname" : "firehose.ap-northeast-3.api.aws",
8500
+ "tags" : [ "dualstack" ]
8501
+ } ]
8502
+ },
8503
+ "ap-south-1" : {
8504
+ "variants" : [ {
8505
+ "hostname" : "firehose.ap-south-1.api.aws",
8506
+ "tags" : [ "dualstack" ]
8507
+ } ]
8508
+ },
8509
+ "ap-south-2" : {
8510
+ "variants" : [ {
8511
+ "hostname" : "firehose.ap-south-2.api.aws",
8512
+ "tags" : [ "dualstack" ]
8513
+ } ]
8514
+ },
8515
+ "ap-southeast-1" : {
8516
+ "variants" : [ {
8517
+ "hostname" : "firehose.ap-southeast-1.api.aws",
8518
+ "tags" : [ "dualstack" ]
8519
+ } ]
8520
+ },
8521
+ "ap-southeast-2" : {
8522
+ "variants" : [ {
8523
+ "hostname" : "firehose.ap-southeast-2.api.aws",
8524
+ "tags" : [ "dualstack" ]
8525
+ } ]
8526
+ },
8527
+ "ap-southeast-3" : {
8528
+ "variants" : [ {
8529
+ "hostname" : "firehose.ap-southeast-3.api.aws",
8530
+ "tags" : [ "dualstack" ]
8531
+ } ]
8532
+ },
8533
+ "ap-southeast-4" : {
8534
+ "variants" : [ {
8535
+ "hostname" : "firehose.ap-southeast-4.api.aws",
8536
+ "tags" : [ "dualstack" ]
8537
+ } ]
8538
+ },
8445
8539
  "ap-southeast-5" : { },
8446
- "ca-central-1" : { },
8447
- "ca-west-1" : { },
8448
- "eu-central-1" : { },
8449
- "eu-central-2" : { },
8450
- "eu-north-1" : { },
8451
- "eu-south-1" : { },
8452
- "eu-south-2" : { },
8453
- "eu-west-1" : { },
8454
- "eu-west-2" : { },
8455
- "eu-west-3" : { },
8540
+ "ca-central-1" : {
8541
+ "variants" : [ {
8542
+ "hostname" : "firehose.ca-central-1.api.aws",
8543
+ "tags" : [ "dualstack" ]
8544
+ } ]
8545
+ },
8546
+ "ca-west-1" : {
8547
+ "variants" : [ {
8548
+ "hostname" : "firehose.ca-west-1.api.aws",
8549
+ "tags" : [ "dualstack" ]
8550
+ } ]
8551
+ },
8552
+ "eu-central-1" : {
8553
+ "variants" : [ {
8554
+ "hostname" : "firehose.eu-central-1.api.aws",
8555
+ "tags" : [ "dualstack" ]
8556
+ } ]
8557
+ },
8558
+ "eu-central-2" : {
8559
+ "variants" : [ {
8560
+ "hostname" : "firehose.eu-central-2.api.aws",
8561
+ "tags" : [ "dualstack" ]
8562
+ } ]
8563
+ },
8564
+ "eu-north-1" : {
8565
+ "variants" : [ {
8566
+ "hostname" : "firehose.eu-north-1.api.aws",
8567
+ "tags" : [ "dualstack" ]
8568
+ } ]
8569
+ },
8570
+ "eu-south-1" : {
8571
+ "variants" : [ {
8572
+ "hostname" : "firehose.eu-south-1.api.aws",
8573
+ "tags" : [ "dualstack" ]
8574
+ } ]
8575
+ },
8576
+ "eu-south-2" : {
8577
+ "variants" : [ {
8578
+ "hostname" : "firehose.eu-south-2.api.aws",
8579
+ "tags" : [ "dualstack" ]
8580
+ } ]
8581
+ },
8582
+ "eu-west-1" : {
8583
+ "variants" : [ {
8584
+ "hostname" : "firehose.eu-west-1.api.aws",
8585
+ "tags" : [ "dualstack" ]
8586
+ } ]
8587
+ },
8588
+ "eu-west-2" : {
8589
+ "variants" : [ {
8590
+ "hostname" : "firehose.eu-west-2.api.aws",
8591
+ "tags" : [ "dualstack" ]
8592
+ } ]
8593
+ },
8594
+ "eu-west-3" : {
8595
+ "variants" : [ {
8596
+ "hostname" : "firehose.eu-west-3.api.aws",
8597
+ "tags" : [ "dualstack" ]
8598
+ } ]
8599
+ },
8456
8600
  "fips-us-east-1" : {
8457
8601
  "credentialScope" : {
8458
8602
  "region" : "us-east-1"
@@ -8481,32 +8625,76 @@
8481
8625
  "deprecated" : true,
8482
8626
  "hostname" : "firehose-fips.us-west-2.amazonaws.com"
8483
8627
  },
8484
- "il-central-1" : { },
8485
- "me-central-1" : { },
8486
- "me-south-1" : { },
8487
- "sa-east-1" : { },
8628
+ "il-central-1" : {
8629
+ "variants" : [ {
8630
+ "hostname" : "firehose.il-central-1.api.aws",
8631
+ "tags" : [ "dualstack" ]
8632
+ } ]
8633
+ },
8634
+ "me-central-1" : {
8635
+ "variants" : [ {
8636
+ "hostname" : "firehose.me-central-1.api.aws",
8637
+ "tags" : [ "dualstack" ]
8638
+ } ]
8639
+ },
8640
+ "me-south-1" : {
8641
+ "variants" : [ {
8642
+ "hostname" : "firehose.me-south-1.api.aws",
8643
+ "tags" : [ "dualstack" ]
8644
+ } ]
8645
+ },
8646
+ "sa-east-1" : {
8647
+ "variants" : [ {
8648
+ "hostname" : "firehose.sa-east-1.api.aws",
8649
+ "tags" : [ "dualstack" ]
8650
+ } ]
8651
+ },
8488
8652
  "us-east-1" : {
8489
8653
  "variants" : [ {
8490
8654
  "hostname" : "firehose-fips.us-east-1.amazonaws.com",
8491
8655
  "tags" : [ "fips" ]
8656
+ }, {
8657
+ "hostname" : "firehose-fips.us-east-1.api.aws",
8658
+ "tags" : [ "dualstack", "fips" ]
8659
+ }, {
8660
+ "hostname" : "firehose.us-east-1.api.aws",
8661
+ "tags" : [ "dualstack" ]
8492
8662
  } ]
8493
8663
  },
8494
8664
  "us-east-2" : {
8495
8665
  "variants" : [ {
8496
8666
  "hostname" : "firehose-fips.us-east-2.amazonaws.com",
8497
8667
  "tags" : [ "fips" ]
8668
+ }, {
8669
+ "hostname" : "firehose-fips.us-east-2.api.aws",
8670
+ "tags" : [ "dualstack", "fips" ]
8671
+ }, {
8672
+ "hostname" : "firehose.us-east-2.api.aws",
8673
+ "tags" : [ "dualstack" ]
8498
8674
  } ]
8499
8675
  },
8500
8676
  "us-west-1" : {
8501
8677
  "variants" : [ {
8502
8678
  "hostname" : "firehose-fips.us-west-1.amazonaws.com",
8503
8679
  "tags" : [ "fips" ]
8680
+ }, {
8681
+ "hostname" : "firehose-fips.us-west-1.api.aws",
8682
+ "tags" : [ "dualstack", "fips" ]
8683
+ }, {
8684
+ "hostname" : "firehose.us-west-1.api.aws",
8685
+ "tags" : [ "dualstack" ]
8504
8686
  } ]
8505
8687
  },
8506
8688
  "us-west-2" : {
8507
8689
  "variants" : [ {
8508
8690
  "hostname" : "firehose-fips.us-west-2.amazonaws.com",
8509
8691
  "tags" : [ "fips" ]
8692
+ }, {
8693
+ "hostname" : "firehose-fips.us-west-2.api.aws",
8694
+ "tags" : [ "dualstack", "fips" ]
8695
+ }, {
8696
+ "hostname" : "firehose.us-west-2.api.aws",
8697
+ "tags" : [ "dualstack" ]
8510
8698
  } ]
8511
8699
  }
8512
8700
  }
@@ -9138,6 +9326,7 @@
9138
9326
  "ca-central-1" : { },
9139
9327
  "eu-central-1" : { },
9140
9328
  "eu-north-1" : { },
9329
+ "eu-south-2" : { },
9141
9330
  "eu-west-1" : { },
9142
9331
  "eu-west-2" : { },
9143
9332
  "sa-east-1" : { },
@@ -13001,6 +13190,7 @@
13001
13190
  "eu-central-1" : { },
13002
13191
  "eu-north-1" : { },
13003
13192
  "eu-south-1" : { },
13193
+ "eu-south-2" : { },
13004
13194
  "eu-west-1" : { },
13005
13195
  "eu-west-2" : { },
13006
13196
  "eu-west-3" : { },
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.981.0
4
+ version: 1.983.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: 2024-09-27 00:00:00.000000000 Z
11
+ date: 2024-10-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: