aws-partitions 1.852.0 → 1.854.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: d3d2a1565e231128a47d5d5a4eb427f6eca24d257c0315ea95a908980e78ef5b
4
- data.tar.gz: 7ab8501827362b97f59d97612fb0ffb14b9334a26410eff7147816d3d8b211e2
3
+ metadata.gz: 2a73f4c1335c017dd052184d21a4f882a2ac3daff7efe7747dd8a080ed40b24d
4
+ data.tar.gz: 433bff66db7b96069d96ddb4feebf075a4138dae1a99883103c47d9d7e9b1077
5
5
  SHA512:
6
- metadata.gz: 005c8b7deea4c0bc659835e9133666a7c7cbf6224996f0e516b39172184791781a6fbeed8c119dd8b1d82a7fa77ec13f994d14bf5e70ccb67820a2e586526b36
7
- data.tar.gz: 228e8f19cade3891b0401e61e07aab39fb326369708a77889c9bc86a3b6d4a4190b79fd988a55faf3581b2047d72a8607280a4a4a7a4694821bc7d92e80fe8ac
6
+ metadata.gz: 7a2951810bf0eefc49d18982ea7ef3980f31dcbdecf5fa55d9fda47b35ce923722fb7218c829ae720e7438af2462ed9483f6ae485d4ee4f531119fbbffbdc8c5
7
+ data.tar.gz: 873ed4ddeb66623d6cd7324c3c16f39385223542a098764e2dafcb9b833f3bbdb0e8e7f5140c822e62ad6b7fedfd46510f6fce549637e6585a917c51b5414b49
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.854.0 (2023-11-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.853.0 (2023-11-17)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::TrustedAdvisor`.
13
+
4
14
  1.852.0 (2023-11-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.852.0
1
+ 1.854.0
@@ -453,7 +453,6 @@ module Aws
453
453
  'MTurk' => 'mturk-requester',
454
454
  'MWAA' => 'airflow',
455
455
  'MachineLearning' => 'machinelearning',
456
- 'Macie' => 'macie',
457
456
  'Macie2' => 'macie2',
458
457
  'MainframeModernization' => 'm2',
459
458
  'ManagedBlockchain' => 'managedblockchain',
@@ -588,6 +587,7 @@ module Aws
588
587
  'TranscribeStreamingService' => 'transcribestreaming',
589
588
  'Transfer' => 'transfer',
590
589
  'Translate' => 'translate',
590
+ 'TrustedAdvisor' => 'trustedadvisor',
591
591
  'VPCLattice' => 'vpc-lattice',
592
592
  'VerifiedPermissions' => 'verifiedpermissions',
593
593
  'VoiceID' => 'voiceid',
data/partitions.json CHANGED
@@ -515,7 +515,19 @@
515
515
  "ap-south-1" : { },
516
516
  "ap-southeast-1" : { },
517
517
  "ap-southeast-2" : { },
518
- "ca-central-1" : { },
518
+ "ca-central-1" : {
519
+ "variants" : [ {
520
+ "hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
521
+ "tags" : [ "fips" ]
522
+ } ]
523
+ },
524
+ "ca-central-1-fips" : {
525
+ "credentialScope" : {
526
+ "region" : "ca-central-1"
527
+ },
528
+ "deprecated" : true,
529
+ "hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
530
+ },
519
531
  "eu-central-1" : { },
520
532
  "eu-north-1" : { },
521
533
  "eu-south-1" : { },
@@ -6680,6 +6692,7 @@
6680
6692
  "ap-south-1" : { },
6681
6693
  "ap-southeast-1" : { },
6682
6694
  "ap-southeast-2" : { },
6695
+ "ap-southeast-3" : { },
6683
6696
  "ca-central-1" : {
6684
6697
  "variants" : [ {
6685
6698
  "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com",
@@ -6727,6 +6740,7 @@
6727
6740
  "deprecated" : true,
6728
6741
  "hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
6729
6742
  },
6743
+ "me-central-1" : { },
6730
6744
  "me-south-1" : { },
6731
6745
  "sa-east-1" : { },
6732
6746
  "us-east-1" : {
@@ -10542,6 +10556,7 @@
10542
10556
  "eu-central-2" : { },
10543
10557
  "eu-north-1" : { },
10544
10558
  "eu-south-1" : { },
10559
+ "eu-south-2" : { },
10545
10560
  "eu-west-1" : { },
10546
10561
  "eu-west-2" : { },
10547
10562
  "eu-west-3" : { },
@@ -10701,6 +10716,7 @@
10701
10716
  "eu-central-2" : { },
10702
10717
  "eu-north-1" : { },
10703
10718
  "eu-south-1" : { },
10719
+ "eu-south-2" : { },
10704
10720
  "eu-west-1" : { },
10705
10721
  "eu-west-2" : { },
10706
10722
  "eu-west-3" : { },
@@ -10951,36 +10967,6 @@
10951
10967
  "us-east-1" : { }
10952
10968
  }
10953
10969
  },
10954
- "macie" : {
10955
- "endpoints" : {
10956
- "fips-us-east-1" : {
10957
- "credentialScope" : {
10958
- "region" : "us-east-1"
10959
- },
10960
- "deprecated" : true,
10961
- "hostname" : "macie-fips.us-east-1.amazonaws.com"
10962
- },
10963
- "fips-us-west-2" : {
10964
- "credentialScope" : {
10965
- "region" : "us-west-2"
10966
- },
10967
- "deprecated" : true,
10968
- "hostname" : "macie-fips.us-west-2.amazonaws.com"
10969
- },
10970
- "us-east-1" : {
10971
- "variants" : [ {
10972
- "hostname" : "macie-fips.us-east-1.amazonaws.com",
10973
- "tags" : [ "fips" ]
10974
- } ]
10975
- },
10976
- "us-west-2" : {
10977
- "variants" : [ {
10978
- "hostname" : "macie-fips.us-west-2.amazonaws.com",
10979
- "tags" : [ "fips" ]
10980
- } ]
10981
- }
10982
- }
10983
- },
10984
10970
  "macie2" : {
10985
10971
  "endpoints" : {
10986
10972
  "af-south-1" : { },
@@ -12394,8 +12380,11 @@
12394
12380
  "osis" : {
12395
12381
  "endpoints" : {
12396
12382
  "ap-northeast-1" : { },
12383
+ "ap-northeast-2" : { },
12384
+ "ap-south-1" : { },
12397
12385
  "ap-southeast-1" : { },
12398
12386
  "ap-southeast-2" : { },
12387
+ "ca-central-1" : { },
12399
12388
  "eu-central-1" : { },
12400
12389
  "eu-west-1" : { },
12401
12390
  "eu-west-2" : { },
@@ -15349,6 +15338,7 @@
15349
15338
  "deprecated" : true,
15350
15339
  "hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
15351
15340
  },
15341
+ "il-central-1" : { },
15352
15342
  "me-central-1" : { },
15353
15343
  "me-south-1" : { },
15354
15344
  "sa-east-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.852.0
4
+ version: 1.854.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-11-16 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: