aws-partitions 1.961.0 → 1.966.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: b15802872341e52a8ff7f2e48e06ed3e136bf5d7b3cc603cfb8c27687656f83f
4
- data.tar.gz: 1e3a49df2b8236d4de9291be087aae451bcfd9101d5d25b3df16efbd6c94ba42
3
+ metadata.gz: 0676c8bd8c28729e368036a17be557ccdd0e1b626fb0e2637aceff207151ea23
4
+ data.tar.gz: 5c3ed277110b1e249495f24a8537eff68d7bfd5aa6376208bfb4fd6650c96013
5
5
  SHA512:
6
- metadata.gz: a67337ee0d3d72ff27999b0bd05bb14ae01f29423810f58a1338444ab35b4eef9155922a3caa2e6b953f479f1b25a7b0577692b4ad3aa7124f81502f012a9d5a
7
- data.tar.gz: 8b1c960099e2c59dedc389f522432cb7ad2f81aeac5501cbd6919f35dcbdc9b58165dc7f9c1c479b2cba854f2d58ce66a7f6f8d4c317703ce25f766a570a823e
6
+ metadata.gz: 11045755f06d952eac59fda5ffa410397f97410cd0c83c32bb1d760eac8c2ddadc8d8b74440b9e558b0f6ee39d94a855066ce4df169ce95070a9df76c5137760
7
+ data.tar.gz: 95f310ea7729ef6317f4b6bcdafb0c06090342a16e9ac28373ab9262f328be47457293f0d39e29da7a4b22860b18c36e6113f86be9c6f8c525b21443d26b5cbb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.966.0 (2024-08-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.965.0 (2024-08-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.964.0 (2024-08-15)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.963.0 (2024-08-09)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.962.0 (2024-08-05)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.961.0 (2024-08-01)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.961.0
1
+ 1.966.0
@@ -324,7 +324,6 @@ module Aws
324
324
  'CodeGuruReviewer' => 'codeguru-reviewer',
325
325
  'CodeGuruSecurity' => 'codeguru-security',
326
326
  'CodePipeline' => 'codepipeline',
327
- 'CodeStar' => 'codestar',
328
327
  'CodeStarNotifications' => 'codestar-notifications',
329
328
  'CodeStarconnections' => 'codestar-connections',
330
329
  'CognitoIdentity' => 'cognito-identity',
data/partitions.json CHANGED
@@ -1640,6 +1640,7 @@
1640
1640
  "ap-southeast-1" : { },
1641
1641
  "ap-southeast-2" : { },
1642
1642
  "ap-southeast-3" : { },
1643
+ "ap-southeast-4" : { },
1643
1644
  "ca-central-1" : { },
1644
1645
  "eu-central-1" : { },
1645
1646
  "eu-central-2" : { },
@@ -1649,6 +1650,7 @@
1649
1650
  "eu-west-1" : { },
1650
1651
  "eu-west-2" : { },
1651
1652
  "eu-west-3" : { },
1653
+ "il-central-1" : { },
1652
1654
  "me-central-1" : { },
1653
1655
  "me-south-1" : { },
1654
1656
  "sa-east-1" : { },
@@ -2126,12 +2128,24 @@
2126
2128
  },
2127
2129
  "ca-central-1" : {
2128
2130
  "variants" : [ {
2131
+ "hostname" : "athena-fips.ca-central-1.amazonaws.com",
2132
+ "tags" : [ "fips" ]
2133
+ }, {
2134
+ "hostname" : "athena-fips.ca-central-1.api.aws",
2135
+ "tags" : [ "dualstack", "fips" ]
2136
+ }, {
2129
2137
  "hostname" : "athena.ca-central-1.api.aws",
2130
2138
  "tags" : [ "dualstack" ]
2131
2139
  } ]
2132
2140
  },
2133
2141
  "ca-west-1" : {
2134
2142
  "variants" : [ {
2143
+ "hostname" : "athena-fips.ca-west-1.amazonaws.com",
2144
+ "tags" : [ "fips" ]
2145
+ }, {
2146
+ "hostname" : "athena-fips.ca-west-1.api.aws",
2147
+ "tags" : [ "dualstack", "fips" ]
2148
+ }, {
2135
2149
  "hostname" : "athena.ca-west-1.api.aws",
2136
2150
  "tags" : [ "dualstack" ]
2137
2151
  } ]
@@ -2184,6 +2198,20 @@
2184
2198
  "tags" : [ "dualstack" ]
2185
2199
  } ]
2186
2200
  },
2201
+ "fips-ca-central-1" : {
2202
+ "credentialScope" : {
2203
+ "region" : "ca-central-1"
2204
+ },
2205
+ "deprecated" : true,
2206
+ "hostname" : "athena-fips.ca-central-1.amazonaws.com"
2207
+ },
2208
+ "fips-ca-west-1" : {
2209
+ "credentialScope" : {
2210
+ "region" : "ca-west-1"
2211
+ },
2212
+ "deprecated" : true,
2213
+ "hostname" : "athena-fips.ca-west-1.amazonaws.com"
2214
+ },
2187
2215
  "fips-us-east-1" : {
2188
2216
  "credentialScope" : {
2189
2217
  "region" : "us-east-1"
@@ -5367,12 +5395,6 @@
5367
5395
  } ]
5368
5396
  },
5369
5397
  "endpoints" : {
5370
- "af-south-1" : {
5371
- "hostname" : "datazone.af-south-1.api.aws"
5372
- },
5373
- "ap-east-1" : {
5374
- "hostname" : "datazone.ap-east-1.api.aws"
5375
- },
5376
5398
  "ap-northeast-1" : {
5377
5399
  "hostname" : "datazone.ap-northeast-1.api.aws"
5378
5400
  },
@@ -5382,9 +5404,6 @@
5382
5404
  "ap-northeast-3" : {
5383
5405
  "hostname" : "datazone.ap-northeast-3.api.aws"
5384
5406
  },
5385
- "ap-south-1" : {
5386
- "hostname" : "datazone.ap-south-1.api.aws"
5387
- },
5388
5407
  "ap-south-2" : {
5389
5408
  "hostname" : "datazone.ap-south-2.api.aws"
5390
5409
  },
@@ -5413,18 +5432,12 @@
5413
5432
  "eu-central-1" : {
5414
5433
  "hostname" : "datazone.eu-central-1.api.aws"
5415
5434
  },
5416
- "eu-central-2" : {
5417
- "hostname" : "datazone.eu-central-2.api.aws"
5418
- },
5419
5435
  "eu-north-1" : {
5420
5436
  "hostname" : "datazone.eu-north-1.api.aws"
5421
5437
  },
5422
5438
  "eu-south-1" : {
5423
5439
  "hostname" : "datazone.eu-south-1.api.aws"
5424
5440
  },
5425
- "eu-south-2" : {
5426
- "hostname" : "datazone.eu-south-2.api.aws"
5427
- },
5428
5441
  "eu-west-1" : {
5429
5442
  "hostname" : "datazone.eu-west-1.api.aws"
5430
5443
  },
@@ -10813,8 +10826,18 @@
10813
10826
  "ap-southeast-2" : { },
10814
10827
  "ap-southeast-3" : { },
10815
10828
  "ap-southeast-4" : { },
10816
- "ca-central-1" : { },
10817
- "ca-west-1" : { },
10829
+ "ca-central-1" : {
10830
+ "variants" : [ {
10831
+ "hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com",
10832
+ "tags" : [ "fips" ]
10833
+ } ]
10834
+ },
10835
+ "ca-west-1" : {
10836
+ "variants" : [ {
10837
+ "hostname" : "kinesisanalytics-fips.ca-west-1.amazonaws.com",
10838
+ "tags" : [ "fips" ]
10839
+ } ]
10840
+ },
10818
10841
  "eu-central-1" : { },
10819
10842
  "eu-central-2" : { },
10820
10843
  "eu-north-1" : { },
@@ -10823,14 +10846,76 @@
10823
10846
  "eu-west-1" : { },
10824
10847
  "eu-west-2" : { },
10825
10848
  "eu-west-3" : { },
10849
+ "fips-ca-central-1" : {
10850
+ "credentialScope" : {
10851
+ "region" : "ca-central-1"
10852
+ },
10853
+ "deprecated" : true,
10854
+ "hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com"
10855
+ },
10856
+ "fips-ca-west-1" : {
10857
+ "credentialScope" : {
10858
+ "region" : "ca-west-1"
10859
+ },
10860
+ "deprecated" : true,
10861
+ "hostname" : "kinesisanalytics-fips.ca-west-1.amazonaws.com"
10862
+ },
10863
+ "fips-us-east-1" : {
10864
+ "credentialScope" : {
10865
+ "region" : "us-east-1"
10866
+ },
10867
+ "deprecated" : true,
10868
+ "hostname" : "kinesisanalytics-fips.us-east-1.amazonaws.com"
10869
+ },
10870
+ "fips-us-east-2" : {
10871
+ "credentialScope" : {
10872
+ "region" : "us-east-2"
10873
+ },
10874
+ "deprecated" : true,
10875
+ "hostname" : "kinesisanalytics-fips.us-east-2.amazonaws.com"
10876
+ },
10877
+ "fips-us-west-1" : {
10878
+ "credentialScope" : {
10879
+ "region" : "us-west-1"
10880
+ },
10881
+ "deprecated" : true,
10882
+ "hostname" : "kinesisanalytics-fips.us-west-1.amazonaws.com"
10883
+ },
10884
+ "fips-us-west-2" : {
10885
+ "credentialScope" : {
10886
+ "region" : "us-west-2"
10887
+ },
10888
+ "deprecated" : true,
10889
+ "hostname" : "kinesisanalytics-fips.us-west-2.amazonaws.com"
10890
+ },
10826
10891
  "il-central-1" : { },
10827
10892
  "me-central-1" : { },
10828
10893
  "me-south-1" : { },
10829
10894
  "sa-east-1" : { },
10830
- "us-east-1" : { },
10831
- "us-east-2" : { },
10832
- "us-west-1" : { },
10833
- "us-west-2" : { }
10895
+ "us-east-1" : {
10896
+ "variants" : [ {
10897
+ "hostname" : "kinesisanalytics-fips.us-east-1.amazonaws.com",
10898
+ "tags" : [ "fips" ]
10899
+ } ]
10900
+ },
10901
+ "us-east-2" : {
10902
+ "variants" : [ {
10903
+ "hostname" : "kinesisanalytics-fips.us-east-2.amazonaws.com",
10904
+ "tags" : [ "fips" ]
10905
+ } ]
10906
+ },
10907
+ "us-west-1" : {
10908
+ "variants" : [ {
10909
+ "hostname" : "kinesisanalytics-fips.us-west-1.amazonaws.com",
10910
+ "tags" : [ "fips" ]
10911
+ } ]
10912
+ },
10913
+ "us-west-2" : {
10914
+ "variants" : [ {
10915
+ "hostname" : "kinesisanalytics-fips.us-west-2.amazonaws.com",
10916
+ "tags" : [ "fips" ]
10917
+ } ]
10918
+ }
10834
10919
  }
10835
10920
  },
10836
10921
  "kinesisvideo" : {
@@ -20351,6 +20436,7 @@
20351
20436
  },
20352
20437
  "vpc-lattice" : {
20353
20438
  "endpoints" : {
20439
+ "af-south-1" : { },
20354
20440
  "ap-northeast-1" : { },
20355
20441
  "ap-northeast-2" : { },
20356
20442
  "ap-south-1" : { },
@@ -20359,6 +20445,7 @@
20359
20445
  "ca-central-1" : { },
20360
20446
  "eu-central-1" : { },
20361
20447
  "eu-north-1" : { },
20448
+ "eu-south-1" : { },
20362
20449
  "eu-west-1" : { },
20363
20450
  "eu-west-2" : { },
20364
20451
  "eu-west-3" : { },
@@ -25923,8 +26010,32 @@
25923
26010
  },
25924
26011
  "kinesisanalytics" : {
25925
26012
  "endpoints" : {
25926
- "us-gov-east-1" : { },
25927
- "us-gov-west-1" : { }
26013
+ "fips-us-gov-east-1" : {
26014
+ "credentialScope" : {
26015
+ "region" : "us-gov-east-1"
26016
+ },
26017
+ "deprecated" : true,
26018
+ "hostname" : "kinesisanalytics-fips.us-gov-east-1.amazonaws.com"
26019
+ },
26020
+ "fips-us-gov-west-1" : {
26021
+ "credentialScope" : {
26022
+ "region" : "us-gov-west-1"
26023
+ },
26024
+ "deprecated" : true,
26025
+ "hostname" : "kinesisanalytics-fips.us-gov-west-1.amazonaws.com"
26026
+ },
26027
+ "us-gov-east-1" : {
26028
+ "variants" : [ {
26029
+ "hostname" : "kinesisanalytics-fips.us-gov-east-1.amazonaws.com",
26030
+ "tags" : [ "fips" ]
26031
+ } ]
26032
+ },
26033
+ "us-gov-west-1" : {
26034
+ "variants" : [ {
26035
+ "hostname" : "kinesisanalytics-fips.us-gov-west-1.amazonaws.com",
26036
+ "tags" : [ "fips" ]
26037
+ } ]
26038
+ }
25928
26039
  }
25929
26040
  },
25930
26041
  "kinesisvideo" : {
@@ -26437,6 +26548,12 @@
26437
26548
  "isRegionalized" : false,
26438
26549
  "partitionEndpoint" : "aws-us-gov-global"
26439
26550
  },
26551
+ "oam" : {
26552
+ "endpoints" : {
26553
+ "us-gov-east-1" : { },
26554
+ "us-gov-west-1" : { }
26555
+ }
26556
+ },
26440
26557
  "oidc" : {
26441
26558
  "endpoints" : {
26442
26559
  "us-gov-east-1" : {
@@ -29241,6 +29358,16 @@
29241
29358
  "us-isob-east-1" : { }
29242
29359
  }
29243
29360
  },
29361
+ "budgets" : {
29362
+ "endpoints" : {
29363
+ "us-isob-east-1" : {
29364
+ "credentialScope" : {
29365
+ "region" : "us-isob-east-1"
29366
+ },
29367
+ "hostname" : "budgets.us-isob-east-1.sc2s.sgov.gov"
29368
+ }
29369
+ }
29370
+ },
29244
29371
  "cloudcontrolapi" : {
29245
29372
  "endpoints" : {
29246
29373
  "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.961.0
4
+ version: 1.966.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-08-01 00:00:00.000000000 Z
11
+ date: 2024-08-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: