aws-partitions 1.716.0 → 1.717.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: 1d8171218b9bf533d34b30ce0ca472392e9631f4fe8b7c1720774da71f715164
4
- data.tar.gz: c10be3f8707cada24abe6fb48cc10361917de6c85f8866e06dee53e4f5f5fb7d
3
+ metadata.gz: 99894cf8d50efc845813f78887103f05196f8f5f56819e39893a842975c3fddc
4
+ data.tar.gz: 12ccfcf2b9cfd7dde273e12a9f279f4027d91653624ded0dc577812b1c39258f
5
5
  SHA512:
6
- metadata.gz: 07a8efaf92281b5d185138a94c20765a9c58b705a3817f24de17e8d9f53f4b03420abb866e4df4a845a2ec863e8b3f48e5738801137f5a52c462bb84ddb26cd6
7
- data.tar.gz: 49b1f559b04175b6b856068b02ed5c5a78f0e2ff503e76cadeffc48216d60901f23503a50f4d03af0d908c7e8f6c019ff7535363362e9428edcec7a4681b749c
6
+ metadata.gz: a6a247a4704490bf94816acabe511b0ebd3a971a64006fe239dfb57ba874a4eeff1ef57b2f59cd8ea93b101f4131ef0b453d41c17c56a9e18f8a53e6144accf4
7
+ data.tar.gz: c125c8a0ba5c679fcf0248c291d88a0fb3265ebd31c00f14d71419e931ae39148d05e92a804506b32eb9bc9c62630a11dc84a40ecf88ce9bf0b939d07dafb69d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.717.0 (2023-02-27)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::InternetMonitor`.
8
+
4
9
  1.716.0 (2023-02-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.716.0
1
+ 1.717.0
@@ -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.716.0
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-23 00:00:00.000000000 Z
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: