aws-partitions 1.1014.0 → 1.1016.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: f6c585106481f4caf74935048e51d3167d1b58950fd70e5276c80accb4811a56
4
- data.tar.gz: 3d104aaee052a0742c7db0083607deafc8be743adc07548a071535b22f77facf
3
+ metadata.gz: 8b326969c487a0084fc5416ed204e3b8f6e91694db9454aaa5ec3a3e034040f6
4
+ data.tar.gz: e4bc163d68949cf1085a53ab4f841e27493ec2b72ba419e836b000fcee33a23d
5
5
  SHA512:
6
- metadata.gz: aa642245d6cbc035846e2811bdc430a495eddbafb5ce2be42252c685a8dba750a8607f58962ad4aec00127d35ed00ad6f5e01f48a213fd0b1ffbde329090c19f
7
- data.tar.gz: dd488b3ade7185ec0a784bbc4d543e334e87d7b885cdb29bbddd6f2963c7624c19fa0438c4dd1852e880f53714bc391d9fdf0c18b3bf07489f34e5e1afdf0663
6
+ metadata.gz: addce723a5d1bf7b83e9167088b6bd7b28933db88b5ee8a44079552e036bf86cbe9de99126d3e898071da4c1f630eb71cbb8a3c6ac7b45de8f5f552c345fc614
7
+ data.tar.gz: 0666c332d0a312841d31cf56698b39ae89235a95fc453a0920cc895d6bd4d3eb6e1d216b5251f94d5c222b629f48f67adbfa0b13d4535a2788069c60072d28e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1016.0 (2024-12-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1015.0 (2024-12-02)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::SecurityIR`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::NetworkFlowMonitor`.
15
+
16
+ * Feature - Added support for enumerating regions for `Aws::Invoicing`.
17
+
4
18
  1.1014.0 (2024-11-27)
5
19
  ------------------
6
20
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1014.0
1
+ 1.1016.0
@@ -423,6 +423,7 @@ module Aws
423
423
  'Inspector2' => 'inspector2',
424
424
  'InspectorScan' => 'inspector-scan',
425
425
  'InternetMonitor' => 'internetmonitor',
426
+ 'Invoicing' => 'invoicing',
426
427
  'IoT' => 'iot',
427
428
  'IoT1ClickDevicesService' => 'devices.iot1click',
428
429
  'IoT1ClickProjects' => 'projects.iot1click',
@@ -506,6 +507,7 @@ module Aws
506
507
  'NeptuneGraph' => 'neptune-graph',
507
508
  'Neptunedata' => 'neptune-db',
508
509
  'NetworkFirewall' => 'network-firewall',
510
+ 'NetworkFlowMonitor' => 'networkflowmonitor',
509
511
  'NetworkManager' => 'networkmanager',
510
512
  'NetworkMonitor' => 'networkmonitor',
511
513
  'Notifications' => 'notifications',
@@ -597,6 +599,7 @@ module Aws
597
599
  'Schemas' => 'schemas',
598
600
  'SecretsManager' => 'secretsmanager',
599
601
  'SecurityHub' => 'securityhub',
602
+ 'SecurityIR' => 'security-ir',
600
603
  'SecurityLake' => 'securitylake',
601
604
  'ServerlessApplicationRepository' => 'serverlessrepo',
602
605
  'ServiceCatalog' => 'servicecatalog',
data/partitions.json CHANGED
@@ -13665,8 +13665,32 @@
13665
13665
  "ap-southeast-2" : { },
13666
13666
  "ap-southeast-3" : { },
13667
13667
  "ap-southeast-4" : { },
13668
- "ca-central-1" : { },
13669
- "ca-west-1" : { },
13668
+ "ca-central-1" : {
13669
+ "variants" : [ {
13670
+ "hostname" : "metrics-fips.sagemaker.ca-central-1.amazonaws.com",
13671
+ "tags" : [ "fips" ]
13672
+ } ]
13673
+ },
13674
+ "ca-central-1-fips" : {
13675
+ "credentialScope" : {
13676
+ "region" : "ca-central-1"
13677
+ },
13678
+ "deprecated" : true,
13679
+ "hostname" : "metrics-fips.sagemaker.ca-central-1.amazonaws.com"
13680
+ },
13681
+ "ca-west-1" : {
13682
+ "variants" : [ {
13683
+ "hostname" : "metrics-fips.sagemaker.ca-west-1.amazonaws.com",
13684
+ "tags" : [ "fips" ]
13685
+ } ]
13686
+ },
13687
+ "ca-west-1-fips" : {
13688
+ "credentialScope" : {
13689
+ "region" : "ca-west-1"
13690
+ },
13691
+ "deprecated" : true,
13692
+ "hostname" : "metrics-fips.sagemaker.ca-west-1.amazonaws.com"
13693
+ },
13670
13694
  "eu-central-1" : { },
13671
13695
  "eu-central-2" : { },
13672
13696
  "eu-north-1" : { },
@@ -13679,10 +13703,58 @@
13679
13703
  "me-central-1" : { },
13680
13704
  "me-south-1" : { },
13681
13705
  "sa-east-1" : { },
13682
- "us-east-1" : { },
13683
- "us-east-2" : { },
13684
- "us-west-1" : { },
13685
- "us-west-2" : { }
13706
+ "us-east-1" : {
13707
+ "variants" : [ {
13708
+ "hostname" : "metrics-fips.sagemaker.us-east-1.amazonaws.com",
13709
+ "tags" : [ "fips" ]
13710
+ } ]
13711
+ },
13712
+ "us-east-1-fips" : {
13713
+ "credentialScope" : {
13714
+ "region" : "us-east-1"
13715
+ },
13716
+ "deprecated" : true,
13717
+ "hostname" : "metrics-fips.sagemaker.us-east-1.amazonaws.com"
13718
+ },
13719
+ "us-east-2" : {
13720
+ "variants" : [ {
13721
+ "hostname" : "metrics-fips.sagemaker.us-east-2.amazonaws.com",
13722
+ "tags" : [ "fips" ]
13723
+ } ]
13724
+ },
13725
+ "us-east-2-fips" : {
13726
+ "credentialScope" : {
13727
+ "region" : "us-east-2"
13728
+ },
13729
+ "deprecated" : true,
13730
+ "hostname" : "metrics-fips.sagemaker.us-east-2.amazonaws.com"
13731
+ },
13732
+ "us-west-1" : {
13733
+ "variants" : [ {
13734
+ "hostname" : "metrics-fips.sagemaker.us-west-1.amazonaws.com",
13735
+ "tags" : [ "fips" ]
13736
+ } ]
13737
+ },
13738
+ "us-west-1-fips" : {
13739
+ "credentialScope" : {
13740
+ "region" : "us-west-1"
13741
+ },
13742
+ "deprecated" : true,
13743
+ "hostname" : "metrics-fips.sagemaker.us-west-1.amazonaws.com"
13744
+ },
13745
+ "us-west-2" : {
13746
+ "variants" : [ {
13747
+ "hostname" : "metrics-fips.sagemaker.us-west-2.amazonaws.com",
13748
+ "tags" : [ "fips" ]
13749
+ } ]
13750
+ },
13751
+ "us-west-2-fips" : {
13752
+ "credentialScope" : {
13753
+ "region" : "us-west-2"
13754
+ },
13755
+ "deprecated" : true,
13756
+ "hostname" : "metrics-fips.sagemaker.us-west-2.amazonaws.com"
13757
+ }
13686
13758
  }
13687
13759
  },
13688
13760
  "mgh" : {
@@ -20936,8 +21008,34 @@
20936
21008
  "ap-southeast-3" : { },
20937
21009
  "ap-southeast-4" : { },
20938
21010
  "ap-southeast-5" : { },
20939
- "ca-central-1" : { },
20940
- "ca-west-1" : { },
21011
+ "ca-central-1" : {
21012
+ "variants" : [ {
21013
+ "hostname" : "streams.dynamodb-fips.ca-central-1.amazonaws.com",
21014
+ "tags" : [ "fips" ]
21015
+ } ]
21016
+ },
21017
+ "ca-central-1-fips" : {
21018
+ "credentialScope" : {
21019
+ "region" : "ca-central-1"
21020
+ },
21021
+ "deprecated" : true,
21022
+ "hostname" : "streams.dynamodb-fips.ca-central-1.amazonaws.com",
21023
+ "protocols" : [ "https" ]
21024
+ },
21025
+ "ca-west-1" : {
21026
+ "variants" : [ {
21027
+ "hostname" : "streams.dynamodb-fips.ca-west-1.amazonaws.com",
21028
+ "tags" : [ "fips" ]
21029
+ } ]
21030
+ },
21031
+ "ca-west-1-fips" : {
21032
+ "credentialScope" : {
21033
+ "region" : "ca-west-1"
21034
+ },
21035
+ "deprecated" : true,
21036
+ "hostname" : "streams.dynamodb-fips.ca-west-1.amazonaws.com",
21037
+ "protocols" : [ "https" ]
21038
+ },
20941
21039
  "eu-central-1" : { },
20942
21040
  "eu-central-2" : { },
20943
21041
  "eu-north-1" : { },
@@ -20957,10 +21055,62 @@
20957
21055
  "me-central-1" : { },
20958
21056
  "me-south-1" : { },
20959
21057
  "sa-east-1" : { },
20960
- "us-east-1" : { },
20961
- "us-east-2" : { },
20962
- "us-west-1" : { },
20963
- "us-west-2" : { }
21058
+ "us-east-1" : {
21059
+ "variants" : [ {
21060
+ "hostname" : "streams.dynamodb-fips.us-east-1.amazonaws.com",
21061
+ "tags" : [ "fips" ]
21062
+ } ]
21063
+ },
21064
+ "us-east-1-fips" : {
21065
+ "credentialScope" : {
21066
+ "region" : "us-east-1"
21067
+ },
21068
+ "deprecated" : true,
21069
+ "hostname" : "streams.dynamodb-fips.us-east-1.amazonaws.com",
21070
+ "protocols" : [ "https" ]
21071
+ },
21072
+ "us-east-2" : {
21073
+ "variants" : [ {
21074
+ "hostname" : "streams.dynamodb-fips.us-east-2.amazonaws.com",
21075
+ "tags" : [ "fips" ]
21076
+ } ]
21077
+ },
21078
+ "us-east-2-fips" : {
21079
+ "credentialScope" : {
21080
+ "region" : "us-east-2"
21081
+ },
21082
+ "deprecated" : true,
21083
+ "hostname" : "streams.dynamodb-fips.us-east-2.amazonaws.com",
21084
+ "protocols" : [ "https" ]
21085
+ },
21086
+ "us-west-1" : {
21087
+ "variants" : [ {
21088
+ "hostname" : "streams.dynamodb-fips.us-west-1.amazonaws.com",
21089
+ "tags" : [ "fips" ]
21090
+ } ]
21091
+ },
21092
+ "us-west-1-fips" : {
21093
+ "credentialScope" : {
21094
+ "region" : "us-west-1"
21095
+ },
21096
+ "deprecated" : true,
21097
+ "hostname" : "streams.dynamodb-fips.us-west-1.amazonaws.com",
21098
+ "protocols" : [ "https" ]
21099
+ },
21100
+ "us-west-2" : {
21101
+ "variants" : [ {
21102
+ "hostname" : "streams.dynamodb-fips.us-west-2.amazonaws.com",
21103
+ "tags" : [ "fips" ]
21104
+ } ]
21105
+ },
21106
+ "us-west-2-fips" : {
21107
+ "credentialScope" : {
21108
+ "region" : "us-west-2"
21109
+ },
21110
+ "deprecated" : true,
21111
+ "hostname" : "streams.dynamodb-fips.us-west-2.amazonaws.com",
21112
+ "protocols" : [ "https" ]
21113
+ }
20964
21114
  }
20965
21115
  },
20966
21116
  "sts" : {
@@ -23888,8 +24038,18 @@
23888
24038
  },
23889
24039
  "elasticbeanstalk" : {
23890
24040
  "endpoints" : {
23891
- "cn-north-1" : { },
23892
- "cn-northwest-1" : { }
24041
+ "cn-north-1" : {
24042
+ "variants" : [ {
24043
+ "hostname" : "elasticbeanstalk.cn-north-1.api.amazonwebservices.com.cn",
24044
+ "tags" : [ "dualstack" ]
24045
+ } ]
24046
+ },
24047
+ "cn-northwest-1" : {
24048
+ "variants" : [ {
24049
+ "hostname" : "elasticbeanstalk.cn-northwest-1.api.amazonwebservices.com.cn",
24050
+ "tags" : [ "dualstack" ]
24051
+ } ]
24052
+ }
23893
24053
  }
23894
24054
  },
23895
24055
  "elasticfilesystem" : {
@@ -29722,7 +29882,7 @@
29722
29882
  "endpoints" : {
29723
29883
  "us-gov-east-1" : {
29724
29884
  "variants" : [ {
29725
- "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com",
29885
+ "hostname" : "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
29726
29886
  "tags" : [ "fips" ]
29727
29887
  } ]
29728
29888
  },
@@ -29731,11 +29891,12 @@
29731
29891
  "region" : "us-gov-east-1"
29732
29892
  },
29733
29893
  "deprecated" : true,
29734
- "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com"
29894
+ "hostname" : "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
29895
+ "protocols" : [ "https" ]
29735
29896
  },
29736
29897
  "us-gov-west-1" : {
29737
29898
  "variants" : [ {
29738
- "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com",
29899
+ "hostname" : "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
29739
29900
  "tags" : [ "fips" ]
29740
29901
  } ]
29741
29902
  },
@@ -29744,7 +29905,8 @@
29744
29905
  "region" : "us-gov-west-1"
29745
29906
  },
29746
29907
  "deprecated" : true,
29747
- "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com"
29908
+ "hostname" : "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
29909
+ "protocols" : [ "https" ]
29748
29910
  }
29749
29911
  }
29750
29912
  },
@@ -31087,8 +31249,34 @@
31087
31249
  }
31088
31250
  },
31089
31251
  "endpoints" : {
31090
- "us-iso-east-1" : { },
31091
- "us-iso-west-1" : { }
31252
+ "us-iso-east-1" : {
31253
+ "variants" : [ {
31254
+ "hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
31255
+ "tags" : [ "fips" ]
31256
+ } ]
31257
+ },
31258
+ "us-iso-east-1-fips" : {
31259
+ "credentialScope" : {
31260
+ "region" : "us-iso-east-1"
31261
+ },
31262
+ "deprecated" : true,
31263
+ "hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
31264
+ "protocols" : [ "https" ]
31265
+ },
31266
+ "us-iso-west-1" : {
31267
+ "variants" : [ {
31268
+ "hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
31269
+ "tags" : [ "fips" ]
31270
+ } ]
31271
+ },
31272
+ "us-iso-west-1-fips" : {
31273
+ "credentialScope" : {
31274
+ "region" : "us-iso-west-1"
31275
+ },
31276
+ "deprecated" : true,
31277
+ "hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
31278
+ "protocols" : [ "https" ]
31279
+ }
31092
31280
  }
31093
31281
  },
31094
31282
  "sts" : {
@@ -31801,7 +31989,20 @@
31801
31989
  "protocols" : [ "http", "https" ]
31802
31990
  },
31803
31991
  "endpoints" : {
31804
- "us-isob-east-1" : { }
31992
+ "us-isob-east-1" : {
31993
+ "variants" : [ {
31994
+ "hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
31995
+ "tags" : [ "fips" ]
31996
+ } ]
31997
+ },
31998
+ "us-isob-east-1-fips" : {
31999
+ "credentialScope" : {
32000
+ "region" : "us-isob-east-1"
32001
+ },
32002
+ "deprecated" : true,
32003
+ "hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
32004
+ "protocols" : [ "https" ]
32005
+ }
31805
32006
  }
31806
32007
  },
31807
32008
  "sts" : {
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.1014.0
4
+ version: 1.1016.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-11-27 00:00:00.000000000 Z
11
+ date: 2024-12-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: