aws-partitions 1.942.0 → 1.944.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: 9413606743a60bdc8910e5ca8b7f206203922b37a508e26df21440152ab07842
4
- data.tar.gz: f295a33ecf050006b356cdf9ea7efcda44a4409c8b67c48ef59041f4129d969f
3
+ metadata.gz: e547fb3a02e6ee7ab519e46441db9ab21e0b614dc84da2e9ad97eee9e2d97a22
4
+ data.tar.gz: b5749848cd8582f9b82fa963dce78f0a4ab544bec5cdcfa5f65fe0850052a49b
5
5
  SHA512:
6
- metadata.gz: a1124ce684c85f8622bf5eefd9731a14a97f5a6929f572d6658978ce4ab6518814c313e26025f817795ff88b7eb7ecef31b44146fe5ab4eadd60485ec623a76c
7
- data.tar.gz: 7f2a7f8a9801c09c9dee43a647f7b65ee7cf4a7f03eb67fde810fa0c6fbdd50c8d5b0fe7f40005975435881ddb444add13e51e099c8cccf287e2bbfaf04f3521
6
+ metadata.gz: '024917f7ea70a649dbe88d6f121f27b90d1257e19adb333298d282672f51ba3a371935d87b382c5dfdbb1d1994a8dd9713338cf0cbef88cf994625cda56c143f'
7
+ data.tar.gz: ebd950560fd2e540a30f5daeb5ae963da7286b1ec8ae2021e884568a8049f4c869e9f9f7e449e0e125d02c10d9e1c4202950d55ef2d8a01c639c088dfd9ad062
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.944.0 (2024-06-12)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::AppTest`.
8
+
9
+ 1.943.0 (2024-06-11)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::PcaConnectorScep`.
13
+
4
14
  1.942.0 (2024-06-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.942.0
1
+ 1.944.0
@@ -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
@@ -2534,37 +2534,6 @@
2534
2534
  "us-west-2" : { }
2535
2535
  }
2536
2536
  },
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
2537
  "batch" : {
2569
2538
  "defaults" : {
2570
2539
  "variants" : [ {
@@ -2712,6 +2681,12 @@
2712
2681
  },
2713
2682
  "hostname" : "bedrock.eu-west-3.amazonaws.com"
2714
2683
  },
2684
+ "bedrock-fips-ca-central-1" : {
2685
+ "credentialScope" : {
2686
+ "region" : "ca-central-1"
2687
+ },
2688
+ "hostname" : "bedrock-fips.ca-central-1.amazonaws.com"
2689
+ },
2715
2690
  "bedrock-fips-us-east-1" : {
2716
2691
  "credentialScope" : {
2717
2692
  "region" : "us-east-1"
@@ -2778,6 +2753,12 @@
2778
2753
  },
2779
2754
  "hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
2780
2755
  },
2756
+ "bedrock-runtime-fips-ca-central-1" : {
2757
+ "credentialScope" : {
2758
+ "region" : "ca-central-1"
2759
+ },
2760
+ "hostname" : "bedrock-runtime-fips.ca-central-1.amazonaws.com"
2761
+ },
2781
2762
  "bedrock-runtime-fips-us-east-1" : {
2782
2763
  "credentialScope" : {
2783
2764
  "region" : "us-east-1"
@@ -12722,6 +12703,7 @@
12722
12703
  "ap-southeast-3" : { },
12723
12704
  "ap-southeast-4" : { },
12724
12705
  "ca-central-1" : { },
12706
+ "ca-west-1" : { },
12725
12707
  "eu-central-1" : { },
12726
12708
  "eu-central-2" : { },
12727
12709
  "eu-north-1" : { },
@@ -21227,12 +21209,6 @@
21227
21209
  "cn-northwest-1" : { }
21228
21210
  }
21229
21211
  },
21230
- "backupstorage" : {
21231
- "endpoints" : {
21232
- "cn-north-1" : { },
21233
- "cn-northwest-1" : { }
21234
- }
21235
- },
21236
21212
  "batch" : {
21237
21213
  "endpoints" : {
21238
21214
  "cn-north-1" : { },
@@ -23127,12 +23103,6 @@
23127
23103
  "us-gov-west-1" : { }
23128
23104
  }
23129
23105
  },
23130
- "backupstorage" : {
23131
- "endpoints" : {
23132
- "us-gov-east-1" : { },
23133
- "us-gov-west-1" : { }
23134
- }
23135
- },
23136
23106
  "batch" : {
23137
23107
  "defaults" : {
23138
23108
  "variants" : [ {
@@ -23171,6 +23141,18 @@
23171
23141
  },
23172
23142
  "bedrock" : {
23173
23143
  "endpoints" : {
23144
+ "bedrock-fips-us-gov-west-1" : {
23145
+ "credentialScope" : {
23146
+ "region" : "us-gov-west-1"
23147
+ },
23148
+ "hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
23149
+ },
23150
+ "bedrock-runtime-fips-us-gov-west-1" : {
23151
+ "credentialScope" : {
23152
+ "region" : "us-gov-west-1"
23153
+ },
23154
+ "hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
23155
+ },
23174
23156
  "bedrock-runtime-us-gov-west-1" : {
23175
23157
  "credentialScope" : {
23176
23158
  "region" : "us-gov-west-1"
@@ -26497,6 +26479,36 @@
26497
26479
  }
26498
26480
  }
26499
26481
  },
26482
+ "securitylake" : {
26483
+ "endpoints" : {
26484
+ "us-gov-east-1" : {
26485
+ "variants" : [ {
26486
+ "hostname" : "securitylake.us-gov-east-1.amazonaws.com",
26487
+ "tags" : [ "fips" ]
26488
+ } ]
26489
+ },
26490
+ "us-gov-east-1-fips" : {
26491
+ "credentialScope" : {
26492
+ "region" : "us-gov-east-1"
26493
+ },
26494
+ "deprecated" : true,
26495
+ "hostname" : "securitylake.us-gov-east-1.amazonaws.com"
26496
+ },
26497
+ "us-gov-west-1" : {
26498
+ "variants" : [ {
26499
+ "hostname" : "securitylake.us-gov-west-1.amazonaws.com",
26500
+ "tags" : [ "fips" ]
26501
+ } ]
26502
+ },
26503
+ "us-gov-west-1-fips" : {
26504
+ "credentialScope" : {
26505
+ "region" : "us-gov-west-1"
26506
+ },
26507
+ "deprecated" : true,
26508
+ "hostname" : "securitylake.us-gov-west-1.amazonaws.com"
26509
+ }
26510
+ }
26511
+ },
26500
26512
  "serverlessrepo" : {
26501
26513
  "defaults" : {
26502
26514
  "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.942.0
4
+ version: 1.944.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-10 00:00:00.000000000 Z
11
+ date: 2024-06-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: