aws-sdk-outposts 1.73.0 → 1.74.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 +1 -2
- data/lib/aws-sdk-outposts/types.rb +0 -1
- data/lib/aws-sdk-outposts.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 164977a5d2d3e1e6ad747ed037bec310c7af5232ae436d919b5ebd0ced148793
|
4
|
+
data.tar.gz: 31fb8087cc3eeeb6ce5ace283c947006636b85396319883c1d05656931513649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06d3ffab86961def6873ac918a40ccb1f462fa0c3f06edfee018655c98c6e39c02f6db6fed15e8c37bf8d6a5898257e79148f56545928d0fc315f031570be21b
|
7
|
+
data.tar.gz: aaefbfe74c70355c28a72230b81067887a483098a666b88ab25bc2df53d44258e5ee01c9fe27c908990248243231355b8d08e2878bee4efe54b078439a7d59e9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -2170,7 +2170,6 @@ module Aws::Outposts
|
|
2170
2170
|
# * **L6-30P** – (common in US); 30A; single phase
|
2171
2171
|
#
|
2172
2172
|
# * **IEC309 (blue)** – P+N+E, 6hr; 32 A; single phase
|
2173
|
-
#
|
2174
2173
|
# * Three-phase AC feed
|
2175
2174
|
#
|
2176
2175
|
# * **AH530P7W (red)** – 3P+N+E, 7hr; 30A; three phase
|
@@ -2312,7 +2311,7 @@ module Aws::Outposts
|
|
2312
2311
|
tracer: tracer
|
2313
2312
|
)
|
2314
2313
|
context[:gem_name] = 'aws-sdk-outposts'
|
2315
|
-
context[:gem_version] = '1.
|
2314
|
+
context[:gem_version] = '1.74.0'
|
2316
2315
|
Seahorse::Client::Request.new(handlers, context)
|
2317
2316
|
end
|
2318
2317
|
|
@@ -2368,7 +2368,6 @@ module Aws::Outposts
|
|
2368
2368
|
# * **L6-30P** – (common in US); 30A; single phase
|
2369
2369
|
#
|
2370
2370
|
# * **IEC309 (blue)** – P+N+E, 6hr; 32 A; single phase
|
2371
|
-
#
|
2372
2371
|
# * Three-phase AC feed
|
2373
2372
|
#
|
2374
2373
|
# * **AH530P7W (red)** – 3P+N+E, 7hr; 30A; three phase
|
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.74.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-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|