aws-partitions 1.715.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a257d35e72544c285eab92757021d798654758d9ad2a71f997cc4e38f33587e
4
- data.tar.gz: 237035cc0c44b5bf38b8e1319bc917b26d4dfb72c0f288c57970e667263bca25
3
+ metadata.gz: 99894cf8d50efc845813f78887103f05196f8f5f56819e39893a842975c3fddc
4
+ data.tar.gz: 12ccfcf2b9cfd7dde273e12a9f279f4027d91653624ded0dc577812b1c39258f
5
5
  SHA512:
6
- metadata.gz: 3e5969999c73fec09b680b91c613c7f95c4db43583f19f60e743525cca36ff75062bcdae2d36bc39f2d282f65715369d7d2b1fe7e495a90ca8e488c4dc415376
7
- data.tar.gz: 9c9990b21a976160964bb254d6498a5844e0c4a02719635c93180517fab9e01b5ec4c0716cb1456e5fc6a70bb0679efdbda01a8ef31b7417dd5962a39add7982
6
+ metadata.gz: a6a247a4704490bf94816acabe511b0ebd3a971a64006fe239dfb57ba874a4eeff1ef57b2f59cd8ea93b101f4131ef0b453d41c17c56a9e18f8a53e6144accf4
7
+ data.tar.gz: c125c8a0ba5c679fcf0248c291d88a0fb3265ebd31c00f14d71419e931ae39148d05e92a804506b32eb9bc9c62630a11dc84a40ecf88ce9bf0b939d07dafb69d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.716.0 (2023-02-23)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.715.0 (2023-02-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.715.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
@@ -4398,8 +4398,10 @@
4398
4398
  "ap-southeast-4" : { },
4399
4399
  "ca-central-1" : { },
4400
4400
  "eu-central-1" : { },
4401
+ "eu-central-2" : { },
4401
4402
  "eu-north-1" : { },
4402
4403
  "eu-south-1" : { },
4404
+ "eu-south-2" : { },
4403
4405
  "eu-west-1" : { },
4404
4406
  "eu-west-2" : { },
4405
4407
  "eu-west-3" : { },
@@ -7663,6 +7665,39 @@
7663
7665
  "us-west-2" : { }
7664
7666
  }
7665
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
+ },
7666
7701
  "iot" : {
7667
7702
  "defaults" : {
7668
7703
  "credentialScope" : {
@@ -8871,6 +8906,7 @@
8871
8906
  "ap-south-1" : { },
8872
8907
  "ap-southeast-1" : { },
8873
8908
  "ap-southeast-2" : { },
8909
+ "ap-southeast-3" : { },
8874
8910
  "ca-central-1" : { },
8875
8911
  "eu-central-1" : { },
8876
8912
  "eu-north-1" : { },
@@ -17325,6 +17361,24 @@
17325
17361
  "isRegionalized" : false,
17326
17362
  "partitionEndpoint" : "aws-cn-global"
17327
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
+ },
17328
17382
  "iot" : {
17329
17383
  "defaults" : {
17330
17384
  "credentialScope" : {
@@ -18516,7 +18570,19 @@
18516
18570
  },
18517
18571
  "clouddirectory" : {
18518
18572
  "endpoints" : {
18519
- "us-gov-west-1" : { }
18573
+ "us-gov-west-1" : {
18574
+ "variants" : [ {
18575
+ "hostname" : "clouddirectory.us-gov-west-1.amazonaws.com",
18576
+ "tags" : [ "fips" ]
18577
+ } ]
18578
+ },
18579
+ "us-gov-west-1-fips" : {
18580
+ "credentialScope" : {
18581
+ "region" : "us-gov-west-1"
18582
+ },
18583
+ "deprecated" : true,
18584
+ "hostname" : "clouddirectory.us-gov-west-1.amazonaws.com"
18585
+ }
18520
18586
  }
18521
18587
  },
18522
18588
  "cloudformation" : {
@@ -19450,6 +19516,12 @@
19450
19516
  }
19451
19517
  }
19452
19518
  },
19519
+ "emr-containers" : {
19520
+ "endpoints" : {
19521
+ "us-gov-east-1" : { },
19522
+ "us-gov-west-1" : { }
19523
+ }
19524
+ },
19453
19525
  "es" : {
19454
19526
  "endpoints" : {
19455
19527
  "fips" : {
@@ -19939,6 +20011,24 @@
19939
20011
  "us-gov-west-1" : { }
19940
20012
  }
19941
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
+ },
19942
20032
  "iot" : {
19943
20033
  "defaults" : {
19944
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.715.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-21 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: