aws-partitions 1.896.0 → 1.902.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: 783b4504170345e91862dfec8197f67450207f21e0414d47bed2d217898c362e
4
+ data.tar.gz: 166b7b3fe6bedf3a9bc1a00882b4bee5a1a06817d1dc5a433a847cafad78d1c0
5
5
  SHA512:
6
- metadata.gz: 9e581824cb5b7f789a65b53674687811a3e0a845f0109314602dcbc04df12307d8a4540625c98b31b6d174c2d0fd027b7fc514d73473df405856d6ebfd69d957
7
- data.tar.gz: 10248630c141e031c0174936a1e2f4ce74830fc0e2c1758ce6e7401c0817d31f6a9dff4b6b332da2314d512a47d98831d05128cfdce251537c7d76730c7db7f5
6
+ metadata.gz: 7fe04df5ecba32199ef458cf0a8ce6acc6d90a72f7739bbd82c7b624c9012ffeb93a5e85dade181fc7f397f2a56a1d752b3f5207dcca5fa9a07b1bdcfcad3d01
7
+ data.tar.gz: e53938ebaaf99865a2d27044245692db2b71401cd5fa6ea8cd605a16b5dcb233292ead04cc41b06be6b45a01553746ba85b6f14d3f6fb088507f694acbf09516
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.902.0 (2024-03-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.901.0 (2024-03-26)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.900.0 (2024-03-25)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.899.0 (2024-03-18)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.898.0 (2024-03-15)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.897.0 (2024-03-14)
30
+ ------------------
31
+
32
+ * Feature - Added support for enumerating regions for `Aws::TimestreamInfluxDB`.
33
+
4
34
  1.896.0 (2024-03-08)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.896.0
1
+ 1.902.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
@@ -2099,6 +2099,12 @@
2099
2099
  "tags" : [ "dualstack" ]
2100
2100
  } ]
2101
2101
  },
2102
+ "ca-west-1" : {
2103
+ "variants" : [ {
2104
+ "hostname" : "athena.ca-west-1.api.aws",
2105
+ "tags" : [ "dualstack" ]
2106
+ } ]
2107
+ },
2102
2108
  "eu-central-1" : {
2103
2109
  "variants" : [ {
2104
2110
  "hostname" : "athena.eu-central-1.api.aws",
@@ -2464,6 +2470,7 @@
2464
2470
  "ap-southeast-3" : { },
2465
2471
  "ap-southeast-4" : { },
2466
2472
  "ca-central-1" : { },
2473
+ "ca-west-1" : { },
2467
2474
  "eu-central-1" : { },
2468
2475
  "eu-central-2" : { },
2469
2476
  "eu-north-1" : { },
@@ -3730,6 +3737,7 @@
3730
3737
  "ap-southeast-3" : { },
3731
3738
  "ca-central-1" : { },
3732
3739
  "eu-central-1" : { },
3740
+ "eu-central-2" : { },
3733
3741
  "eu-north-1" : { },
3734
3742
  "eu-south-1" : { },
3735
3743
  "eu-west-1" : { },
@@ -3764,6 +3772,7 @@
3764
3772
  "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
3765
3773
  },
3766
3774
  "il-central-1" : { },
3775
+ "me-central-1" : { },
3767
3776
  "me-south-1" : { },
3768
3777
  "sa-east-1" : { },
3769
3778
  "us-east-1" : {
@@ -3804,6 +3813,7 @@
3804
3813
  "ap-southeast-3" : { },
3805
3814
  "ca-central-1" : { },
3806
3815
  "eu-central-1" : { },
3816
+ "eu-central-2" : { },
3807
3817
  "eu-north-1" : { },
3808
3818
  "eu-south-1" : { },
3809
3819
  "eu-west-1" : { },
@@ -3838,6 +3848,7 @@
3838
3848
  "hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
3839
3849
  },
3840
3850
  "il-central-1" : { },
3851
+ "me-central-1" : { },
3841
3852
  "me-south-1" : { },
3842
3853
  "sa-east-1" : { },
3843
3854
  "us-east-1" : {
@@ -3939,9 +3950,21 @@
3939
3950
  "comprehendmedical" : {
3940
3951
  "endpoints" : {
3941
3952
  "ap-southeast-2" : { },
3942
- "ca-central-1" : { },
3953
+ "ca-central-1" : {
3954
+ "variants" : [ {
3955
+ "hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com",
3956
+ "tags" : [ "fips" ]
3957
+ } ]
3958
+ },
3943
3959
  "eu-west-1" : { },
3944
3960
  "eu-west-2" : { },
3961
+ "fips-ca-central-1" : {
3962
+ "credentialScope" : {
3963
+ "region" : "ca-central-1"
3964
+ },
3965
+ "deprecated" : true,
3966
+ "hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com"
3967
+ },
3945
3968
  "fips-us-east-1" : {
3946
3969
  "credentialScope" : {
3947
3970
  "region" : "us-east-1"
@@ -7108,6 +7131,7 @@
7108
7131
  "eu-central-1" : { },
7109
7132
  "eu-north-1" : { },
7110
7133
  "eu-south-1" : { },
7134
+ "eu-south-2" : { },
7111
7135
  "eu-west-1" : { },
7112
7136
  "eu-west-2" : { },
7113
7137
  "eu-west-3" : { },
@@ -8860,6 +8884,7 @@
8860
8884
  "ap-northeast-2" : { },
8861
8885
  "ap-northeast-3" : { },
8862
8886
  "ap-south-1" : { },
8887
+ "ap-south-2" : { },
8863
8888
  "ap-southeast-1" : { },
8864
8889
  "ap-southeast-2" : { },
8865
8890
  "ap-southeast-3" : { },
@@ -8869,6 +8894,7 @@
8869
8894
  "eu-central-2" : { },
8870
8895
  "eu-north-1" : { },
8871
8896
  "eu-south-1" : { },
8897
+ "eu-south-2" : { },
8872
8898
  "eu-west-1" : { },
8873
8899
  "eu-west-2" : { },
8874
8900
  "eu-west-3" : { },
@@ -9486,12 +9512,6 @@
9486
9512
  "us-east-1" : { }
9487
9513
  }
9488
9514
  },
9489
- "iotroborunner" : {
9490
- "endpoints" : {
9491
- "eu-central-1" : { },
9492
- "us-east-1" : { }
9493
- }
9494
- },
9495
9515
  "iotsecuredtunneling" : {
9496
9516
  "defaults" : {
9497
9517
  "variants" : [ {
@@ -10260,6 +10280,7 @@
10260
10280
  "ap-southeast-3" : { },
10261
10281
  "ap-southeast-4" : { },
10262
10282
  "ca-central-1" : { },
10283
+ "ca-west-1" : { },
10263
10284
  "eu-central-1" : { },
10264
10285
  "eu-central-2" : { },
10265
10286
  "eu-north-1" : { },
@@ -11675,8 +11696,14 @@
11675
11696
  },
11676
11697
  "media-pipelines-chime" : {
11677
11698
  "endpoints" : {
11699
+ "ap-northeast-1" : { },
11700
+ "ap-northeast-2" : { },
11701
+ "ap-south-1" : { },
11678
11702
  "ap-southeast-1" : { },
11703
+ "ap-southeast-2" : { },
11704
+ "ca-central-1" : { },
11679
11705
  "eu-central-1" : { },
11706
+ "eu-west-2" : { },
11680
11707
  "us-east-1" : {
11681
11708
  "variants" : [ {
11682
11709
  "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com",
@@ -11787,6 +11814,7 @@
11787
11814
  "deprecated" : true,
11788
11815
  "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
11789
11816
  },
11817
+ "me-central-1" : { },
11790
11818
  "sa-east-1" : { },
11791
11819
  "us-east-1" : {
11792
11820
  "variants" : [ {
@@ -11820,6 +11848,7 @@
11820
11848
  "ap-northeast-2" : { },
11821
11849
  "ap-northeast-3" : { },
11822
11850
  "ap-south-1" : { },
11851
+ "ap-south-2" : { },
11823
11852
  "ap-southeast-1" : { },
11824
11853
  "ap-southeast-2" : { },
11825
11854
  "ap-southeast-4" : { },
@@ -11850,6 +11879,7 @@
11850
11879
  "deprecated" : true,
11851
11880
  "hostname" : "medialive-fips.us-west-2.amazonaws.com"
11852
11881
  },
11882
+ "me-central-1" : { },
11853
11883
  "sa-east-1" : { },
11854
11884
  "us-east-1" : {
11855
11885
  "variants" : [ {
@@ -12787,6 +12817,12 @@
12787
12817
  },
12788
12818
  "hostname" : "oidc.ap-southeast-3.amazonaws.com"
12789
12819
  },
12820
+ "ap-southeast-4" : {
12821
+ "credentialScope" : {
12822
+ "region" : "ap-southeast-4"
12823
+ },
12824
+ "hostname" : "oidc.ap-southeast-4.amazonaws.com"
12825
+ },
12790
12826
  "ca-central-1" : {
12791
12827
  "credentialScope" : {
12792
12828
  "region" : "ca-central-1"
@@ -13444,6 +13480,12 @@
13444
13480
  },
13445
13481
  "hostname" : "portal.sso.ap-southeast-3.amazonaws.com"
13446
13482
  },
13483
+ "ap-southeast-4" : {
13484
+ "credentialScope" : {
13485
+ "region" : "ap-southeast-4"
13486
+ },
13487
+ "hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
13488
+ },
13447
13489
  "ca-central-1" : {
13448
13490
  "credentialScope" : {
13449
13491
  "region" : "ca-central-1"
@@ -17928,6 +17970,7 @@
17928
17970
  "ap-southeast-1" : { },
17929
17971
  "ap-southeast-2" : { },
17930
17972
  "ap-southeast-3" : { },
17973
+ "ap-southeast-4" : { },
17931
17974
  "ca-central-1" : { },
17932
17975
  "eu-central-1" : { },
17933
17976
  "eu-central-2" : { },
@@ -24698,6 +24741,11 @@
24698
24741
  }
24699
24742
  }
24700
24743
  },
24744
+ "models-v2-lex" : {
24745
+ "endpoints" : {
24746
+ "us-gov-west-1" : { }
24747
+ }
24748
+ },
24701
24749
  "models.lex" : {
24702
24750
  "defaults" : {
24703
24751
  "credentialScope" : {
@@ -25350,6 +25398,11 @@
25350
25398
  }
25351
25399
  }
25352
25400
  },
25401
+ "runtime-v2-lex" : {
25402
+ "endpoints" : {
25403
+ "us-gov-west-1" : { }
25404
+ }
25405
+ },
25353
25406
  "runtime.lex" : {
25354
25407
  "defaults" : {
25355
25408
  "credentialScope" : {
@@ -25778,6 +25831,12 @@
25778
25831
  }
25779
25832
  }
25780
25833
  },
25834
+ "signer" : {
25835
+ "endpoints" : {
25836
+ "us-gov-east-1" : { },
25837
+ "us-gov-west-1" : { }
25838
+ }
25839
+ },
25781
25840
  "simspaceweaver" : {
25782
25841
  "endpoints" : {
25783
25842
  "fips-us-gov-east-1" : {
@@ -27331,6 +27390,11 @@
27331
27390
  "us-iso-west-1" : { }
27332
27391
  }
27333
27392
  },
27393
+ "textract" : {
27394
+ "endpoints" : {
27395
+ "us-iso-east-1" : { }
27396
+ }
27397
+ },
27334
27398
  "transcribe" : {
27335
27399
  "defaults" : {
27336
27400
  "protocols" : [ "https" ]
@@ -27870,6 +27934,30 @@
27870
27934
  "us-isob-east-1" : { }
27871
27935
  }
27872
27936
  },
27937
+ "storagegateway" : {
27938
+ "endpoints" : {
27939
+ "fips" : {
27940
+ "credentialScope" : {
27941
+ "region" : "us-isob-east-1"
27942
+ },
27943
+ "deprecated" : true,
27944
+ "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
27945
+ },
27946
+ "us-isob-east-1" : {
27947
+ "variants" : [ {
27948
+ "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov",
27949
+ "tags" : [ "fips" ]
27950
+ } ]
27951
+ },
27952
+ "us-isob-east-1-fips" : {
27953
+ "credentialScope" : {
27954
+ "region" : "us-isob-east-1"
27955
+ },
27956
+ "deprecated" : true,
27957
+ "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
27958
+ }
27959
+ }
27960
+ },
27873
27961
  "streams.dynamodb" : {
27874
27962
  "defaults" : {
27875
27963
  "credentialScope" : {
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.902.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-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: