aws-partitions 1.903.0 → 1.904.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: 0e22f7d89618de1414422e8ae5540b0c6ff1a241d9c3c226a2b8db6846464e44
4
- data.tar.gz: 58da6a22ad17f05da697c18b44fbe3ed07040a3f7270336773eb47e5aea7e05f
3
+ metadata.gz: d2841b505aba2e3c11c332516a65ea39237ffee7000041af731023312f601d87
4
+ data.tar.gz: 7bb25bc9ef11c35203b2bedde05637a66f7c6898c91a9ebb0b490ab685a601fe
5
5
  SHA512:
6
- metadata.gz: 9ff4b1b5c6e50eb6a7b7b176f78c140f74d4e79d0784be1c00f77acee0ff9db60398a235d02abd48a726f4dcc60be9ba64bd8c1bd1c29d0ab6374561bf148e34
7
- data.tar.gz: d1e5cd92cd140783ca8b356dbf215cfd75b31acb5a9f284f2cfd26c63eca3a0df4e32e7303a889e34a8ad1256c3738207109619631c463cc4f94af4127b0f71f
6
+ metadata.gz: bb00d11742b30b1e5710e3348ab8200982c9a29600ec2e7b6b461c55db0b0f3e7574f3d3a32f92a52e84a4e750b125cd81e9c25389a6bc1a48b2b63dc7501239
7
+ data.tar.gz: f37d79a7a96d15fef88f7acc219f19f418195900988776b871dd6aff2eab0832a03a17be7a94b01d79e61bc3a07fe3f7070817c8a31918adade2e62859ca549b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.904.0 (2024-03-29)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::CodeConnections`.
8
+
4
9
  1.903.0 (2024-03-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.903.0
1
+ 1.904.0
@@ -318,6 +318,7 @@ module Aws
318
318
  'CodeBuild' => 'codebuild',
319
319
  'CodeCatalyst' => 'codecatalyst',
320
320
  'CodeCommit' => 'codecommit',
321
+ 'CodeConnections' => 'codeconnections',
321
322
  'CodeDeploy' => 'codedeploy',
322
323
  'CodeGuruProfiler' => 'codeguru-profiler',
323
324
  'CodeGuruReviewer' => 'codeguru-reviewer',
data/partitions.json CHANGED
@@ -464,6 +464,7 @@
464
464
  "ap-east-1" : { },
465
465
  "ap-northeast-1" : { },
466
466
  "ap-northeast-2" : { },
467
+ "ap-northeast-3" : { },
467
468
  "ap-south-1" : { },
468
469
  "ap-southeast-1" : { },
469
470
  "ap-southeast-2" : { },
@@ -508,6 +509,7 @@
508
509
  "endpoints" : {
509
510
  "ap-northeast-1" : { },
510
511
  "ap-northeast-2" : { },
512
+ "ap-northeast-3" : { },
511
513
  "ap-south-1" : { },
512
514
  "ap-southeast-1" : { },
513
515
  "ap-southeast-2" : { },
@@ -3811,6 +3813,7 @@
3811
3813
  "ap-southeast-1" : { },
3812
3814
  "ap-southeast-2" : { },
3813
3815
  "ap-southeast-3" : { },
3816
+ "ap-southeast-4" : { },
3814
3817
  "ca-central-1" : { },
3815
3818
  "eu-central-1" : { },
3816
3819
  "eu-central-2" : { },
@@ -12799,6 +12802,12 @@
12799
12802
  },
12800
12803
  "hostname" : "oidc.ap-south-1.amazonaws.com"
12801
12804
  },
12805
+ "ap-south-2" : {
12806
+ "credentialScope" : {
12807
+ "region" : "ap-south-2"
12808
+ },
12809
+ "hostname" : "oidc.ap-south-2.amazonaws.com"
12810
+ },
12802
12811
  "ap-southeast-1" : {
12803
12812
  "credentialScope" : {
12804
12813
  "region" : "ap-southeast-1"
@@ -12853,6 +12862,12 @@
12853
12862
  },
12854
12863
  "hostname" : "oidc.eu-south-1.amazonaws.com"
12855
12864
  },
12865
+ "eu-south-2" : {
12866
+ "credentialScope" : {
12867
+ "region" : "eu-south-2"
12868
+ },
12869
+ "hostname" : "oidc.eu-south-2.amazonaws.com"
12870
+ },
12856
12871
  "eu-west-1" : {
12857
12872
  "credentialScope" : {
12858
12873
  "region" : "eu-west-1"
@@ -27305,6 +27320,18 @@
27305
27320
  }
27306
27321
  }
27307
27322
  },
27323
+ "s3-outposts" : {
27324
+ "endpoints" : {
27325
+ "fips-us-iso-east-1" : {
27326
+ "deprecated" : true
27327
+ },
27328
+ "us-iso-east-1" : {
27329
+ "variants" : [ {
27330
+ "tags" : [ "fips" ]
27331
+ } ]
27332
+ }
27333
+ }
27334
+ },
27308
27335
  "secretsmanager" : {
27309
27336
  "endpoints" : {
27310
27337
  "us-iso-east-1" : { },
@@ -27907,6 +27934,18 @@
27907
27934
  }
27908
27935
  }
27909
27936
  },
27937
+ "s3-outposts" : {
27938
+ "endpoints" : {
27939
+ "fips-us-isob-east-1" : {
27940
+ "deprecated" : true
27941
+ },
27942
+ "us-isob-east-1" : {
27943
+ "variants" : [ {
27944
+ "tags" : [ "fips" ]
27945
+ } ]
27946
+ }
27947
+ }
27948
+ },
27910
27949
  "secretsmanager" : {
27911
27950
  "endpoints" : {
27912
27951
  "us-isob-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.903.0
4
+ version: 1.904.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: 2024-03-28 00:00:00.000000000 Z
11
+ date: 2024-03-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: