aws-sdk-outposts 1.100.0 → 1.102.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +6 -8
- data/lib/aws-sdk-outposts.rb +1 -1
- data/sig/client.rbs +5 -41
- data/sig/params.rbs +27 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c7bc6cae7e14f923ac0eb3f14c999c6a3eed92b0c7536944fe39851177117ba
|
|
4
|
+
data.tar.gz: 5204113bc46066532da904832b48f0ae9132ec37b49de33685a9567c5fe638b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27f8c0653d4b257352e4f55e8462169785b413cc6d687b50f13f90ea9ca281fbed3071f712ee49f2fc95939d2298a6e8efda9fedabf601970d33ed0763a5de70
|
|
7
|
+
data.tar.gz: 7dbc2f055f8b12f5a10a83f6f07c7399f3249c56c81037bfffdcf9d6b5c670e15a6c01f19d99d47b103fc2f9f3278967978cc161dbccf29abfabf3c99e750a48
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.102.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.101.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.100.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.102.0
|
|
@@ -199,7 +199,7 @@ module Aws::Outposts
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Outposts
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2551,7 +2549,7 @@ module Aws::Outposts
|
|
|
2551
2549
|
tracer: tracer
|
|
2552
2550
|
)
|
|
2553
2551
|
context[:gem_name] = 'aws-sdk-outposts'
|
|
2554
|
-
context[:gem_version] = '1.
|
|
2552
|
+
context[:gem_version] = '1.102.0'
|
|
2555
2553
|
Seahorse::Client::Request.new(handlers, context)
|
|
2556
2554
|
end
|
|
2557
2555
|
|
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.102.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|