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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46bd1dd11783ed98f3f1f4d067d8b324d3a5133376898959352b0fb1aa2464f1
4
- data.tar.gz: 97458a3915b192c9993fe79d3795ebbb7bb0e2896bcc614e983d37d147642b99
3
+ metadata.gz: cd9f07926ef1d79986add257ab75fb213f7843f11f16588c959b9e38ebfeb181
4
+ data.tar.gz: 6c4ca012df8091060456a99d84df709f52055355e73a1850e44f282fe92cef5e
5
5
  SHA512:
6
- metadata.gz: 934fce29f2a9b787c5b6db34e4cffa50605400efebbaaf1394a15e4623fbbe01b381d5f3719d22ea62ca1f30aa74e3f880c9e41f76bf7376398c5149b47d5bb8
7
- data.tar.gz: 4c5c8bffa9f30bad0e2f3818f2b52728f2d9d27b30a03005639f77fbb50c90280d0260f6a42b2690797fe047211ab530218f07b816a5229bd036847e392aa4ae
6
+ metadata.gz: afaac10f9672780948a161691ef4149c1cd25b4b0692d5c007211fdc6044d10b2a62ede1675585c08456970c03f88b44b3614efc7b17c88c475bb557494fad32
7
+ data.tar.gz: 7c753ea3803e1aacb79e4f50430ce224fa8c042ed28585d9002754dfe1328bb5047722a621fed68d6796acc7afddc5fb34ac35d246b5d2a92a424dd9088378e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.100.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -2551,7 +2551,7 @@ module Aws::Outposts
2551
2551
  tracer: tracer
2552
2552
  )
2553
2553
  context[:gem_name] = 'aws-sdk-outposts'
2554
- context[:gem_version] = '1.100.0'
2554
+ context[:gem_version] = '1.101.0'
2555
2555
  Seahorse::Client::Request.new(handlers, context)
2556
2556
  end
2557
2557
 
@@ -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.100.0'
57
+ GEM_VERSION = '1.101.0'
58
58
 
59
59
  end
60
60
 
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
- contact_name: ::String,
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.100.0
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