aws-partitions 1.536.0 → 1.540.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: 8710e8f3a27d7d74eeb7fe57ee16d8da21f0f36cd699bab01a1d3781189bdd5f
4
- data.tar.gz: fa862385781d4c1785e926b9a97b0d47fa6c6db89798de3ffc5f8ce2128412a4
3
+ metadata.gz: '093c1e5154b2c6b97c1136354b022fc971b875e675c1b289891f8f24eb7557d0'
4
+ data.tar.gz: 212335fa4ea75710613bd761332dc80711de55dc61315c65b6a9b0adbaab4016
5
5
  SHA512:
6
- metadata.gz: e9597c313e23ac2daaf926c111a9385753cf0048ce9e3ca254afc66a984783366469374dd55b41ac32c212f4feae539f600c9bde1cf81e81f45b555a5bd243e3
7
- data.tar.gz: 52f4609281f8e59823c9839a24ca5c0136e9d8e22f2fadddc06404279706b1fadf70b5ede0ac520f31308d6fef92a6105e9c4fbda4b61c493b04cbf9050fc454
6
+ metadata.gz: 0bd26b675f3f28890044767bf4f0596b34a6f7fd1cfc9fd21a39e678a5a1a3a5a60a6586293be02a92d3f7f9830aa289d8aa036fe7dce708fd4d4cf04253993f
7
+ data.tar.gz: a9998604d381a6d841e3e11a4d41075f5bfb10f397e8cf759d84db5e8103734f2bf91b350e4a252fcd190617a2ef53c7fe2ad19241855e5f77a28ab275a532ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.540.0 (2021-12-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.539.0 (2021-12-02)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::AmplifyUIBuilder`.
13
+
14
+ 1.538.0 (2021-12-01)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.537.0 (2021-11-30)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::WorkSpacesWeb`.
23
+
24
+ * Feature - Added support for enumerating regions for `Aws::IoTTwinMaker`.
25
+
26
+ * Feature - Added support for enumerating regions for `Aws::BackupGateway`.
27
+
4
28
  1.536.0 (2021-11-29)
5
29
  ------------------
6
30
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.536.0
1
+ 1.540.0
@@ -232,6 +232,7 @@ module Aws
232
232
  'AlexaForBusiness' => 'a4b',
233
233
  'Amplify' => 'amplify',
234
234
  'AmplifyBackend' => 'amplifybackend',
235
+ 'AmplifyUIBuilder' => 'amplifyuibuilder',
235
236
  'ApiGatewayManagementApi' => 'execute-api',
236
237
  'ApiGatewayV2' => 'apigateway',
237
238
  'AppConfig' => 'appconfig',
@@ -253,6 +254,7 @@ module Aws
253
254
  'AutoScaling' => 'autoscaling',
254
255
  'AutoScalingPlans' => 'autoscaling-plans',
255
256
  'Backup' => 'backup',
257
+ 'BackupGateway' => 'backup-gateway',
256
258
  'Batch' => 'batch',
257
259
  'Braket' => 'braket',
258
260
  'Budgets' => 'budgets',
@@ -371,6 +373,7 @@ module Aws
371
373
  'IoTSecureTunneling' => 'api.tunneling.iot',
372
374
  'IoTSiteWise' => 'iotsitewise',
373
375
  'IoTThingsGraph' => 'iotthingsgraph',
376
+ 'IoTTwinMaker' => 'iottwinmaker',
374
377
  'IoTWireless' => 'api.iotwireless',
375
378
  'KMS' => 'kms',
376
379
  'Kafka' => 'kafka',
@@ -518,6 +521,7 @@ module Aws
518
521
  'WorkMail' => 'workmail',
519
522
  'WorkMailMessageFlow' => 'workmailmessageflow',
520
523
  'WorkSpaces' => 'workspaces',
524
+ 'WorkSpacesWeb' => 'workspaces-web',
521
525
  'XRay' => 'xray',
522
526
  }
523
527
  # end service ids
data/partitions.json CHANGED
@@ -1082,6 +1082,7 @@
1082
1082
  "ap-east-1" : { },
1083
1083
  "ap-northeast-1" : { },
1084
1084
  "ap-northeast-2" : { },
1085
+ "ap-northeast-3" : { },
1085
1086
  "ap-south-1" : { },
1086
1087
  "ap-southeast-1" : { },
1087
1088
  "ap-southeast-2" : { },
@@ -1731,16 +1732,8 @@
1731
1732
  },
1732
1733
  "cloudhsm" : {
1733
1734
  "endpoints" : {
1734
- "ap-northeast-1" : { },
1735
- "ap-southeast-1" : { },
1736
- "ap-southeast-2" : { },
1737
- "ca-central-1" : { },
1738
- "eu-central-1" : { },
1739
1735
  "eu-west-1" : { },
1740
- "us-east-1" : { },
1741
- "us-east-2" : { },
1742
- "us-west-1" : { },
1743
- "us-west-2" : { }
1736
+ "us-east-1" : { }
1744
1737
  }
1745
1738
  },
1746
1739
  "cloudhsmv2" : {
@@ -4698,6 +4691,37 @@
4698
4691
  }
4699
4692
  }
4700
4693
  },
4694
+ "evidently" : {
4695
+ "endpoints" : {
4696
+ "ap-northeast-1" : {
4697
+ "hostname" : "evidently.ap-northeast-1.amazonaws.com"
4698
+ },
4699
+ "ap-southeast-1" : {
4700
+ "hostname" : "evidently.ap-southeast-1.amazonaws.com"
4701
+ },
4702
+ "ap-southeast-2" : {
4703
+ "hostname" : "evidently.ap-southeast-2.amazonaws.com"
4704
+ },
4705
+ "eu-central-1" : {
4706
+ "hostname" : "evidently.eu-central-1.amazonaws.com"
4707
+ },
4708
+ "eu-north-1" : {
4709
+ "hostname" : "evidently.eu-north-1.amazonaws.com"
4710
+ },
4711
+ "eu-west-1" : {
4712
+ "hostname" : "evidently.eu-west-1.amazonaws.com"
4713
+ },
4714
+ "us-east-1" : {
4715
+ "hostname" : "evidently.us-east-1.amazonaws.com"
4716
+ },
4717
+ "us-east-2" : {
4718
+ "hostname" : "evidently.us-east-2.amazonaws.com"
4719
+ },
4720
+ "us-west-2" : {
4721
+ "hostname" : "evidently.us-west-2.amazonaws.com"
4722
+ }
4723
+ }
4724
+ },
4701
4725
  "finspace" : {
4702
4726
  "endpoints" : {
4703
4727
  "ca-central-1" : { },
@@ -5909,6 +5933,29 @@
5909
5933
  }
5910
5934
  }
5911
5935
  },
5936
+ "inspector2" : {
5937
+ "endpoints" : {
5938
+ "ap-east-1" : { },
5939
+ "ap-northeast-1" : { },
5940
+ "ap-northeast-2" : { },
5941
+ "ap-south-1" : { },
5942
+ "ap-southeast-1" : { },
5943
+ "ap-southeast-2" : { },
5944
+ "ca-central-1" : { },
5945
+ "eu-central-1" : { },
5946
+ "eu-north-1" : { },
5947
+ "eu-south-1" : { },
5948
+ "eu-west-1" : { },
5949
+ "eu-west-2" : { },
5950
+ "eu-west-3" : { },
5951
+ "me-south-1" : { },
5952
+ "sa-east-1" : { },
5953
+ "us-east-1" : { },
5954
+ "us-east-2" : { },
5955
+ "us-west-1" : { },
5956
+ "us-west-2" : { }
5957
+ }
5958
+ },
5912
5959
  "iot" : {
5913
5960
  "defaults" : {
5914
5961
  "credentialScope" : {
@@ -8179,6 +8226,31 @@
8179
8226
  "us-west-2" : { }
8180
8227
  }
8181
8228
  },
8229
+ "pi" : {
8230
+ "endpoints" : {
8231
+ "af-south-1" : { },
8232
+ "ap-east-1" : { },
8233
+ "ap-northeast-1" : { },
8234
+ "ap-northeast-2" : { },
8235
+ "ap-northeast-3" : { },
8236
+ "ap-south-1" : { },
8237
+ "ap-southeast-1" : { },
8238
+ "ap-southeast-2" : { },
8239
+ "ca-central-1" : { },
8240
+ "eu-central-1" : { },
8241
+ "eu-north-1" : { },
8242
+ "eu-south-1" : { },
8243
+ "eu-west-1" : { },
8244
+ "eu-west-2" : { },
8245
+ "eu-west-3" : { },
8246
+ "me-south-1" : { },
8247
+ "sa-east-1" : { },
8248
+ "us-east-1" : { },
8249
+ "us-east-2" : { },
8250
+ "us-west-1" : { },
8251
+ "us-west-2" : { }
8252
+ }
8253
+ },
8182
8254
  "pinpoint" : {
8183
8255
  "defaults" : {
8184
8256
  "credentialScope" : {
@@ -8573,6 +8645,31 @@
8573
8645
  }
8574
8646
  }
8575
8647
  },
8648
+ "rbin" : {
8649
+ "endpoints" : {
8650
+ "af-south-1" : { },
8651
+ "ap-east-1" : { },
8652
+ "ap-northeast-1" : { },
8653
+ "ap-northeast-2" : { },
8654
+ "ap-northeast-3" : { },
8655
+ "ap-south-1" : { },
8656
+ "ap-southeast-1" : { },
8657
+ "ap-southeast-2" : { },
8658
+ "ca-central-1" : { },
8659
+ "eu-central-1" : { },
8660
+ "eu-north-1" : { },
8661
+ "eu-south-1" : { },
8662
+ "eu-west-1" : { },
8663
+ "eu-west-2" : { },
8664
+ "eu-west-3" : { },
8665
+ "me-south-1" : { },
8666
+ "sa-east-1" : { },
8667
+ "us-east-1" : { },
8668
+ "us-east-2" : { },
8669
+ "us-west-1" : { },
8670
+ "us-west-2" : { }
8671
+ }
8672
+ },
8576
8673
  "rds" : {
8577
8674
  "endpoints" : {
8578
8675
  "af-south-1" : { },
@@ -9141,6 +9238,20 @@
9141
9238
  "us-west-2" : { }
9142
9239
  }
9143
9240
  },
9241
+ "rum" : {
9242
+ "endpoints" : {
9243
+ "ap-northeast-1" : { },
9244
+ "ap-southeast-1" : { },
9245
+ "ap-southeast-2" : { },
9246
+ "eu-central-1" : { },
9247
+ "eu-north-1" : { },
9248
+ "eu-west-1" : { },
9249
+ "eu-west-2" : { },
9250
+ "us-east-1" : { },
9251
+ "us-east-2" : { },
9252
+ "us-west-2" : { }
9253
+ }
9254
+ },
9144
9255
  "runtime-v2-lex" : {
9145
9256
  "endpoints" : {
9146
9257
  "af-south-1" : { },
@@ -12254,6 +12365,13 @@
12254
12365
  }
12255
12366
  }
12256
12367
  },
12368
+ "workspaces-web" : {
12369
+ "endpoints" : {
12370
+ "eu-west-1" : { },
12371
+ "us-east-1" : { },
12372
+ "us-west-2" : { }
12373
+ }
12374
+ },
12257
12375
  "xray" : {
12258
12376
  "endpoints" : {
12259
12377
  "af-south-1" : { },
@@ -12982,6 +13100,12 @@
12982
13100
  "cn-north-1" : { }
12983
13101
  }
12984
13102
  },
13103
+ "pi" : {
13104
+ "endpoints" : {
13105
+ "cn-north-1" : { },
13106
+ "cn-northwest-1" : { }
13107
+ }
13108
+ },
12985
13109
  "polly" : {
12986
13110
  "endpoints" : {
12987
13111
  "cn-northwest-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.536.0
4
+ version: 1.540.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: 2021-11-29 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: