aws-partitions 1.896.0 → 1.898.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: 44af9e770f39b368b2bd3e766afad8c2594d4f722e7fabb25fcf7f585502175e
4
- data.tar.gz: 834235977a42baf9257cad4655e95d815c6457d6cca08d60528a5b39f2797d4c
3
+ metadata.gz: e6b2efff698f5487ed5601eb495a3af307e445240c7b410147844b384c259bf2
4
+ data.tar.gz: c47f5b6e089827d04a0abf632ae515bdfa49d2eab7080bfd44b080837d95a529
5
5
  SHA512:
6
- metadata.gz: 9e581824cb5b7f789a65b53674687811a3e0a845f0109314602dcbc04df12307d8a4540625c98b31b6d174c2d0fd027b7fc514d73473df405856d6ebfd69d957
7
- data.tar.gz: 10248630c141e031c0174936a1e2f4ce74830fc0e2c1758ce6e7401c0817d31f6a9dff4b6b332da2314d512a47d98831d05128cfdce251537c7d76730c7db7f5
6
+ metadata.gz: 0c67c6fdec2254c3317be20df9bd92faddf13ca9b03c87fb9b84931f0740fbccc27a158039ad2eacde41187e87518f4fe3b4706797013b874280533a6e56f7ee
7
+ data.tar.gz: 80a4f9d1a7b21c68036d8806f93918f2a78c6dcec2466d211c519231ba8c2e20a24c06babd067c0da98fb59d0d752d0eaba94aac7d8e095f8ccae117a8d7c443
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.898.0 (2024-03-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.897.0 (2024-03-14)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::TimestreamInfluxDB`.
13
+
4
14
  1.896.0 (2024-03-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.896.0
1
+ 1.898.0
@@ -424,7 +424,6 @@ module Aws
424
424
  'IoTFleetHub' => 'api.fleethub.iot',
425
425
  'IoTFleetWise' => 'iotfleetwise',
426
426
  'IoTJobsDataPlane' => 'data.jobs.iot',
427
- 'IoTRoboRunner' => 'iotroborunner',
428
427
  'IoTSecureTunneling' => 'api.tunneling.iot',
429
428
  'IoTSiteWise' => 'iotsitewise',
430
429
  'IoTThingsGraph' => 'iotthingsgraph',
@@ -600,6 +599,7 @@ module Aws
600
599
  'SupportApp' => 'supportapp',
601
600
  'Synthetics' => 'synthetics',
602
601
  'Textract' => 'textract',
602
+ 'TimestreamInfluxDB' => 'timestream-influxdb',
603
603
  'TimestreamQuery' => 'query.timestream',
604
604
  'TimestreamWrite' => 'ingest.timestream',
605
605
  'Tnb' => 'tnb',
data/partitions.json CHANGED
@@ -2464,6 +2464,7 @@
2464
2464
  "ap-southeast-3" : { },
2465
2465
  "ap-southeast-4" : { },
2466
2466
  "ca-central-1" : { },
2467
+ "ca-west-1" : { },
2467
2468
  "eu-central-1" : { },
2468
2469
  "eu-central-2" : { },
2469
2470
  "eu-north-1" : { },
@@ -3730,6 +3731,7 @@
3730
3731
  "ap-southeast-3" : { },
3731
3732
  "ca-central-1" : { },
3732
3733
  "eu-central-1" : { },
3734
+ "eu-central-2" : { },
3733
3735
  "eu-north-1" : { },
3734
3736
  "eu-south-1" : { },
3735
3737
  "eu-west-1" : { },
@@ -3764,6 +3766,7 @@
3764
3766
  "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
3765
3767
  },
3766
3768
  "il-central-1" : { },
3769
+ "me-central-1" : { },
3767
3770
  "me-south-1" : { },
3768
3771
  "sa-east-1" : { },
3769
3772
  "us-east-1" : {
@@ -3804,6 +3807,7 @@
3804
3807
  "ap-southeast-3" : { },
3805
3808
  "ca-central-1" : { },
3806
3809
  "eu-central-1" : { },
3810
+ "eu-central-2" : { },
3807
3811
  "eu-north-1" : { },
3808
3812
  "eu-south-1" : { },
3809
3813
  "eu-west-1" : { },
@@ -3838,6 +3842,7 @@
3838
3842
  "hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
3839
3843
  },
3840
3844
  "il-central-1" : { },
3845
+ "me-central-1" : { },
3841
3846
  "me-south-1" : { },
3842
3847
  "sa-east-1" : { },
3843
3848
  "us-east-1" : {
@@ -3939,9 +3944,21 @@
3939
3944
  "comprehendmedical" : {
3940
3945
  "endpoints" : {
3941
3946
  "ap-southeast-2" : { },
3942
- "ca-central-1" : { },
3947
+ "ca-central-1" : {
3948
+ "variants" : [ {
3949
+ "hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com",
3950
+ "tags" : [ "fips" ]
3951
+ } ]
3952
+ },
3943
3953
  "eu-west-1" : { },
3944
3954
  "eu-west-2" : { },
3955
+ "fips-ca-central-1" : {
3956
+ "credentialScope" : {
3957
+ "region" : "ca-central-1"
3958
+ },
3959
+ "deprecated" : true,
3960
+ "hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com"
3961
+ },
3945
3962
  "fips-us-east-1" : {
3946
3963
  "credentialScope" : {
3947
3964
  "region" : "us-east-1"
@@ -7108,6 +7125,7 @@
7108
7125
  "eu-central-1" : { },
7109
7126
  "eu-north-1" : { },
7110
7127
  "eu-south-1" : { },
7128
+ "eu-south-2" : { },
7111
7129
  "eu-west-1" : { },
7112
7130
  "eu-west-2" : { },
7113
7131
  "eu-west-3" : { },
@@ -8860,6 +8878,7 @@
8860
8878
  "ap-northeast-2" : { },
8861
8879
  "ap-northeast-3" : { },
8862
8880
  "ap-south-1" : { },
8881
+ "ap-south-2" : { },
8863
8882
  "ap-southeast-1" : { },
8864
8883
  "ap-southeast-2" : { },
8865
8884
  "ap-southeast-3" : { },
@@ -8869,6 +8888,7 @@
8869
8888
  "eu-central-2" : { },
8870
8889
  "eu-north-1" : { },
8871
8890
  "eu-south-1" : { },
8891
+ "eu-south-2" : { },
8872
8892
  "eu-west-1" : { },
8873
8893
  "eu-west-2" : { },
8874
8894
  "eu-west-3" : { },
@@ -9486,12 +9506,6 @@
9486
9506
  "us-east-1" : { }
9487
9507
  }
9488
9508
  },
9489
- "iotroborunner" : {
9490
- "endpoints" : {
9491
- "eu-central-1" : { },
9492
- "us-east-1" : { }
9493
- }
9494
- },
9495
9509
  "iotsecuredtunneling" : {
9496
9510
  "defaults" : {
9497
9511
  "variants" : [ {
@@ -10260,6 +10274,7 @@
10260
10274
  "ap-southeast-3" : { },
10261
10275
  "ap-southeast-4" : { },
10262
10276
  "ca-central-1" : { },
10277
+ "ca-west-1" : { },
10263
10278
  "eu-central-1" : { },
10264
10279
  "eu-central-2" : { },
10265
10280
  "eu-north-1" : { },
@@ -25778,6 +25793,12 @@
25778
25793
  }
25779
25794
  }
25780
25795
  },
25796
+ "signer" : {
25797
+ "endpoints" : {
25798
+ "us-gov-east-1" : { },
25799
+ "us-gov-west-1" : { }
25800
+ }
25801
+ },
25781
25802
  "simspaceweaver" : {
25782
25803
  "endpoints" : {
25783
25804
  "fips-us-gov-east-1" : {
@@ -27331,6 +27352,11 @@
27331
27352
  "us-iso-west-1" : { }
27332
27353
  }
27333
27354
  },
27355
+ "textract" : {
27356
+ "endpoints" : {
27357
+ "us-iso-east-1" : { }
27358
+ }
27359
+ },
27334
27360
  "transcribe" : {
27335
27361
  "defaults" : {
27336
27362
  "protocols" : [ "https" ]
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.896.0
4
+ version: 1.898.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-08 00:00:00.000000000 Z
11
+ date: 2024-03-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: