aws-partitions 1.716.0 → 1.718.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +72 -0
- 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: d167424db07dedbc1e9206b4385b1151806895f34c307a9994befe7ff384de29
|
|
4
|
+
data.tar.gz: b98cefb53f79524ab2593181e5f6e21fe5ead07a67515b51acd58a3422d5e150
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43dd659a34a4913e7cb7c247e9cc30b6f57e5952a7f96534d6008d3d8c0a9d887c32cb859769124659036094991bedd6acacdebc8b03563bb6f32ace0430558d
|
|
7
|
+
data.tar.gz: 8b6aedd5ae4418be2ff64dd59c91e344d53c7a19018615b4c5ef7a1563e7507e2d20f039b5fd1e238e23b7779f38a77a8bfa7d8d20739d4d665484fd782f2c9b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.718.0 (2023-02-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.717.0 (2023-02-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::InternetMonitor`.
|
|
13
|
+
|
|
4
14
|
1.716.0 (2023-02-23)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.718.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -395,6 +395,7 @@ module Aws
|
|
|
395
395
|
'ImportExport' => 'importexport',
|
|
396
396
|
'Inspector' => 'inspector',
|
|
397
397
|
'Inspector2' => 'inspector2',
|
|
398
|
+
'InternetMonitor' => 'internetmonitor',
|
|
398
399
|
'IoT' => 'iot',
|
|
399
400
|
'IoT1ClickDevicesService' => 'devices.iot1click',
|
|
400
401
|
'IoT1ClickProjects' => 'projects.iot1click',
|
data/partitions.json
CHANGED
|
@@ -1666,6 +1666,9 @@
|
|
|
1666
1666
|
"apprunner" : {
|
|
1667
1667
|
"endpoints" : {
|
|
1668
1668
|
"ap-northeast-1" : { },
|
|
1669
|
+
"ap-southeast-1" : { },
|
|
1670
|
+
"ap-southeast-2" : { },
|
|
1671
|
+
"eu-central-1" : { },
|
|
1669
1672
|
"eu-west-1" : { },
|
|
1670
1673
|
"fips-us-east-1" : {
|
|
1671
1674
|
"credentialScope" : {
|
|
@@ -7665,6 +7668,39 @@
|
|
|
7665
7668
|
"us-west-2" : { }
|
|
7666
7669
|
}
|
|
7667
7670
|
},
|
|
7671
|
+
"internetmonitor" : {
|
|
7672
|
+
"defaults" : {
|
|
7673
|
+
"dnsSuffix" : "api.aws",
|
|
7674
|
+
"variants" : [ {
|
|
7675
|
+
"dnsSuffix" : "api.aws",
|
|
7676
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
7677
|
+
"tags" : [ "fips" ]
|
|
7678
|
+
} ]
|
|
7679
|
+
},
|
|
7680
|
+
"endpoints" : {
|
|
7681
|
+
"ap-northeast-3" : {
|
|
7682
|
+
"hostname" : "internetmonitor.ap-northeast-3.api.aws"
|
|
7683
|
+
},
|
|
7684
|
+
"ap-south-2" : {
|
|
7685
|
+
"hostname" : "internetmonitor.ap-south-2.api.aws"
|
|
7686
|
+
},
|
|
7687
|
+
"ap-southeast-3" : {
|
|
7688
|
+
"hostname" : "internetmonitor.ap-southeast-3.api.aws"
|
|
7689
|
+
},
|
|
7690
|
+
"ap-southeast-4" : {
|
|
7691
|
+
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
|
|
7692
|
+
},
|
|
7693
|
+
"eu-central-2" : {
|
|
7694
|
+
"hostname" : "internetmonitor.eu-central-2.api.aws"
|
|
7695
|
+
},
|
|
7696
|
+
"eu-south-2" : {
|
|
7697
|
+
"hostname" : "internetmonitor.eu-south-2.api.aws"
|
|
7698
|
+
},
|
|
7699
|
+
"me-central-1" : {
|
|
7700
|
+
"hostname" : "internetmonitor.me-central-1.api.aws"
|
|
7701
|
+
}
|
|
7702
|
+
}
|
|
7703
|
+
},
|
|
7668
7704
|
"iot" : {
|
|
7669
7705
|
"defaults" : {
|
|
7670
7706
|
"credentialScope" : {
|
|
@@ -17328,6 +17364,24 @@
|
|
|
17328
17364
|
"isRegionalized" : false,
|
|
17329
17365
|
"partitionEndpoint" : "aws-cn-global"
|
|
17330
17366
|
},
|
|
17367
|
+
"internetmonitor" : {
|
|
17368
|
+
"defaults" : {
|
|
17369
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
17370
|
+
"variants" : [ {
|
|
17371
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
17372
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
17373
|
+
"tags" : [ "fips" ]
|
|
17374
|
+
} ]
|
|
17375
|
+
},
|
|
17376
|
+
"endpoints" : {
|
|
17377
|
+
"cn-north-1" : {
|
|
17378
|
+
"hostname" : "internetmonitor.cn-north-1.api.amazonwebservices.com.cn"
|
|
17379
|
+
},
|
|
17380
|
+
"cn-northwest-1" : {
|
|
17381
|
+
"hostname" : "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn"
|
|
17382
|
+
}
|
|
17383
|
+
}
|
|
17384
|
+
},
|
|
17331
17385
|
"iot" : {
|
|
17332
17386
|
"defaults" : {
|
|
17333
17387
|
"credentialScope" : {
|
|
@@ -19960,6 +20014,24 @@
|
|
|
19960
20014
|
"us-gov-west-1" : { }
|
|
19961
20015
|
}
|
|
19962
20016
|
},
|
|
20017
|
+
"internetmonitor" : {
|
|
20018
|
+
"defaults" : {
|
|
20019
|
+
"dnsSuffix" : "api.aws",
|
|
20020
|
+
"variants" : [ {
|
|
20021
|
+
"dnsSuffix" : "api.aws",
|
|
20022
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
20023
|
+
"tags" : [ "fips" ]
|
|
20024
|
+
} ]
|
|
20025
|
+
},
|
|
20026
|
+
"endpoints" : {
|
|
20027
|
+
"us-gov-east-1" : {
|
|
20028
|
+
"hostname" : "internetmonitor.us-gov-east-1.api.aws"
|
|
20029
|
+
},
|
|
20030
|
+
"us-gov-west-1" : {
|
|
20031
|
+
"hostname" : "internetmonitor.us-gov-west-1.api.aws"
|
|
20032
|
+
}
|
|
20033
|
+
}
|
|
20034
|
+
},
|
|
19963
20035
|
"iot" : {
|
|
19964
20036
|
"defaults" : {
|
|
19965
20037
|
"credentialScope" : {
|
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.718.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: 2023-02-
|
|
11
|
+
date: 2023-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|