aws-partitions 1.830.0 → 1.833.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +185 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a16c5b09b5ce2758fc6c69dd26cd042fecb139348425764591c7686567a94c89
|
|
4
|
+
data.tar.gz: b8750aa6dfd3af77d772fa9a236910a16eee56ea95217d3562bcbd32ec341be4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c91facc35b7100be4cc4fa858269b529371297932f22d884bec8c0f715a9be219e79e0b60d0316dedb0b00f2220a0db66f83293aba4ce9d5ef5d4dedf45b2a8b
|
|
7
|
+
data.tar.gz: b4bad694685632fb17487f9b9d65ffd85df3eb9104947dff0a58b2e86c82633be5142194a9391f048dd6fb48fa11210448d61a2577209b5e2928d96a1d2ab0ff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.833.0 (2023-10-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::DataZone`.
|
|
8
|
+
|
|
9
|
+
1.832.0 (2023-10-03)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.831.0 (2023-10-02)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.830.0 (2023-09-28)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.833.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -340,6 +340,7 @@ module Aws
|
|
|
340
340
|
'DataExchange' => 'dataexchange',
|
|
341
341
|
'DataPipeline' => 'datapipeline',
|
|
342
342
|
'DataSync' => 'datasync',
|
|
343
|
+
'DataZone' => 'datazone',
|
|
343
344
|
'DatabaseMigrationService' => 'dms',
|
|
344
345
|
'Detective' => 'api.detective',
|
|
345
346
|
'DevOpsGuru' => 'devops-guru',
|
data/partitions.json
CHANGED
|
@@ -2420,6 +2420,74 @@
|
|
|
2420
2420
|
}
|
|
2421
2421
|
}
|
|
2422
2422
|
},
|
|
2423
|
+
"bedrock" : {
|
|
2424
|
+
"endpoints" : {
|
|
2425
|
+
"ap-northeast-1" : { },
|
|
2426
|
+
"ap-southeast-1" : { },
|
|
2427
|
+
"bedrock-ap-southeast-1" : {
|
|
2428
|
+
"credentialScope" : {
|
|
2429
|
+
"region" : "ap-southeast-1"
|
|
2430
|
+
},
|
|
2431
|
+
"hostname" : "bedrock.ap-southeast-1.amazonaws.com"
|
|
2432
|
+
},
|
|
2433
|
+
"bedrock-fips-us-east-1" : {
|
|
2434
|
+
"credentialScope" : {
|
|
2435
|
+
"region" : "us-east-1"
|
|
2436
|
+
},
|
|
2437
|
+
"hostname" : "bedrock-fips.us-east-1.amazonaws.com"
|
|
2438
|
+
},
|
|
2439
|
+
"bedrock-fips-us-west-2" : {
|
|
2440
|
+
"credentialScope" : {
|
|
2441
|
+
"region" : "us-west-2"
|
|
2442
|
+
},
|
|
2443
|
+
"hostname" : "bedrock-fips.us-west-2.amazonaws.com"
|
|
2444
|
+
},
|
|
2445
|
+
"bedrock-runtime-ap-southeast-1" : {
|
|
2446
|
+
"credentialScope" : {
|
|
2447
|
+
"region" : "ap-southeast-1"
|
|
2448
|
+
},
|
|
2449
|
+
"hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
|
|
2450
|
+
},
|
|
2451
|
+
"bedrock-runtime-fips-us-east-1" : {
|
|
2452
|
+
"credentialScope" : {
|
|
2453
|
+
"region" : "us-east-1"
|
|
2454
|
+
},
|
|
2455
|
+
"hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
|
|
2456
|
+
},
|
|
2457
|
+
"bedrock-runtime-fips-us-west-2" : {
|
|
2458
|
+
"credentialScope" : {
|
|
2459
|
+
"region" : "us-west-2"
|
|
2460
|
+
},
|
|
2461
|
+
"hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
|
|
2462
|
+
},
|
|
2463
|
+
"bedrock-runtime-us-east-1" : {
|
|
2464
|
+
"credentialScope" : {
|
|
2465
|
+
"region" : "us-east-1"
|
|
2466
|
+
},
|
|
2467
|
+
"hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
|
|
2468
|
+
},
|
|
2469
|
+
"bedrock-runtime-us-west-2" : {
|
|
2470
|
+
"credentialScope" : {
|
|
2471
|
+
"region" : "us-west-2"
|
|
2472
|
+
},
|
|
2473
|
+
"hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
|
|
2474
|
+
},
|
|
2475
|
+
"bedrock-us-east-1" : {
|
|
2476
|
+
"credentialScope" : {
|
|
2477
|
+
"region" : "us-east-1"
|
|
2478
|
+
},
|
|
2479
|
+
"hostname" : "bedrock.us-east-1.amazonaws.com"
|
|
2480
|
+
},
|
|
2481
|
+
"bedrock-us-west-2" : {
|
|
2482
|
+
"credentialScope" : {
|
|
2483
|
+
"region" : "us-west-2"
|
|
2484
|
+
},
|
|
2485
|
+
"hostname" : "bedrock.us-west-2.amazonaws.com"
|
|
2486
|
+
},
|
|
2487
|
+
"us-east-1" : { },
|
|
2488
|
+
"us-west-2" : { }
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2423
2491
|
"billingconductor" : {
|
|
2424
2492
|
"endpoints" : {
|
|
2425
2493
|
"aws-global" : {
|
|
@@ -4506,6 +4574,69 @@
|
|
|
4506
4574
|
}
|
|
4507
4575
|
}
|
|
4508
4576
|
},
|
|
4577
|
+
"datazone" : {
|
|
4578
|
+
"defaults" : {
|
|
4579
|
+
"dnsSuffix" : "api.aws",
|
|
4580
|
+
"variants" : [ {
|
|
4581
|
+
"dnsSuffix" : "api.aws",
|
|
4582
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
4583
|
+
"tags" : [ "fips" ]
|
|
4584
|
+
} ]
|
|
4585
|
+
},
|
|
4586
|
+
"endpoints" : {
|
|
4587
|
+
"af-south-1" : {
|
|
4588
|
+
"hostname" : "datazone.af-south-1.api.aws"
|
|
4589
|
+
},
|
|
4590
|
+
"ap-east-1" : {
|
|
4591
|
+
"hostname" : "datazone.ap-east-1.api.aws"
|
|
4592
|
+
},
|
|
4593
|
+
"ap-northeast-2" : {
|
|
4594
|
+
"hostname" : "datazone.ap-northeast-2.api.aws"
|
|
4595
|
+
},
|
|
4596
|
+
"ap-northeast-3" : {
|
|
4597
|
+
"hostname" : "datazone.ap-northeast-3.api.aws"
|
|
4598
|
+
},
|
|
4599
|
+
"ap-south-1" : {
|
|
4600
|
+
"hostname" : "datazone.ap-south-1.api.aws"
|
|
4601
|
+
},
|
|
4602
|
+
"ap-south-2" : {
|
|
4603
|
+
"hostname" : "datazone.ap-south-2.api.aws"
|
|
4604
|
+
},
|
|
4605
|
+
"ap-southeast-3" : {
|
|
4606
|
+
"hostname" : "datazone.ap-southeast-3.api.aws"
|
|
4607
|
+
},
|
|
4608
|
+
"ap-southeast-4" : {
|
|
4609
|
+
"hostname" : "datazone.ap-southeast-4.api.aws"
|
|
4610
|
+
},
|
|
4611
|
+
"eu-central-2" : {
|
|
4612
|
+
"hostname" : "datazone.eu-central-2.api.aws"
|
|
4613
|
+
},
|
|
4614
|
+
"eu-south-1" : {
|
|
4615
|
+
"hostname" : "datazone.eu-south-1.api.aws"
|
|
4616
|
+
},
|
|
4617
|
+
"eu-south-2" : {
|
|
4618
|
+
"hostname" : "datazone.eu-south-2.api.aws"
|
|
4619
|
+
},
|
|
4620
|
+
"eu-west-2" : {
|
|
4621
|
+
"hostname" : "datazone.eu-west-2.api.aws"
|
|
4622
|
+
},
|
|
4623
|
+
"eu-west-3" : {
|
|
4624
|
+
"hostname" : "datazone.eu-west-3.api.aws"
|
|
4625
|
+
},
|
|
4626
|
+
"il-central-1" : {
|
|
4627
|
+
"hostname" : "datazone.il-central-1.api.aws"
|
|
4628
|
+
},
|
|
4629
|
+
"me-central-1" : {
|
|
4630
|
+
"hostname" : "datazone.me-central-1.api.aws"
|
|
4631
|
+
},
|
|
4632
|
+
"me-south-1" : {
|
|
4633
|
+
"hostname" : "datazone.me-south-1.api.aws"
|
|
4634
|
+
},
|
|
4635
|
+
"us-west-1" : {
|
|
4636
|
+
"hostname" : "datazone.us-west-1.api.aws"
|
|
4637
|
+
}
|
|
4638
|
+
}
|
|
4639
|
+
},
|
|
4509
4640
|
"dax" : {
|
|
4510
4641
|
"endpoints" : {
|
|
4511
4642
|
"ap-northeast-1" : { },
|
|
@@ -10161,11 +10292,14 @@
|
|
|
10161
10292
|
"ap-northeast-2" : { },
|
|
10162
10293
|
"ap-northeast-3" : { },
|
|
10163
10294
|
"ap-south-1" : { },
|
|
10295
|
+
"ap-south-2" : { },
|
|
10164
10296
|
"ap-southeast-1" : { },
|
|
10165
10297
|
"ap-southeast-2" : { },
|
|
10166
10298
|
"ap-southeast-3" : { },
|
|
10299
|
+
"ap-southeast-4" : { },
|
|
10167
10300
|
"ca-central-1" : { },
|
|
10168
10301
|
"eu-central-1" : { },
|
|
10302
|
+
"eu-central-2" : { },
|
|
10169
10303
|
"eu-north-1" : { },
|
|
10170
10304
|
"eu-south-1" : { },
|
|
10171
10305
|
"eu-west-1" : { },
|
|
@@ -10200,6 +10334,7 @@
|
|
|
10200
10334
|
"hostname" : "license-manager-fips.us-west-2.amazonaws.com"
|
|
10201
10335
|
},
|
|
10202
10336
|
"il-central-1" : { },
|
|
10337
|
+
"me-central-1" : { },
|
|
10203
10338
|
"me-south-1" : { },
|
|
10204
10339
|
"sa-east-1" : { },
|
|
10205
10340
|
"us-east-1" : {
|
|
@@ -10316,11 +10451,14 @@
|
|
|
10316
10451
|
"ap-northeast-2" : { },
|
|
10317
10452
|
"ap-northeast-3" : { },
|
|
10318
10453
|
"ap-south-1" : { },
|
|
10454
|
+
"ap-south-2" : { },
|
|
10319
10455
|
"ap-southeast-1" : { },
|
|
10320
10456
|
"ap-southeast-2" : { },
|
|
10321
10457
|
"ap-southeast-3" : { },
|
|
10458
|
+
"ap-southeast-4" : { },
|
|
10322
10459
|
"ca-central-1" : { },
|
|
10323
10460
|
"eu-central-1" : { },
|
|
10461
|
+
"eu-central-2" : { },
|
|
10324
10462
|
"eu-north-1" : { },
|
|
10325
10463
|
"eu-south-1" : { },
|
|
10326
10464
|
"eu-west-1" : { },
|
|
@@ -13446,6 +13584,9 @@
|
|
|
13446
13584
|
"ap-southeast-2" : {
|
|
13447
13585
|
"hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
|
|
13448
13586
|
},
|
|
13587
|
+
"ap-southeast-3" : {
|
|
13588
|
+
"hostname" : "resource-explorer-2.ap-southeast-3.api.aws"
|
|
13589
|
+
},
|
|
13449
13590
|
"ap-southeast-4" : {
|
|
13450
13591
|
"hostname" : "resource-explorer-2.ap-southeast-4.api.aws"
|
|
13451
13592
|
},
|
|
@@ -13473,6 +13614,9 @@
|
|
|
13473
13614
|
"il-central-1" : {
|
|
13474
13615
|
"hostname" : "resource-explorer-2.il-central-1.api.aws"
|
|
13475
13616
|
},
|
|
13617
|
+
"me-south-1" : {
|
|
13618
|
+
"hostname" : "resource-explorer-2.me-south-1.api.aws"
|
|
13619
|
+
},
|
|
13476
13620
|
"sa-east-1" : {
|
|
13477
13621
|
"hostname" : "resource-explorer-2.sa-east-1.api.aws"
|
|
13478
13622
|
},
|
|
@@ -18897,6 +19041,24 @@
|
|
|
18897
19041
|
"cn-northwest-1" : { }
|
|
18898
19042
|
}
|
|
18899
19043
|
},
|
|
19044
|
+
"datazone" : {
|
|
19045
|
+
"defaults" : {
|
|
19046
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
19047
|
+
"variants" : [ {
|
|
19048
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
19049
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
19050
|
+
"tags" : [ "fips" ]
|
|
19051
|
+
} ]
|
|
19052
|
+
},
|
|
19053
|
+
"endpoints" : {
|
|
19054
|
+
"cn-north-1" : {
|
|
19055
|
+
"hostname" : "datazone.cn-north-1.api.amazonwebservices.com.cn"
|
|
19056
|
+
},
|
|
19057
|
+
"cn-northwest-1" : {
|
|
19058
|
+
"hostname" : "datazone.cn-northwest-1.api.amazonwebservices.com.cn"
|
|
19059
|
+
}
|
|
19060
|
+
}
|
|
19061
|
+
},
|
|
18900
19062
|
"dax" : {
|
|
18901
19063
|
"endpoints" : {
|
|
18902
19064
|
"cn-north-1" : { },
|
|
@@ -20784,6 +20946,11 @@
|
|
|
20784
20946
|
}
|
|
20785
20947
|
}
|
|
20786
20948
|
},
|
|
20949
|
+
"codestar-connections" : {
|
|
20950
|
+
"endpoints" : {
|
|
20951
|
+
"us-gov-east-1" : { }
|
|
20952
|
+
}
|
|
20953
|
+
},
|
|
20787
20954
|
"cognito-identity" : {
|
|
20788
20955
|
"endpoints" : {
|
|
20789
20956
|
"fips-us-gov-west-1" : {
|
|
@@ -21079,6 +21246,24 @@
|
|
|
21079
21246
|
}
|
|
21080
21247
|
}
|
|
21081
21248
|
},
|
|
21249
|
+
"datazone" : {
|
|
21250
|
+
"defaults" : {
|
|
21251
|
+
"dnsSuffix" : "api.aws",
|
|
21252
|
+
"variants" : [ {
|
|
21253
|
+
"dnsSuffix" : "api.aws",
|
|
21254
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
21255
|
+
"tags" : [ "fips" ]
|
|
21256
|
+
} ]
|
|
21257
|
+
},
|
|
21258
|
+
"endpoints" : {
|
|
21259
|
+
"us-gov-east-1" : {
|
|
21260
|
+
"hostname" : "datazone.us-gov-east-1.api.aws"
|
|
21261
|
+
},
|
|
21262
|
+
"us-gov-west-1" : {
|
|
21263
|
+
"hostname" : "datazone.us-gov-west-1.api.aws"
|
|
21264
|
+
}
|
|
21265
|
+
}
|
|
21266
|
+
},
|
|
21082
21267
|
"directconnect" : {
|
|
21083
21268
|
"endpoints" : {
|
|
21084
21269
|
"us-gov-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.
|
|
4
|
+
version: 1.833.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-
|
|
11
|
+
date: 2023-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|