aws-sdk-outposts 1.74.0 → 1.75.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 +11 -9
- data/lib/aws-sdk-outposts/types.rb +2 -0
- data/lib/aws-sdk-outposts.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +2 -2
- 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: ec6a6692d53700ca9f8ff215a67cd1e80311123666e6c196b753e69d2a230e21
|
|
4
|
+
data.tar.gz: af9b55c0af2cefcd579238cd3a32f518292282b50064678253fc00a5193291dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c3c1ffe8f7a21b1724cfc75b9ccf8be96068926ad8a26e9d794818820cfe20a0be31e7d53de16b9fe097464823afda4830a44bf620abc00cbf6d9ee45e90b16
|
|
7
|
+
data.tar.gz: 97d22ca1d7f976470a82156b6913b6b3d46c06c7358252c6ae7a7902f1a6c554975fa21b9eb914a49aa9fb513b95c0e94aa1f7da2901db187ba330b9808dc542
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.75.0
|
|
@@ -706,7 +706,7 @@ module Aws::Outposts
|
|
|
706
706
|
# rack_physical_properties: {
|
|
707
707
|
# power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA, POWER_30_KVA
|
|
708
708
|
# power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
|
|
709
|
-
# power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
|
|
709
|
+
# power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W, CS8365C
|
|
710
710
|
# power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
|
|
711
711
|
# uplink_gbps: "UPLINK_1G", # accepts UPLINK_1G, UPLINK_10G, UPLINK_40G, UPLINK_100G
|
|
712
712
|
# uplink_count: "UPLINK_COUNT_1", # accepts UPLINK_COUNT_1, UPLINK_COUNT_2, UPLINK_COUNT_3, UPLINK_COUNT_4, UPLINK_COUNT_5, UPLINK_COUNT_6, UPLINK_COUNT_7, UPLINK_COUNT_8, UPLINK_COUNT_12, UPLINK_COUNT_16
|
|
@@ -731,7 +731,7 @@ module Aws::Outposts
|
|
|
731
731
|
# resp.site.operating_address_city #=> String
|
|
732
732
|
# resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
|
|
733
733
|
# resp.site.rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
|
|
734
|
-
# resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
|
|
734
|
+
# resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W", "CS8365C"
|
|
735
735
|
# resp.site.rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
|
|
736
736
|
# resp.site.rack_physical_properties.uplink_gbps #=> String, one of "UPLINK_1G", "UPLINK_10G", "UPLINK_40G", "UPLINK_100G"
|
|
737
737
|
# resp.site.rack_physical_properties.uplink_count #=> String, one of "UPLINK_COUNT_1", "UPLINK_COUNT_2", "UPLINK_COUNT_3", "UPLINK_COUNT_4", "UPLINK_COUNT_5", "UPLINK_COUNT_6", "UPLINK_COUNT_7", "UPLINK_COUNT_8", "UPLINK_COUNT_12", "UPLINK_COUNT_16"
|
|
@@ -1158,7 +1158,7 @@ module Aws::Outposts
|
|
|
1158
1158
|
# resp.site.operating_address_city #=> String
|
|
1159
1159
|
# resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
|
|
1160
1160
|
# resp.site.rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
|
|
1161
|
-
# resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
|
|
1161
|
+
# resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W", "CS8365C"
|
|
1162
1162
|
# resp.site.rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
|
|
1163
1163
|
# resp.site.rack_physical_properties.uplink_gbps #=> String, one of "UPLINK_1G", "UPLINK_10G", "UPLINK_40G", "UPLINK_100G"
|
|
1164
1164
|
# resp.site.rack_physical_properties.uplink_count #=> String, one of "UPLINK_COUNT_1", "UPLINK_COUNT_2", "UPLINK_COUNT_3", "UPLINK_COUNT_4", "UPLINK_COUNT_5", "UPLINK_COUNT_6", "UPLINK_COUNT_7", "UPLINK_COUNT_8", "UPLINK_COUNT_12", "UPLINK_COUNT_16"
|
|
@@ -1697,7 +1697,7 @@ module Aws::Outposts
|
|
|
1697
1697
|
# resp.sites[0].operating_address_city #=> String
|
|
1698
1698
|
# resp.sites[0].rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
|
|
1699
1699
|
# resp.sites[0].rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
|
|
1700
|
-
# resp.sites[0].rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
|
|
1700
|
+
# resp.sites[0].rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W", "CS8365C"
|
|
1701
1701
|
# resp.sites[0].rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
|
|
1702
1702
|
# resp.sites[0].rack_physical_properties.uplink_gbps #=> String, one of "UPLINK_1G", "UPLINK_10G", "UPLINK_40G", "UPLINK_100G"
|
|
1703
1703
|
# resp.sites[0].rack_physical_properties.uplink_count #=> String, one of "UPLINK_COUNT_1", "UPLINK_COUNT_2", "UPLINK_COUNT_3", "UPLINK_COUNT_4", "UPLINK_COUNT_5", "UPLINK_COUNT_6", "UPLINK_COUNT_7", "UPLINK_COUNT_8", "UPLINK_COUNT_12", "UPLINK_COUNT_16"
|
|
@@ -1745,7 +1745,7 @@ module Aws::Outposts
|
|
|
1745
1745
|
end
|
|
1746
1746
|
|
|
1747
1747
|
# Starts the specified capacity task. You can have one active capacity
|
|
1748
|
-
# task
|
|
1748
|
+
# task for each order and each Outpost.
|
|
1749
1749
|
#
|
|
1750
1750
|
# @option params [required, String] :outpost_identifier
|
|
1751
1751
|
# The ID or ARN of the Outposts associated with the specified capacity
|
|
@@ -2050,7 +2050,7 @@ module Aws::Outposts
|
|
|
2050
2050
|
# resp.site.operating_address_city #=> String
|
|
2051
2051
|
# resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
|
|
2052
2052
|
# resp.site.rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
|
|
2053
|
-
# resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
|
|
2053
|
+
# resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W", "CS8365C"
|
|
2054
2054
|
# resp.site.rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
|
|
2055
2055
|
# resp.site.rack_physical_properties.uplink_gbps #=> String, one of "UPLINK_1G", "UPLINK_10G", "UPLINK_40G", "UPLINK_100G"
|
|
2056
2056
|
# resp.site.rack_physical_properties.uplink_count #=> String, one of "UPLINK_COUNT_1", "UPLINK_COUNT_2", "UPLINK_COUNT_3", "UPLINK_COUNT_4", "UPLINK_COUNT_5", "UPLINK_COUNT_6", "UPLINK_COUNT_7", "UPLINK_COUNT_8", "UPLINK_COUNT_12", "UPLINK_COUNT_16"
|
|
@@ -2176,6 +2176,8 @@ module Aws::Outposts
|
|
|
2176
2176
|
#
|
|
2177
2177
|
# * **AH532P6W (red)** – 3P+N+E, 6hr; 32A; three phase
|
|
2178
2178
|
#
|
|
2179
|
+
# * **CS8365C** – (common in US); 3P+E, 50A; three phase
|
|
2180
|
+
#
|
|
2179
2181
|
# @option params [String] :power_feed_drop
|
|
2180
2182
|
# Indicates whether the power feed comes above or below the rack.
|
|
2181
2183
|
#
|
|
@@ -2252,7 +2254,7 @@ module Aws::Outposts
|
|
|
2252
2254
|
# site_id: "SiteId", # required
|
|
2253
2255
|
# power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA, POWER_30_KVA
|
|
2254
2256
|
# power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
|
|
2255
|
-
# power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
|
|
2257
|
+
# power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W, CS8365C
|
|
2256
2258
|
# power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
|
|
2257
2259
|
# uplink_gbps: "UPLINK_1G", # accepts UPLINK_1G, UPLINK_10G, UPLINK_40G, UPLINK_100G
|
|
2258
2260
|
# uplink_count: "UPLINK_COUNT_1", # accepts UPLINK_COUNT_1, UPLINK_COUNT_2, UPLINK_COUNT_3, UPLINK_COUNT_4, UPLINK_COUNT_5, UPLINK_COUNT_6, UPLINK_COUNT_7, UPLINK_COUNT_8, UPLINK_COUNT_12, UPLINK_COUNT_16
|
|
@@ -2276,7 +2278,7 @@ module Aws::Outposts
|
|
|
2276
2278
|
# resp.site.operating_address_city #=> String
|
|
2277
2279
|
# resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
|
|
2278
2280
|
# resp.site.rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
|
|
2279
|
-
# resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
|
|
2281
|
+
# resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W", "CS8365C"
|
|
2280
2282
|
# resp.site.rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
|
|
2281
2283
|
# resp.site.rack_physical_properties.uplink_gbps #=> String, one of "UPLINK_1G", "UPLINK_10G", "UPLINK_40G", "UPLINK_100G"
|
|
2282
2284
|
# resp.site.rack_physical_properties.uplink_count #=> String, one of "UPLINK_COUNT_1", "UPLINK_COUNT_2", "UPLINK_COUNT_3", "UPLINK_COUNT_4", "UPLINK_COUNT_5", "UPLINK_COUNT_6", "UPLINK_COUNT_7", "UPLINK_COUNT_8", "UPLINK_COUNT_12", "UPLINK_COUNT_16"
|
|
@@ -2311,7 +2313,7 @@ module Aws::Outposts
|
|
|
2311
2313
|
tracer: tracer
|
|
2312
2314
|
)
|
|
2313
2315
|
context[:gem_name] = 'aws-sdk-outposts'
|
|
2314
|
-
context[:gem_version] = '1.
|
|
2316
|
+
context[:gem_version] = '1.75.0'
|
|
2315
2317
|
Seahorse::Client::Request.new(handlers, context)
|
|
2316
2318
|
end
|
|
2317
2319
|
|
|
@@ -2373,6 +2373,8 @@ module Aws::Outposts
|
|
|
2373
2373
|
# * **AH530P7W (red)** – 3P+N+E, 7hr; 30A; three phase
|
|
2374
2374
|
#
|
|
2375
2375
|
# * **AH532P6W (red)** – 3P+N+E, 6hr; 32A; three phase
|
|
2376
|
+
#
|
|
2377
|
+
# * **CS8365C** – (common in US); 3P+E, 50A; three phase
|
|
2376
2378
|
# @return [String]
|
|
2377
2379
|
#
|
|
2378
2380
|
# @!attribute [rw] power_feed_drop
|
data/lib/aws-sdk-outposts.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -167,7 +167,7 @@ module Aws
|
|
|
167
167
|
?rack_physical_properties: {
|
|
168
168
|
power_draw_kva: ("POWER_5_KVA" | "POWER_10_KVA" | "POWER_15_KVA" | "POWER_30_KVA")?,
|
|
169
169
|
power_phase: ("SINGLE_PHASE" | "THREE_PHASE")?,
|
|
170
|
-
power_connector: ("L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W")?,
|
|
170
|
+
power_connector: ("L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W" | "CS8365C")?,
|
|
171
171
|
power_feed_drop: ("ABOVE_RACK" | "BELOW_RACK")?,
|
|
172
172
|
uplink_gbps: ("UPLINK_1G" | "UPLINK_10G" | "UPLINK_40G" | "UPLINK_100G")?,
|
|
173
173
|
uplink_count: ("UPLINK_COUNT_1" | "UPLINK_COUNT_2" | "UPLINK_COUNT_3" | "UPLINK_COUNT_4" | "UPLINK_COUNT_5" | "UPLINK_COUNT_6" | "UPLINK_COUNT_7" | "UPLINK_COUNT_8" | "UPLINK_COUNT_12" | "UPLINK_COUNT_16")?,
|
|
@@ -568,7 +568,7 @@ module Aws
|
|
|
568
568
|
site_id: ::String,
|
|
569
569
|
?power_draw_kva: ("POWER_5_KVA" | "POWER_10_KVA" | "POWER_15_KVA" | "POWER_30_KVA"),
|
|
570
570
|
?power_phase: ("SINGLE_PHASE" | "THREE_PHASE"),
|
|
571
|
-
?power_connector: ("L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W"),
|
|
571
|
+
?power_connector: ("L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W" | "CS8365C"),
|
|
572
572
|
?power_feed_drop: ("ABOVE_RACK" | "BELOW_RACK"),
|
|
573
573
|
?uplink_gbps: ("UPLINK_1G" | "UPLINK_10G" | "UPLINK_40G" | "UPLINK_100G"),
|
|
574
574
|
?uplink_count: ("UPLINK_COUNT_1" | "UPLINK_COUNT_2" | "UPLINK_COUNT_3" | "UPLINK_COUNT_4" | "UPLINK_COUNT_5" | "UPLINK_COUNT_6" | "UPLINK_COUNT_7" | "UPLINK_COUNT_8" | "UPLINK_COUNT_12" | "UPLINK_COUNT_16"),
|
data/sig/types.rbs
CHANGED
|
@@ -542,7 +542,7 @@ module Aws::Outposts
|
|
|
542
542
|
class RackPhysicalProperties
|
|
543
543
|
attr_accessor power_draw_kva: ("POWER_5_KVA" | "POWER_10_KVA" | "POWER_15_KVA" | "POWER_30_KVA")
|
|
544
544
|
attr_accessor power_phase: ("SINGLE_PHASE" | "THREE_PHASE")
|
|
545
|
-
attr_accessor power_connector: ("L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W")
|
|
545
|
+
attr_accessor power_connector: ("L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W" | "CS8365C")
|
|
546
546
|
attr_accessor power_feed_drop: ("ABOVE_RACK" | "BELOW_RACK")
|
|
547
547
|
attr_accessor uplink_gbps: ("UPLINK_1G" | "UPLINK_10G" | "UPLINK_40G" | "UPLINK_100G")
|
|
548
548
|
attr_accessor uplink_count: ("UPLINK_COUNT_1" | "UPLINK_COUNT_2" | "UPLINK_COUNT_3" | "UPLINK_COUNT_4" | "UPLINK_COUNT_5" | "UPLINK_COUNT_6" | "UPLINK_COUNT_7" | "UPLINK_COUNT_8" | "UPLINK_COUNT_12" | "UPLINK_COUNT_16")
|
|
@@ -679,7 +679,7 @@ module Aws::Outposts
|
|
|
679
679
|
attr_accessor site_id: ::String
|
|
680
680
|
attr_accessor power_draw_kva: ("POWER_5_KVA" | "POWER_10_KVA" | "POWER_15_KVA" | "POWER_30_KVA")
|
|
681
681
|
attr_accessor power_phase: ("SINGLE_PHASE" | "THREE_PHASE")
|
|
682
|
-
attr_accessor power_connector: ("L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W")
|
|
682
|
+
attr_accessor power_connector: ("L6_30P" | "IEC309" | "AH530P7W" | "AH532P6W" | "CS8365C")
|
|
683
683
|
attr_accessor power_feed_drop: ("ABOVE_RACK" | "BELOW_RACK")
|
|
684
684
|
attr_accessor uplink_gbps: ("UPLINK_1G" | "UPLINK_10G" | "UPLINK_40G" | "UPLINK_100G")
|
|
685
685
|
attr_accessor uplink_count: ("UPLINK_COUNT_1" | "UPLINK_COUNT_2" | "UPLINK_COUNT_3" | "UPLINK_COUNT_4" | "UPLINK_COUNT_5" | "UPLINK_COUNT_6" | "UPLINK_COUNT_7" | "UPLINK_COUNT_8" | "UPLINK_COUNT_12" | "UPLINK_COUNT_16")
|
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.75.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
|
+
date: 2024-12-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|