aws-sdk-outposts 1.100.0 → 1.101.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 +1 -1
- data/lib/aws-sdk-outposts.rb +1 -1
- data/sig/client.rbs +5 -41
- data/sig/params.rbs +27 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd9f07926ef1d79986add257ab75fb213f7843f11f16588c959b9e38ebfeb181
|
|
4
|
+
data.tar.gz: 6c4ca012df8091060456a99d84df709f52055355e73a1850e44f282fe92cef5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afaac10f9672780948a161691ef4149c1cd25b4b0692d5c007211fdc6044d10b2a62ede1675585c08456970c03f88b44b3614efc7b17c88c475bb557494fad32
|
|
7
|
+
data.tar.gz: 7c753ea3803e1aacb79e4f50430ce224fa8c042ed28585d9002754dfe1328bb5047722a621fed68d6796acc7afddc5fb34ac35d246b5d2a92a424dd9088378e6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.101.0
|
data/lib/aws-sdk-outposts.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -108,7 +108,7 @@ module Aws
|
|
|
108
108
|
{
|
|
109
109
|
catalog_item_id: ::String?,
|
|
110
110
|
quantity: ::Integer?
|
|
111
|
-
}
|
|
111
|
+
}
|
|
112
112
|
],
|
|
113
113
|
payment_option: ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT"),
|
|
114
114
|
?payment_term: ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
|
|
@@ -158,32 +158,8 @@ module Aws
|
|
|
158
158
|
?description: ::String,
|
|
159
159
|
?notes: ::String,
|
|
160
160
|
?tags: Hash[::String, ::String],
|
|
161
|
-
?operating_address:
|
|
162
|
-
|
|
163
|
-
contact_phone_number: ::String,
|
|
164
|
-
address_line_1: ::String,
|
|
165
|
-
address_line_2: ::String?,
|
|
166
|
-
address_line_3: ::String?,
|
|
167
|
-
city: ::String,
|
|
168
|
-
state_or_region: ::String,
|
|
169
|
-
district_or_county: ::String?,
|
|
170
|
-
postal_code: ::String,
|
|
171
|
-
country_code: ::String,
|
|
172
|
-
municipality: ::String?
|
|
173
|
-
},
|
|
174
|
-
?shipping_address: {
|
|
175
|
-
contact_name: ::String,
|
|
176
|
-
contact_phone_number: ::String,
|
|
177
|
-
address_line_1: ::String,
|
|
178
|
-
address_line_2: ::String?,
|
|
179
|
-
address_line_3: ::String?,
|
|
180
|
-
city: ::String,
|
|
181
|
-
state_or_region: ::String,
|
|
182
|
-
district_or_county: ::String?,
|
|
183
|
-
postal_code: ::String,
|
|
184
|
-
country_code: ::String,
|
|
185
|
-
municipality: ::String?
|
|
186
|
-
},
|
|
161
|
+
?operating_address: Params::address,
|
|
162
|
+
?shipping_address: Params::address,
|
|
187
163
|
?rack_physical_properties: {
|
|
188
164
|
power_draw_kva: ("POWER_5_KVA" | "POWER_10_KVA" | "POWER_15_KVA" | "POWER_30_KVA")?,
|
|
189
165
|
power_phase: ("SINGLE_PHASE" | "THREE_PHASE")?,
|
|
@@ -514,7 +490,7 @@ module Aws
|
|
|
514
490
|
{
|
|
515
491
|
instance_type: ::String,
|
|
516
492
|
count: ::Integer
|
|
517
|
-
}
|
|
493
|
+
}
|
|
518
494
|
],
|
|
519
495
|
?instances_to_exclude: {
|
|
520
496
|
instances: Array[::String]?,
|
|
@@ -607,19 +583,7 @@ module Aws
|
|
|
607
583
|
def update_site_address: (
|
|
608
584
|
site_id: ::String,
|
|
609
585
|
address_type: ("SHIPPING_ADDRESS" | "OPERATING_ADDRESS"),
|
|
610
|
-
address:
|
|
611
|
-
contact_name: ::String,
|
|
612
|
-
contact_phone_number: ::String,
|
|
613
|
-
address_line_1: ::String,
|
|
614
|
-
address_line_2: ::String?,
|
|
615
|
-
address_line_3: ::String?,
|
|
616
|
-
city: ::String,
|
|
617
|
-
state_or_region: ::String,
|
|
618
|
-
district_or_county: ::String?,
|
|
619
|
-
postal_code: ::String,
|
|
620
|
-
country_code: ::String,
|
|
621
|
-
municipality: ::String?
|
|
622
|
-
}
|
|
586
|
+
address: Params::address
|
|
623
587
|
) -> _UpdateSiteAddressResponseSuccess
|
|
624
588
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSiteAddressResponseSuccess
|
|
625
589
|
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Outposts
|
|
10
|
+
module Params
|
|
11
|
+
type address = {
|
|
12
|
+
contact_name: ::String,
|
|
13
|
+
contact_phone_number: ::String,
|
|
14
|
+
address_line_1: ::String,
|
|
15
|
+
address_line_2: ::String?,
|
|
16
|
+
address_line_3: ::String?,
|
|
17
|
+
city: ::String,
|
|
18
|
+
state_or_region: ::String,
|
|
19
|
+
district_or_county: ::String?,
|
|
20
|
+
postal_code: ::String,
|
|
21
|
+
country_code: ::String,
|
|
22
|
+
municipality: ::String?
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.101.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-outposts/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|