aws-partitions 1.950.0 → 1.953.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d825681df2d466daa0ae41a828066c2d942808f421285ad9ad7c82937b5d1202
4
- data.tar.gz: 503f7c8367906feb5417048df868ad40dbabe5ed07d300bcf064f4afcfe9dd91
3
+ metadata.gz: b69e8fa26e5bbc2bfc8f3f41c5e3c025140215749b7697ca5e0165fc6963305c
4
+ data.tar.gz: f87f7efae72bd2b16641a53aa582ec2580a3c874183b020dd296f19b9fcf007a
5
5
  SHA512:
6
- metadata.gz: 185ac1f8a677c7262b76343bebe3fc6b1070fe25bef1463d69530ad881f42f4e5b7c07077c8bd9422bb62f1965a3eaf9fbf86edc639d315f72585baa9c3e15cd
7
- data.tar.gz: dd58310ee3f9d03f28392e96aa269e84ee5e8a16c5bf9422821226035d110d56500dabf7dc3eb894643643b4e81e70e13812e66733e507b9de26b38791f6c81a
6
+ metadata.gz: f7b82290538cd2bf144c1ddce72dbfdb024263d4f702fa847c5ebe39d8f21bb84dbcc19a75ef014f1ba3b20b82bf7d439e6a58df14dd9b71fcf50b567653bf46
7
+ data.tar.gz: 43384ba93784375ac4c3b1dc7181eaf5fb19e4079f6aa794f04f81b447075b0895d5026570d79b4442f05eb822ee2cbf332d48b2576e10bd017b7d2507d7ccc0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.953.0 (2024-07-08)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::QApps`.
8
+
9
+ 1.952.0 (2024-07-05)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.951.0 (2024-07-03)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.950.0 (2024-07-01)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.950.0
1
+ 1.953.0
@@ -531,6 +531,7 @@ module Aws
531
531
  'PrivateNetworks' => 'private-networks',
532
532
  'PrometheusService' => 'aps',
533
533
  'Proton' => 'proton',
534
+ 'QApps' => 'data.qapps',
534
535
  'QBusiness' => 'qbusiness',
535
536
  'QConnect' => 'wisdom',
536
537
  'QLDB' => 'qldb',
data/partitions.json CHANGED
@@ -3913,6 +3913,7 @@
3913
3913
  "cognito-identity" : {
3914
3914
  "endpoints" : {
3915
3915
  "af-south-1" : { },
3916
+ "ap-east-1" : { },
3916
3917
  "ap-northeast-1" : { },
3917
3918
  "ap-northeast-2" : { },
3918
3919
  "ap-northeast-3" : { },
@@ -3923,6 +3924,7 @@
3923
3924
  "ap-southeast-3" : { },
3924
3925
  "ap-southeast-4" : { },
3925
3926
  "ca-central-1" : { },
3927
+ "ca-west-1" : { },
3926
3928
  "eu-central-1" : { },
3927
3929
  "eu-central-2" : { },
3928
3930
  "eu-north-1" : { },
@@ -3992,6 +3994,7 @@
3992
3994
  "cognito-idp" : {
3993
3995
  "endpoints" : {
3994
3996
  "af-south-1" : { },
3997
+ "ap-east-1" : { },
3995
3998
  "ap-northeast-1" : { },
3996
3999
  "ap-northeast-2" : { },
3997
4000
  "ap-northeast-3" : { },
@@ -4002,6 +4005,7 @@
4002
4005
  "ap-southeast-3" : { },
4003
4006
  "ap-southeast-4" : { },
4004
4007
  "ca-central-1" : { },
4008
+ "ca-west-1" : { },
4005
4009
  "eu-central-1" : { },
4006
4010
  "eu-central-2" : { },
4007
4011
  "eu-north-1" : { },
@@ -8690,6 +8694,16 @@
8690
8694
  }
8691
8695
  }
8692
8696
  },
8697
+ "globalaccelerator" : {
8698
+ "endpoints" : {
8699
+ "fips-us-west-2" : {
8700
+ "credentialScope" : {
8701
+ "region" : "us-west-2"
8702
+ },
8703
+ "hostname" : "globalaccelerator-fips.us-west-2.amazonaws.com"
8704
+ }
8705
+ }
8706
+ },
8693
8707
  "glue" : {
8694
8708
  "endpoints" : {
8695
8709
  "af-south-1" : { },
@@ -13143,6 +13157,12 @@
13143
13157
  },
13144
13158
  "hostname" : "oidc.ca-central-1.amazonaws.com"
13145
13159
  },
13160
+ "ca-west-1" : {
13161
+ "credentialScope" : {
13162
+ "region" : "ca-west-1"
13163
+ },
13164
+ "hostname" : "oidc.ca-west-1.amazonaws.com"
13165
+ },
13146
13166
  "eu-central-1" : {
13147
13167
  "credentialScope" : {
13148
13168
  "region" : "eu-central-1"
@@ -13526,35 +13546,287 @@
13526
13546
  },
13527
13547
  "pi" : {
13528
13548
  "endpoints" : {
13529
- "af-south-1" : { },
13530
- "ap-east-1" : { },
13531
- "ap-northeast-1" : { },
13532
- "ap-northeast-2" : { },
13533
- "ap-northeast-3" : { },
13534
- "ap-south-1" : { },
13535
- "ap-south-2" : { },
13536
- "ap-southeast-1" : { },
13537
- "ap-southeast-2" : { },
13538
- "ap-southeast-3" : { },
13539
- "ap-southeast-4" : { },
13540
- "ca-central-1" : { },
13541
- "ca-west-1" : { },
13542
- "eu-central-1" : { },
13543
- "eu-central-2" : { },
13544
- "eu-north-1" : { },
13545
- "eu-south-1" : { },
13546
- "eu-south-2" : { },
13547
- "eu-west-1" : { },
13548
- "eu-west-2" : { },
13549
- "eu-west-3" : { },
13550
- "il-central-1" : { },
13551
- "me-central-1" : { },
13552
- "me-south-1" : { },
13553
- "sa-east-1" : { },
13554
- "us-east-1" : { },
13555
- "us-east-2" : { },
13556
- "us-west-1" : { },
13557
- "us-west-2" : { }
13549
+ "af-south-1" : {
13550
+ "protocols" : [ "https" ],
13551
+ "variants" : [ {
13552
+ "hostname" : "pi.af-south-1.api.aws",
13553
+ "tags" : [ "dualstack" ]
13554
+ } ]
13555
+ },
13556
+ "ap-east-1" : {
13557
+ "protocols" : [ "https" ],
13558
+ "variants" : [ {
13559
+ "hostname" : "pi.ap-east-1.api.aws",
13560
+ "tags" : [ "dualstack" ]
13561
+ } ]
13562
+ },
13563
+ "ap-northeast-1" : {
13564
+ "protocols" : [ "https" ],
13565
+ "variants" : [ {
13566
+ "hostname" : "pi.ap-northeast-1.api.aws",
13567
+ "tags" : [ "dualstack" ]
13568
+ } ]
13569
+ },
13570
+ "ap-northeast-2" : {
13571
+ "protocols" : [ "https" ],
13572
+ "variants" : [ {
13573
+ "hostname" : "pi.ap-northeast-2.api.aws",
13574
+ "tags" : [ "dualstack" ]
13575
+ } ]
13576
+ },
13577
+ "ap-northeast-3" : {
13578
+ "protocols" : [ "https" ],
13579
+ "variants" : [ {
13580
+ "hostname" : "pi.ap-northeast-3.api.aws",
13581
+ "tags" : [ "dualstack" ]
13582
+ } ]
13583
+ },
13584
+ "ap-south-1" : {
13585
+ "protocols" : [ "https" ],
13586
+ "variants" : [ {
13587
+ "hostname" : "pi.ap-south-1.api.aws",
13588
+ "tags" : [ "dualstack" ]
13589
+ } ]
13590
+ },
13591
+ "ap-south-2" : {
13592
+ "protocols" : [ "https" ],
13593
+ "variants" : [ {
13594
+ "hostname" : "pi.ap-south-2.api.aws",
13595
+ "tags" : [ "dualstack" ]
13596
+ } ]
13597
+ },
13598
+ "ap-southeast-1" : {
13599
+ "protocols" : [ "https" ],
13600
+ "variants" : [ {
13601
+ "hostname" : "pi.ap-southeast-1.api.aws",
13602
+ "tags" : [ "dualstack" ]
13603
+ } ]
13604
+ },
13605
+ "ap-southeast-2" : {
13606
+ "protocols" : [ "https" ],
13607
+ "variants" : [ {
13608
+ "hostname" : "pi.ap-southeast-2.api.aws",
13609
+ "tags" : [ "dualstack" ]
13610
+ } ]
13611
+ },
13612
+ "ap-southeast-3" : {
13613
+ "protocols" : [ "https" ],
13614
+ "variants" : [ {
13615
+ "hostname" : "pi.ap-southeast-3.api.aws",
13616
+ "tags" : [ "dualstack" ]
13617
+ } ]
13618
+ },
13619
+ "ap-southeast-4" : {
13620
+ "protocols" : [ "https" ],
13621
+ "variants" : [ {
13622
+ "hostname" : "pi.ap-southeast-4.api.aws",
13623
+ "tags" : [ "dualstack" ]
13624
+ } ]
13625
+ },
13626
+ "ca-central-1" : {
13627
+ "protocols" : [ "https" ],
13628
+ "variants" : [ {
13629
+ "hostname" : "pi-fips.ca-central-1.amazonaws.com",
13630
+ "tags" : [ "fips" ]
13631
+ }, {
13632
+ "hostname" : "pi-fips.ca-central-1.api.aws",
13633
+ "tags" : [ "dualstack", "fips" ]
13634
+ }, {
13635
+ "hostname" : "pi.ca-central-1.api.aws",
13636
+ "tags" : [ "dualstack" ]
13637
+ } ]
13638
+ },
13639
+ "ca-west-1" : {
13640
+ "protocols" : [ "https" ],
13641
+ "variants" : [ {
13642
+ "hostname" : "pi-fips.ca-west-1.amazonaws.com",
13643
+ "tags" : [ "fips" ]
13644
+ }, {
13645
+ "hostname" : "pi-fips.ca-west-1.api.aws",
13646
+ "tags" : [ "dualstack", "fips" ]
13647
+ }, {
13648
+ "hostname" : "pi.ca-west-1.api.aws",
13649
+ "tags" : [ "dualstack" ]
13650
+ } ]
13651
+ },
13652
+ "eu-central-1" : {
13653
+ "protocols" : [ "https" ],
13654
+ "variants" : [ {
13655
+ "hostname" : "pi.eu-central-1.api.aws",
13656
+ "tags" : [ "dualstack" ]
13657
+ } ]
13658
+ },
13659
+ "eu-central-2" : {
13660
+ "protocols" : [ "https" ],
13661
+ "variants" : [ {
13662
+ "hostname" : "pi.eu-central-2.api.aws",
13663
+ "tags" : [ "dualstack" ]
13664
+ } ]
13665
+ },
13666
+ "eu-north-1" : {
13667
+ "protocols" : [ "https" ],
13668
+ "variants" : [ {
13669
+ "hostname" : "pi.eu-north-1.api.aws",
13670
+ "tags" : [ "dualstack" ]
13671
+ } ]
13672
+ },
13673
+ "eu-south-1" : {
13674
+ "protocols" : [ "https" ],
13675
+ "variants" : [ {
13676
+ "hostname" : "pi.eu-south-1.api.aws",
13677
+ "tags" : [ "dualstack" ]
13678
+ } ]
13679
+ },
13680
+ "eu-south-2" : {
13681
+ "protocols" : [ "https" ],
13682
+ "variants" : [ {
13683
+ "hostname" : "pi.eu-south-2.api.aws",
13684
+ "tags" : [ "dualstack" ]
13685
+ } ]
13686
+ },
13687
+ "eu-west-1" : {
13688
+ "protocols" : [ "https" ],
13689
+ "variants" : [ {
13690
+ "hostname" : "pi.eu-west-1.api.aws",
13691
+ "tags" : [ "dualstack" ]
13692
+ } ]
13693
+ },
13694
+ "eu-west-2" : {
13695
+ "protocols" : [ "https" ],
13696
+ "variants" : [ {
13697
+ "hostname" : "pi.eu-west-2.api.aws",
13698
+ "tags" : [ "dualstack" ]
13699
+ } ]
13700
+ },
13701
+ "eu-west-3" : {
13702
+ "protocols" : [ "https" ],
13703
+ "variants" : [ {
13704
+ "hostname" : "pi.eu-west-3.api.aws",
13705
+ "tags" : [ "dualstack" ]
13706
+ } ]
13707
+ },
13708
+ "fips-ca-central-1" : {
13709
+ "credentialScope" : {
13710
+ "region" : "ca-central-1"
13711
+ },
13712
+ "deprecated" : true,
13713
+ "hostname" : "pi-fips.ca-central-1.amazonaws.com"
13714
+ },
13715
+ "fips-ca-west-1" : {
13716
+ "credentialScope" : {
13717
+ "region" : "ca-west-1"
13718
+ },
13719
+ "deprecated" : true,
13720
+ "hostname" : "pi-fips.ca-west-1.amazonaws.com"
13721
+ },
13722
+ "fips-us-east-1" : {
13723
+ "credentialScope" : {
13724
+ "region" : "us-east-1"
13725
+ },
13726
+ "deprecated" : true,
13727
+ "hostname" : "pi-fips.us-east-1.amazonaws.com"
13728
+ },
13729
+ "fips-us-east-2" : {
13730
+ "credentialScope" : {
13731
+ "region" : "us-east-2"
13732
+ },
13733
+ "deprecated" : true,
13734
+ "hostname" : "pi-fips.us-east-2.amazonaws.com"
13735
+ },
13736
+ "fips-us-west-1" : {
13737
+ "credentialScope" : {
13738
+ "region" : "us-west-1"
13739
+ },
13740
+ "deprecated" : true,
13741
+ "hostname" : "pi-fips.us-west-1.amazonaws.com"
13742
+ },
13743
+ "fips-us-west-2" : {
13744
+ "credentialScope" : {
13745
+ "region" : "us-west-2"
13746
+ },
13747
+ "deprecated" : true,
13748
+ "hostname" : "pi-fips.us-west-2.amazonaws.com"
13749
+ },
13750
+ "il-central-1" : {
13751
+ "protocols" : [ "https" ],
13752
+ "variants" : [ {
13753
+ "hostname" : "pi.il-central-1.api.aws",
13754
+ "tags" : [ "dualstack" ]
13755
+ } ]
13756
+ },
13757
+ "me-central-1" : {
13758
+ "protocols" : [ "https" ],
13759
+ "variants" : [ {
13760
+ "hostname" : "pi.me-central-1.api.aws",
13761
+ "tags" : [ "dualstack" ]
13762
+ } ]
13763
+ },
13764
+ "me-south-1" : {
13765
+ "protocols" : [ "https" ],
13766
+ "variants" : [ {
13767
+ "hostname" : "pi.me-south-1.api.aws",
13768
+ "tags" : [ "dualstack" ]
13769
+ } ]
13770
+ },
13771
+ "sa-east-1" : {
13772
+ "protocols" : [ "https" ],
13773
+ "variants" : [ {
13774
+ "hostname" : "pi.sa-east-1.api.aws",
13775
+ "tags" : [ "dualstack" ]
13776
+ } ]
13777
+ },
13778
+ "us-east-1" : {
13779
+ "protocols" : [ "https" ],
13780
+ "variants" : [ {
13781
+ "hostname" : "pi-fips.us-east-1.amazonaws.com",
13782
+ "tags" : [ "fips" ]
13783
+ }, {
13784
+ "hostname" : "pi-fips.us-east-1.api.aws",
13785
+ "tags" : [ "dualstack", "fips" ]
13786
+ }, {
13787
+ "hostname" : "pi.us-east-1.api.aws",
13788
+ "tags" : [ "dualstack" ]
13789
+ } ]
13790
+ },
13791
+ "us-east-2" : {
13792
+ "protocols" : [ "https" ],
13793
+ "variants" : [ {
13794
+ "hostname" : "pi-fips.us-east-2.amazonaws.com",
13795
+ "tags" : [ "fips" ]
13796
+ }, {
13797
+ "hostname" : "pi-fips.us-east-2.api.aws",
13798
+ "tags" : [ "dualstack", "fips" ]
13799
+ }, {
13800
+ "hostname" : "pi.us-east-2.api.aws",
13801
+ "tags" : [ "dualstack" ]
13802
+ } ]
13803
+ },
13804
+ "us-west-1" : {
13805
+ "protocols" : [ "https" ],
13806
+ "variants" : [ {
13807
+ "hostname" : "pi-fips.us-west-1.amazonaws.com",
13808
+ "tags" : [ "fips" ]
13809
+ }, {
13810
+ "hostname" : "pi-fips.us-west-1.api.aws",
13811
+ "tags" : [ "dualstack", "fips" ]
13812
+ }, {
13813
+ "hostname" : "pi.us-west-1.api.aws",
13814
+ "tags" : [ "dualstack" ]
13815
+ } ]
13816
+ },
13817
+ "us-west-2" : {
13818
+ "protocols" : [ "https" ],
13819
+ "variants" : [ {
13820
+ "hostname" : "pi-fips.us-west-2.amazonaws.com",
13821
+ "tags" : [ "fips" ]
13822
+ }, {
13823
+ "hostname" : "pi-fips.us-west-2.api.aws",
13824
+ "tags" : [ "dualstack", "fips" ]
13825
+ }, {
13826
+ "hostname" : "pi.us-west-2.api.aws",
13827
+ "tags" : [ "dualstack" ]
13828
+ } ]
13829
+ }
13558
13830
  }
13559
13831
  },
13560
13832
  "pinpoint" : {
@@ -17723,6 +17995,7 @@
17723
17995
  "tags" : [ "fips" ]
17724
17996
  } ]
17725
17997
  },
17998
+ "ca-west-1" : { },
17726
17999
  "eu-central-1" : { },
17727
18000
  "eu-central-2" : { },
17728
18001
  "eu-north-1" : { },
@@ -19527,7 +19800,19 @@
19527
19800
  "deprecated" : true,
19528
19801
  "hostname" : "translate-fips.us-east-2.amazonaws.com"
19529
19802
  },
19530
- "us-west-1" : { },
19803
+ "us-west-1" : {
19804
+ "variants" : [ {
19805
+ "hostname" : "translate-fips.us-west-1.amazonaws.com",
19806
+ "tags" : [ "fips" ]
19807
+ } ]
19808
+ },
19809
+ "us-west-1-fips" : {
19810
+ "credentialScope" : {
19811
+ "region" : "us-west-1"
19812
+ },
19813
+ "deprecated" : true,
19814
+ "hostname" : "translate-fips.us-west-1.amazonaws.com"
19815
+ },
19531
19816
  "us-west-2" : {
19532
19817
  "variants" : [ {
19533
19818
  "hostname" : "translate-fips.us-west-2.amazonaws.com",
@@ -22001,8 +22286,20 @@
22001
22286
  },
22002
22287
  "pi" : {
22003
22288
  "endpoints" : {
22004
- "cn-north-1" : { },
22005
- "cn-northwest-1" : { }
22289
+ "cn-north-1" : {
22290
+ "protocols" : [ "https" ],
22291
+ "variants" : [ {
22292
+ "hostname" : "pi.cn-north-1.api.amazonwebservices.com.cn",
22293
+ "tags" : [ "dualstack" ]
22294
+ } ]
22295
+ },
22296
+ "cn-northwest-1" : {
22297
+ "protocols" : [ "https" ],
22298
+ "variants" : [ {
22299
+ "hostname" : "pi.cn-northwest-1.api.amazonwebservices.com.cn",
22300
+ "tags" : [ "dualstack" ]
22301
+ } ]
22302
+ }
22006
22303
  }
22007
22304
  },
22008
22305
  "pipes" : {
@@ -25878,8 +26175,46 @@
25878
26175
  },
25879
26176
  "pi" : {
25880
26177
  "endpoints" : {
25881
- "us-gov-east-1" : { },
25882
- "us-gov-west-1" : { }
26178
+ "fips-us-gov-east-1" : {
26179
+ "credentialScope" : {
26180
+ "region" : "us-gov-east-1"
26181
+ },
26182
+ "deprecated" : true,
26183
+ "hostname" : "pi-fips.us-gov-east-1.amazonaws.com"
26184
+ },
26185
+ "fips-us-gov-west-1" : {
26186
+ "credentialScope" : {
26187
+ "region" : "us-gov-west-1"
26188
+ },
26189
+ "deprecated" : true,
26190
+ "hostname" : "pi-fips.us-gov-west-1.amazonaws.com"
26191
+ },
26192
+ "us-gov-east-1" : {
26193
+ "protocols" : [ "https" ],
26194
+ "variants" : [ {
26195
+ "hostname" : "pi-fips.us-gov-east-1.amazonaws.com",
26196
+ "tags" : [ "fips" ]
26197
+ }, {
26198
+ "hostname" : "pi-fips.us-gov-east-1.api.aws",
26199
+ "tags" : [ "dualstack", "fips" ]
26200
+ }, {
26201
+ "hostname" : "pi.us-gov-east-1.api.aws",
26202
+ "tags" : [ "dualstack" ]
26203
+ } ]
26204
+ },
26205
+ "us-gov-west-1" : {
26206
+ "protocols" : [ "https" ],
26207
+ "variants" : [ {
26208
+ "hostname" : "pi-fips.us-gov-west-1.amazonaws.com",
26209
+ "tags" : [ "fips" ]
26210
+ }, {
26211
+ "hostname" : "pi-fips.us-gov-west-1.api.aws",
26212
+ "tags" : [ "dualstack", "fips" ]
26213
+ }, {
26214
+ "hostname" : "pi.us-gov-west-1.api.aws",
26215
+ "tags" : [ "dualstack" ]
26216
+ } ]
26217
+ }
25883
26218
  }
25884
26219
  },
25885
26220
  "pinpoint" : {
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.950.0
4
+ version: 1.953.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-07-01 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: