aws-sdk-outposts 1.105.0 → 1.107.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +1 -1
- data/lib/aws-sdk-outposts/types.rb +2 -1
- data/lib/aws-sdk-outposts.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 755cc3ec1839c6d109a53837fc1d75ec85f862a2f1523f431ead9e8025375ba7
|
|
4
|
+
data.tar.gz: d776e616289870c73ad2639d35073b62e528e1d61f15e4db9c113fc929656f3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2909399293cf1cc49c78b0c31c8b6d443ae5c55149daf556a0ca2069e5396673b46b33c6be3ea67f21c23422577af1989e5be76a1de4ed2752b1d494137d836b
|
|
7
|
+
data.tar.gz: 63d5eace8c6fd2b81a43e19c69389cb4699f26fde7f02cd9bd6c3834ea3bf4a9457eb483ecfc759460cf6b1cb4bf541c5bb390daa174515eb21882be268a1302
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.107.0 (2026-07-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.106.0 (2026-07-02)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Tighten Outpost site ContactPhoneNumber regex to perform phone number validation.
|
|
13
|
+
|
|
4
14
|
1.105.0 (2026-06-16)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.107.0
|
|
@@ -30,7 +30,8 @@ module Aws::Outposts
|
|
|
30
30
|
# @return [String]
|
|
31
31
|
#
|
|
32
32
|
# @!attribute [rw] contact_phone_number
|
|
33
|
-
# The phone number of the contact
|
|
33
|
+
# The phone number of the contact, including the country code (for
|
|
34
|
+
# example, `+12065550100`).
|
|
34
35
|
# @return [String]
|
|
35
36
|
#
|
|
36
37
|
# @!attribute [rw] address_line_1
|
data/lib/aws-sdk-outposts.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-outposts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.107.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.254.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.254.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|