aws-partitions 1.958.0 → 1.963.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: 9d4f7d060ec0d2bdf23f2ca2189e145b708d9a1356ac92586f3cb0610a735f4a
4
- data.tar.gz: 838539f092cf453ed079cf8fd39a7bdb10a7f70ffdef33af059d50e3aaf24abc
3
+ metadata.gz: 9b47c519cb9fb3f113d5c2af41eb5751a85c365726377d36bd5877c7257447b5
4
+ data.tar.gz: 284711cfa9a58ffdc3f73e5fdf0f8f4b31d30621e89fd4232dde72902e949feb
5
5
  SHA512:
6
- metadata.gz: 58948be1e456d4aa8624ea71893baf9d1aacb34f7125eda57d38e5c68e3023e4f07682959ef4e28aa40a7768146c6d755a0ffb52e5bc1ca4250f0e6d7fa4fc7a
7
- data.tar.gz: a78961a612b588ea34811e087a0025320b4199bf154409f128085f936b124c7794f40008e4e9e553d4b152d5099f78245c9cece1e8aebed1c696cfa375859bb1
6
+ metadata.gz: 78e15f213eeba7449345589a199473e0ecc63a4add59b805e0cde624b8485cc6082843d193ab0474d303da640ddee46c2114af7ce37dc48abc6b02ece5ba983f
7
+ data.tar.gz: 4dfed29aadc648c7adf786cb00113157ad6a0aad1117b5ab3d49024f6f79cc7f5f0488a425e8ab4124197964ae46790437d7b7542ec93943d872169e6be94491
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.963.0 (2024-08-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.962.0 (2024-08-05)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.961.0 (2024-08-01)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::SSMQuickSetup`.
18
+
19
+ 1.960.0 (2024-07-30)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.959.0 (2024-07-29)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.958.0 (2024-07-24)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.958.0
1
+ 1.963.0
@@ -569,6 +569,7 @@ module Aws
569
569
  'SSM' => 'ssm',
570
570
  'SSMContacts' => 'ssm-contacts',
571
571
  'SSMIncidents' => 'ssm-incidents',
572
+ 'SSMQuickSetup' => 'ssm-quicksetup',
572
573
  'SSO' => 'portal.sso',
573
574
  'SSOAdmin' => 'sso',
574
575
  'SSOOIDC' => 'oidc',
data/partitions.json CHANGED
@@ -2126,12 +2126,24 @@
2126
2126
  },
2127
2127
  "ca-central-1" : {
2128
2128
  "variants" : [ {
2129
+ "hostname" : "athena-fips.ca-central-1.amazonaws.com",
2130
+ "tags" : [ "fips" ]
2131
+ }, {
2132
+ "hostname" : "athena-fips.ca-central-1.api.aws",
2133
+ "tags" : [ "dualstack", "fips" ]
2134
+ }, {
2129
2135
  "hostname" : "athena.ca-central-1.api.aws",
2130
2136
  "tags" : [ "dualstack" ]
2131
2137
  } ]
2132
2138
  },
2133
2139
  "ca-west-1" : {
2134
2140
  "variants" : [ {
2141
+ "hostname" : "athena-fips.ca-west-1.amazonaws.com",
2142
+ "tags" : [ "fips" ]
2143
+ }, {
2144
+ "hostname" : "athena-fips.ca-west-1.api.aws",
2145
+ "tags" : [ "dualstack", "fips" ]
2146
+ }, {
2135
2147
  "hostname" : "athena.ca-west-1.api.aws",
2136
2148
  "tags" : [ "dualstack" ]
2137
2149
  } ]
@@ -2184,6 +2196,20 @@
2184
2196
  "tags" : [ "dualstack" ]
2185
2197
  } ]
2186
2198
  },
2199
+ "fips-ca-central-1" : {
2200
+ "credentialScope" : {
2201
+ "region" : "ca-central-1"
2202
+ },
2203
+ "deprecated" : true,
2204
+ "hostname" : "athena-fips.ca-central-1.amazonaws.com"
2205
+ },
2206
+ "fips-ca-west-1" : {
2207
+ "credentialScope" : {
2208
+ "region" : "ca-west-1"
2209
+ },
2210
+ "deprecated" : true,
2211
+ "hostname" : "athena-fips.ca-west-1.amazonaws.com"
2212
+ },
2187
2213
  "fips-us-east-1" : {
2188
2214
  "credentialScope" : {
2189
2215
  "region" : "us-east-1"
@@ -5479,6 +5505,8 @@
5479
5505
  "ap-southeast-1" : { },
5480
5506
  "ap-southeast-2" : { },
5481
5507
  "eu-central-1" : { },
5508
+ "eu-north-1" : { },
5509
+ "eu-south-2" : { },
5482
5510
  "eu-west-1" : { },
5483
5511
  "eu-west-2" : { },
5484
5512
  "eu-west-3" : { },
@@ -19056,6 +19084,7 @@
19056
19084
  "ap-southeast-3" : { },
19057
19085
  "ap-southeast-4" : { },
19058
19086
  "ca-central-1" : { },
19087
+ "ca-west-1" : { },
19059
19088
  "eu-central-1" : { },
19060
19089
  "eu-central-2" : { },
19061
19090
  "eu-north-1" : { },
@@ -26434,6 +26463,12 @@
26434
26463
  "isRegionalized" : false,
26435
26464
  "partitionEndpoint" : "aws-us-gov-global"
26436
26465
  },
26466
+ "oam" : {
26467
+ "endpoints" : {
26468
+ "us-gov-east-1" : { },
26469
+ "us-gov-west-1" : { }
26470
+ }
26471
+ },
26437
26472
  "oidc" : {
26438
26473
  "endpoints" : {
26439
26474
  "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.958.0
4
+ version: 1.963.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-07-24 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: