aws-sdk-outposts 1.78.0 → 1.79.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: 6989bd28d191844806cd617fa693ae57f58c82497af15dde8fe984220fb7d3c4
4
- data.tar.gz: 2e989f980b6d9018ddbe6a65ce5fd503eeb9a25c6be05af216222aa2e4283e5a
3
+ metadata.gz: 2ab45fb8498377d7e83270e9e3ec87875b906f4768680f95e0a9a27ce6bc926c
4
+ data.tar.gz: 385613f007ec31bf2c40b71eba5b8e725145c3ea53e1d67fcc619e6c4ab49973
5
5
  SHA512:
6
- metadata.gz: f081e45fe7bc3834b282bb06a76129dd94994a4a13032005994ba27d9497c841d21f7a2a185c832b9c63ba69196677ecfcb97451b25162c4a33aeb1acf5fa21e
7
- data.tar.gz: 4ecb51f32e5e0b8d78035e677d91f56d985342ad5c2a7f69f01b83b5000deb201a7854b5e57f349075dbf45f85d7975afc8cdadad56cb71a60c87d6a1ad3fc9f
6
+ metadata.gz: c60cb4dd110b7d005c7d8b2228a3cc943dc87153ae0bfc45813a1dc39a96bcbcf4b72b1e53a4388d249785014ff9343f10c372319859314a59b046e65c393dce
7
+ data.tar.gz: 91aeb1a964b03a7ff42b2962708c3969e84008a24c319893622d3ebe17ae9127f89dd0db6f37730927a4505d5adaca102b5366f82362abe1548d46c83a1b8208
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-03-31)
5
+ ------------------
6
+
7
+ * Feature - Enabling Asset Level Capacity Management feature, which allows customers to create a Capacity Task for a single Asset on their active Outpost.
8
+
4
9
  1.78.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -828,6 +828,7 @@ module Aws::Outposts
828
828
  # * {Types::GetCapacityTaskOutput#capacity_task_id #capacity_task_id} => String
829
829
  # * {Types::GetCapacityTaskOutput#outpost_id #outpost_id} => String
830
830
  # * {Types::GetCapacityTaskOutput#order_id #order_id} => String
831
+ # * {Types::GetCapacityTaskOutput#asset_id #asset_id} => String
831
832
  # * {Types::GetCapacityTaskOutput#requested_instance_pools #requested_instance_pools} => Array<Types::InstanceTypeCapacity>
832
833
  # * {Types::GetCapacityTaskOutput#instances_to_exclude #instances_to_exclude} => Types::InstancesToExclude
833
834
  # * {Types::GetCapacityTaskOutput#dry_run #dry_run} => Boolean
@@ -850,6 +851,7 @@ module Aws::Outposts
850
851
  # resp.capacity_task_id #=> String
851
852
  # resp.outpost_id #=> String
852
853
  # resp.order_id #=> String
854
+ # resp.asset_id #=> String
853
855
  # resp.requested_instance_pools #=> Array
854
856
  # resp.requested_instance_pools[0].instance_type #=> String
855
857
  # resp.requested_instance_pools[0].count #=> Integer
@@ -1113,6 +1115,10 @@ module Aws::Outposts
1113
1115
  # @option params [String] :order_id
1114
1116
  # The ID for the Amazon Web Services Outposts order.
1115
1117
  #
1118
+ # @option params [String] :asset_id
1119
+ # The ID of the Outpost asset. An Outpost asset can be a single server
1120
+ # within an Outposts rack or an Outposts server configuration.
1121
+ #
1116
1122
  # @option params [Integer] :max_results
1117
1123
  # The maximum page size.
1118
1124
  #
@@ -1131,6 +1137,7 @@ module Aws::Outposts
1131
1137
  # resp = client.get_outpost_supported_instance_types({
1132
1138
  # outpost_identifier: "OutpostIdentifier", # required
1133
1139
  # order_id: "OrderId",
1140
+ # asset_id: "AssetIdInput",
1134
1141
  # max_results: 1,
1135
1142
  # next_token: "Token",
1136
1143
  # })
@@ -1467,6 +1474,7 @@ module Aws::Outposts
1467
1474
  # resp.capacity_tasks[0].capacity_task_id #=> String
1468
1475
  # resp.capacity_tasks[0].outpost_id #=> String
1469
1476
  # resp.capacity_tasks[0].order_id #=> String
1477
+ # resp.capacity_tasks[0].asset_id #=> String
1470
1478
  # resp.capacity_tasks[0].capacity_task_status #=> String, one of "REQUESTED", "IN_PROGRESS", "FAILED", "COMPLETED", "WAITING_FOR_EVACUATION", "CANCELLATION_IN_PROGRESS", "CANCELLED"
1471
1479
  # resp.capacity_tasks[0].creation_date #=> Time
1472
1480
  # resp.capacity_tasks[0].completion_date #=> Time
@@ -1778,6 +1786,10 @@ module Aws::Outposts
1778
1786
  # The ID of the Amazon Web Services Outposts order associated with the
1779
1787
  # specified capacity task.
1780
1788
  #
1789
+ # @option params [String] :asset_id
1790
+ # The ID of the Outpost asset. An Outpost asset can be a single server
1791
+ # within an Outposts rack or an Outposts server configuration.
1792
+ #
1781
1793
  # @option params [required, Array<Types::InstanceTypeCapacity>] :instance_pools
1782
1794
  # The instance pools specified in the capacity task.
1783
1795
  #
@@ -1805,6 +1817,7 @@ module Aws::Outposts
1805
1817
  # * {Types::StartCapacityTaskOutput#capacity_task_id #capacity_task_id} => String
1806
1818
  # * {Types::StartCapacityTaskOutput#outpost_id #outpost_id} => String
1807
1819
  # * {Types::StartCapacityTaskOutput#order_id #order_id} => String
1820
+ # * {Types::StartCapacityTaskOutput#asset_id #asset_id} => String
1808
1821
  # * {Types::StartCapacityTaskOutput#requested_instance_pools #requested_instance_pools} => Array&lt;Types::InstanceTypeCapacity&gt;
1809
1822
  # * {Types::StartCapacityTaskOutput#instances_to_exclude #instances_to_exclude} => Types::InstancesToExclude
1810
1823
  # * {Types::StartCapacityTaskOutput#dry_run #dry_run} => Boolean
@@ -1820,6 +1833,7 @@ module Aws::Outposts
1820
1833
  # resp = client.start_capacity_task({
1821
1834
  # outpost_identifier: "OutpostIdentifier", # required
1822
1835
  # order_id: "OrderId",
1836
+ # asset_id: "AssetIdInput",
1823
1837
  # instance_pools: [ # required
1824
1838
  # {
1825
1839
  # instance_type: "InstanceTypeName", # required
@@ -1840,6 +1854,7 @@ module Aws::Outposts
1840
1854
  # resp.capacity_task_id #=> String
1841
1855
  # resp.outpost_id #=> String
1842
1856
  # resp.order_id #=> String
1857
+ # resp.asset_id #=> String
1843
1858
  # resp.requested_instance_pools #=> Array
1844
1859
  # resp.requested_instance_pools[0].instance_type #=> String
1845
1860
  # resp.requested_instance_pools[0].count #=> Integer
@@ -2336,7 +2351,7 @@ module Aws::Outposts
2336
2351
  tracer: tracer
2337
2352
  )
2338
2353
  context[:gem_name] = 'aws-sdk-outposts'
2339
- context[:gem_version] = '1.78.0'
2354
+ context[:gem_version] = '1.79.0'
2340
2355
  Seahorse::Client::Request.new(handlers, context)
2341
2356
  end
2342
2357
 
@@ -26,6 +26,7 @@ module Aws::Outposts
26
26
  AddressType = Shapes::StringShape.new(name: 'AddressType')
27
27
  Arn = Shapes::StringShape.new(name: 'Arn')
28
28
  AssetId = Shapes::StringShape.new(name: 'AssetId')
29
+ AssetIdInput = Shapes::StringShape.new(name: 'AssetIdInput')
29
30
  AssetIdList = Shapes::ListShape.new(name: 'AssetIdList')
30
31
  AssetInfo = Shapes::StructureShape.new(name: 'AssetInfo')
31
32
  AssetInstance = Shapes::StructureShape.new(name: 'AssetInstance')
@@ -330,6 +331,7 @@ module Aws::Outposts
330
331
  CapacityTaskSummary.add_member(:capacity_task_id, Shapes::ShapeRef.new(shape: CapacityTaskId, location_name: "CapacityTaskId"))
331
332
  CapacityTaskSummary.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostId, location_name: "OutpostId"))
332
333
  CapacityTaskSummary.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, location_name: "OrderId"))
334
+ CapacityTaskSummary.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "AssetId"))
333
335
  CapacityTaskSummary.add_member(:capacity_task_status, Shapes::ShapeRef.new(shape: CapacityTaskStatus, location_name: "CapacityTaskStatus"))
334
336
  CapacityTaskSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: ISO8601Timestamp, location_name: "CreationDate"))
335
337
  CapacityTaskSummary.add_member(:completion_date, Shapes::ShapeRef.new(shape: ISO8601Timestamp, location_name: "CompletionDate"))
@@ -432,6 +434,7 @@ module Aws::Outposts
432
434
  GetCapacityTaskOutput.add_member(:capacity_task_id, Shapes::ShapeRef.new(shape: CapacityTaskId, location_name: "CapacityTaskId"))
433
435
  GetCapacityTaskOutput.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostId, location_name: "OutpostId"))
434
436
  GetCapacityTaskOutput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, location_name: "OrderId"))
437
+ GetCapacityTaskOutput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "AssetId"))
435
438
  GetCapacityTaskOutput.add_member(:requested_instance_pools, Shapes::ShapeRef.new(shape: RequestedInstancePools, location_name: "RequestedInstancePools"))
436
439
  GetCapacityTaskOutput.add_member(:instances_to_exclude, Shapes::ShapeRef.new(shape: InstancesToExclude, location_name: "InstancesToExclude"))
437
440
  GetCapacityTaskOutput.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
@@ -481,6 +484,7 @@ module Aws::Outposts
481
484
 
482
485
  GetOutpostSupportedInstanceTypesInput.add_member(:outpost_identifier, Shapes::ShapeRef.new(shape: OutpostIdentifier, required: true, location: "uri", location_name: "OutpostId"))
483
486
  GetOutpostSupportedInstanceTypesInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, location: "querystring", location_name: "OrderId"))
487
+ GetOutpostSupportedInstanceTypesInput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetIdInput, location: "querystring", location_name: "AssetId"))
484
488
  GetOutpostSupportedInstanceTypesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults1000, location: "querystring", location_name: "MaxResults"))
485
489
  GetOutpostSupportedInstanceTypesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "NextToken"))
486
490
  GetOutpostSupportedInstanceTypesInput.struct_class = Types::GetOutpostSupportedInstanceTypesInput
@@ -727,6 +731,7 @@ module Aws::Outposts
727
731
 
728
732
  StartCapacityTaskInput.add_member(:outpost_identifier, Shapes::ShapeRef.new(shape: OutpostIdentifier, required: true, location: "uri", location_name: "OutpostId"))
729
733
  StartCapacityTaskInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, location_name: "OrderId"))
734
+ StartCapacityTaskInput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetIdInput, location_name: "AssetId"))
730
735
  StartCapacityTaskInput.add_member(:instance_pools, Shapes::ShapeRef.new(shape: RequestedInstancePools, required: true, location_name: "InstancePools"))
731
736
  StartCapacityTaskInput.add_member(:instances_to_exclude, Shapes::ShapeRef.new(shape: InstancesToExclude, location_name: "InstancesToExclude"))
732
737
  StartCapacityTaskInput.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
@@ -736,6 +741,7 @@ module Aws::Outposts
736
741
  StartCapacityTaskOutput.add_member(:capacity_task_id, Shapes::ShapeRef.new(shape: CapacityTaskId, location_name: "CapacityTaskId"))
737
742
  StartCapacityTaskOutput.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostId, location_name: "OutpostId"))
738
743
  StartCapacityTaskOutput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, location_name: "OrderId"))
744
+ StartCapacityTaskOutput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "AssetId"))
739
745
  StartCapacityTaskOutput.add_member(:requested_instance_pools, Shapes::ShapeRef.new(shape: RequestedInstancePools, location_name: "RequestedInstancePools"))
740
746
  StartCapacityTaskOutput.add_member(:instances_to_exclude, Shapes::ShapeRef.new(shape: InstancesToExclude, location_name: "InstancesToExclude"))
741
747
  StartCapacityTaskOutput.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
@@ -90,7 +90,8 @@ module Aws::Outposts
90
90
  # Information about hardware assets.
91
91
  #
92
92
  # @!attribute [rw] asset_id
93
- # The ID of the asset.
93
+ # The ID of the asset. An Outpost asset can be a single server within
94
+ # an Outposts rack or an Outposts server configuration.
94
95
  # @return [String]
95
96
  #
96
97
  # @!attribute [rw] rack_id
@@ -132,7 +133,8 @@ module Aws::Outposts
132
133
  # @return [String]
133
134
  #
134
135
  # @!attribute [rw] asset_id
135
- # The ID of the asset.
136
+ # The ID of the asset. An Outpost asset can be a single server within
137
+ # an Outposts rack or an Outposts server configuration.
136
138
  # @return [String]
137
139
  #
138
140
  # @!attribute [rw] account_id
@@ -286,6 +288,11 @@ module Aws::Outposts
286
288
  # associated with the capacity task.
287
289
  # @return [String]
288
290
  #
291
+ # @!attribute [rw] asset_id
292
+ # The ID of the asset. An Outpost asset can be a single server within
293
+ # an Outposts rack or an Outposts server configuration.
294
+ # @return [String]
295
+ #
289
296
  # @!attribute [rw] capacity_task_status
290
297
  # The status of the capacity task.
291
298
  # @return [String]
@@ -308,6 +315,7 @@ module Aws::Outposts
308
315
  :capacity_task_id,
309
316
  :outpost_id,
310
317
  :order_id,
318
+ :asset_id,
311
319
  :capacity_task_status,
312
320
  :creation_date,
313
321
  :completion_date,
@@ -717,6 +725,11 @@ module Aws::Outposts
717
725
  # specified capacity task.
718
726
  # @return [String]
719
727
  #
728
+ # @!attribute [rw] asset_id
729
+ # The ID of the Outpost asset. An Outpost asset can be a single server
730
+ # within an Outposts rack or an Outposts server configuration.
731
+ # @return [String]
732
+ #
720
733
  # @!attribute [rw] requested_instance_pools
721
734
  # List of instance pools requested in the capacity task.
722
735
  # @return [Array<Types::InstanceTypeCapacity>]
@@ -742,9 +755,18 @@ module Aws::Outposts
742
755
  # * `IN_PROGRESS` - The capacity task is running and cannot be
743
756
  # cancelled.
744
757
  #
758
+ # * `FAILED` - The capacity task could not be completed.
759
+ #
760
+ # * `COMPLETED` - The capacity task has completed successfully.
761
+ #
745
762
  # * `WAITING_FOR_EVACUATION` - The capacity task requires capacity to
746
763
  # run. You must stop the recommended EC2 running instances to free
747
764
  # up capacity for the task to run.
765
+ #
766
+ # * `CANCELLATION_IN_PROGRESS` - The capacity task has been cancelled
767
+ # and is in the process of cleaning up resources.
768
+ #
769
+ # * `CANCELLED` - The capacity task is cancelled.
748
770
  # @return [String]
749
771
  #
750
772
  # @!attribute [rw] failed
@@ -780,6 +802,7 @@ module Aws::Outposts
780
802
  :capacity_task_id,
781
803
  :outpost_id,
782
804
  :order_id,
805
+ :asset_id,
783
806
  :requested_instance_pools,
784
807
  :instances_to_exclude,
785
808
  :dry_run,
@@ -951,6 +974,11 @@ module Aws::Outposts
951
974
  # The ID for the Amazon Web Services Outposts order.
952
975
  # @return [String]
953
976
  #
977
+ # @!attribute [rw] asset_id
978
+ # The ID of the Outpost asset. An Outpost asset can be a single server
979
+ # within an Outposts rack or an Outposts server configuration.
980
+ # @return [String]
981
+ #
954
982
  # @!attribute [rw] max_results
955
983
  # The maximum page size.
956
984
  # @return [Integer]
@@ -964,6 +992,7 @@ module Aws::Outposts
964
992
  class GetOutpostSupportedInstanceTypesInput < Struct.new(
965
993
  :outpost_identifier,
966
994
  :order_id,
995
+ :asset_id,
967
996
  :max_results,
968
997
  :next_token)
969
998
  SENSITIVE = []
@@ -1182,7 +1211,8 @@ module Aws::Outposts
1182
1211
  # Information about a line item asset.
1183
1212
  #
1184
1213
  # @!attribute [rw] asset_id
1185
- # The ID of the asset.
1214
+ # The ID of the asset. An Outpost asset can be a single server within
1215
+ # an Outposts rack or an Outposts server configuration.
1186
1216
  # @return [String]
1187
1217
  #
1188
1218
  # @!attribute [rw] mac_address_list
@@ -2022,6 +2052,11 @@ module Aws::Outposts
2022
2052
  # specified capacity task.
2023
2053
  # @return [String]
2024
2054
  #
2055
+ # @!attribute [rw] asset_id
2056
+ # The ID of the Outpost asset. An Outpost asset can be a single server
2057
+ # within an Outposts rack or an Outposts server configuration.
2058
+ # @return [String]
2059
+ #
2025
2060
  # @!attribute [rw] instance_pools
2026
2061
  # The instance pools specified in the capacity task.
2027
2062
  # @return [Array<Types::InstanceTypeCapacity>]
@@ -2053,6 +2088,7 @@ module Aws::Outposts
2053
2088
  class StartCapacityTaskInput < Struct.new(
2054
2089
  :outpost_identifier,
2055
2090
  :order_id,
2091
+ :asset_id,
2056
2092
  :instance_pools,
2057
2093
  :instances_to_exclude,
2058
2094
  :dry_run,
@@ -2074,6 +2110,11 @@ module Aws::Outposts
2074
2110
  # with the capacity task.
2075
2111
  # @return [String]
2076
2112
  #
2113
+ # @!attribute [rw] asset_id
2114
+ # The ID of the asset. An Outpost asset can be a single server within
2115
+ # an Outposts rack or an Outposts server configuration.
2116
+ # @return [String]
2117
+ #
2077
2118
  # @!attribute [rw] requested_instance_pools
2078
2119
  # List of the instance pools requested in the specified capacity task.
2079
2120
  # @return [Array<Types::InstanceTypeCapacity>]
@@ -2125,6 +2166,7 @@ module Aws::Outposts
2125
2166
  :capacity_task_id,
2126
2167
  :outpost_id,
2127
2168
  :order_id,
2169
+ :asset_id,
2128
2170
  :requested_instance_pools,
2129
2171
  :instances_to_exclude,
2130
2172
  :dry_run,
@@ -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.78.0'
57
+ GEM_VERSION = '1.79.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -203,6 +203,7 @@ module Aws
203
203
  def capacity_task_id: () -> ::String
204
204
  def outpost_id: () -> ::String
205
205
  def order_id: () -> ::String
206
+ def asset_id: () -> ::String
206
207
  def requested_instance_pools: () -> ::Array[Types::InstanceTypeCapacity]
207
208
  def instances_to_exclude: () -> Types::InstancesToExclude
208
209
  def dry_run: () -> bool
@@ -285,6 +286,7 @@ module Aws
285
286
  def get_outpost_supported_instance_types: (
286
287
  outpost_identifier: ::String,
287
288
  ?order_id: ::String,
289
+ ?asset_id: ::String,
288
290
  ?max_results: ::Integer,
289
291
  ?next_token: ::String
290
292
  ) -> _GetOutpostSupportedInstanceTypesResponseSuccess
@@ -446,6 +448,7 @@ module Aws
446
448
  def capacity_task_id: () -> ::String
447
449
  def outpost_id: () -> ::String
448
450
  def order_id: () -> ::String
451
+ def asset_id: () -> ::String
449
452
  def requested_instance_pools: () -> ::Array[Types::InstanceTypeCapacity]
450
453
  def instances_to_exclude: () -> Types::InstancesToExclude
451
454
  def dry_run: () -> bool
@@ -460,6 +463,7 @@ module Aws
460
463
  def start_capacity_task: (
461
464
  outpost_identifier: ::String,
462
465
  ?order_id: ::String,
466
+ ?asset_id: ::String,
463
467
  instance_pools: Array[
464
468
  {
465
469
  instance_type: ::String,
data/sig/types.rbs CHANGED
@@ -91,6 +91,7 @@ module Aws::Outposts
91
91
  attr_accessor capacity_task_id: ::String
92
92
  attr_accessor outpost_id: ::String
93
93
  attr_accessor order_id: ::String
94
+ attr_accessor asset_id: ::String
94
95
  attr_accessor capacity_task_status: ("REQUESTED" | "IN_PROGRESS" | "FAILED" | "COMPLETED" | "WAITING_FOR_EVACUATION" | "CANCELLATION_IN_PROGRESS" | "CANCELLED")
95
96
  attr_accessor creation_date: ::Time
96
97
  attr_accessor completion_date: ::Time
@@ -213,6 +214,7 @@ module Aws::Outposts
213
214
  attr_accessor capacity_task_id: ::String
214
215
  attr_accessor outpost_id: ::String
215
216
  attr_accessor order_id: ::String
217
+ attr_accessor asset_id: ::String
216
218
  attr_accessor requested_instance_pools: ::Array[Types::InstanceTypeCapacity]
217
219
  attr_accessor instances_to_exclude: Types::InstancesToExclude
218
220
  attr_accessor dry_run: bool
@@ -284,6 +286,7 @@ module Aws::Outposts
284
286
  class GetOutpostSupportedInstanceTypesInput
285
287
  attr_accessor outpost_identifier: ::String
286
288
  attr_accessor order_id: ::String
289
+ attr_accessor asset_id: ::String
287
290
  attr_accessor max_results: ::Integer
288
291
  attr_accessor next_token: ::String
289
292
  SENSITIVE: []
@@ -581,6 +584,7 @@ module Aws::Outposts
581
584
  class StartCapacityTaskInput
582
585
  attr_accessor outpost_identifier: ::String
583
586
  attr_accessor order_id: ::String
587
+ attr_accessor asset_id: ::String
584
588
  attr_accessor instance_pools: ::Array[Types::InstanceTypeCapacity]
585
589
  attr_accessor instances_to_exclude: Types::InstancesToExclude
586
590
  attr_accessor dry_run: bool
@@ -592,6 +596,7 @@ module Aws::Outposts
592
596
  attr_accessor capacity_task_id: ::String
593
597
  attr_accessor outpost_id: ::String
594
598
  attr_accessor order_id: ::String
599
+ attr_accessor asset_id: ::String
595
600
  attr_accessor requested_instance_pools: ::Array[Types::InstanceTypeCapacity]
596
601
  attr_accessor instances_to_exclude: Types::InstancesToExclude
597
602
  attr_accessor dry_run: bool
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.78.0
4
+ version: 1.79.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core