aws-partitions 1.673.0 → 1.675.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e1e027f5c9c101b8f6914c9d7694783a80226e8ee975fbbca41bea1fa3f0d87
4
- data.tar.gz: 8338b7142756d6bbef208e129fe002d8fa9436666970b53d43d86bb4d1f45ba8
3
+ metadata.gz: 49be9d445fbf4861f7b732f278108b6c459e84da02eaa491f7cec0763639d004
4
+ data.tar.gz: cd2addd9ee6442280cae38955bb70e8a61561ad119a5919b1dc7bccbd58332e1
5
5
  SHA512:
6
- metadata.gz: 89f07d40bff68383e480936010d5f6d6386ad73f822f684dd12b13041a2b4a4a4c8965fb417217e95ecf350eb2fbd97139e2b6c3d535c979c88ae474f339df5f
7
- data.tar.gz: a77789873e0c5378ca93403777383892609273be364d4bd5bbd8aeff17937592ddca1d4eb6bf8f24590f7a2dd437a2b17f462fb22a5ccedf71b9ff58debd99f8
6
+ metadata.gz: 5366760ce7e4a409340ed44eafbf326e05577761078a6477333cce9286f0cb2738bce12708b196dda6ad376634ada92bd1c58a233313d0f2841f7d4814449bb1
7
+ data.tar.gz: 5f83d7a5e33aa9082330d4245ef536012776909c9bc471f97b237c956727f689f912900bd978d7b482c4ad9c8d5bf0f3d77046fdea3e4822e6b4279fdef427f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.675.0 (2022-12-12)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::SageMakerMetrics`.
8
+
9
+ 1.674.0 (2022-12-08)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.673.0 (2022-12-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.673.0
1
+ 1.675.0
@@ -534,6 +534,7 @@ module Aws
534
534
  'SageMaker' => 'api.sagemaker',
535
535
  'SageMakerFeatureStoreRuntime' => 'featurestore-runtime.sagemaker',
536
536
  'SageMakerGeospatial' => 'sagemaker-geospatial',
537
+ 'SageMakerMetrics' => 'metrics.sagemaker',
537
538
  'SageMakerRuntime' => 'runtime.sagemaker',
538
539
  'SagemakerEdgeManager' => 'edge.sagemaker',
539
540
  'SavingsPlans' => 'savingsplans',
data/partitions.json CHANGED
@@ -361,6 +361,7 @@
361
361
  "deprecated" : true,
362
362
  "hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
363
363
  },
364
+ "me-central-1" : { },
364
365
  "me-south-1" : { },
365
366
  "sa-east-1" : { },
366
367
  "us-east-1" : {
@@ -1709,6 +1710,7 @@
1709
1710
  "deprecated" : true,
1710
1711
  "hostname" : "appstream2-fips.us-west-2.amazonaws.com"
1711
1712
  },
1713
+ "sa-east-1" : { },
1712
1714
  "us-east-1" : {
1713
1715
  "variants" : [ {
1714
1716
  "hostname" : "appstream2-fips.us-east-1.amazonaws.com",
@@ -4302,6 +4304,7 @@
4302
4304
  "eu-west-1" : { },
4303
4305
  "eu-west-2" : { },
4304
4306
  "eu-west-3" : { },
4307
+ "me-central-1" : { },
4305
4308
  "me-south-1" : { },
4306
4309
  "sa-east-1" : { },
4307
4310
  "us-east-1" : { },
@@ -9130,14 +9133,35 @@
9130
9133
  "ap-south-1" : { },
9131
9134
  "ap-southeast-1" : { },
9132
9135
  "ap-southeast-2" : { },
9133
- "ca-central-1" : { },
9136
+ "ca-central-1" : {
9137
+ "variants" : [ {
9138
+ "tags" : [ "fips" ]
9139
+ } ]
9140
+ },
9134
9141
  "eu-central-1" : { },
9135
9142
  "eu-west-1" : { },
9136
9143
  "eu-west-2" : { },
9137
9144
  "eu-west-3" : { },
9145
+ "fips-ca-central-1" : {
9146
+ "deprecated" : true
9147
+ },
9148
+ "fips-us-east-1" : {
9149
+ "deprecated" : true
9150
+ },
9151
+ "fips-us-west-2" : {
9152
+ "deprecated" : true
9153
+ },
9138
9154
  "sa-east-1" : { },
9139
- "us-east-1" : { },
9140
- "us-west-2" : { }
9155
+ "us-east-1" : {
9156
+ "variants" : [ {
9157
+ "tags" : [ "fips" ]
9158
+ } ]
9159
+ },
9160
+ "us-west-2" : {
9161
+ "variants" : [ {
9162
+ "tags" : [ "fips" ]
9163
+ } ]
9164
+ }
9141
9165
  }
9142
9166
  },
9143
9167
  "machinelearning" : {
@@ -9614,6 +9638,32 @@
9614
9638
  "us-west-2" : { }
9615
9639
  }
9616
9640
  },
9641
+ "metrics.sagemaker" : {
9642
+ "endpoints" : {
9643
+ "af-south-1" : { },
9644
+ "ap-east-1" : { },
9645
+ "ap-northeast-1" : { },
9646
+ "ap-northeast-2" : { },
9647
+ "ap-northeast-3" : { },
9648
+ "ap-south-1" : { },
9649
+ "ap-southeast-1" : { },
9650
+ "ap-southeast-2" : { },
9651
+ "ap-southeast-3" : { },
9652
+ "ca-central-1" : { },
9653
+ "eu-central-1" : { },
9654
+ "eu-north-1" : { },
9655
+ "eu-south-1" : { },
9656
+ "eu-west-1" : { },
9657
+ "eu-west-2" : { },
9658
+ "me-central-1" : { },
9659
+ "me-south-1" : { },
9660
+ "sa-east-1" : { },
9661
+ "us-east-1" : { },
9662
+ "us-east-2" : { },
9663
+ "us-west-1" : { },
9664
+ "us-west-2" : { }
9665
+ }
9666
+ },
9617
9667
  "mgh" : {
9618
9668
  "endpoints" : {
9619
9669
  "ap-northeast-1" : { },
@@ -9865,6 +9915,7 @@
9865
9915
  "deprecated" : true,
9866
9916
  "hostname" : "mq-fips.us-west-2.amazonaws.com"
9867
9917
  },
9918
+ "me-central-1" : { },
9868
9919
  "me-south-1" : { },
9869
9920
  "sa-east-1" : { },
9870
9921
  "us-east-1" : {
@@ -10024,7 +10075,6 @@
10024
10075
  "ap-south-1" : { },
10025
10076
  "ap-southeast-1" : { },
10026
10077
  "ap-southeast-2" : { },
10027
- "ap-southeast-3" : { },
10028
10078
  "ca-central-1" : {
10029
10079
  "variants" : [ {
10030
10080
  "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
@@ -16077,8 +16127,18 @@
16077
16127
  },
16078
16128
  "athena" : {
16079
16129
  "endpoints" : {
16080
- "cn-north-1" : { },
16081
- "cn-northwest-1" : { }
16130
+ "cn-north-1" : {
16131
+ "variants" : [ {
16132
+ "hostname" : "athena.cn-north-1.api.amazonwebservices.com.cn",
16133
+ "tags" : [ "dualstack" ]
16134
+ } ]
16135
+ },
16136
+ "cn-northwest-1" : {
16137
+ "variants" : [ {
16138
+ "hostname" : "athena.cn-northwest-1.api.amazonwebservices.com.cn",
16139
+ "tags" : [ "dualstack" ]
16140
+ } ]
16141
+ }
16082
16142
  }
16083
16143
  },
16084
16144
  "autoscaling" : {
@@ -16636,6 +16696,12 @@
16636
16696
  "cn-northwest-1" : { }
16637
16697
  }
16638
16698
  },
16699
+ "metrics.sagemaker" : {
16700
+ "endpoints" : {
16701
+ "cn-north-1" : { },
16702
+ "cn-northwest-1" : { }
16703
+ }
16704
+ },
16639
16705
  "monitoring" : {
16640
16706
  "defaults" : {
16641
16707
  "protocols" : [ "http", "https" ]
@@ -17521,12 +17587,18 @@
17521
17587
  "variants" : [ {
17522
17588
  "hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
17523
17589
  "tags" : [ "fips" ]
17590
+ }, {
17591
+ "hostname" : "athena.us-gov-east-1.api.aws",
17592
+ "tags" : [ "dualstack" ]
17524
17593
  } ]
17525
17594
  },
17526
17595
  "us-gov-west-1" : {
17527
17596
  "variants" : [ {
17528
17597
  "hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
17529
17598
  "tags" : [ "fips" ]
17599
+ }, {
17600
+ "hostname" : "athena.us-gov-west-1.api.aws",
17601
+ "tags" : [ "dualstack" ]
17530
17602
  } ]
17531
17603
  }
17532
17604
  }
@@ -19362,6 +19434,11 @@
19362
19434
  "us-gov-west-1" : { }
19363
19435
  }
19364
19436
  },
19437
+ "metrics.sagemaker" : {
19438
+ "endpoints" : {
19439
+ "us-gov-west-1" : { }
19440
+ }
19441
+ },
19365
19442
  "models.lex" : {
19366
19443
  "defaults" : {
19367
19444
  "credentialScope" : {
@@ -21297,6 +21374,11 @@
21297
21374
  "us-iso-east-1" : { }
21298
21375
  }
21299
21376
  },
21377
+ "metrics.sagemaker" : {
21378
+ "endpoints" : {
21379
+ "us-iso-east-1" : { }
21380
+ }
21381
+ },
21300
21382
  "monitoring" : {
21301
21383
  "endpoints" : {
21302
21384
  "us-iso-east-1" : { },
@@ -21751,6 +21833,11 @@
21751
21833
  "us-isob-east-1" : { }
21752
21834
  }
21753
21835
  },
21836
+ "metrics.sagemaker" : {
21837
+ "endpoints" : {
21838
+ "us-isob-east-1" : { }
21839
+ }
21840
+ },
21754
21841
  "monitoring" : {
21755
21842
  "endpoints" : {
21756
21843
  "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.673.0
4
+ version: 1.675.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: 2022-12-07 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: