aws-sdk-outposts 1.37.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +8 -8
- data/lib/aws-sdk-outposts/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-outposts/endpoint_provider.rb +35 -95
- data/lib/aws-sdk-outposts/types.rb +0 -337
- 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: ea113dcd674d31326793831f4a0177e411e8e920985528354287202e0fde3aee
|
4
|
+
data.tar.gz: 8c18bf5b3d59c0d099c543f5360332aa80751e894fd7006ec54932cf5b7e78a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6fff1c325776523f5481f0e4156d8fc261361cfdbd94c836954d500e437d443e146c403ff8a69e7463d478ddeca82a73eaeec7676046cdd74e77e803a6bac0a
|
7
|
+
data.tar.gz: a7fcdaecb64a347ddc8937f8cb4a766119e0ae53941db940148442dcef8d1401b432667d999de34828792b4c4fe94a1b2f81011f086e0161a22f48139d9b7b8a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.39.0 (2023-01-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
10
|
+
|
11
|
+
1.38.0 (2023-01-13)
|
12
|
+
------------------
|
13
|
+
|
14
|
+
* Feature - This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request.
|
15
|
+
|
4
16
|
1.37.0 (2022-10-25)
|
5
17
|
------------------
|
6
18
|
|
@@ -195,4 +207,4 @@ Unreleased Changes
|
|
195
207
|
1.0.0 (2019-12-03)
|
196
208
|
------------------
|
197
209
|
|
198
|
-
* Feature - Initial release of `aws-sdk-outposts`.
|
210
|
+
* Feature - Initial release of `aws-sdk-outposts`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.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.
|
1806
|
+
context[:gem_version] = '1.39.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?
|
@@ -9,103 +9,43 @@
|
|
9
9
|
|
10
10
|
module Aws::Outposts
|
11
11
|
class EndpointProvider
|
12
|
-
def
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
12
|
+
def resolve_endpoint(parameters)
|
13
|
+
region = parameters.region
|
14
|
+
use_dual_stack = parameters.use_dual_stack
|
15
|
+
use_fips = parameters.use_fips
|
16
|
+
endpoint = parameters.endpoint
|
17
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
+
end
|
22
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
+
end
|
25
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
+
end
|
27
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
+
return Aws::Endpoints::Endpoint.new(url: "https://outposts-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
+
end
|
31
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
+
end
|
33
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
35
|
+
return Aws::Endpoints::Endpoint.new(url: "https://outposts-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
+
end
|
37
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
38
|
+
end
|
39
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
41
|
+
return Aws::Endpoints::Endpoint.new(url: "https://outposts.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
42
|
+
end
|
43
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
44
|
+
end
|
45
|
+
return Aws::Endpoints::Endpoint.new(url: "https://outposts.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
21
46
|
end
|
22
|
-
|
23
|
-
end
|
47
|
+
raise ArgumentError, 'No endpoint could be resolved'
|
24
48
|
|
25
|
-
def resolve_endpoint(parameters)
|
26
|
-
@provider.resolve_endpoint(parameters)
|
27
49
|
end
|
28
|
-
|
29
|
-
# @api private
|
30
|
-
RULES = <<-JSON
|
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
|
85
|
-
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
|
108
|
-
|
109
|
-
JSON
|
110
50
|
end
|
111
51
|
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]
|
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.39.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:
|
11
|
+
date: 2023-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|