aws-partitions 1.575.0 → 1.582.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 +4 -4
- data/CHANGELOG.md +35 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +105 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ea652b68c4ec4d6e9b1aee008d64b35b8c2228365c05235c57f5fa32330b1f8
|
|
4
|
+
data.tar.gz: 5f0ebb3e5914f959b8415ee78708f98433c189c3a22c37fd1f98b903fc256efb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d36e493356134c0c885431fd9c949ee660669d7546e48acd794ff9be400ecb6193337e9389f13a50beb3375fdfeb1b33308709f9fbb655025a04bec448b7399b
|
|
7
|
+
data.tar.gz: 4b64342e0d813564b246aa3d0844e6576f8b64b5f42a0f5666b37db5774f7ad1e27e11d3130ee7b2fafd08ad4490eaea37db17b88c66775c056a7ca649ea2296
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,41 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.582.0 (2022-05-02)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.581.0 (2022-04-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::ChimeSDKMediaPipelines`.
|
|
13
|
+
|
|
14
|
+
1.580.0 (2022-04-26)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::Ivschat`.
|
|
18
|
+
|
|
19
|
+
1.579.0 (2022-04-20)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.578.0 (2022-04-19)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.577.0 (2022-04-14)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.576.0 (2022-04-12)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
38
|
+
|
|
4
39
|
1.575.0 (2022-04-11)
|
|
5
40
|
------------------
|
|
6
41
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.582.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -261,6 +261,7 @@ module Aws
|
|
|
261
261
|
'Budgets' => 'budgets',
|
|
262
262
|
'Chime' => 'chime',
|
|
263
263
|
'ChimeSDKIdentity' => 'identity-chime',
|
|
264
|
+
'ChimeSDKMediaPipelines' => 'media-pipelines-chime',
|
|
264
265
|
'ChimeSDKMeetings' => 'meetings-chime',
|
|
265
266
|
'ChimeSDKMessaging' => 'messaging-chime',
|
|
266
267
|
'Cloud9' => 'cloud9',
|
|
@@ -377,6 +378,7 @@ module Aws
|
|
|
377
378
|
'IoTThingsGraph' => 'iotthingsgraph',
|
|
378
379
|
'IoTTwinMaker' => 'iottwinmaker',
|
|
379
380
|
'IoTWireless' => 'api.iotwireless',
|
|
381
|
+
'Ivschat' => 'ivschat',
|
|
380
382
|
'KMS' => 'kms',
|
|
381
383
|
'Kafka' => 'kafka',
|
|
382
384
|
'KafkaConnect' => 'kafkaconnect',
|
data/partitions.json
CHANGED
|
@@ -3195,6 +3195,7 @@
|
|
|
3195
3195
|
"ap-south-1" : { },
|
|
3196
3196
|
"ap-southeast-1" : { },
|
|
3197
3197
|
"ap-southeast-2" : { },
|
|
3198
|
+
"ap-southeast-3" : { },
|
|
3198
3199
|
"ca-central-1" : {
|
|
3199
3200
|
"variants" : [ {
|
|
3200
3201
|
"hostname" : "datasync-fips.ca-central-1.amazonaws.com",
|
|
@@ -6582,6 +6583,16 @@
|
|
|
6582
6583
|
"us-west-2" : { }
|
|
6583
6584
|
}
|
|
6584
6585
|
},
|
|
6586
|
+
"iottwinmaker" : {
|
|
6587
|
+
"endpoints" : {
|
|
6588
|
+
"ap-southeast-1" : { },
|
|
6589
|
+
"ap-southeast-2" : { },
|
|
6590
|
+
"eu-central-1" : { },
|
|
6591
|
+
"eu-west-1" : { },
|
|
6592
|
+
"us-east-1" : { },
|
|
6593
|
+
"us-west-2" : { }
|
|
6594
|
+
}
|
|
6595
|
+
},
|
|
6585
6596
|
"iotwireless" : {
|
|
6586
6597
|
"endpoints" : {
|
|
6587
6598
|
"ap-northeast-1" : {
|
|
@@ -6627,6 +6638,13 @@
|
|
|
6627
6638
|
"us-west-2" : { }
|
|
6628
6639
|
}
|
|
6629
6640
|
},
|
|
6641
|
+
"ivschat" : {
|
|
6642
|
+
"endpoints" : {
|
|
6643
|
+
"eu-west-1" : { },
|
|
6644
|
+
"us-east-1" : { },
|
|
6645
|
+
"us-west-2" : { }
|
|
6646
|
+
}
|
|
6647
|
+
},
|
|
6630
6648
|
"kafka" : {
|
|
6631
6649
|
"endpoints" : {
|
|
6632
6650
|
"af-south-1" : { },
|
|
@@ -7696,6 +7714,38 @@
|
|
|
7696
7714
|
"us-east-1" : { }
|
|
7697
7715
|
}
|
|
7698
7716
|
},
|
|
7717
|
+
"media-pipelines-chime" : {
|
|
7718
|
+
"endpoints" : {
|
|
7719
|
+
"ap-southeast-1" : { },
|
|
7720
|
+
"eu-central-1" : { },
|
|
7721
|
+
"us-east-1" : {
|
|
7722
|
+
"variants" : [ {
|
|
7723
|
+
"hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com",
|
|
7724
|
+
"tags" : [ "fips" ]
|
|
7725
|
+
} ]
|
|
7726
|
+
},
|
|
7727
|
+
"us-east-1-fips" : {
|
|
7728
|
+
"credentialScope" : {
|
|
7729
|
+
"region" : "us-east-1"
|
|
7730
|
+
},
|
|
7731
|
+
"deprecated" : true,
|
|
7732
|
+
"hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com"
|
|
7733
|
+
},
|
|
7734
|
+
"us-west-2" : {
|
|
7735
|
+
"variants" : [ {
|
|
7736
|
+
"hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com",
|
|
7737
|
+
"tags" : [ "fips" ]
|
|
7738
|
+
} ]
|
|
7739
|
+
},
|
|
7740
|
+
"us-west-2-fips" : {
|
|
7741
|
+
"credentialScope" : {
|
|
7742
|
+
"region" : "us-west-2"
|
|
7743
|
+
},
|
|
7744
|
+
"deprecated" : true,
|
|
7745
|
+
"hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com"
|
|
7746
|
+
}
|
|
7747
|
+
}
|
|
7748
|
+
},
|
|
7699
7749
|
"mediaconnect" : {
|
|
7700
7750
|
"endpoints" : {
|
|
7701
7751
|
"ap-east-1" : { },
|
|
@@ -8464,6 +8514,7 @@
|
|
|
8464
8514
|
},
|
|
8465
8515
|
"nimble" : {
|
|
8466
8516
|
"endpoints" : {
|
|
8517
|
+
"ap-northeast-1" : { },
|
|
8467
8518
|
"ap-southeast-2" : { },
|
|
8468
8519
|
"ca-central-1" : { },
|
|
8469
8520
|
"eu-west-2" : { },
|
|
@@ -8993,10 +9044,22 @@
|
|
|
8993
9044
|
"ap-northeast-2" : { },
|
|
8994
9045
|
"ap-southeast-1" : { },
|
|
8995
9046
|
"ap-southeast-2" : { },
|
|
8996
|
-
"ca-central-1" : {
|
|
9047
|
+
"ca-central-1" : {
|
|
9048
|
+
"variants" : [ {
|
|
9049
|
+
"hostname" : "qldb-fips.ca-central-1.amazonaws.com",
|
|
9050
|
+
"tags" : [ "fips" ]
|
|
9051
|
+
} ]
|
|
9052
|
+
},
|
|
8997
9053
|
"eu-central-1" : { },
|
|
8998
9054
|
"eu-west-1" : { },
|
|
8999
9055
|
"eu-west-2" : { },
|
|
9056
|
+
"fips-ca-central-1" : {
|
|
9057
|
+
"credentialScope" : {
|
|
9058
|
+
"region" : "ca-central-1"
|
|
9059
|
+
},
|
|
9060
|
+
"deprecated" : true,
|
|
9061
|
+
"hostname" : "qldb-fips.ca-central-1.amazonaws.com"
|
|
9062
|
+
},
|
|
9000
9063
|
"fips-us-east-1" : {
|
|
9001
9064
|
"credentialScope" : {
|
|
9002
9065
|
"region" : "us-east-1"
|
|
@@ -9723,6 +9786,7 @@
|
|
|
9723
9786
|
"ap-south-1" : { },
|
|
9724
9787
|
"ap-southeast-1" : { },
|
|
9725
9788
|
"ap-southeast-2" : { },
|
|
9789
|
+
"ap-southeast-3" : { },
|
|
9726
9790
|
"ca-central-1" : { },
|
|
9727
9791
|
"eu-central-1" : { },
|
|
9728
9792
|
"eu-north-1" : { },
|
|
@@ -11181,6 +11245,20 @@
|
|
|
11181
11245
|
}
|
|
11182
11246
|
}
|
|
11183
11247
|
},
|
|
11248
|
+
"sms-voice" : {
|
|
11249
|
+
"endpoints" : {
|
|
11250
|
+
"ap-northeast-1" : { },
|
|
11251
|
+
"ap-south-1" : { },
|
|
11252
|
+
"ap-southeast-1" : { },
|
|
11253
|
+
"ap-southeast-2" : { },
|
|
11254
|
+
"ca-central-1" : { },
|
|
11255
|
+
"eu-central-1" : { },
|
|
11256
|
+
"eu-west-1" : { },
|
|
11257
|
+
"eu-west-2" : { },
|
|
11258
|
+
"us-east-1" : { },
|
|
11259
|
+
"us-west-2" : { }
|
|
11260
|
+
}
|
|
11261
|
+
},
|
|
11184
11262
|
"snowball" : {
|
|
11185
11263
|
"endpoints" : {
|
|
11186
11264
|
"af-south-1" : { },
|
|
@@ -17145,6 +17223,11 @@
|
|
|
17145
17223
|
}
|
|
17146
17224
|
}
|
|
17147
17225
|
},
|
|
17226
|
+
"sms-voice" : {
|
|
17227
|
+
"endpoints" : {
|
|
17228
|
+
"us-gov-west-1" : { }
|
|
17229
|
+
}
|
|
17230
|
+
},
|
|
17148
17231
|
"snowball" : {
|
|
17149
17232
|
"endpoints" : {
|
|
17150
17233
|
"fips-us-gov-east-1" : {
|
|
@@ -17860,6 +17943,14 @@
|
|
|
17860
17943
|
"us-iso-west-1" : { }
|
|
17861
17944
|
}
|
|
17862
17945
|
},
|
|
17946
|
+
"eks" : {
|
|
17947
|
+
"defaults" : {
|
|
17948
|
+
"protocols" : [ "http", "https" ]
|
|
17949
|
+
},
|
|
17950
|
+
"endpoints" : {
|
|
17951
|
+
"us-iso-east-1" : { }
|
|
17952
|
+
}
|
|
17953
|
+
},
|
|
17863
17954
|
"elasticache" : {
|
|
17864
17955
|
"endpoints" : {
|
|
17865
17956
|
"us-iso-east-1" : { },
|
|
@@ -18322,6 +18413,14 @@
|
|
|
18322
18413
|
"us-isob-east-1" : { }
|
|
18323
18414
|
}
|
|
18324
18415
|
},
|
|
18416
|
+
"eks" : {
|
|
18417
|
+
"defaults" : {
|
|
18418
|
+
"protocols" : [ "http", "https" ]
|
|
18419
|
+
},
|
|
18420
|
+
"endpoints" : {
|
|
18421
|
+
"us-isob-east-1" : { }
|
|
18422
|
+
}
|
|
18423
|
+
},
|
|
18325
18424
|
"elasticache" : {
|
|
18326
18425
|
"endpoints" : {
|
|
18327
18426
|
"us-isob-east-1" : { }
|
|
@@ -18420,6 +18519,11 @@
|
|
|
18420
18519
|
"us-isob-east-1" : { }
|
|
18421
18520
|
}
|
|
18422
18521
|
},
|
|
18522
|
+
"ram" : {
|
|
18523
|
+
"endpoints" : {
|
|
18524
|
+
"us-isob-east-1" : { }
|
|
18525
|
+
}
|
|
18526
|
+
},
|
|
18423
18527
|
"rds" : {
|
|
18424
18528
|
"endpoints" : {
|
|
18425
18529
|
"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.
|
|
4
|
+
version: 1.582.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-
|
|
11
|
+
date: 2022-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|