aws-partitions 1.1013.0 → 1.1015.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: 36306a7870eb0b58cadfe95182196d39ceee46462039cbf50b907d27e68c1752
4
- data.tar.gz: f8b9680eb7f338559940adacaa4cd22a680c3be7b3d8c74e540f3384f08b4c61
3
+ metadata.gz: fc2099d1c290343011564fa9a06d8bd88749f99ba0807a1e399c0a838ec840cc
4
+ data.tar.gz: 13c5659e2f032593c8b824ceadbccae977bc6f86a2f87389e4cbd7018cf14c74
5
5
  SHA512:
6
- metadata.gz: 3866d390025ef10fb296f6c8904d76d603aa04c586e11328805d1a0c3ca57ff77dd62da8145609ee8f2f61136d9b2cd2ad4ed2fc201981db5010d5b7aff97efc
7
- data.tar.gz: 0335472abdc555c110041d4cda4254c8942cf46afc98e205113dae6e9e4ef37bce7a1811bdd011d9ed78a17ba29cf45113336d85301d1ae6da16057ae33fcd22
6
+ metadata.gz: 92beb670773d07a948d5d32b75a1624473f77fe6d2c2558785080d3391a18a4643ffbc8a5698d3ba27fce5c6430e0f483167d6494f1c90e7e28405a0e9331ef7
7
+ data.tar.gz: 23b99d2f5a57f7c0c4c34a5eb77903694c83f5f0bbc42c67b9cffe09f67d8457cef1af0a1986526bbed8b7d5aeb4da8f2643b133e17ee9b25218b71bfbb551a5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1015.0 (2024-12-02)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::SecurityIR`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::NetworkFlowMonitor`.
10
+
11
+ * Feature - Added support for enumerating regions for `Aws::Invoicing`.
12
+
13
+ 1.1014.0 (2024-11-27)
14
+ ------------------
15
+
16
+ * Feature - Added support for enumerating regions for `Aws::ObservabilityAdmin`.
17
+
4
18
  1.1013.0 (2024-11-22)
5
19
  ------------------
6
20
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1013.0
1
+ 1.1015.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,12 +507,14 @@ 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',
512
514
  'NotificationsContacts' => 'notifications-contacts',
513
515
  'OAM' => 'oam',
514
516
  'OSIS' => 'osis',
517
+ 'ObservabilityAdmin' => 'observabilityadmin',
515
518
  'Omics' => 'omics',
516
519
  'OpenSearchServerless' => 'aoss',
517
520
  'OpenSearchService' => 'es',
@@ -596,6 +599,7 @@ module Aws
596
599
  'Schemas' => 'schemas',
597
600
  'SecretsManager' => 'secretsmanager',
598
601
  'SecurityHub' => 'securityhub',
602
+ 'SecurityIR' => 'security-ir',
599
603
  'SecurityLake' => 'securitylake',
600
604
  'ServerlessApplicationRepository' => 'serverlessrepo',
601
605
  'ServiceCatalog' => 'servicecatalog',
data/partitions.json CHANGED
@@ -21084,8 +21084,18 @@
21084
21084
  "ap-southeast-3" : { },
21085
21085
  "ap-southeast-4" : { },
21086
21086
  "ap-southeast-5" : { },
21087
- "ca-central-1" : { },
21088
- "ca-west-1" : { },
21087
+ "ca-central-1" : {
21088
+ "variants" : [ {
21089
+ "hostname" : "swf-fips.ca-central-1.amazonaws.com",
21090
+ "tags" : [ "fips" ]
21091
+ } ]
21092
+ },
21093
+ "ca-west-1" : {
21094
+ "variants" : [ {
21095
+ "hostname" : "swf-fips.ca-west-1.amazonaws.com",
21096
+ "tags" : [ "fips" ]
21097
+ } ]
21098
+ },
21089
21099
  "eu-central-1" : { },
21090
21100
  "eu-central-2" : { },
21091
21101
  "eu-north-1" : { },
@@ -21094,6 +21104,20 @@
21094
21104
  "eu-west-1" : { },
21095
21105
  "eu-west-2" : { },
21096
21106
  "eu-west-3" : { },
21107
+ "fips-ca-central-1" : {
21108
+ "credentialScope" : {
21109
+ "region" : "ca-central-1"
21110
+ },
21111
+ "deprecated" : true,
21112
+ "hostname" : "swf-fips.ca-central-1.amazonaws.com"
21113
+ },
21114
+ "fips-ca-west-1" : {
21115
+ "credentialScope" : {
21116
+ "region" : "ca-west-1"
21117
+ },
21118
+ "deprecated" : true,
21119
+ "hostname" : "swf-fips.ca-west-1.amazonaws.com"
21120
+ },
21097
21121
  "fips-us-east-1" : {
21098
21122
  "credentialScope" : {
21099
21123
  "region" : "us-east-1"
@@ -31086,8 +31110,32 @@
31086
31110
  },
31087
31111
  "swf" : {
31088
31112
  "endpoints" : {
31089
- "us-iso-east-1" : { },
31090
- "us-iso-west-1" : { }
31113
+ "fips-us-iso-east-1" : {
31114
+ "credentialScope" : {
31115
+ "region" : "us-iso-east-1"
31116
+ },
31117
+ "deprecated" : true,
31118
+ "hostname" : "swf-fips.us-iso-east-1.c2s.ic.gov"
31119
+ },
31120
+ "fips-us-iso-west-1" : {
31121
+ "credentialScope" : {
31122
+ "region" : "us-iso-west-1"
31123
+ },
31124
+ "deprecated" : true,
31125
+ "hostname" : "swf-fips.us-iso-west-1.c2s.ic.gov"
31126
+ },
31127
+ "us-iso-east-1" : {
31128
+ "variants" : [ {
31129
+ "hostname" : "swf-fips.us-iso-east-1.c2s.ic.gov",
31130
+ "tags" : [ "fips" ]
31131
+ } ]
31132
+ },
31133
+ "us-iso-west-1" : {
31134
+ "variants" : [ {
31135
+ "hostname" : "swf-fips.us-iso-west-1.c2s.ic.gov",
31136
+ "tags" : [ "fips" ]
31137
+ } ]
31138
+ }
31091
31139
  }
31092
31140
  },
31093
31141
  "synthetics" : {
@@ -31774,7 +31822,19 @@
31774
31822
  },
31775
31823
  "swf" : {
31776
31824
  "endpoints" : {
31777
- "us-isob-east-1" : { }
31825
+ "fips-us-isob-east-1" : {
31826
+ "credentialScope" : {
31827
+ "region" : "us-isob-east-1"
31828
+ },
31829
+ "deprecated" : true,
31830
+ "hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov"
31831
+ },
31832
+ "us-isob-east-1" : {
31833
+ "variants" : [ {
31834
+ "hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov",
31835
+ "tags" : [ "fips" ]
31836
+ } ]
31837
+ }
31778
31838
  }
31779
31839
  },
31780
31840
  "synthetics" : {
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.1013.0
4
+ version: 1.1015.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-22 00:00:00.000000000 Z
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: