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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab25bbbe6de0458c5d57a137c505bb48313e79564b4fcdb55db0a7af9abfa815
4
- data.tar.gz: 0b8475998b462fcfa58fd1ae975a658588c659f15fa186295d5b56893461af72
3
+ metadata.gz: 164977a5d2d3e1e6ad747ed037bec310c7af5232ae436d919b5ebd0ced148793
4
+ data.tar.gz: 31fb8087cc3eeeb6ce5ace283c947006636b85396319883c1d05656931513649
5
5
  SHA512:
6
- metadata.gz: 154ecf8a196d10ca20f7046b83b5a32cc174b6deda455121f9565c29acc9d11aa7608e550802a150ec3a9a9cbc4ae26ccaad7c621c46295ae36238131ecf8521
7
- data.tar.gz: 12b10dfb28280abcba41dceb9141f831aaa42b5f4b66f89ef4b8f8bed7da7ff7d73b15837d85074ba16c6a86bf77fe4cbb95cb63a5d9b15db799c6dbfe6d5bd5
6
+ metadata.gz: 06d3ffab86961def6873ac918a40ccb1f462fa0c3f06edfee018655c98c6e39c02f6db6fed15e8c37bf8d6a5898257e79148f56545928d0fc315f031570be21b
7
+ data.tar.gz: aaefbfe74c70355c28a72230b81067887a483098a666b88ab25bc2df53d44258e5ee01c9fe27c908990248243231355b8d08e2878bee4efe54b078439a7d59e9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2024-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
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.73.0'
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
@@ -54,7 +54,7 @@ module Aws::Outposts
54
54
  autoload :EndpointProvider, 'aws-sdk-outposts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-outposts/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
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.73.0
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-15 00:00:00.000000000 Z
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