aws-sdk-outposts 1.42.0 → 1.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +19 -14
- data/lib/aws-sdk-outposts/endpoints.rb +1 -0
- data/lib/aws-sdk-outposts/types.rb +13 -13
- data/lib/aws-sdk-outposts.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c7ce00f9c7fe11687eb96996f83fb9c89e2c5afa884003b2da0103df4a3728f
|
4
|
+
data.tar.gz: c018b2dc9a760fdc536beb7fc9a72cacfab763c03c9e7eee8c4f2e3f8a740e7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16d33feda2c85b1b4f6a554abc8661ed9a7c03a710772b7c7b7e69d491289ad648cb3b249e9dc264aea761df6beab350bbc789e6a8e9d9cb9b939ae46b291229
|
7
|
+
data.tar.gz: 4321c9de0f3b4d015cc165674069e4b3a0efcd65785cb6c459ab09e4e22f1cf2e014339c19d14b04ff2e75d65ebcd4ee6a49b045e524bd18ec6b31ebe850bea9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.44.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.43.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.42.0 (2023-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.44.0
|
@@ -275,6 +275,11 @@ module Aws::Outposts
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -1713,31 +1718,31 @@ module Aws::Outposts
|
|
1713
1718
|
# networking requirements for racks, see [Network][1] in the Amazon Web
|
1714
1719
|
# Services Outposts User Guide.
|
1715
1720
|
#
|
1716
|
-
# * `OPTIC_10GBASE_SR
|
1721
|
+
# * `OPTIC_10GBASE_SR`: 10GBASE-SR
|
1717
1722
|
#
|
1718
|
-
# * `OPTIC_10GBASE_IR
|
1723
|
+
# * `OPTIC_10GBASE_IR`: 10GBASE-IR
|
1719
1724
|
#
|
1720
|
-
# * `OPTIC_10GBASE_LR
|
1725
|
+
# * `OPTIC_10GBASE_LR`: 10GBASE-LR
|
1721
1726
|
#
|
1722
|
-
# * `OPTIC_40GBASE_SR
|
1727
|
+
# * `OPTIC_40GBASE_SR`: 40GBASE-SR
|
1723
1728
|
#
|
1724
|
-
# * `OPTIC_40GBASE_ESR
|
1729
|
+
# * `OPTIC_40GBASE_ESR`: 40GBASE-ESR
|
1725
1730
|
#
|
1726
|
-
# * `OPTIC_40GBASE_IR4_LR4L
|
1731
|
+
# * `OPTIC_40GBASE_IR4_LR4L`: 40GBASE-IR (LR4L)
|
1727
1732
|
#
|
1728
|
-
# * `OPTIC_40GBASE_LR4
|
1733
|
+
# * `OPTIC_40GBASE_LR4`: 40GBASE-LR4
|
1729
1734
|
#
|
1730
|
-
# * `OPTIC_100GBASE_SR4
|
1735
|
+
# * `OPTIC_100GBASE_SR4`: 100GBASE-SR4
|
1731
1736
|
#
|
1732
|
-
# * `OPTIC_100GBASE_CWDM4
|
1737
|
+
# * `OPTIC_100GBASE_CWDM4`: 100GBASE-CWDM4
|
1733
1738
|
#
|
1734
|
-
# * `OPTIC_100GBASE_LR4
|
1739
|
+
# * `OPTIC_100GBASE_LR4`: 100GBASE-LR4
|
1735
1740
|
#
|
1736
|
-
# * `OPTIC_100G_PSM4_MSA
|
1741
|
+
# * `OPTIC_100G_PSM4_MSA`: 100G PSM4 MSA
|
1737
1742
|
#
|
1738
|
-
# * `OPTIC_1000BASE_LX
|
1743
|
+
# * `OPTIC_1000BASE_LX`: 1000Base-LX
|
1739
1744
|
#
|
1740
|
-
# * `OPTIC_1000BASE_SX
|
1745
|
+
# * `OPTIC_1000BASE_SX` : 1000Base-SX
|
1741
1746
|
#
|
1742
1747
|
#
|
1743
1748
|
#
|
@@ -1811,7 +1816,7 @@ module Aws::Outposts
|
|
1811
1816
|
params: params,
|
1812
1817
|
config: config)
|
1813
1818
|
context[:gem_name] = 'aws-sdk-outposts'
|
1814
|
-
context[:gem_version] = '1.
|
1819
|
+
context[:gem_version] = '1.44.0'
|
1815
1820
|
Seahorse::Client::Request.new(handlers, context)
|
1816
1821
|
end
|
1817
1822
|
|
@@ -1746,31 +1746,31 @@ module Aws::Outposts
|
|
1746
1746
|
# about networking requirements for racks, see [Network][1] in the
|
1747
1747
|
# Amazon Web Services Outposts User Guide.
|
1748
1748
|
#
|
1749
|
-
# * `OPTIC_10GBASE_SR
|
1749
|
+
# * `OPTIC_10GBASE_SR`: 10GBASE-SR
|
1750
1750
|
#
|
1751
|
-
# * `OPTIC_10GBASE_IR
|
1751
|
+
# * `OPTIC_10GBASE_IR`: 10GBASE-IR
|
1752
1752
|
#
|
1753
|
-
# * `OPTIC_10GBASE_LR
|
1753
|
+
# * `OPTIC_10GBASE_LR`: 10GBASE-LR
|
1754
1754
|
#
|
1755
|
-
# * `OPTIC_40GBASE_SR
|
1755
|
+
# * `OPTIC_40GBASE_SR`: 40GBASE-SR
|
1756
1756
|
#
|
1757
|
-
# * `OPTIC_40GBASE_ESR
|
1757
|
+
# * `OPTIC_40GBASE_ESR`: 40GBASE-ESR
|
1758
1758
|
#
|
1759
|
-
# * `OPTIC_40GBASE_IR4_LR4L
|
1759
|
+
# * `OPTIC_40GBASE_IR4_LR4L`: 40GBASE-IR (LR4L)
|
1760
1760
|
#
|
1761
|
-
# * `OPTIC_40GBASE_LR4
|
1761
|
+
# * `OPTIC_40GBASE_LR4`: 40GBASE-LR4
|
1762
1762
|
#
|
1763
|
-
# * `OPTIC_100GBASE_SR4
|
1763
|
+
# * `OPTIC_100GBASE_SR4`: 100GBASE-SR4
|
1764
1764
|
#
|
1765
|
-
# * `OPTIC_100GBASE_CWDM4
|
1765
|
+
# * `OPTIC_100GBASE_CWDM4`: 100GBASE-CWDM4
|
1766
1766
|
#
|
1767
|
-
# * `OPTIC_100GBASE_LR4
|
1767
|
+
# * `OPTIC_100GBASE_LR4`: 100GBASE-LR4
|
1768
1768
|
#
|
1769
|
-
# * `OPTIC_100G_PSM4_MSA
|
1769
|
+
# * `OPTIC_100G_PSM4_MSA`: 100G PSM4 MSA
|
1770
1770
|
#
|
1771
|
-
# * `OPTIC_1000BASE_LX
|
1771
|
+
# * `OPTIC_1000BASE_LX`: 1000Base-LX
|
1772
1772
|
#
|
1773
|
-
# * `OPTIC_1000BASE_SX
|
1773
|
+
# * `OPTIC_1000BASE_SX` : 1000Base-SX
|
1774
1774
|
#
|
1775
1775
|
#
|
1776
1776
|
#
|
data/lib/aws-sdk-outposts.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.44.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: 2023-
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|