aws-partitions 1.716.0 → 1.717.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +69 -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: 99894cf8d50efc845813f78887103f05196f8f5f56819e39893a842975c3fddc
|
|
4
|
+
data.tar.gz: 12ccfcf2b9cfd7dde273e12a9f279f4027d91653624ded0dc577812b1c39258f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6a247a4704490bf94816acabe511b0ebd3a971a64006fe239dfb57ba874a4eeff1ef57b2f59cd8ea93b101f4131ef0b453d41c17c56a9e18f8a53e6144accf4
|
|
7
|
+
data.tar.gz: c125c8a0ba5c679fcf0248c291d88a0fb3265ebd31c00f14d71419e931ae39148d05e92a804506b32eb9bc9c62630a11dc84a40ecf88ce9bf0b939d07dafb69d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.717.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
|
@@ -7665,6 +7665,39 @@
|
|
|
7665
7665
|
"us-west-2" : { }
|
|
7666
7666
|
}
|
|
7667
7667
|
},
|
|
7668
|
+
"internetmonitor" : {
|
|
7669
|
+
"defaults" : {
|
|
7670
|
+
"dnsSuffix" : "api.aws",
|
|
7671
|
+
"variants" : [ {
|
|
7672
|
+
"dnsSuffix" : "api.aws",
|
|
7673
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
7674
|
+
"tags" : [ "fips" ]
|
|
7675
|
+
} ]
|
|
7676
|
+
},
|
|
7677
|
+
"endpoints" : {
|
|
7678
|
+
"ap-northeast-3" : {
|
|
7679
|
+
"hostname" : "internetmonitor.ap-northeast-3.api.aws"
|
|
7680
|
+
},
|
|
7681
|
+
"ap-south-2" : {
|
|
7682
|
+
"hostname" : "internetmonitor.ap-south-2.api.aws"
|
|
7683
|
+
},
|
|
7684
|
+
"ap-southeast-3" : {
|
|
7685
|
+
"hostname" : "internetmonitor.ap-southeast-3.api.aws"
|
|
7686
|
+
},
|
|
7687
|
+
"ap-southeast-4" : {
|
|
7688
|
+
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
|
|
7689
|
+
},
|
|
7690
|
+
"eu-central-2" : {
|
|
7691
|
+
"hostname" : "internetmonitor.eu-central-2.api.aws"
|
|
7692
|
+
},
|
|
7693
|
+
"eu-south-2" : {
|
|
7694
|
+
"hostname" : "internetmonitor.eu-south-2.api.aws"
|
|
7695
|
+
},
|
|
7696
|
+
"me-central-1" : {
|
|
7697
|
+
"hostname" : "internetmonitor.me-central-1.api.aws"
|
|
7698
|
+
}
|
|
7699
|
+
}
|
|
7700
|
+
},
|
|
7668
7701
|
"iot" : {
|
|
7669
7702
|
"defaults" : {
|
|
7670
7703
|
"credentialScope" : {
|
|
@@ -17328,6 +17361,24 @@
|
|
|
17328
17361
|
"isRegionalized" : false,
|
|
17329
17362
|
"partitionEndpoint" : "aws-cn-global"
|
|
17330
17363
|
},
|
|
17364
|
+
"internetmonitor" : {
|
|
17365
|
+
"defaults" : {
|
|
17366
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
17367
|
+
"variants" : [ {
|
|
17368
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
17369
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
17370
|
+
"tags" : [ "fips" ]
|
|
17371
|
+
} ]
|
|
17372
|
+
},
|
|
17373
|
+
"endpoints" : {
|
|
17374
|
+
"cn-north-1" : {
|
|
17375
|
+
"hostname" : "internetmonitor.cn-north-1.api.amazonwebservices.com.cn"
|
|
17376
|
+
},
|
|
17377
|
+
"cn-northwest-1" : {
|
|
17378
|
+
"hostname" : "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn"
|
|
17379
|
+
}
|
|
17380
|
+
}
|
|
17381
|
+
},
|
|
17331
17382
|
"iot" : {
|
|
17332
17383
|
"defaults" : {
|
|
17333
17384
|
"credentialScope" : {
|
|
@@ -19960,6 +20011,24 @@
|
|
|
19960
20011
|
"us-gov-west-1" : { }
|
|
19961
20012
|
}
|
|
19962
20013
|
},
|
|
20014
|
+
"internetmonitor" : {
|
|
20015
|
+
"defaults" : {
|
|
20016
|
+
"dnsSuffix" : "api.aws",
|
|
20017
|
+
"variants" : [ {
|
|
20018
|
+
"dnsSuffix" : "api.aws",
|
|
20019
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
20020
|
+
"tags" : [ "fips" ]
|
|
20021
|
+
} ]
|
|
20022
|
+
},
|
|
20023
|
+
"endpoints" : {
|
|
20024
|
+
"us-gov-east-1" : {
|
|
20025
|
+
"hostname" : "internetmonitor.us-gov-east-1.api.aws"
|
|
20026
|
+
},
|
|
20027
|
+
"us-gov-west-1" : {
|
|
20028
|
+
"hostname" : "internetmonitor.us-gov-west-1.api.aws"
|
|
20029
|
+
}
|
|
20030
|
+
}
|
|
20031
|
+
},
|
|
19963
20032
|
"iot" : {
|
|
19964
20033
|
"defaults" : {
|
|
19965
20034
|
"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.717.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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|