aws-partitions 1.713.0 → 1.715.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: 91cb504b8d305be5808455ac9cd515977e1cef8220883ffb720ed33b6357acd1
4
- data.tar.gz: 6813a8787760c0dd2877fa81aa1ef17048d6bfa51ae43c7b11404a4cc4d187c9
3
+ metadata.gz: 4a257d35e72544c285eab92757021d798654758d9ad2a71f997cc4e38f33587e
4
+ data.tar.gz: 237035cc0c44b5bf38b8e1319bc917b26d4dfb72c0f288c57970e667263bca25
5
5
  SHA512:
6
- metadata.gz: f937eeb0e7c4c9be35800f8d77d775473370f1708c19666bbf12f99879fe0bd39f2770a34f3150efbfc9aa618976a3a79df5448afda634580d916958cb70cbb0
7
- data.tar.gz: ec59560b22ed80381652bc6a217132149ae2272565290c446bcccaa13076d0450792cc53189e862ec557f7614c60aba8ca5eb43787ebbbafb63ff1bd96f4da3f
6
+ metadata.gz: 3e5969999c73fec09b680b91c613c7f95c4db43583f19f60e743525cca36ff75062bcdae2d36bc39f2d282f65715369d7d2b1fe7e495a90ca8e488c4dc415376
7
+ data.tar.gz: 9c9990b21a976160964bb254d6498a5844e0c4a02719635c93180517fab9e01b5ec4c0716cb1456e5fc6a70bb0679efdbda01a8ef31b7417dd5962a39add7982
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.715.0 (2023-02-21)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Tnb`.
8
+
9
+ 1.714.0 (2023-02-17)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.713.0 (2023-02-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.713.0
1
+ 1.715.0
@@ -567,6 +567,7 @@ module Aws
567
567
  'Textract' => 'textract',
568
568
  'TimestreamQuery' => 'query.timestream',
569
569
  'TimestreamWrite' => 'ingest.timestream',
570
+ 'Tnb' => 'tnb',
570
571
  'TranscribeService' => 'transcribe',
571
572
  'TranscribeStreamingService' => 'transcribestreaming',
572
573
  'Transfer' => 'transfer',
data/partitions.json CHANGED
@@ -5394,6 +5394,12 @@
5394
5394
  "tags" : [ "fips" ]
5395
5395
  } ]
5396
5396
  },
5397
+ "ap-south-2" : {
5398
+ "variants" : [ {
5399
+ "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
5400
+ "tags" : [ "fips" ]
5401
+ } ]
5402
+ },
5397
5403
  "ap-southeast-1" : {
5398
5404
  "variants" : [ {
5399
5405
  "hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
@@ -5508,6 +5514,13 @@
5508
5514
  "deprecated" : true,
5509
5515
  "hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
5510
5516
  },
5517
+ "fips-ap-south-2" : {
5518
+ "credentialScope" : {
5519
+ "region" : "ap-south-2"
5520
+ },
5521
+ "deprecated" : true,
5522
+ "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
5523
+ },
5511
5524
  "fips-ap-southeast-1" : {
5512
5525
  "credentialScope" : {
5513
5526
  "region" : "ap-southeast-1"
@@ -8457,6 +8470,7 @@
8457
8470
  "eu-west-1" : { },
8458
8471
  "eu-west-2" : { },
8459
8472
  "eu-west-3" : { },
8473
+ "me-central-1" : { },
8460
8474
  "me-south-1" : { },
8461
8475
  "sa-east-1" : { },
8462
8476
  "us-east-1" : { },
@@ -19283,12 +19297,34 @@
19283
19297
  "credentialScope" : {
19284
19298
  "region" : "us-gov-east-1"
19285
19299
  },
19300
+ "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
19301
+ "variants" : [ {
19302
+ "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
19303
+ "tags" : [ "fips" ]
19304
+ } ]
19305
+ },
19306
+ "us-gov-east-1-fips" : {
19307
+ "credentialScope" : {
19308
+ "region" : "us-gov-east-1"
19309
+ },
19310
+ "deprecated" : true,
19286
19311
  "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
19287
19312
  },
19288
19313
  "us-gov-west-1" : {
19289
19314
  "credentialScope" : {
19290
19315
  "region" : "us-gov-west-1"
19291
19316
  },
19317
+ "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
19318
+ "variants" : [ {
19319
+ "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
19320
+ "tags" : [ "fips" ]
19321
+ } ]
19322
+ },
19323
+ "us-gov-west-1-fips" : {
19324
+ "credentialScope" : {
19325
+ "region" : "us-gov-west-1"
19326
+ },
19327
+ "deprecated" : true,
19292
19328
  "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
19293
19329
  }
19294
19330
  }
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.713.0
4
+ version: 1.715.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-16 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: