aws-partitions 1.942.0 → 1.946.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -1
- data/partitions.json +95 -43
- 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: 477e42c5d00e645f47907bf21706a5278c9acedc2fdbdce131145e14989ac9fd
|
4
|
+
data.tar.gz: 7d2b4c4833a5aaf2f3d363fe1fc615d26055bc98b780d4b19a4f2c8b80e53fb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19e90d06195a1efcfcf13861ce37383e52bc052e974674bfacdf463cdd1b0fd00c06288404240c573cfc8264e06438de3053c11bafd26f62a748111ea713b915
|
7
|
+
data.tar.gz: 071c4986d2d8bea4b623dcc86fcd49d8418df7d8e427440bd4c04d0a512e163baff6a01d788cbb8ab4f56de16758df975e5983d2d220255213ddbd842c221047
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.946.0 (2024-06-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.945.0 (2024-06-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.944.0 (2024-06-12)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::AppTest`.
|
18
|
+
|
19
|
+
1.943.0 (2024-06-11)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::PcaConnectorScep`.
|
23
|
+
|
4
24
|
1.942.0 (2024-06-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.946.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -264,6 +264,7 @@ module Aws
|
|
264
264
|
'AppRunner' => 'apprunner',
|
265
265
|
'AppStream' => 'appstream2',
|
266
266
|
'AppSync' => 'appsync',
|
267
|
+
'AppTest' => 'apptest',
|
267
268
|
'Appflow' => 'appflow',
|
268
269
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
269
270
|
'ApplicationCostProfiler' => 'application-cost-profiler',
|
@@ -280,7 +281,6 @@ module Aws
|
|
280
281
|
'BCMDataExports' => 'bcm-data-exports',
|
281
282
|
'Backup' => 'backup',
|
282
283
|
'BackupGateway' => 'backup-gateway',
|
283
|
-
'BackupStorage' => 'backupstorage',
|
284
284
|
'Batch' => 'batch',
|
285
285
|
'Bedrock' => 'bedrock',
|
286
286
|
'BedrockAgent' => 'bedrock-agent',
|
@@ -517,6 +517,7 @@ module Aws
|
|
517
517
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
518
518
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
519
519
|
'PcaConnectorAd' => 'pca-connector-ad',
|
520
|
+
'PcaConnectorScep' => 'pca-connector-scep',
|
520
521
|
'Personalize' => 'personalize',
|
521
522
|
'PersonalizeEvents' => 'personalize-events',
|
522
523
|
'PersonalizeRuntime' => 'personalize-runtime',
|
data/partitions.json
CHANGED
@@ -547,10 +547,12 @@
|
|
547
547
|
"ap-south-1" : { },
|
548
548
|
"ap-southeast-1" : { },
|
549
549
|
"ap-southeast-2" : { },
|
550
|
+
"ca-central-1" : { },
|
550
551
|
"eu-central-1" : { },
|
551
552
|
"eu-west-1" : { },
|
552
553
|
"eu-west-2" : { },
|
553
554
|
"eu-west-3" : { },
|
555
|
+
"sa-east-1" : { },
|
554
556
|
"us-east-1" : { },
|
555
557
|
"us-east-2" : { },
|
556
558
|
"us-west-2" : { }
|
@@ -2534,37 +2536,6 @@
|
|
2534
2536
|
"us-west-2" : { }
|
2535
2537
|
}
|
2536
2538
|
},
|
2537
|
-
"backupstorage" : {
|
2538
|
-
"endpoints" : {
|
2539
|
-
"af-south-1" : { },
|
2540
|
-
"ap-east-1" : { },
|
2541
|
-
"ap-northeast-1" : { },
|
2542
|
-
"ap-northeast-2" : { },
|
2543
|
-
"ap-northeast-3" : { },
|
2544
|
-
"ap-south-1" : { },
|
2545
|
-
"ap-south-2" : { },
|
2546
|
-
"ap-southeast-1" : { },
|
2547
|
-
"ap-southeast-2" : { },
|
2548
|
-
"ap-southeast-3" : { },
|
2549
|
-
"ap-southeast-4" : { },
|
2550
|
-
"ca-central-1" : { },
|
2551
|
-
"eu-central-1" : { },
|
2552
|
-
"eu-central-2" : { },
|
2553
|
-
"eu-north-1" : { },
|
2554
|
-
"eu-south-1" : { },
|
2555
|
-
"eu-south-2" : { },
|
2556
|
-
"eu-west-1" : { },
|
2557
|
-
"eu-west-2" : { },
|
2558
|
-
"eu-west-3" : { },
|
2559
|
-
"me-central-1" : { },
|
2560
|
-
"me-south-1" : { },
|
2561
|
-
"sa-east-1" : { },
|
2562
|
-
"us-east-1" : { },
|
2563
|
-
"us-east-2" : { },
|
2564
|
-
"us-west-1" : { },
|
2565
|
-
"us-west-2" : { }
|
2566
|
-
}
|
2567
|
-
},
|
2568
2539
|
"batch" : {
|
2569
2540
|
"defaults" : {
|
2570
2541
|
"variants" : [ {
|
@@ -2712,6 +2683,12 @@
|
|
2712
2683
|
},
|
2713
2684
|
"hostname" : "bedrock.eu-west-3.amazonaws.com"
|
2714
2685
|
},
|
2686
|
+
"bedrock-fips-ca-central-1" : {
|
2687
|
+
"credentialScope" : {
|
2688
|
+
"region" : "ca-central-1"
|
2689
|
+
},
|
2690
|
+
"hostname" : "bedrock-fips.ca-central-1.amazonaws.com"
|
2691
|
+
},
|
2715
2692
|
"bedrock-fips-us-east-1" : {
|
2716
2693
|
"credentialScope" : {
|
2717
2694
|
"region" : "us-east-1"
|
@@ -2778,6 +2755,12 @@
|
|
2778
2755
|
},
|
2779
2756
|
"hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
|
2780
2757
|
},
|
2758
|
+
"bedrock-runtime-fips-ca-central-1" : {
|
2759
|
+
"credentialScope" : {
|
2760
|
+
"region" : "ca-central-1"
|
2761
|
+
},
|
2762
|
+
"hostname" : "bedrock-runtime-fips.ca-central-1.amazonaws.com"
|
2763
|
+
},
|
2781
2764
|
"bedrock-runtime-fips-us-east-1" : {
|
2782
2765
|
"credentialScope" : {
|
2783
2766
|
"region" : "us-east-1"
|
@@ -12722,6 +12705,7 @@
|
|
12722
12705
|
"ap-southeast-3" : { },
|
12723
12706
|
"ap-southeast-4" : { },
|
12724
12707
|
"ca-central-1" : { },
|
12708
|
+
"ca-west-1" : { },
|
12725
12709
|
"eu-central-1" : { },
|
12726
12710
|
"eu-central-2" : { },
|
12727
12711
|
"eu-north-1" : { },
|
@@ -21227,12 +21211,6 @@
|
|
21227
21211
|
"cn-northwest-1" : { }
|
21228
21212
|
}
|
21229
21213
|
},
|
21230
|
-
"backupstorage" : {
|
21231
|
-
"endpoints" : {
|
21232
|
-
"cn-north-1" : { },
|
21233
|
-
"cn-northwest-1" : { }
|
21234
|
-
}
|
21235
|
-
},
|
21236
21214
|
"batch" : {
|
21237
21215
|
"endpoints" : {
|
21238
21216
|
"cn-north-1" : { },
|
@@ -23127,12 +23105,6 @@
|
|
23127
23105
|
"us-gov-west-1" : { }
|
23128
23106
|
}
|
23129
23107
|
},
|
23130
|
-
"backupstorage" : {
|
23131
|
-
"endpoints" : {
|
23132
|
-
"us-gov-east-1" : { },
|
23133
|
-
"us-gov-west-1" : { }
|
23134
|
-
}
|
23135
|
-
},
|
23136
23108
|
"batch" : {
|
23137
23109
|
"defaults" : {
|
23138
23110
|
"variants" : [ {
|
@@ -23171,6 +23143,18 @@
|
|
23171
23143
|
},
|
23172
23144
|
"bedrock" : {
|
23173
23145
|
"endpoints" : {
|
23146
|
+
"bedrock-fips-us-gov-west-1" : {
|
23147
|
+
"credentialScope" : {
|
23148
|
+
"region" : "us-gov-west-1"
|
23149
|
+
},
|
23150
|
+
"hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
|
23151
|
+
},
|
23152
|
+
"bedrock-runtime-fips-us-gov-west-1" : {
|
23153
|
+
"credentialScope" : {
|
23154
|
+
"region" : "us-gov-west-1"
|
23155
|
+
},
|
23156
|
+
"hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
|
23157
|
+
},
|
23174
23158
|
"bedrock-runtime-us-gov-west-1" : {
|
23175
23159
|
"credentialScope" : {
|
23176
23160
|
"region" : "us-gov-west-1"
|
@@ -25274,6 +25258,44 @@
|
|
25274
25258
|
"us-gov-west-1" : { }
|
25275
25259
|
}
|
25276
25260
|
},
|
25261
|
+
"kinesisvideo" : {
|
25262
|
+
"endpoints" : {
|
25263
|
+
"fips-us-gov-east-1" : {
|
25264
|
+
"credentialScope" : {
|
25265
|
+
"region" : "us-gov-east-1"
|
25266
|
+
},
|
25267
|
+
"deprecated" : true,
|
25268
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com"
|
25269
|
+
},
|
25270
|
+
"fips-us-gov-west-1" : {
|
25271
|
+
"credentialScope" : {
|
25272
|
+
"region" : "us-gov-west-1"
|
25273
|
+
},
|
25274
|
+
"deprecated" : true,
|
25275
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com"
|
25276
|
+
},
|
25277
|
+
"us-gov-east-1" : {
|
25278
|
+
"credentialScope" : {
|
25279
|
+
"region" : "us-gov-east-1"
|
25280
|
+
},
|
25281
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
|
25282
|
+
"variants" : [ {
|
25283
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
|
25284
|
+
"tags" : [ "fips" ]
|
25285
|
+
} ]
|
25286
|
+
},
|
25287
|
+
"us-gov-west-1" : {
|
25288
|
+
"credentialScope" : {
|
25289
|
+
"region" : "us-gov-west-1"
|
25290
|
+
},
|
25291
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
|
25292
|
+
"variants" : [ {
|
25293
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
|
25294
|
+
"tags" : [ "fips" ]
|
25295
|
+
} ]
|
25296
|
+
}
|
25297
|
+
}
|
25298
|
+
},
|
25277
25299
|
"kms" : {
|
25278
25300
|
"endpoints" : {
|
25279
25301
|
"ProdFips" : {
|
@@ -26497,6 +26519,36 @@
|
|
26497
26519
|
}
|
26498
26520
|
}
|
26499
26521
|
},
|
26522
|
+
"securitylake" : {
|
26523
|
+
"endpoints" : {
|
26524
|
+
"us-gov-east-1" : {
|
26525
|
+
"variants" : [ {
|
26526
|
+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com",
|
26527
|
+
"tags" : [ "fips" ]
|
26528
|
+
} ]
|
26529
|
+
},
|
26530
|
+
"us-gov-east-1-fips" : {
|
26531
|
+
"credentialScope" : {
|
26532
|
+
"region" : "us-gov-east-1"
|
26533
|
+
},
|
26534
|
+
"deprecated" : true,
|
26535
|
+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com"
|
26536
|
+
},
|
26537
|
+
"us-gov-west-1" : {
|
26538
|
+
"variants" : [ {
|
26539
|
+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com",
|
26540
|
+
"tags" : [ "fips" ]
|
26541
|
+
} ]
|
26542
|
+
},
|
26543
|
+
"us-gov-west-1-fips" : {
|
26544
|
+
"credentialScope" : {
|
26545
|
+
"region" : "us-gov-west-1"
|
26546
|
+
},
|
26547
|
+
"deprecated" : true,
|
26548
|
+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com"
|
26549
|
+
}
|
26550
|
+
}
|
26551
|
+
},
|
26500
26552
|
"serverlessrepo" : {
|
26501
26553
|
"defaults" : {
|
26502
26554
|
"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.
|
4
|
+
version: 1.946.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-06-
|
11
|
+
date: 2024-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|