aws-partitions 1.909.0 → 1.913.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +117 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea9a2292332ed4e82e7744a1fb38e786ab9fff4ea094e5f44ea3cc17c2ec330c
|
4
|
+
data.tar.gz: 04dbb4efca4dfbca332b996e1b347f5a662a6bd40fedccd5cf83547228d62a68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e24c29f1d31547dbf3fce8cc4e73f5050890fb5939e5a7802f3e497ebb666ed459e7309afad8fb6cf6b40c3082bb6505a4339f5e8de1d31a76c02cd8d58671d
|
7
|
+
data.tar.gz: 1c7df239c1c8de15e201ce71539645a029b5034c971221e893cf15830c9a534e9575782109ddc977659bb57e7bdbcb88c6860156c97538818c1b7abb0629ccc0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.913.0 (2024-04-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.912.0 (2024-04-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.911.0 (2024-04-09)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.910.0 (2024-04-08)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::ControlCatalog`.
|
23
|
+
|
4
24
|
1.909.0 (2024-04-05)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.913.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -340,6 +340,7 @@ module Aws
|
|
340
340
|
'ConnectContactLens' => 'contact-lens',
|
341
341
|
'ConnectParticipant' => 'participant.connect',
|
342
342
|
'ConnectWisdomService' => 'wisdom',
|
343
|
+
'ControlCatalog' => 'controlcatalog',
|
343
344
|
'ControlTower' => 'controltower',
|
344
345
|
'CostExplorer' => 'ce',
|
345
346
|
'CostOptimizationHub' => 'cost-optimization-hub',
|
data/partitions.json
CHANGED
@@ -2641,6 +2641,7 @@
|
|
2641
2641
|
"endpoints" : {
|
2642
2642
|
"ap-northeast-1" : { },
|
2643
2643
|
"ap-southeast-1" : { },
|
2644
|
+
"ap-southeast-2" : { },
|
2644
2645
|
"bedrock-ap-northeast-1" : {
|
2645
2646
|
"credentialScope" : {
|
2646
2647
|
"region" : "ap-northeast-1"
|
@@ -2653,6 +2654,12 @@
|
|
2653
2654
|
},
|
2654
2655
|
"hostname" : "bedrock.ap-southeast-1.amazonaws.com"
|
2655
2656
|
},
|
2657
|
+
"bedrock-ap-southeast-2" : {
|
2658
|
+
"credentialScope" : {
|
2659
|
+
"region" : "ap-southeast-2"
|
2660
|
+
},
|
2661
|
+
"hostname" : "bedrock.ap-southeast-2.amazonaws.com"
|
2662
|
+
},
|
2656
2663
|
"bedrock-eu-central-1" : {
|
2657
2664
|
"credentialScope" : {
|
2658
2665
|
"region" : "eu-central-1"
|
@@ -2689,6 +2696,12 @@
|
|
2689
2696
|
},
|
2690
2697
|
"hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
|
2691
2698
|
},
|
2699
|
+
"bedrock-runtime-ap-southeast-2" : {
|
2700
|
+
"credentialScope" : {
|
2701
|
+
"region" : "ap-southeast-2"
|
2702
|
+
},
|
2703
|
+
"hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
|
2704
|
+
},
|
2692
2705
|
"bedrock-runtime-eu-central-1" : {
|
2693
2706
|
"credentialScope" : {
|
2694
2707
|
"region" : "eu-central-1"
|
@@ -3827,6 +3840,7 @@
|
|
3827
3840
|
"ap-northeast-2" : { },
|
3828
3841
|
"ap-northeast-3" : { },
|
3829
3842
|
"ap-south-1" : { },
|
3843
|
+
"ap-south-2" : { },
|
3830
3844
|
"ap-southeast-1" : { },
|
3831
3845
|
"ap-southeast-2" : { },
|
3832
3846
|
"ap-southeast-3" : { },
|
@@ -14750,19 +14764,29 @@
|
|
14750
14764
|
},
|
14751
14765
|
"resource-explorer-2" : {
|
14752
14766
|
"endpoints" : {
|
14767
|
+
"af-south-1" : { },
|
14768
|
+
"ap-east-1" : { },
|
14753
14769
|
"ap-northeast-1" : { },
|
14754
14770
|
"ap-northeast-2" : { },
|
14755
14771
|
"ap-northeast-3" : { },
|
14756
14772
|
"ap-south-1" : { },
|
14773
|
+
"ap-south-2" : { },
|
14757
14774
|
"ap-southeast-1" : { },
|
14758
14775
|
"ap-southeast-2" : { },
|
14759
14776
|
"ap-southeast-3" : { },
|
14777
|
+
"ap-southeast-4" : { },
|
14760
14778
|
"ca-central-1" : { },
|
14779
|
+
"ca-west-1" : { },
|
14761
14780
|
"eu-central-1" : { },
|
14781
|
+
"eu-central-2" : { },
|
14762
14782
|
"eu-north-1" : { },
|
14783
|
+
"eu-south-1" : { },
|
14784
|
+
"eu-south-2" : { },
|
14763
14785
|
"eu-west-1" : { },
|
14764
14786
|
"eu-west-2" : { },
|
14765
14787
|
"eu-west-3" : { },
|
14788
|
+
"il-central-1" : { },
|
14789
|
+
"me-central-1" : { },
|
14766
14790
|
"me-south-1" : { },
|
14767
14791
|
"sa-east-1" : { },
|
14768
14792
|
"us-east-1" : { },
|
@@ -16403,16 +16427,60 @@
|
|
16403
16427
|
"protocols" : [ "https" ]
|
16404
16428
|
},
|
16405
16429
|
"us-east-1" : {
|
16406
|
-
"protocols" : [ "https" ]
|
16430
|
+
"protocols" : [ "https" ],
|
16431
|
+
"variants" : [ {
|
16432
|
+
"hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com",
|
16433
|
+
"tags" : [ "fips" ]
|
16434
|
+
} ]
|
16435
|
+
},
|
16436
|
+
"us-east-1-fips" : {
|
16437
|
+
"credentialScope" : {
|
16438
|
+
"region" : "us-east-1"
|
16439
|
+
},
|
16440
|
+
"deprecated" : true,
|
16441
|
+
"hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com"
|
16407
16442
|
},
|
16408
16443
|
"us-east-2" : {
|
16409
|
-
"protocols" : [ "https" ]
|
16444
|
+
"protocols" : [ "https" ],
|
16445
|
+
"variants" : [ {
|
16446
|
+
"hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com",
|
16447
|
+
"tags" : [ "fips" ]
|
16448
|
+
} ]
|
16449
|
+
},
|
16450
|
+
"us-east-2-fips" : {
|
16451
|
+
"credentialScope" : {
|
16452
|
+
"region" : "us-east-2"
|
16453
|
+
},
|
16454
|
+
"deprecated" : true,
|
16455
|
+
"hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com"
|
16410
16456
|
},
|
16411
16457
|
"us-west-1" : {
|
16412
|
-
"protocols" : [ "https" ]
|
16458
|
+
"protocols" : [ "https" ],
|
16459
|
+
"variants" : [ {
|
16460
|
+
"hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com",
|
16461
|
+
"tags" : [ "fips" ]
|
16462
|
+
} ]
|
16463
|
+
},
|
16464
|
+
"us-west-1-fips" : {
|
16465
|
+
"credentialScope" : {
|
16466
|
+
"region" : "us-west-1"
|
16467
|
+
},
|
16468
|
+
"deprecated" : true,
|
16469
|
+
"hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com"
|
16413
16470
|
},
|
16414
16471
|
"us-west-2" : {
|
16415
|
-
"protocols" : [ "https" ]
|
16472
|
+
"protocols" : [ "https" ],
|
16473
|
+
"variants" : [ {
|
16474
|
+
"hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com",
|
16475
|
+
"tags" : [ "fips" ]
|
16476
|
+
} ]
|
16477
|
+
},
|
16478
|
+
"us-west-2-fips" : {
|
16479
|
+
"credentialScope" : {
|
16480
|
+
"region" : "us-west-2"
|
16481
|
+
},
|
16482
|
+
"deprecated" : true,
|
16483
|
+
"hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com"
|
16416
16484
|
}
|
16417
16485
|
}
|
16418
16486
|
},
|
@@ -19034,6 +19102,12 @@
|
|
19034
19102
|
"tags" : [ "fips" ]
|
19035
19103
|
} ]
|
19036
19104
|
},
|
19105
|
+
"ca-west-1" : {
|
19106
|
+
"variants" : [ {
|
19107
|
+
"hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com",
|
19108
|
+
"tags" : [ "fips" ]
|
19109
|
+
} ]
|
19110
|
+
},
|
19037
19111
|
"eu-central-1" : { },
|
19038
19112
|
"eu-central-2" : { },
|
19039
19113
|
"eu-north-1" : { },
|
@@ -19049,6 +19123,13 @@
|
|
19049
19123
|
"deprecated" : true,
|
19050
19124
|
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com"
|
19051
19125
|
},
|
19126
|
+
"fips-ca-west-1" : {
|
19127
|
+
"credentialScope" : {
|
19128
|
+
"region" : "ca-west-1"
|
19129
|
+
},
|
19130
|
+
"deprecated" : true,
|
19131
|
+
"hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com"
|
19132
|
+
},
|
19052
19133
|
"fips-us-east-1" : {
|
19053
19134
|
"credentialScope" : {
|
19054
19135
|
"region" : "us-east-1"
|
@@ -19077,6 +19158,7 @@
|
|
19077
19158
|
"deprecated" : true,
|
19078
19159
|
"hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com"
|
19079
19160
|
},
|
19161
|
+
"il-central-1" : { },
|
19080
19162
|
"me-central-1" : { },
|
19081
19163
|
"me-south-1" : { },
|
19082
19164
|
"sa-east-1" : { },
|
@@ -19214,6 +19296,7 @@
|
|
19214
19296
|
"eu-north-1" : { },
|
19215
19297
|
"eu-west-1" : { },
|
19216
19298
|
"eu-west-2" : { },
|
19299
|
+
"sa-east-1" : { },
|
19217
19300
|
"us-east-1" : { },
|
19218
19301
|
"us-east-2" : { },
|
19219
19302
|
"us-west-2" : { }
|
@@ -26637,6 +26720,36 @@
|
|
26637
26720
|
}
|
26638
26721
|
}
|
26639
26722
|
},
|
26723
|
+
"verifiedpermissions" : {
|
26724
|
+
"endpoints" : {
|
26725
|
+
"fips-us-gov-east-1" : {
|
26726
|
+
"credentialScope" : {
|
26727
|
+
"region" : "us-gov-east-1"
|
26728
|
+
},
|
26729
|
+
"deprecated" : true,
|
26730
|
+
"hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com"
|
26731
|
+
},
|
26732
|
+
"fips-us-gov-west-1" : {
|
26733
|
+
"credentialScope" : {
|
26734
|
+
"region" : "us-gov-west-1"
|
26735
|
+
},
|
26736
|
+
"deprecated" : true,
|
26737
|
+
"hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com"
|
26738
|
+
},
|
26739
|
+
"us-gov-east-1" : {
|
26740
|
+
"variants" : [ {
|
26741
|
+
"hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com",
|
26742
|
+
"tags" : [ "fips" ]
|
26743
|
+
} ]
|
26744
|
+
},
|
26745
|
+
"us-gov-west-1" : {
|
26746
|
+
"variants" : [ {
|
26747
|
+
"hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com",
|
26748
|
+
"tags" : [ "fips" ]
|
26749
|
+
} ]
|
26750
|
+
}
|
26751
|
+
}
|
26752
|
+
},
|
26640
26753
|
"waf-regional" : {
|
26641
26754
|
"endpoints" : {
|
26642
26755
|
"fips-us-gov-east-1" : {
|
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.913.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-04-
|
11
|
+
date: 2024-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|