aws-sdk-outposts 1.37.0 → 1.38.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: e06817826d0be069cfd0167944502033e7b6aa7d3c60401dc56467514e576556
4
- data.tar.gz: 307056d88ab5ed02c8b7f23a9e77b0c7ca30b7ce641022e06cfe6bf3d6a2f8ce
3
+ metadata.gz: 33d77cd60f4529860f8b4c8f7ff61e279280a3c87f09ef5e5ee8512b43c4fe55
4
+ data.tar.gz: 177035e27b8194dc5715958b27d6239bade5376ae64bfdbf52e9fc37ce933797
5
5
  SHA512:
6
- metadata.gz: 5a355c1ca6151cb93448350a04e7d9cc25b8c5935df89754efe17bd16768c5c0b419eb5d58145c7104c923a83dd25f517b455bb7188984a3d84a7a563add1c77
7
- data.tar.gz: 537d3423e8c8d1861db5fe26b700433dc28908e52d8deea6b804c3e62dfc100f113e4b2d044cb115a8b9a38984d503bb6b463981384186364ced069ecfa5a391
6
+ metadata.gz: 5803eba5111ba9e2812ba80fe4cc0d2a6753ae8f4816871038402dfcc6b41864f9f856c2c7c288f9f3ede248a4bc2019c2bd5427277a071adc831f0278a0a64f
7
+ data.tar.gz: ac4d7ada7030a9266dbaba60827996ecacead60ffa641561a17966fb090b32795596174c395b698e133322d099bab851e3de0f0c5b433692abbc5a549dcc4f2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2023-01-13)
5
+ ------------------
6
+
7
+ * Feature - This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request.
8
+
4
9
  1.37.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -594,7 +594,7 @@ module Aws::Outposts
594
594
  # municipality: "Municipality",
595
595
  # },
596
596
  # rack_physical_properties: {
597
- # power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA
597
+ # power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA, POWER_30_KVA
598
598
  # power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
599
599
  # power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
600
600
  # power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
@@ -619,7 +619,7 @@ module Aws::Outposts
619
619
  # resp.site.operating_address_country_code #=> String
620
620
  # resp.site.operating_address_state_or_region #=> String
621
621
  # resp.site.operating_address_city #=> String
622
- # resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA"
622
+ # resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
623
623
  # resp.site.rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
624
624
  # resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
625
625
  # resp.site.rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
@@ -930,7 +930,7 @@ module Aws::Outposts
930
930
  # resp.site.operating_address_country_code #=> String
931
931
  # resp.site.operating_address_state_or_region #=> String
932
932
  # resp.site.operating_address_city #=> String
933
- # resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA"
933
+ # resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
934
934
  # resp.site.rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
935
935
  # resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
936
936
  # resp.site.rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
@@ -1291,7 +1291,7 @@ module Aws::Outposts
1291
1291
  # resp.sites[0].operating_address_country_code #=> String
1292
1292
  # resp.sites[0].operating_address_state_or_region #=> String
1293
1293
  # resp.sites[0].operating_address_city #=> String
1294
- # resp.sites[0].rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA"
1294
+ # resp.sites[0].rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
1295
1295
  # resp.sites[0].rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
1296
1296
  # resp.sites[0].rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
1297
1297
  # resp.sites[0].rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
@@ -1544,7 +1544,7 @@ module Aws::Outposts
1544
1544
  # resp.site.operating_address_country_code #=> String
1545
1545
  # resp.site.operating_address_state_or_region #=> String
1546
1546
  # resp.site.operating_address_city #=> String
1547
- # resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA"
1547
+ # resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
1548
1548
  # resp.site.rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
1549
1549
  # resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
1550
1550
  # resp.site.rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
@@ -1747,7 +1747,7 @@ module Aws::Outposts
1747
1747
  #
1748
1748
  # resp = client.update_site_rack_physical_properties({
1749
1749
  # site_id: "SiteId", # required
1750
- # power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA
1750
+ # power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA, POWER_30_KVA
1751
1751
  # power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
1752
1752
  # power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
1753
1753
  # power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
@@ -1771,7 +1771,7 @@ module Aws::Outposts
1771
1771
  # resp.site.operating_address_country_code #=> String
1772
1772
  # resp.site.operating_address_state_or_region #=> String
1773
1773
  # resp.site.operating_address_city #=> String
1774
- # resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA"
1774
+ # resp.site.rack_physical_properties.power_draw_kva #=> String, one of "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA"
1775
1775
  # resp.site.rack_physical_properties.power_phase #=> String, one of "SINGLE_PHASE", "THREE_PHASE"
1776
1776
  # resp.site.rack_physical_properties.power_connector #=> String, one of "L6_30P", "IEC309", "AH530P7W", "AH532P6W"
1777
1777
  # resp.site.rack_physical_properties.power_feed_drop #=> String, one of "ABOVE_RACK", "BELOW_RACK"
@@ -1803,7 +1803,7 @@ module Aws::Outposts
1803
1803
  params: params,
1804
1804
  config: config)
1805
1805
  context[:gem_name] = 'aws-sdk-outposts'
1806
- context[:gem_version] = '1.37.0'
1806
+ context[:gem_version] = '1.38.0'
1807
1807
  Seahorse::Client::Request.new(handlers, context)
1808
1808
  end
1809
1809
 
@@ -50,6 +50,9 @@ module Aws::Outposts
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -29,82 +29,81 @@ module Aws::Outposts
29
29
  # @api private
30
30
  RULES = <<-JSON
31
31
  eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
33
- dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
34
- cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
35
- dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
36
- ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
37
- ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
38
- ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
39
- aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
40
- OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
41
- UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
42
- dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
43
- UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
44
- dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
45
- ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
46
- IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
47
- aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
48
- bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
49
- ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
50
- Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
51
- cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
52
- InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
53
- aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
54
- cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
55
- InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
56
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
57
- UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
58
- SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
59
- eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
60
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
61
- LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
62
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
63
- b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
64
- fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
65
- RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
66
- ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
67
- ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
68
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
69
- dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
70
- dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
71
- Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
72
- In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
73
- YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
74
- YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
75
- cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
76
- dCI6eyJ1cmwiOiJodHRwczovL291dHBvc3RzLWZpcHMue1JlZ2lvbn0ue1Bh
77
- cnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGll
78
- cyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNv
79
- bmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgYW5kIER1YWxTdGFjayBhcmUg
80
- ZW5hYmxlZCwgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQg
81
- b25lIG9yIGJvdGgiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6
82
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
83
- UyJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlv
84
- bnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
32
+ bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
+ YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
+ ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
+ aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
+ ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
+ IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
+ bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
+ aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
+ IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
+ IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
+ aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
+ Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
+ cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
+ bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
+ YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
+ bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
+ ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
+ IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
+ b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
+ ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
+ dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
+ c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
54
+ cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
55
+ dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
56
+ ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
57
+ ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
58
+ b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
59
+ aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
60
+ VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
61
+ Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
62
+ b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
63
+ XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
64
+ cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
65
+ fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
66
+ Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
67
+ bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
68
+ eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
69
+ b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
70
+ Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
71
+ XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
85
72
  OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
86
- InN1cHBvcnRzRklQUyJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3si
87
- Y29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
88
- dGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL291dHBvc3Rz
89
- LWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9Iiwi
90
- cHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50
91
- In1dfV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFi
92
- bGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMi
93
- LCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
94
- ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1
95
- ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3si
96
- Zm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0
97
- dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9y
98
- dHNEdWFsU3RhY2siXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNv
99
- bmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL291dHBv
100
- c3RzLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3Vm
101
- Zml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
102
- bmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3Rh
103
- Y2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3Vw
104
- cG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9u
105
- cyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vb3V0cG9zdHMue1Jl
106
- Z2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGll
107
- cyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19
73
+ InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
74
+ IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
75
+ Ly9vdXRwb3N0cy1maXBzLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVh
76
+ bFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7
77
+ fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJy
78
+ b3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVuYWJsZWQsIGJ1dCB0aGlz
79
+ IHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9uZSBvciBib3RoIiwidHlw
80
+ ZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
81
+ dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJ0eXBl
82
+ IjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
83
+ YW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3Yi
84
+ Olt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMiXX1d
85
+ fV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJ0
86
+ eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9p
87
+ bnQiOnsidXJsIjoiaHR0cHM6Ly9vdXRwb3N0cy1maXBzLntSZWdpb259LntQ
88
+ YXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJo
89
+ ZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfSx7ImNvbmRpdGlv
90
+ bnMiOltdLCJlcnJvciI6IkZJUFMgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0
91
+ aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBGSVBTIiwidHlwZSI6ImVycm9yIn1d
92
+ fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
93
+ Olt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVl
94
+ IiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFs
95
+ cyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVm
96
+ IjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRHVhbFN0YWNrIl19XX1d
97
+ LCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwiZW5k
98
+ cG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9vdXRwb3N0cy57UmVnaW9ufS57UGFy
99
+ dGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVz
100
+ Ijp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29u
101
+ ZGl0aW9ucyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlzIGVuYWJsZWQgYnV0
102
+ IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRHVhbFN0YWNrIiwi
103
+ dHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6
104
+ eyJ1cmwiOiJodHRwczovL291dHBvc3RzLntSZWdpb259LntQYXJ0aXRpb25S
105
+ ZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7
106
+ fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfQ==
108
107
 
109
108
  JSON
110
109
  end
@@ -25,23 +25,6 @@ module Aws::Outposts
25
25
 
26
26
  # Information about an address.
27
27
  #
28
- # @note When making an API call, you may pass Address
29
- # data as a hash:
30
- #
31
- # {
32
- # contact_name: "ContactName",
33
- # contact_phone_number: "ContactPhoneNumber",
34
- # address_line_1: "AddressLine1", # required
35
- # address_line_2: "AddressLine2",
36
- # address_line_3: "AddressLine3",
37
- # city: "City", # required
38
- # state_or_region: "StateOrRegion", # required
39
- # district_or_county: "DistrictOrCounty",
40
- # postal_code: "PostalCode", # required
41
- # country_code: "CountryCode", # required
42
- # municipality: "Municipality",
43
- # }
44
- #
45
28
  # @!attribute [rw] contact_name
46
29
  # The name of the contact.
47
30
  # @return [String]
@@ -152,13 +135,6 @@ module Aws::Outposts
152
135
  include Aws::Structure
153
136
  end
154
137
 
155
- # @note When making an API call, you may pass CancelOrderInput
156
- # data as a hash:
157
- #
158
- # {
159
- # order_id: "OrderId", # required
160
- # }
161
- #
162
138
  # @!attribute [rw] order_id
163
139
  # The ID of the order.
164
140
  # @return [String]
@@ -313,21 +289,6 @@ module Aws::Outposts
313
289
  include Aws::Structure
314
290
  end
315
291
 
316
- # @note When making an API call, you may pass CreateOrderInput
317
- # data as a hash:
318
- #
319
- # {
320
- # outpost_identifier: "OutpostIdentifier", # required
321
- # line_items: [ # required
322
- # {
323
- # catalog_item_id: "SkuCode",
324
- # quantity: 1,
325
- # },
326
- # ],
327
- # payment_option: "ALL_UPFRONT", # required, accepts ALL_UPFRONT, NO_UPFRONT, PARTIAL_UPFRONT
328
- # payment_term: "THREE_YEARS", # accepts THREE_YEARS, ONE_YEAR
329
- # }
330
- #
331
292
  # @!attribute [rw] outpost_identifier
332
293
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
333
294
  # @return [String]
@@ -367,21 +328,6 @@ module Aws::Outposts
367
328
  include Aws::Structure
368
329
  end
369
330
 
370
- # @note When making an API call, you may pass CreateOutpostInput
371
- # data as a hash:
372
- #
373
- # {
374
- # name: "OutpostName", # required
375
- # description: "OutpostDescription",
376
- # site_id: "SiteId", # required
377
- # availability_zone: "AvailabilityZone",
378
- # availability_zone_id: "AvailabilityZoneId",
379
- # tags: {
380
- # "TagKey" => "TagValue",
381
- # },
382
- # supported_hardware_type: "RACK", # accepts RACK, SERVER
383
- # }
384
- #
385
331
  # @!attribute [rw] name
386
332
  # The name of the Outpost.
387
333
  # @return [String]
@@ -436,55 +382,6 @@ module Aws::Outposts
436
382
  include Aws::Structure
437
383
  end
438
384
 
439
- # @note When making an API call, you may pass CreateSiteInput
440
- # data as a hash:
441
- #
442
- # {
443
- # name: "SiteName", # required
444
- # description: "SiteDescription",
445
- # notes: "SiteNotes",
446
- # tags: {
447
- # "TagKey" => "TagValue",
448
- # },
449
- # operating_address: {
450
- # contact_name: "ContactName",
451
- # contact_phone_number: "ContactPhoneNumber",
452
- # address_line_1: "AddressLine1", # required
453
- # address_line_2: "AddressLine2",
454
- # address_line_3: "AddressLine3",
455
- # city: "City", # required
456
- # state_or_region: "StateOrRegion", # required
457
- # district_or_county: "DistrictOrCounty",
458
- # postal_code: "PostalCode", # required
459
- # country_code: "CountryCode", # required
460
- # municipality: "Municipality",
461
- # },
462
- # shipping_address: {
463
- # contact_name: "ContactName",
464
- # contact_phone_number: "ContactPhoneNumber",
465
- # address_line_1: "AddressLine1", # required
466
- # address_line_2: "AddressLine2",
467
- # address_line_3: "AddressLine3",
468
- # city: "City", # required
469
- # state_or_region: "StateOrRegion", # required
470
- # district_or_county: "DistrictOrCounty",
471
- # postal_code: "PostalCode", # required
472
- # country_code: "CountryCode", # required
473
- # municipality: "Municipality",
474
- # },
475
- # rack_physical_properties: {
476
- # power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA
477
- # power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
478
- # power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
479
- # power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
480
- # uplink_gbps: "UPLINK_1G", # accepts UPLINK_1G, UPLINK_10G, UPLINK_40G, UPLINK_100G
481
- # 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
482
- # fiber_optic_cable_type: "SINGLE_MODE", # accepts SINGLE_MODE, MULTI_MODE
483
- # optical_standard: "OPTIC_10GBASE_SR", # accepts OPTIC_10GBASE_SR, OPTIC_10GBASE_IR, OPTIC_10GBASE_LR, OPTIC_40GBASE_SR, OPTIC_40GBASE_ESR, OPTIC_40GBASE_IR4_LR4L, OPTIC_40GBASE_LR4, OPTIC_100GBASE_SR4, OPTIC_100GBASE_CWDM4, OPTIC_100GBASE_LR4, OPTIC_100G_PSM4_MSA, OPTIC_1000BASE_LX, OPTIC_1000BASE_SX
484
- # maximum_supported_weight_lbs: "NO_LIMIT", # accepts NO_LIMIT, MAX_1400_LBS, MAX_1600_LBS, MAX_1800_LBS, MAX_2000_LBS
485
- # },
486
- # }
487
- #
488
385
  # @!attribute [rw] name
489
386
  # The name of the site.
490
387
  # @return [String]
@@ -551,13 +448,6 @@ module Aws::Outposts
551
448
  include Aws::Structure
552
449
  end
553
450
 
554
- # @note When making an API call, you may pass DeleteOutpostInput
555
- # data as a hash:
556
- #
557
- # {
558
- # outpost_id: "OutpostId", # required
559
- # }
560
- #
561
451
  # @!attribute [rw] outpost_id
562
452
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
563
453
  # @return [String]
@@ -574,13 +464,6 @@ module Aws::Outposts
574
464
  #
575
465
  class DeleteOutpostOutput < Aws::EmptyStructure; end
576
466
 
577
- # @note When making an API call, you may pass DeleteSiteInput
578
- # data as a hash:
579
- #
580
- # {
581
- # site_id: "SiteId", # required
582
- # }
583
- #
584
467
  # @!attribute [rw] site_id
585
468
  # The ID or the Amazon Resource Name (ARN) of the site.
586
469
  # @return [String]
@@ -621,13 +504,6 @@ module Aws::Outposts
621
504
  include Aws::Structure
622
505
  end
623
506
 
624
- # @note When making an API call, you may pass GetCatalogItemInput
625
- # data as a hash:
626
- #
627
- # {
628
- # catalog_item_id: "SkuCode", # required
629
- # }
630
- #
631
507
  # @!attribute [rw] catalog_item_id
632
508
  # The ID of the catalog item.
633
509
  # @return [String]
@@ -652,13 +528,6 @@ module Aws::Outposts
652
528
  include Aws::Structure
653
529
  end
654
530
 
655
- # @note When making an API call, you may pass GetConnectionRequest
656
- # data as a hash:
657
- #
658
- # {
659
- # connection_id: "ConnectionId", # required
660
- # }
661
- #
662
531
  # @!attribute [rw] connection_id
663
532
  # The ID of the connection.
664
533
  # @return [String]
@@ -688,13 +557,6 @@ module Aws::Outposts
688
557
  include Aws::Structure
689
558
  end
690
559
 
691
- # @note When making an API call, you may pass GetOrderInput
692
- # data as a hash:
693
- #
694
- # {
695
- # order_id: "OrderId", # required
696
- # }
697
- #
698
560
  # @!attribute [rw] order_id
699
561
  # The ID of the order.
700
562
  # @return [String]
@@ -719,13 +581,6 @@ module Aws::Outposts
719
581
  include Aws::Structure
720
582
  end
721
583
 
722
- # @note When making an API call, you may pass GetOutpostInput
723
- # data as a hash:
724
- #
725
- # {
726
- # outpost_id: "OutpostId", # required
727
- # }
728
- #
729
584
  # @!attribute [rw] outpost_id
730
585
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
731
586
  # @return [String]
@@ -738,15 +593,6 @@ module Aws::Outposts
738
593
  include Aws::Structure
739
594
  end
740
595
 
741
- # @note When making an API call, you may pass GetOutpostInstanceTypesInput
742
- # data as a hash:
743
- #
744
- # {
745
- # outpost_id: "OutpostId", # required
746
- # next_token: "Token",
747
- # max_results: 1,
748
- # }
749
- #
750
596
  # @!attribute [rw] outpost_id
751
597
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
752
598
  # @return [String]
@@ -808,14 +654,6 @@ module Aws::Outposts
808
654
  include Aws::Structure
809
655
  end
810
656
 
811
- # @note When making an API call, you may pass GetSiteAddressInput
812
- # data as a hash:
813
- #
814
- # {
815
- # site_id: "SiteId", # required
816
- # address_type: "SHIPPING_ADDRESS", # required, accepts SHIPPING_ADDRESS, OPERATING_ADDRESS
817
- # }
818
- #
819
657
  # @!attribute [rw] site_id
820
658
  # The ID or the Amazon Resource Name (ARN) of the site.
821
659
  # @return [String]
@@ -855,13 +693,6 @@ module Aws::Outposts
855
693
  include Aws::Structure
856
694
  end
857
695
 
858
- # @note When making an API call, you may pass GetSiteInput
859
- # data as a hash:
860
- #
861
- # {
862
- # site_id: "SiteId", # required
863
- # }
864
- #
865
696
  # @!attribute [rw] site_id
866
697
  # The ID or the Amazon Resource Name (ARN) of the site.
867
698
  # @return [String]
@@ -973,14 +804,6 @@ module Aws::Outposts
973
804
 
974
805
  # Information about a line item request.
975
806
  #
976
- # @note When making an API call, you may pass LineItemRequest
977
- # data as a hash:
978
- #
979
- # {
980
- # catalog_item_id: "SkuCode",
981
- # quantity: 1,
982
- # }
983
- #
984
807
  # @!attribute [rw] catalog_item_id
985
808
  # The ID of the catalog item.
986
809
  # @return [String]
@@ -998,17 +821,6 @@ module Aws::Outposts
998
821
  include Aws::Structure
999
822
  end
1000
823
 
1001
- # @note When making an API call, you may pass ListAssetsInput
1002
- # data as a hash:
1003
- #
1004
- # {
1005
- # outpost_identifier: "OutpostIdentifier", # required
1006
- # host_id_filter: ["HostId"],
1007
- # max_results: 1,
1008
- # next_token: "Token",
1009
- # status_filter: ["ACTIVE"], # accepts ACTIVE, RETIRING
1010
- # }
1011
- #
1012
824
  # @!attribute [rw] outpost_identifier
1013
825
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
1014
826
  # @return [String]
@@ -1058,17 +870,6 @@ module Aws::Outposts
1058
870
  include Aws::Structure
1059
871
  end
1060
872
 
1061
- # @note When making an API call, you may pass ListCatalogItemsInput
1062
- # data as a hash:
1063
- #
1064
- # {
1065
- # next_token: "Token",
1066
- # max_results: 1,
1067
- # item_class_filter: ["RACK"], # accepts RACK, SERVER
1068
- # supported_storage_filter: ["EBS"], # accepts EBS, S3
1069
- # ec2_family_filter: ["Family"],
1070
- # }
1071
- #
1072
873
  # @!attribute [rw] next_token
1073
874
  # The pagination token.
1074
875
  # @return [String]
@@ -1118,15 +919,6 @@ module Aws::Outposts
1118
919
  include Aws::Structure
1119
920
  end
1120
921
 
1121
- # @note When making an API call, you may pass ListOrdersInput
1122
- # data as a hash:
1123
- #
1124
- # {
1125
- # outpost_identifier_filter: "OutpostIdentifier",
1126
- # next_token: "Token",
1127
- # max_results: 1,
1128
- # }
1129
- #
1130
922
  # @!attribute [rw] outpost_identifier_filter
1131
923
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
1132
924
  # @return [String]
@@ -1166,17 +958,6 @@ module Aws::Outposts
1166
958
  include Aws::Structure
1167
959
  end
1168
960
 
1169
- # @note When making an API call, you may pass ListOutpostsInput
1170
- # data as a hash:
1171
- #
1172
- # {
1173
- # next_token: "Token",
1174
- # max_results: 1,
1175
- # life_cycle_status_filter: ["LifeCycleStatus"],
1176
- # availability_zone_filter: ["AvailabilityZone"],
1177
- # availability_zone_id_filter: ["AvailabilityZoneId"],
1178
- # }
1179
- #
1180
961
  # @!attribute [rw] next_token
1181
962
  # The pagination token.
1182
963
  # @return [String]
@@ -1227,17 +1008,6 @@ module Aws::Outposts
1227
1008
  include Aws::Structure
1228
1009
  end
1229
1010
 
1230
- # @note When making an API call, you may pass ListSitesInput
1231
- # data as a hash:
1232
- #
1233
- # {
1234
- # next_token: "Token",
1235
- # max_results: 1,
1236
- # operating_address_country_code_filter: ["CountryCode"],
1237
- # operating_address_state_or_region_filter: ["StateOrRegion"],
1238
- # operating_address_city_filter: ["City"],
1239
- # }
1240
- #
1241
1011
  # @!attribute [rw] next_token
1242
1012
  # The pagination token.
1243
1013
  # @return [String]
@@ -1287,13 +1057,6 @@ module Aws::Outposts
1287
1057
  include Aws::Structure
1288
1058
  end
1289
1059
 
1290
- # @note When making an API call, you may pass ListTagsForResourceRequest
1291
- # data as a hash:
1292
- #
1293
- # {
1294
- # resource_arn: "Arn", # required
1295
- # }
1296
- #
1297
1060
  # @!attribute [rw] resource_arn
1298
1061
  # The Amazon Resource Name (ARN) of the resource.
1299
1062
  # @return [String]
@@ -1529,21 +1292,6 @@ module Aws::Outposts
1529
1292
  #
1530
1293
  # [1]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist
1531
1294
  #
1532
- # @note When making an API call, you may pass RackPhysicalProperties
1533
- # data as a hash:
1534
- #
1535
- # {
1536
- # power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA
1537
- # power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
1538
- # power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
1539
- # power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
1540
- # uplink_gbps: "UPLINK_1G", # accepts UPLINK_1G, UPLINK_10G, UPLINK_40G, UPLINK_100G
1541
- # 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
1542
- # fiber_optic_cable_type: "SINGLE_MODE", # accepts SINGLE_MODE, MULTI_MODE
1543
- # optical_standard: "OPTIC_10GBASE_SR", # accepts OPTIC_10GBASE_SR, OPTIC_10GBASE_IR, OPTIC_10GBASE_LR, OPTIC_40GBASE_SR, OPTIC_40GBASE_ESR, OPTIC_40GBASE_IR4_LR4L, OPTIC_40GBASE_LR4, OPTIC_100GBASE_SR4, OPTIC_100GBASE_CWDM4, OPTIC_100GBASE_LR4, OPTIC_100G_PSM4_MSA, OPTIC_1000BASE_LX, OPTIC_1000BASE_SX
1544
- # maximum_supported_weight_lbs: "NO_LIMIT", # accepts NO_LIMIT, MAX_1400_LBS, MAX_1600_LBS, MAX_1800_LBS, MAX_2000_LBS
1545
- # }
1546
- #
1547
1295
  # @!attribute [rw] power_draw_kva
1548
1296
  # The power draw available at the hardware placement position for the
1549
1297
  # rack.
@@ -1704,16 +1452,6 @@ module Aws::Outposts
1704
1452
  include Aws::Structure
1705
1453
  end
1706
1454
 
1707
- # @note When making an API call, you may pass StartConnectionRequest
1708
- # data as a hash:
1709
- #
1710
- # {
1711
- # device_serial_number: "DeviceSerialNumber", # required
1712
- # asset_id: "AssetId", # required
1713
- # client_public_key: "WireGuardPublicKey", # required
1714
- # network_interface_device_index: 1, # required
1715
- # }
1716
- #
1717
1455
  # @!attribute [rw] device_serial_number
1718
1456
  # The serial number of the dongle.
1719
1457
  # @return [String]
@@ -1758,16 +1496,6 @@ module Aws::Outposts
1758
1496
  include Aws::Structure
1759
1497
  end
1760
1498
 
1761
- # @note When making an API call, you may pass TagResourceRequest
1762
- # data as a hash:
1763
- #
1764
- # {
1765
- # resource_arn: "Arn", # required
1766
- # tags: { # required
1767
- # "TagKey" => "TagValue",
1768
- # },
1769
- # }
1770
- #
1771
1499
  # @!attribute [rw] resource_arn
1772
1500
  # The Amazon Resource Name (ARN) of the resource.
1773
1501
  # @return [String]
@@ -1789,14 +1517,6 @@ module Aws::Outposts
1789
1517
  #
1790
1518
  class TagResourceResponse < Aws::EmptyStructure; end
1791
1519
 
1792
- # @note When making an API call, you may pass UntagResourceRequest
1793
- # data as a hash:
1794
- #
1795
- # {
1796
- # resource_arn: "Arn", # required
1797
- # tag_keys: ["TagKey"], # required
1798
- # }
1799
- #
1800
1520
  # @!attribute [rw] resource_arn
1801
1521
  # The Amazon Resource Name (ARN) of the resource.
1802
1522
  # @return [String]
@@ -1818,16 +1538,6 @@ module Aws::Outposts
1818
1538
  #
1819
1539
  class UntagResourceResponse < Aws::EmptyStructure; end
1820
1540
 
1821
- # @note When making an API call, you may pass UpdateOutpostInput
1822
- # data as a hash:
1823
- #
1824
- # {
1825
- # outpost_id: "OutpostId", # required
1826
- # name: "OutpostName",
1827
- # description: "OutpostDescription",
1828
- # supported_hardware_type: "RACK", # accepts RACK, SERVER
1829
- # }
1830
- #
1831
1541
  # @!attribute [rw] outpost_id
1832
1542
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
1833
1543
  # @return [String]
@@ -1867,27 +1577,6 @@ module Aws::Outposts
1867
1577
  include Aws::Structure
1868
1578
  end
1869
1579
 
1870
- # @note When making an API call, you may pass UpdateSiteAddressInput
1871
- # data as a hash:
1872
- #
1873
- # {
1874
- # site_id: "SiteId", # required
1875
- # address_type: "SHIPPING_ADDRESS", # required, accepts SHIPPING_ADDRESS, OPERATING_ADDRESS
1876
- # address: { # required
1877
- # contact_name: "ContactName",
1878
- # contact_phone_number: "ContactPhoneNumber",
1879
- # address_line_1: "AddressLine1", # required
1880
- # address_line_2: "AddressLine2",
1881
- # address_line_3: "AddressLine3",
1882
- # city: "City", # required
1883
- # state_or_region: "StateOrRegion", # required
1884
- # district_or_county: "DistrictOrCounty",
1885
- # postal_code: "PostalCode", # required
1886
- # country_code: "CountryCode", # required
1887
- # municipality: "Municipality",
1888
- # },
1889
- # }
1890
- #
1891
1580
  # @!attribute [rw] site_id
1892
1581
  # The ID or the Amazon Resource Name (ARN) of the site.
1893
1582
  # @return [String]
@@ -1927,16 +1616,6 @@ module Aws::Outposts
1927
1616
  include Aws::Structure
1928
1617
  end
1929
1618
 
1930
- # @note When making an API call, you may pass UpdateSiteInput
1931
- # data as a hash:
1932
- #
1933
- # {
1934
- # site_id: "SiteId", # required
1935
- # name: "SiteName",
1936
- # description: "SiteDescription",
1937
- # notes: "SiteNotes",
1938
- # }
1939
- #
1940
1619
  # @!attribute [rw] site_id
1941
1620
  # The ID or the Amazon Resource Name (ARN) of the site.
1942
1621
  # @return [String]
@@ -1976,22 +1655,6 @@ module Aws::Outposts
1976
1655
  include Aws::Structure
1977
1656
  end
1978
1657
 
1979
- # @note When making an API call, you may pass UpdateSiteRackPhysicalPropertiesInput
1980
- # data as a hash:
1981
- #
1982
- # {
1983
- # site_id: "SiteId", # required
1984
- # power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA
1985
- # power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
1986
- # power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
1987
- # power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
1988
- # uplink_gbps: "UPLINK_1G", # accepts UPLINK_1G, UPLINK_10G, UPLINK_40G, UPLINK_100G
1989
- # 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
1990
- # fiber_optic_cable_type: "SINGLE_MODE", # accepts SINGLE_MODE, MULTI_MODE
1991
- # optical_standard: "OPTIC_10GBASE_SR", # accepts OPTIC_10GBASE_SR, OPTIC_10GBASE_IR, OPTIC_10GBASE_LR, OPTIC_40GBASE_SR, OPTIC_40GBASE_ESR, OPTIC_40GBASE_IR4_LR4L, OPTIC_40GBASE_LR4, OPTIC_100GBASE_SR4, OPTIC_100GBASE_CWDM4, OPTIC_100GBASE_LR4, OPTIC_100G_PSM4_MSA, OPTIC_1000BASE_LX, OPTIC_1000BASE_SX
1992
- # maximum_supported_weight_lbs: "NO_LIMIT", # accepts NO_LIMIT, MAX_1400_LBS, MAX_1600_LBS, MAX_1800_LBS, MAX_2000_LBS
1993
- # }
1994
- #
1995
1658
  # @!attribute [rw] site_id
1996
1659
  # The ID or the Amazon Resource Name (ARN) of the site.
1997
1660
  # @return [String]
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-outposts/customizations'
52
52
  # @!group service
53
53
  module Aws::Outposts
54
54
 
55
- GEM_VERSION = '1.37.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  end
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.37.0
4
+ version: 1.38.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2023-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core