aws-partitions 1.982.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +212 -25
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8fde521e72e262b7ad032fb3b9f3687f47b6f6e7baccb5edd128755fa77fbecf
4
- data.tar.gz: e7d4b6c86a186dde577c9fd4b2c59282650af1ad846ee57f210350bab36d71e6
3
+ metadata.gz: 437d5b665f7a76bfc699db19f05dd780c7d87728922e60205191651c7464e412
4
+ data.tar.gz: c77ab52e0613706d6a1c53dd1351e2de4192a477800f6d2bcb1f04110af9b98b
5
5
  SHA512:
6
- metadata.gz: beb1673752614ef2f6ef31d80f80bd419548a56d147c49fe03a00d78601f734e3d23099f31f6ec20ff5a59b4a13bd7404ae81c8dedb366cc2f95310caf5eb1f6
7
- data.tar.gz: fe95f9f2aadd40ac42ba6d22e1fd217e9411ab668699fe7c8f84eeb6c844468b6b0c88ddf92f2928e138f721093f822c189abbba34cf5cd2f99d10ac56bdb2f1
6
+ metadata.gz: 04d9aa05cb0de93c7c259d1d3aca9bb460c74321638a81e7d312220194ae17e0e57ec5580e256ce8fd564ff52c4876ac5d7622da8d32a5076e78ebb13b57bfb8
7
+ data.tar.gz: 2701f079d0f861fad279fbdd0ceb5e537ba42630d4d894a9180adbbb1e80777292ebf2304e6f2f36803eca22b92edbbcb7a28e3d3171cde0d366546d56661d63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.982.0 (2024-10-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.982.0
1
+ 1.983.0
data/partitions.json CHANGED
@@ -2711,6 +2711,7 @@
2711
2711
  "bedrock" : {
2712
2712
  "endpoints" : {
2713
2713
  "ap-northeast-1" : { },
2714
+ "ap-northeast-2" : { },
2714
2715
  "ap-south-1" : { },
2715
2716
  "ap-southeast-1" : { },
2716
2717
  "ap-southeast-2" : { },
@@ -2720,6 +2721,12 @@
2720
2721
  },
2721
2722
  "hostname" : "bedrock.ap-northeast-1.amazonaws.com"
2722
2723
  },
2724
+ "bedrock-ap-northeast-2" : {
2725
+ "credentialScope" : {
2726
+ "region" : "ap-northeast-2"
2727
+ },
2728
+ "hostname" : "bedrock.ap-northeast-2.amazonaws.com"
2729
+ },
2723
2730
  "bedrock-ap-south-1" : {
2724
2731
  "credentialScope" : {
2725
2732
  "region" : "ap-south-1"
@@ -2780,6 +2787,12 @@
2780
2787
  },
2781
2788
  "hostname" : "bedrock-fips.us-east-1.amazonaws.com"
2782
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
+ },
2783
2796
  "bedrock-fips-us-west-2" : {
2784
2797
  "credentialScope" : {
2785
2798
  "region" : "us-west-2"
@@ -2792,6 +2805,12 @@
2792
2805
  },
2793
2806
  "hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
2794
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
+ },
2795
2814
  "bedrock-runtime-ap-south-1" : {
2796
2815
  "credentialScope" : {
2797
2816
  "region" : "ap-south-1"
@@ -2852,6 +2871,12 @@
2852
2871
  },
2853
2872
  "hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
2854
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
+ },
2855
2880
  "bedrock-runtime-fips-us-west-2" : {
2856
2881
  "credentialScope" : {
2857
2882
  "region" : "us-west-2"
@@ -2870,6 +2895,12 @@
2870
2895
  },
2871
2896
  "hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
2872
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
+ },
2873
2904
  "bedrock-runtime-us-west-2" : {
2874
2905
  "credentialScope" : {
2875
2906
  "region" : "us-west-2"
@@ -2888,6 +2919,12 @@
2888
2919
  },
2889
2920
  "hostname" : "bedrock.us-east-1.amazonaws.com"
2890
2921
  },
2922
+ "bedrock-us-east-2" : {
2923
+ "credentialScope" : {
2924
+ "region" : "us-east-2"
2925
+ },
2926
+ "hostname" : "bedrock.us-east-2.amazonaws.com"
2927
+ },
2891
2928
  "bedrock-us-west-2" : {
2892
2929
  "credentialScope" : {
2893
2930
  "region" : "us-west-2"
@@ -2901,6 +2938,7 @@
2901
2938
  "eu-west-3" : { },
2902
2939
  "sa-east-1" : { },
2903
2940
  "us-east-1" : { },
2941
+ "us-east-2" : { },
2904
2942
  "us-west-2" : { }
2905
2943
  }
2906
2944
  },
@@ -8432,28 +8470,133 @@
8432
8470
  },
8433
8471
  "firehose" : {
8434
8472
  "endpoints" : {
8435
- "af-south-1" : { },
8436
- "ap-east-1" : { },
8437
- "ap-northeast-1" : { },
8438
- "ap-northeast-2" : { },
8439
- "ap-northeast-3" : { },
8440
- "ap-south-1" : { },
8441
- "ap-south-2" : { },
8442
- "ap-southeast-1" : { },
8443
- "ap-southeast-2" : { },
8444
- "ap-southeast-3" : { },
8445
- "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
+ },
8446
8539
  "ap-southeast-5" : { },
8447
- "ca-central-1" : { },
8448
- "ca-west-1" : { },
8449
- "eu-central-1" : { },
8450
- "eu-central-2" : { },
8451
- "eu-north-1" : { },
8452
- "eu-south-1" : { },
8453
- "eu-south-2" : { },
8454
- "eu-west-1" : { },
8455
- "eu-west-2" : { },
8456
- "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
+ },
8457
8600
  "fips-us-east-1" : {
8458
8601
  "credentialScope" : {
8459
8602
  "region" : "us-east-1"
@@ -8482,32 +8625,76 @@
8482
8625
  "deprecated" : true,
8483
8626
  "hostname" : "firehose-fips.us-west-2.amazonaws.com"
8484
8627
  },
8485
- "il-central-1" : { },
8486
- "me-central-1" : { },
8487
- "me-south-1" : { },
8488
- "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
+ },
8489
8652
  "us-east-1" : {
8490
8653
  "variants" : [ {
8491
8654
  "hostname" : "firehose-fips.us-east-1.amazonaws.com",
8492
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" ]
8493
8662
  } ]
8494
8663
  },
8495
8664
  "us-east-2" : {
8496
8665
  "variants" : [ {
8497
8666
  "hostname" : "firehose-fips.us-east-2.amazonaws.com",
8498
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" ]
8499
8674
  } ]
8500
8675
  },
8501
8676
  "us-west-1" : {
8502
8677
  "variants" : [ {
8503
8678
  "hostname" : "firehose-fips.us-west-1.amazonaws.com",
8504
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" ]
8505
8686
  } ]
8506
8687
  },
8507
8688
  "us-west-2" : {
8508
8689
  "variants" : [ {
8509
8690
  "hostname" : "firehose-fips.us-west-2.amazonaws.com",
8510
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" ]
8511
8698
  } ]
8512
8699
  }
8513
8700
  }
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.982.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-10-01 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: