aws-partitions 1.565.0 → 1.568.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c74db1a26b3b08e0764a18bc2b98846f8db81222663bcf5a6317b107180adc5
4
- data.tar.gz: b4f8a2992c60aaa5cd2a978b206b46fa9e9460cde222e70965459012c8890a33
3
+ metadata.gz: 45fb7ef4573704ac5d5cd709ddc2ad14aedb6335c02a8a787849983326fd03ef
4
+ data.tar.gz: f8d8e1df301b553171758065e2be2176865cf8b402b0b8e20a31f45bb6763923
5
5
  SHA512:
6
- metadata.gz: 3954289c390ec1979e29fa326505df502283956545aae453aa832bf01dea99d4ff5b91ebeb7dc8df9376cd47a39b2267227e832fa824fa9c3b0af036fbe49a66
7
- data.tar.gz: 365dffddd36e25059402110964c893bcc38123599280baf7b0df88031f077c276af501b337c7a1449914a430299888a6740b306719a1f5b087ab7d404c4bd3d5
6
+ metadata.gz: 701ca7826427b3e33066d29d58b2e1944d176e2f3455ed310faf1db3c6d46c6c9de775fcbf799b2495ba99b798947c38d109a5899e0e69801a47151911b7f37e
7
+ data.tar.gz: 772a3637fca79eb1659b82f4b0b706f90c3a978b638a6bfd6aa144604b9ec2ecab0cb41f6bf92e651f141698277772885b93e812f3306c709e7c13b31d804361
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.568.0 (2022-03-16)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::BillingConductor`.
8
+
9
+ 1.567.0 (2022-03-14)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.566.0 (2022-03-10)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.565.0 (2022-03-09)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.565.0
1
+ 1.568.0
@@ -256,6 +256,7 @@ module Aws
256
256
  'Backup' => 'backup',
257
257
  'BackupGateway' => 'backup-gateway',
258
258
  'Batch' => 'batch',
259
+ 'BillingConductor' => 'billingconductor',
259
260
  'Braket' => 'braket',
260
261
  'Budgets' => 'budgets',
261
262
  'Chime' => 'chime',
data/partitions.json CHANGED
@@ -1634,6 +1634,18 @@
1634
1634
  }
1635
1635
  }
1636
1636
  },
1637
+ "billingconductor" : {
1638
+ "endpoints" : {
1639
+ "aws-global" : {
1640
+ "credentialScope" : {
1641
+ "region" : "us-east-1"
1642
+ },
1643
+ "hostname" : "billingconductor.us-east-1.amazonaws.com"
1644
+ }
1645
+ },
1646
+ "isRegionalized" : false,
1647
+ "partitionEndpoint" : "aws-global"
1648
+ },
1637
1649
  "braket" : {
1638
1650
  "endpoints" : {
1639
1651
  "eu-west-2" : { },
@@ -1949,9 +1961,11 @@
1949
1961
  "ap-east-1" : { },
1950
1962
  "ap-northeast-1" : { },
1951
1963
  "ap-northeast-2" : { },
1964
+ "ap-northeast-3" : { },
1952
1965
  "ap-south-1" : { },
1953
1966
  "ap-southeast-1" : { },
1954
1967
  "ap-southeast-2" : { },
1968
+ "ap-southeast-3" : { },
1955
1969
  "ca-central-1" : { },
1956
1970
  "eu-central-1" : { },
1957
1971
  "eu-north-1" : { },
@@ -12861,6 +12875,7 @@
12861
12875
  "ap-south-1" : { },
12862
12876
  "ap-southeast-1" : { },
12863
12877
  "ap-southeast-2" : { },
12878
+ "ap-southeast-3" : { },
12864
12879
  "ca-central-1" : { },
12865
12880
  "eu-central-1" : { },
12866
12881
  "eu-north-1" : { },
@@ -14496,17 +14511,31 @@
14496
14511
  },
14497
14512
  "cloudtrail" : {
14498
14513
  "endpoints" : {
14499
- "us-gov-east-1" : {
14514
+ "fips-us-gov-east-1" : {
14500
14515
  "credentialScope" : {
14501
14516
  "region" : "us-gov-east-1"
14502
14517
  },
14518
+ "deprecated" : true,
14503
14519
  "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com"
14504
14520
  },
14505
- "us-gov-west-1" : {
14521
+ "fips-us-gov-west-1" : {
14506
14522
  "credentialScope" : {
14507
14523
  "region" : "us-gov-west-1"
14508
14524
  },
14525
+ "deprecated" : true,
14509
14526
  "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com"
14527
+ },
14528
+ "us-gov-east-1" : {
14529
+ "variants" : [ {
14530
+ "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com",
14531
+ "tags" : [ "fips" ]
14532
+ } ]
14533
+ },
14534
+ "us-gov-west-1" : {
14535
+ "variants" : [ {
14536
+ "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
14537
+ "tags" : [ "fips" ]
14538
+ } ]
14510
14539
  }
14511
14540
  }
14512
14541
  },
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.565.0
4
+ version: 1.568.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: 2022-03-09 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: