aws-partitions 1.753.0 → 1.755.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: 86c3596f1dbbebf3bc547213d0d1f05096f329f20012f475fb0d958d501eea42
4
- data.tar.gz: cb1be8282aca4c2ff396779d33e6d8509427e802b0de0b716bace86d49c26516
3
+ metadata.gz: e20780f43909b1147ef148a1aaa2b1407db8d87454d7081c564da7478556c60e
4
+ data.tar.gz: 87ea0390560b82104a62d63dd19bad625453a77426e3fda9e1b8cdf5b2a158c2
5
5
  SHA512:
6
- metadata.gz: ba597120c918b2558a9294c23b4e1a7ad8f9eb4a86162a85a8b306f994a687b420e2a9e04925da5e723a478a110eee80b60684d039956ec34298471dceff16f4
7
- data.tar.gz: 46d2a2b129f6ae8b162f96eaeb04273debb5e89e0a78f24bc569d71fb53fc7afc1609714e5e6bae06bfac607cd49951c1dbf25baa17365fa647753c8bf902659
6
+ metadata.gz: f71d357a5a532848c738d657511ac2b8227a4e5f2bdefc9ad65aed21d938767ae13ccec5c6467d05dba285598d0a394f4b061deaa7c3dcd275db21360952b415
7
+ data.tar.gz: '084cfae44adc9575e707d2a1124ecba68504926a272748d26733936354073532bee0c19a093e5e0a5b1ce6ccd6e1472455f8e29ea4d84f70a351af1659ff6760'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.755.0 (2023-04-26)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::OSIS`.
8
+
9
+ 1.754.0 (2023-04-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.753.0 (2023-04-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.753.0
1
+ 1.755.0
@@ -477,6 +477,7 @@ module Aws
477
477
  'NetworkManager' => 'networkmanager',
478
478
  'NimbleStudio' => 'nimble',
479
479
  'OAM' => 'oam',
480
+ 'OSIS' => 'osis',
480
481
  'Omics' => 'omics',
481
482
  'OpenSearchServerless' => 'aoss',
482
483
  'OpenSearchService' => 'es',
data/partitions.json CHANGED
@@ -11278,6 +11278,20 @@
11278
11278
  "isRegionalized" : false,
11279
11279
  "partitionEndpoint" : "aws-global"
11280
11280
  },
11281
+ "osis" : {
11282
+ "endpoints" : {
11283
+ "ap-northeast-1" : { },
11284
+ "ap-southeast-1" : { },
11285
+ "ap-southeast-2" : { },
11286
+ "eu-central-1" : { },
11287
+ "eu-west-1" : { },
11288
+ "eu-west-2" : { },
11289
+ "us-east-1" : { },
11290
+ "us-east-2" : { },
11291
+ "us-west-1" : { },
11292
+ "us-west-2" : { }
11293
+ }
11294
+ },
11281
11295
  "outposts" : {
11282
11296
  "endpoints" : {
11283
11297
  "af-south-1" : { },
@@ -16628,6 +16642,12 @@
16628
16642
  "deprecated" : true,
16629
16643
  "hostname" : "waf-regional-fips.eu-west-3.amazonaws.com"
16630
16644
  },
16645
+ "fips-il-central-1" : {
16646
+ "credentialScope" : {
16647
+ "region" : "il-central-1"
16648
+ },
16649
+ "hostname" : "waf-regional-fips.il-central-1.amazonaws.com"
16650
+ },
16631
16651
  "fips-me-central-1" : {
16632
16652
  "credentialScope" : {
16633
16653
  "region" : "me-central-1"
@@ -17091,6 +17111,12 @@
17091
17111
  "deprecated" : true,
17092
17112
  "hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
17093
17113
  },
17114
+ "fips-il-central-1" : {
17115
+ "credentialScope" : {
17116
+ "region" : "il-central-1"
17117
+ },
17118
+ "hostname" : "wafv2-fips.il-central-1.amazonaws.com"
17119
+ },
17094
17120
  "fips-me-central-1" : {
17095
17121
  "credentialScope" : {
17096
17122
  "region" : "me-central-1"
@@ -18181,6 +18207,12 @@
18181
18207
  "cn-northwest-1" : { }
18182
18208
  }
18183
18209
  },
18210
+ "license-manager-linux-subscriptions" : {
18211
+ "endpoints" : {
18212
+ "cn-north-1" : { },
18213
+ "cn-northwest-1" : { }
18214
+ }
18215
+ },
18184
18216
  "logs" : {
18185
18217
  "endpoints" : {
18186
18218
  "cn-north-1" : { },
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.753.0
4
+ version: 1.755.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-04-24 00:00:00.000000000 Z
11
+ date: 2023-04-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: