aws-partitions 1.701.0 → 1.702.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: accc699655ec0ca0799501bc862abfcf7387f59066fed18244db3cf15550b369
4
- data.tar.gz: 172654d54599f2e8b3d80c5378a0f172826047349e505e91708d76f9dedaaf3a
3
+ metadata.gz: bb32dedaab72f339eadb7295b58738241db396462f64adb7f6d7928952b25e0f
4
+ data.tar.gz: e70024ef7ee7cb86fe085bc63884c4d3ed08c139eeec80b8eda457520332b205
5
5
  SHA512:
6
- metadata.gz: d6c758b842739d416babd0d52ff782accc3b57da8815481b90ce5c70bbf01dabe7e53998d862caa96829bda0a7f7cadebe5ade52c7c9d163bf9513e1eeaf4c75
7
- data.tar.gz: 52fb1c9dce301a52adb2512f0cfa106c9482ed32743b3ef248e26919170e445fed9736c9c6078a0d7c6fdb64da8ccdfe540a810c8b2e54bf9ec11434bd728baa
6
+ metadata.gz: 4fe68120fd18055c262f1639e7f85249129a1b95f30beae00941902373236cf0cf8b22667a33e09c8d0fbb3dd315d775caca2f13a65a2c4087b7e1f7289589b3
7
+ data.tar.gz: ac562f46912af1cd70bcc95fd66b03f98a4b3ae2e5f831872bf9605b8849eadb00b2bec4bb1dc1e60160a145c5169b77b5c9dc79dbd7d4f12017297a353e770d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.702.0 (2023-01-31)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::CloudTrailData`.
8
+
4
9
  1.701.0 (2023-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.701.0
1
+ 1.702.0
@@ -297,6 +297,7 @@ module Aws
297
297
  'CloudHSMV2' => 'cloudhsmv2',
298
298
  'CloudSearch' => 'cloudsearch',
299
299
  'CloudTrail' => 'cloudtrail',
300
+ 'CloudTrailData' => 'cloudtrail-data',
300
301
  'CloudWatch' => 'monitoring',
301
302
  'CloudWatchEvents' => 'events',
302
303
  'CloudWatchEvidently' => 'evidently',
data/partitions.json CHANGED
@@ -2711,6 +2711,32 @@
2711
2711
  }
2712
2712
  }
2713
2713
  },
2714
+ "cloudtrail-data" : {
2715
+ "endpoints" : {
2716
+ "af-south-1" : { },
2717
+ "ap-east-1" : { },
2718
+ "ap-northeast-1" : { },
2719
+ "ap-northeast-2" : { },
2720
+ "ap-northeast-3" : { },
2721
+ "ap-south-1" : { },
2722
+ "ap-southeast-1" : { },
2723
+ "ap-southeast-2" : { },
2724
+ "ap-southeast-3" : { },
2725
+ "ca-central-1" : { },
2726
+ "eu-central-1" : { },
2727
+ "eu-north-1" : { },
2728
+ "eu-south-1" : { },
2729
+ "eu-west-1" : { },
2730
+ "eu-west-2" : { },
2731
+ "eu-west-3" : { },
2732
+ "me-south-1" : { },
2733
+ "sa-east-1" : { },
2734
+ "us-east-1" : { },
2735
+ "us-east-2" : { },
2736
+ "us-west-1" : { },
2737
+ "us-west-2" : { }
2738
+ }
2739
+ },
2714
2740
  "codeartifact" : {
2715
2741
  "endpoints" : {
2716
2742
  "ap-northeast-1" : { },
@@ -7063,6 +7089,7 @@
7063
7089
  "deprecated" : true,
7064
7090
  "hostname" : "glue-fips.us-west-2.amazonaws.com"
7065
7091
  },
7092
+ "me-central-1" : { },
7066
7093
  "me-south-1" : { },
7067
7094
  "sa-east-1" : { },
7068
7095
  "us-east-1" : {
@@ -18446,12 +18473,34 @@
18446
18473
  "credentialScope" : {
18447
18474
  "region" : "us-gov-east-1"
18448
18475
  },
18476
+ "hostname" : "cloudformation.us-gov-east-1.amazonaws.com",
18477
+ "variants" : [ {
18478
+ "hostname" : "cloudformation.us-gov-east-1.amazonaws.com",
18479
+ "tags" : [ "fips" ]
18480
+ } ]
18481
+ },
18482
+ "us-gov-east-1-fips" : {
18483
+ "credentialScope" : {
18484
+ "region" : "us-gov-east-1"
18485
+ },
18486
+ "deprecated" : true,
18449
18487
  "hostname" : "cloudformation.us-gov-east-1.amazonaws.com"
18450
18488
  },
18451
18489
  "us-gov-west-1" : {
18452
18490
  "credentialScope" : {
18453
18491
  "region" : "us-gov-west-1"
18454
18492
  },
18493
+ "hostname" : "cloudformation.us-gov-west-1.amazonaws.com",
18494
+ "variants" : [ {
18495
+ "hostname" : "cloudformation.us-gov-west-1.amazonaws.com",
18496
+ "tags" : [ "fips" ]
18497
+ } ]
18498
+ },
18499
+ "us-gov-west-1-fips" : {
18500
+ "credentialScope" : {
18501
+ "region" : "us-gov-west-1"
18502
+ },
18503
+ "deprecated" : true,
18455
18504
  "hostname" : "cloudformation.us-gov-west-1.amazonaws.com"
18456
18505
  }
18457
18506
  }
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.701.0
4
+ version: 1.702.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-01-26 00:00:00.000000000 Z
11
+ date: 2023-01-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: