aws-partitions 1.832.0 → 1.833.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: e3e2f00fa6f03cef8baebf6a5c591004b2f89fac3ddc0a4a40b1eaf36071fe17
4
- data.tar.gz: ddf1133d79426a1c4775d61fed71f183dbc58f717dc295002454d388acc488ff
3
+ metadata.gz: a16c5b09b5ce2758fc6c69dd26cd042fecb139348425764591c7686567a94c89
4
+ data.tar.gz: b8750aa6dfd3af77d772fa9a236910a16eee56ea95217d3562bcbd32ec341be4
5
5
  SHA512:
6
- metadata.gz: 865a3a836694d9a693536c5edce9e34a6dbcdaaa307734f2939f2c61393b79f22b138b6677a1b25da655e2a54543169d914d6582d02615fe187eb432b141b1fb
7
- data.tar.gz: a49cea3dc8164140781bb6baf445faf81bbc980caba70eb557874bbf1eeabbcd308e7d971ded7f8b2867e50395535ebbe7e4c60889d9be4b2b8dcc8e2a54cd21
6
+ metadata.gz: c91facc35b7100be4cc4fa858269b529371297932f22d884bec8c0f715a9be219e79e0b60d0316dedb0b00f2220a0db66f83293aba4ce9d5ef5d4dedf45b2a8b
7
+ data.tar.gz: b4bad694685632fb17487f9b9d65ffd85df3eb9104947dff0a58b2e86c82633be5142194a9391f048dd6fb48fa11210448d61a2577209b5e2928d96a1d2ab0ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.832.0 (2023-10-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.832.0
1
+ 1.833.0
@@ -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
@@ -2422,6 +2422,7 @@
2422
2422
  },
2423
2423
  "bedrock" : {
2424
2424
  "endpoints" : {
2425
+ "ap-northeast-1" : { },
2425
2426
  "ap-southeast-1" : { },
2426
2427
  "bedrock-ap-southeast-1" : {
2427
2428
  "credentialScope" : {
@@ -4573,6 +4574,69 @@
4573
4574
  }
4574
4575
  }
4575
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
+ },
4576
4640
  "dax" : {
4577
4641
  "endpoints" : {
4578
4642
  "ap-northeast-1" : { },
@@ -10228,11 +10292,14 @@
10228
10292
  "ap-northeast-2" : { },
10229
10293
  "ap-northeast-3" : { },
10230
10294
  "ap-south-1" : { },
10295
+ "ap-south-2" : { },
10231
10296
  "ap-southeast-1" : { },
10232
10297
  "ap-southeast-2" : { },
10233
10298
  "ap-southeast-3" : { },
10299
+ "ap-southeast-4" : { },
10234
10300
  "ca-central-1" : { },
10235
10301
  "eu-central-1" : { },
10302
+ "eu-central-2" : { },
10236
10303
  "eu-north-1" : { },
10237
10304
  "eu-south-1" : { },
10238
10305
  "eu-west-1" : { },
@@ -10267,6 +10334,7 @@
10267
10334
  "hostname" : "license-manager-fips.us-west-2.amazonaws.com"
10268
10335
  },
10269
10336
  "il-central-1" : { },
10337
+ "me-central-1" : { },
10270
10338
  "me-south-1" : { },
10271
10339
  "sa-east-1" : { },
10272
10340
  "us-east-1" : {
@@ -18973,6 +19041,24 @@
18973
19041
  "cn-northwest-1" : { }
18974
19042
  }
18975
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
+ },
18976
19062
  "dax" : {
18977
19063
  "endpoints" : {
18978
19064
  "cn-north-1" : { },
@@ -21160,6 +21246,24 @@
21160
21246
  }
21161
21247
  }
21162
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
+ },
21163
21267
  "directconnect" : {
21164
21268
  "endpoints" : {
21165
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.832.0
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-10-03 00:00:00.000000000 Z
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: