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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 164977a5d2d3e1e6ad747ed037bec310c7af5232ae436d919b5ebd0ced148793
4
- data.tar.gz: 31fb8087cc3eeeb6ce5ace283c947006636b85396319883c1d05656931513649
3
+ metadata.gz: ec6a6692d53700ca9f8ff215a67cd1e80311123666e6c196b753e69d2a230e21
4
+ data.tar.gz: af9b55c0af2cefcd579238cd3a32f518292282b50064678253fc00a5193291dd
5
5
  SHA512:
6
- metadata.gz: 06d3ffab86961def6873ac918a40ccb1f462fa0c3f06edfee018655c98c6e39c02f6db6fed15e8c37bf8d6a5898257e79148f56545928d0fc315f031570be21b
7
- data.tar.gz: aaefbfe74c70355c28a72230b81067887a483098a666b88ab25bc2df53d44258e5ee01c9fe27c908990248243231355b8d08e2878bee4efe54b078439a7d59e9
6
+ metadata.gz: 5c3c1ffe8f7a21b1724cfc75b9ccf8be96068926ad8a26e9d794818820cfe20a0be31e7d53de16b9fe097464823afda4830a44bf620abc00cbf6d9ee45e90b16
7
+ data.tar.gz: 97d22ca1d7f976470a82156b6913b6b3d46c06c7358252c6ae7a7902f1a6c554975fa21b9eb914a49aa9fb513b95c0e94aa1f7da2901db187ba330b9808dc542
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2024-12-20)
5
+ ------------------
6
+
7
+ * Feature - Add CS8365C as a supported power connector for Outpost sites.
8
+
4
9
  1.74.0 (2024-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
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 per order or Outpost.
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.74.0'
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
@@ -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.74.0'
57
+ GEM_VERSION = '1.75.0'
58
58
 
59
59
  end
60
60
 
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.74.0
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-18 00:00:00.000000000 Z
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