aws-sdk-outposts 1.42.0 → 1.43.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +19 -14
- 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: 7e09e04dce6e013148c4169ada989788de48a2108989c0f3cb39f64ca6118874
|
|
4
|
+
data.tar.gz: 75ff69ab3886ba8499b85eb260790efaf9ccb88e858d74eec3b1c22b6ddb21f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddf085ca3a63d6b8d9bdfd468c8e9144665d13e9d99fffb092d950cbe5d4ca19607f2a29d5b28939a5d432d2289c046cbc94a25f54c5d373554ed6ac4c9d7a28
|
|
7
|
+
data.tar.gz: 046f04537b2a207715af02ec58d803bcc4eb21eb040a8c601f0280a984f1a097a0ff91108323d981db79c41a080af855c18292889d3dfdf17b5904f42d55f771
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.43.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.43.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.43.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-05-31 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
|