aws-sdk-outposts 1.21.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,25 +15,59 @@ module Aws::Outposts
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  AccountId = Shapes::StringShape.new(name: 'AccountId')
18
+ Address = Shapes::StructureShape.new(name: 'Address')
19
+ AddressLine1 = Shapes::StringShape.new(name: 'AddressLine1')
20
+ AddressLine2 = Shapes::StringShape.new(name: 'AddressLine2')
21
+ AddressLine3 = Shapes::StringShape.new(name: 'AddressLine3')
22
+ AddressType = Shapes::StringShape.new(name: 'AddressType')
18
23
  Arn = Shapes::StringShape.new(name: 'Arn')
19
24
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
20
25
  AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
21
26
  AvailabilityZoneIdList = Shapes::ListShape.new(name: 'AvailabilityZoneIdList')
22
27
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
28
+ CancelOrderInput = Shapes::StructureShape.new(name: 'CancelOrderInput')
29
+ CancelOrderOutput = Shapes::StructureShape.new(name: 'CancelOrderOutput')
30
+ CatalogItem = Shapes::StructureShape.new(name: 'CatalogItem')
31
+ CatalogItemClass = Shapes::StringShape.new(name: 'CatalogItemClass')
32
+ CatalogItemClassList = Shapes::ListShape.new(name: 'CatalogItemClassList')
33
+ CatalogItemListDefinition = Shapes::ListShape.new(name: 'CatalogItemListDefinition')
34
+ CatalogItemPowerKva = Shapes::FloatShape.new(name: 'CatalogItemPowerKva')
35
+ CatalogItemStatus = Shapes::StringShape.new(name: 'CatalogItemStatus')
36
+ CatalogItemWeightLbs = Shapes::IntegerShape.new(name: 'CatalogItemWeightLbs')
37
+ City = Shapes::StringShape.new(name: 'City')
23
38
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
39
+ ContactName = Shapes::StringShape.new(name: 'ContactName')
40
+ ContactPhoneNumber = Shapes::StringShape.new(name: 'ContactPhoneNumber')
41
+ CountryCode = Shapes::StringShape.new(name: 'CountryCode')
24
42
  CreateOrderInput = Shapes::StructureShape.new(name: 'CreateOrderInput')
25
43
  CreateOrderOutput = Shapes::StructureShape.new(name: 'CreateOrderOutput')
26
44
  CreateOutpostInput = Shapes::StructureShape.new(name: 'CreateOutpostInput')
27
45
  CreateOutpostOutput = Shapes::StructureShape.new(name: 'CreateOutpostOutput')
46
+ CreateSiteInput = Shapes::StructureShape.new(name: 'CreateSiteInput')
47
+ CreateSiteOutput = Shapes::StructureShape.new(name: 'CreateSiteOutput')
28
48
  DeleteOutpostInput = Shapes::StructureShape.new(name: 'DeleteOutpostInput')
29
49
  DeleteOutpostOutput = Shapes::StructureShape.new(name: 'DeleteOutpostOutput')
30
50
  DeleteSiteInput = Shapes::StructureShape.new(name: 'DeleteSiteInput')
31
51
  DeleteSiteOutput = Shapes::StructureShape.new(name: 'DeleteSiteOutput')
52
+ DistrictOrCounty = Shapes::StringShape.new(name: 'DistrictOrCounty')
53
+ EC2Capacity = Shapes::StructureShape.new(name: 'EC2Capacity')
54
+ EC2CapacityListDefinition = Shapes::ListShape.new(name: 'EC2CapacityListDefinition')
55
+ EC2FamilyList = Shapes::ListShape.new(name: 'EC2FamilyList')
32
56
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
57
+ Family = Shapes::StringShape.new(name: 'Family')
58
+ FiberOpticCableType = Shapes::StringShape.new(name: 'FiberOpticCableType')
59
+ GetCatalogItemInput = Shapes::StructureShape.new(name: 'GetCatalogItemInput')
60
+ GetCatalogItemOutput = Shapes::StructureShape.new(name: 'GetCatalogItemOutput')
61
+ GetOrderInput = Shapes::StructureShape.new(name: 'GetOrderInput')
62
+ GetOrderOutput = Shapes::StructureShape.new(name: 'GetOrderOutput')
33
63
  GetOutpostInput = Shapes::StructureShape.new(name: 'GetOutpostInput')
34
64
  GetOutpostInstanceTypesInput = Shapes::StructureShape.new(name: 'GetOutpostInstanceTypesInput')
35
65
  GetOutpostInstanceTypesOutput = Shapes::StructureShape.new(name: 'GetOutpostInstanceTypesOutput')
36
66
  GetOutpostOutput = Shapes::StructureShape.new(name: 'GetOutpostOutput')
67
+ GetSiteAddressInput = Shapes::StructureShape.new(name: 'GetSiteAddressInput')
68
+ GetSiteAddressOutput = Shapes::StructureShape.new(name: 'GetSiteAddressOutput')
69
+ GetSiteInput = Shapes::StructureShape.new(name: 'GetSiteInput')
70
+ GetSiteOutput = Shapes::StructureShape.new(name: 'GetSiteOutput')
37
71
  ISO8601Timestamp = Shapes::TimestampShape.new(name: 'ISO8601Timestamp')
38
72
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
39
73
  InstanceTypeItem = Shapes::StructureShape.new(name: 'InstanceTypeItem')
@@ -47,6 +81,12 @@ module Aws::Outposts
47
81
  LineItemQuantity = Shapes::IntegerShape.new(name: 'LineItemQuantity')
48
82
  LineItemRequest = Shapes::StructureShape.new(name: 'LineItemRequest')
49
83
  LineItemRequestListDefinition = Shapes::ListShape.new(name: 'LineItemRequestListDefinition')
84
+ LineItemStatus = Shapes::StringShape.new(name: 'LineItemStatus')
85
+ LineItemStatusCounts = Shapes::MapShape.new(name: 'LineItemStatusCounts')
86
+ ListCatalogItemsInput = Shapes::StructureShape.new(name: 'ListCatalogItemsInput')
87
+ ListCatalogItemsOutput = Shapes::StructureShape.new(name: 'ListCatalogItemsOutput')
88
+ ListOrdersInput = Shapes::StructureShape.new(name: 'ListOrdersInput')
89
+ ListOrdersOutput = Shapes::StructureShape.new(name: 'ListOrdersOutput')
50
90
  ListOutpostsInput = Shapes::StructureShape.new(name: 'ListOutpostsInput')
51
91
  ListOutpostsOutput = Shapes::StructureShape.new(name: 'ListOutpostsOutput')
52
92
  ListSitesInput = Shapes::StructureShape.new(name: 'ListSitesInput')
@@ -54,10 +94,17 @@ module Aws::Outposts
54
94
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
55
95
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
56
96
  MaxResults1000 = Shapes::IntegerShape.new(name: 'MaxResults1000')
97
+ MaxSize = Shapes::StringShape.new(name: 'MaxSize')
98
+ MaximumSupportedWeightLbs = Shapes::StringShape.new(name: 'MaximumSupportedWeightLbs')
99
+ Municipality = Shapes::StringShape.new(name: 'Municipality')
57
100
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
101
+ OpticalStandard = Shapes::StringShape.new(name: 'OpticalStandard')
58
102
  Order = Shapes::StructureShape.new(name: 'Order')
59
103
  OrderId = Shapes::StringShape.new(name: 'OrderId')
60
104
  OrderStatus = Shapes::StringShape.new(name: 'OrderStatus')
105
+ OrderSummary = Shapes::StructureShape.new(name: 'OrderSummary')
106
+ OrderSummaryListDefinition = Shapes::ListShape.new(name: 'OrderSummaryListDefinition')
107
+ OrderType = Shapes::StringShape.new(name: 'OrderType')
61
108
  Outpost = Shapes::StructureShape.new(name: 'Outpost')
62
109
  OutpostArn = Shapes::StringShape.new(name: 'OutpostArn')
63
110
  OutpostDescription = Shapes::StringShape.new(name: 'OutpostDescription')
@@ -68,6 +115,13 @@ module Aws::Outposts
68
115
  OwnerId = Shapes::StringShape.new(name: 'OwnerId')
69
116
  PaymentOption = Shapes::StringShape.new(name: 'PaymentOption')
70
117
  PaymentTerm = Shapes::StringShape.new(name: 'PaymentTerm')
118
+ PostalCode = Shapes::StringShape.new(name: 'PostalCode')
119
+ PowerConnector = Shapes::StringShape.new(name: 'PowerConnector')
120
+ PowerDrawKva = Shapes::StringShape.new(name: 'PowerDrawKva')
121
+ PowerFeedDrop = Shapes::StringShape.new(name: 'PowerFeedDrop')
122
+ PowerPhase = Shapes::StringShape.new(name: 'PowerPhase')
123
+ Quantity = Shapes::StringShape.new(name: 'Quantity')
124
+ RackPhysicalProperties = Shapes::StructureShape.new(name: 'RackPhysicalProperties')
71
125
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
72
126
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
73
127
  Site = Shapes::StructureShape.new(name: 'Site')
@@ -75,9 +129,15 @@ module Aws::Outposts
75
129
  SiteDescription = Shapes::StringShape.new(name: 'SiteDescription')
76
130
  SiteId = Shapes::StringShape.new(name: 'SiteId')
77
131
  SiteName = Shapes::StringShape.new(name: 'SiteName')
132
+ SiteNotes = Shapes::StringShape.new(name: 'SiteNotes')
78
133
  SkuCode = Shapes::StringShape.new(name: 'SkuCode')
79
- Status = Shapes::StringShape.new(name: 'Status')
134
+ StateOrRegion = Shapes::StringShape.new(name: 'StateOrRegion')
80
135
  String = Shapes::StringShape.new(name: 'String')
136
+ SupportedHardwareType = Shapes::StringShape.new(name: 'SupportedHardwareType')
137
+ SupportedStorageEnum = Shapes::StringShape.new(name: 'SupportedStorageEnum')
138
+ SupportedStorageList = Shapes::ListShape.new(name: 'SupportedStorageList')
139
+ SupportedUplinkGbps = Shapes::IntegerShape.new(name: 'SupportedUplinkGbps')
140
+ SupportedUplinkGbpsListDefinition = Shapes::ListShape.new(name: 'SupportedUplinkGbpsListDefinition')
81
141
  TagKey = Shapes::StringShape.new(name: 'TagKey')
82
142
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
83
143
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -87,6 +147,14 @@ module Aws::Outposts
87
147
  Token = Shapes::StringShape.new(name: 'Token')
88
148
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
89
149
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
150
+ UpdateSiteAddressInput = Shapes::StructureShape.new(name: 'UpdateSiteAddressInput')
151
+ UpdateSiteAddressOutput = Shapes::StructureShape.new(name: 'UpdateSiteAddressOutput')
152
+ UpdateSiteInput = Shapes::StructureShape.new(name: 'UpdateSiteInput')
153
+ UpdateSiteOutput = Shapes::StructureShape.new(name: 'UpdateSiteOutput')
154
+ UpdateSiteRackPhysicalPropertiesInput = Shapes::StructureShape.new(name: 'UpdateSiteRackPhysicalPropertiesInput')
155
+ UpdateSiteRackPhysicalPropertiesOutput = Shapes::StructureShape.new(name: 'UpdateSiteRackPhysicalPropertiesOutput')
156
+ UplinkCount = Shapes::StringShape.new(name: 'UplinkCount')
157
+ UplinkGbps = Shapes::StringShape.new(name: 'UplinkGbps')
90
158
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
91
159
  outpostListDefinition = Shapes::ListShape.new(name: 'outpostListDefinition')
92
160
  siteListDefinition = Shapes::ListShape.new(name: 'siteListDefinition')
@@ -94,10 +162,41 @@ module Aws::Outposts
94
162
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
95
163
  AccessDeniedException.struct_class = Types::AccessDeniedException
96
164
 
165
+ Address.add_member(:contact_name, Shapes::ShapeRef.new(shape: ContactName, location_name: "ContactName"))
166
+ Address.add_member(:contact_phone_number, Shapes::ShapeRef.new(shape: ContactPhoneNumber, location_name: "ContactPhoneNumber"))
167
+ Address.add_member(:address_line_1, Shapes::ShapeRef.new(shape: AddressLine1, required: true, location_name: "AddressLine1"))
168
+ Address.add_member(:address_line_2, Shapes::ShapeRef.new(shape: AddressLine2, location_name: "AddressLine2"))
169
+ Address.add_member(:address_line_3, Shapes::ShapeRef.new(shape: AddressLine3, location_name: "AddressLine3"))
170
+ Address.add_member(:city, Shapes::ShapeRef.new(shape: City, required: true, location_name: "City"))
171
+ Address.add_member(:state_or_region, Shapes::ShapeRef.new(shape: StateOrRegion, required: true, location_name: "StateOrRegion"))
172
+ Address.add_member(:district_or_county, Shapes::ShapeRef.new(shape: DistrictOrCounty, location_name: "DistrictOrCounty"))
173
+ Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: PostalCode, required: true, location_name: "PostalCode"))
174
+ Address.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, required: true, location_name: "CountryCode"))
175
+ Address.add_member(:municipality, Shapes::ShapeRef.new(shape: Municipality, location_name: "Municipality"))
176
+ Address.struct_class = Types::Address
177
+
97
178
  AvailabilityZoneIdList.member = Shapes::ShapeRef.new(shape: AvailabilityZoneId)
98
179
 
99
180
  AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
100
181
 
182
+ CancelOrderInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, required: true, location: "uri", location_name: "OrderId"))
183
+ CancelOrderInput.struct_class = Types::CancelOrderInput
184
+
185
+ CancelOrderOutput.struct_class = Types::CancelOrderOutput
186
+
187
+ CatalogItem.add_member(:catalog_item_id, Shapes::ShapeRef.new(shape: SkuCode, location_name: "CatalogItemId"))
188
+ CatalogItem.add_member(:item_status, Shapes::ShapeRef.new(shape: CatalogItemStatus, location_name: "ItemStatus"))
189
+ CatalogItem.add_member(:ec2_capacities, Shapes::ShapeRef.new(shape: EC2CapacityListDefinition, location_name: "EC2Capacities"))
190
+ CatalogItem.add_member(:power_kva, Shapes::ShapeRef.new(shape: CatalogItemPowerKva, location_name: "PowerKva"))
191
+ CatalogItem.add_member(:weight_lbs, Shapes::ShapeRef.new(shape: CatalogItemWeightLbs, location_name: "WeightLbs"))
192
+ CatalogItem.add_member(:supported_uplink_gbps, Shapes::ShapeRef.new(shape: SupportedUplinkGbpsListDefinition, location_name: "SupportedUplinkGbps"))
193
+ CatalogItem.add_member(:supported_storage, Shapes::ShapeRef.new(shape: SupportedStorageList, location_name: "SupportedStorage"))
194
+ CatalogItem.struct_class = Types::CatalogItem
195
+
196
+ CatalogItemClassList.member = Shapes::ShapeRef.new(shape: CatalogItemClass)
197
+
198
+ CatalogItemListDefinition.member = Shapes::ShapeRef.new(shape: CatalogItem)
199
+
101
200
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
102
201
  ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
103
202
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
@@ -118,11 +217,24 @@ module Aws::Outposts
118
217
  CreateOutpostInput.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
119
218
  CreateOutpostInput.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
120
219
  CreateOutpostInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
220
+ CreateOutpostInput.add_member(:supported_hardware_type, Shapes::ShapeRef.new(shape: SupportedHardwareType, location_name: "SupportedHardwareType"))
121
221
  CreateOutpostInput.struct_class = Types::CreateOutpostInput
122
222
 
123
223
  CreateOutpostOutput.add_member(:outpost, Shapes::ShapeRef.new(shape: Outpost, location_name: "Outpost"))
124
224
  CreateOutpostOutput.struct_class = Types::CreateOutpostOutput
125
225
 
226
+ CreateSiteInput.add_member(:name, Shapes::ShapeRef.new(shape: SiteName, required: true, location_name: "Name"))
227
+ CreateSiteInput.add_member(:description, Shapes::ShapeRef.new(shape: SiteDescription, location_name: "Description"))
228
+ CreateSiteInput.add_member(:notes, Shapes::ShapeRef.new(shape: SiteNotes, location_name: "Notes"))
229
+ CreateSiteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
230
+ CreateSiteInput.add_member(:operating_address, Shapes::ShapeRef.new(shape: Address, location_name: "OperatingAddress"))
231
+ CreateSiteInput.add_member(:shipping_address, Shapes::ShapeRef.new(shape: Address, location_name: "ShippingAddress"))
232
+ CreateSiteInput.add_member(:rack_physical_properties, Shapes::ShapeRef.new(shape: RackPhysicalProperties, location_name: "RackPhysicalProperties"))
233
+ CreateSiteInput.struct_class = Types::CreateSiteInput
234
+
235
+ CreateSiteOutput.add_member(:site, Shapes::ShapeRef.new(shape: Site, location_name: "Site"))
236
+ CreateSiteOutput.struct_class = Types::CreateSiteOutput
237
+
126
238
  DeleteOutpostInput.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostId, required: true, location: "uri", location_name: "OutpostId"))
127
239
  DeleteOutpostInput.struct_class = Types::DeleteOutpostInput
128
240
 
@@ -133,6 +245,27 @@ module Aws::Outposts
133
245
 
134
246
  DeleteSiteOutput.struct_class = Types::DeleteSiteOutput
135
247
 
248
+ EC2Capacity.add_member(:family, Shapes::ShapeRef.new(shape: Family, location_name: "Family"))
249
+ EC2Capacity.add_member(:max_size, Shapes::ShapeRef.new(shape: MaxSize, location_name: "MaxSize"))
250
+ EC2Capacity.add_member(:quantity, Shapes::ShapeRef.new(shape: Quantity, location_name: "Quantity"))
251
+ EC2Capacity.struct_class = Types::EC2Capacity
252
+
253
+ EC2CapacityListDefinition.member = Shapes::ShapeRef.new(shape: EC2Capacity)
254
+
255
+ EC2FamilyList.member = Shapes::ShapeRef.new(shape: Family)
256
+
257
+ GetCatalogItemInput.add_member(:catalog_item_id, Shapes::ShapeRef.new(shape: SkuCode, required: true, location: "uri", location_name: "CatalogItemId"))
258
+ GetCatalogItemInput.struct_class = Types::GetCatalogItemInput
259
+
260
+ GetCatalogItemOutput.add_member(:catalog_item, Shapes::ShapeRef.new(shape: CatalogItem, location_name: "CatalogItem"))
261
+ GetCatalogItemOutput.struct_class = Types::GetCatalogItemOutput
262
+
263
+ GetOrderInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, required: true, location: "uri", location_name: "OrderId"))
264
+ GetOrderInput.struct_class = Types::GetOrderInput
265
+
266
+ GetOrderOutput.add_member(:order, Shapes::ShapeRef.new(shape: Order, location_name: "Order"))
267
+ GetOrderOutput.struct_class = Types::GetOrderOutput
268
+
136
269
  GetOutpostInput.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostId, required: true, location: "uri", location_name: "OutpostId"))
137
270
  GetOutpostInput.struct_class = Types::GetOutpostInput
138
271
 
@@ -150,6 +283,21 @@ module Aws::Outposts
150
283
  GetOutpostOutput.add_member(:outpost, Shapes::ShapeRef.new(shape: Outpost, location_name: "Outpost"))
151
284
  GetOutpostOutput.struct_class = Types::GetOutpostOutput
152
285
 
286
+ GetSiteAddressInput.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location: "uri", location_name: "SiteId"))
287
+ GetSiteAddressInput.add_member(:address_type, Shapes::ShapeRef.new(shape: AddressType, required: true, location: "querystring", location_name: "AddressType"))
288
+ GetSiteAddressInput.struct_class = Types::GetSiteAddressInput
289
+
290
+ GetSiteAddressOutput.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location_name: "SiteId"))
291
+ GetSiteAddressOutput.add_member(:address_type, Shapes::ShapeRef.new(shape: AddressType, location_name: "AddressType"))
292
+ GetSiteAddressOutput.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
293
+ GetSiteAddressOutput.struct_class = Types::GetSiteAddressOutput
294
+
295
+ GetSiteInput.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location: "uri", location_name: "SiteId"))
296
+ GetSiteInput.struct_class = Types::GetSiteInput
297
+
298
+ GetSiteOutput.add_member(:site, Shapes::ShapeRef.new(shape: Site, location_name: "Site"))
299
+ GetSiteOutput.struct_class = Types::GetSiteOutput
300
+
153
301
  InstanceTypeItem.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
154
302
  InstanceTypeItem.struct_class = Types::InstanceTypeItem
155
303
 
@@ -163,7 +311,7 @@ module Aws::Outposts
163
311
  LineItem.add_member(:catalog_item_id, Shapes::ShapeRef.new(shape: SkuCode, location_name: "CatalogItemId"))
164
312
  LineItem.add_member(:line_item_id, Shapes::ShapeRef.new(shape: LineItemId, location_name: "LineItemId"))
165
313
  LineItem.add_member(:quantity, Shapes::ShapeRef.new(shape: LineItemQuantity, location_name: "Quantity"))
166
- LineItem.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
314
+ LineItem.add_member(:status, Shapes::ShapeRef.new(shape: LineItemStatus, location_name: "Status"))
167
315
  LineItem.struct_class = Types::LineItem
168
316
 
169
317
  LineItemListDefinition.member = Shapes::ShapeRef.new(shape: LineItem)
@@ -174,6 +322,29 @@ module Aws::Outposts
174
322
 
175
323
  LineItemRequestListDefinition.member = Shapes::ShapeRef.new(shape: LineItemRequest)
176
324
 
325
+ LineItemStatusCounts.key = Shapes::ShapeRef.new(shape: LineItemStatus)
326
+ LineItemStatusCounts.value = Shapes::ShapeRef.new(shape: LineItemQuantity)
327
+
328
+ ListCatalogItemsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "NextToken"))
329
+ ListCatalogItemsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults1000, location: "querystring", location_name: "MaxResults"))
330
+ ListCatalogItemsInput.add_member(:item_class_filter, Shapes::ShapeRef.new(shape: CatalogItemClassList, location: "querystring", location_name: "ItemClassFilter"))
331
+ ListCatalogItemsInput.add_member(:supported_storage_filter, Shapes::ShapeRef.new(shape: SupportedStorageList, location: "querystring", location_name: "SupportedStorageFilter"))
332
+ ListCatalogItemsInput.add_member(:ec2_family_filter, Shapes::ShapeRef.new(shape: EC2FamilyList, location: "querystring", location_name: "EC2FamilyFilter"))
333
+ ListCatalogItemsInput.struct_class = Types::ListCatalogItemsInput
334
+
335
+ ListCatalogItemsOutput.add_member(:catalog_items, Shapes::ShapeRef.new(shape: CatalogItemListDefinition, location_name: "CatalogItems"))
336
+ ListCatalogItemsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
337
+ ListCatalogItemsOutput.struct_class = Types::ListCatalogItemsOutput
338
+
339
+ ListOrdersInput.add_member(:outpost_identifier_filter, Shapes::ShapeRef.new(shape: OutpostIdentifier, location: "querystring", location_name: "OutpostIdentifierFilter"))
340
+ ListOrdersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "NextToken"))
341
+ ListOrdersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults1000, location: "querystring", location_name: "MaxResults"))
342
+ ListOrdersInput.struct_class = Types::ListOrdersInput
343
+
344
+ ListOrdersOutput.add_member(:orders, Shapes::ShapeRef.new(shape: OrderSummaryListDefinition, location_name: "Orders"))
345
+ ListOrdersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
346
+ ListOrdersOutput.struct_class = Types::ListOrdersOutput
347
+
177
348
  ListOutpostsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "NextToken"))
178
349
  ListOutpostsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults1000, location: "querystring", location_name: "MaxResults"))
179
350
  ListOutpostsInput.add_member(:life_cycle_status_filter, Shapes::ShapeRef.new(shape: LifeCycleStatusList, location: "querystring", location_name: "LifeCycleStatusFilter"))
@@ -211,6 +382,17 @@ module Aws::Outposts
211
382
  Order.add_member(:order_fulfilled_date, Shapes::ShapeRef.new(shape: ISO8601Timestamp, location_name: "OrderFulfilledDate"))
212
383
  Order.struct_class = Types::Order
213
384
 
385
+ OrderSummary.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostIdOnly, location_name: "OutpostId"))
386
+ OrderSummary.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, location_name: "OrderId"))
387
+ OrderSummary.add_member(:order_type, Shapes::ShapeRef.new(shape: OrderType, location_name: "OrderType"))
388
+ OrderSummary.add_member(:status, Shapes::ShapeRef.new(shape: OrderStatus, location_name: "Status"))
389
+ OrderSummary.add_member(:line_item_counts_by_status, Shapes::ShapeRef.new(shape: LineItemStatusCounts, location_name: "LineItemCountsByStatus"))
390
+ OrderSummary.add_member(:order_submission_date, Shapes::ShapeRef.new(shape: ISO8601Timestamp, location_name: "OrderSubmissionDate"))
391
+ OrderSummary.add_member(:order_fulfilled_date, Shapes::ShapeRef.new(shape: ISO8601Timestamp, location_name: "OrderFulfilledDate"))
392
+ OrderSummary.struct_class = Types::OrderSummary
393
+
394
+ OrderSummaryListDefinition.member = Shapes::ShapeRef.new(shape: OrderSummary)
395
+
214
396
  Outpost.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostId, location_name: "OutpostId"))
215
397
  Outpost.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, location_name: "OwnerId"))
216
398
  Outpost.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: OutpostArn, location_name: "OutpostArn"))
@@ -222,8 +404,20 @@ module Aws::Outposts
222
404
  Outpost.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
223
405
  Outpost.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
224
406
  Outpost.add_member(:site_arn, Shapes::ShapeRef.new(shape: SiteArn, location_name: "SiteArn"))
407
+ Outpost.add_member(:supported_hardware_type, Shapes::ShapeRef.new(shape: SupportedHardwareType, location_name: "SupportedHardwareType"))
225
408
  Outpost.struct_class = Types::Outpost
226
409
 
410
+ RackPhysicalProperties.add_member(:power_draw_kva, Shapes::ShapeRef.new(shape: PowerDrawKva, location_name: "PowerDrawKva"))
411
+ RackPhysicalProperties.add_member(:power_phase, Shapes::ShapeRef.new(shape: PowerPhase, location_name: "PowerPhase"))
412
+ RackPhysicalProperties.add_member(:power_connector, Shapes::ShapeRef.new(shape: PowerConnector, location_name: "PowerConnector"))
413
+ RackPhysicalProperties.add_member(:power_feed_drop, Shapes::ShapeRef.new(shape: PowerFeedDrop, location_name: "PowerFeedDrop"))
414
+ RackPhysicalProperties.add_member(:uplink_gbps, Shapes::ShapeRef.new(shape: UplinkGbps, location_name: "UplinkGbps"))
415
+ RackPhysicalProperties.add_member(:uplink_count, Shapes::ShapeRef.new(shape: UplinkCount, location_name: "UplinkCount"))
416
+ RackPhysicalProperties.add_member(:fiber_optic_cable_type, Shapes::ShapeRef.new(shape: FiberOpticCableType, location_name: "FiberOpticCableType"))
417
+ RackPhysicalProperties.add_member(:optical_standard, Shapes::ShapeRef.new(shape: OpticalStandard, location_name: "OpticalStandard"))
418
+ RackPhysicalProperties.add_member(:maximum_supported_weight_lbs, Shapes::ShapeRef.new(shape: MaximumSupportedWeightLbs, location_name: "MaximumSupportedWeightLbs"))
419
+ RackPhysicalProperties.struct_class = Types::RackPhysicalProperties
420
+
227
421
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
228
422
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
229
423
 
@@ -233,8 +427,17 @@ module Aws::Outposts
233
427
  Site.add_member(:description, Shapes::ShapeRef.new(shape: SiteDescription, location_name: "Description"))
234
428
  Site.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
235
429
  Site.add_member(:site_arn, Shapes::ShapeRef.new(shape: SiteArn, location_name: "SiteArn"))
430
+ Site.add_member(:notes, Shapes::ShapeRef.new(shape: SiteNotes, location_name: "Notes"))
431
+ Site.add_member(:operating_address_country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "OperatingAddressCountryCode"))
432
+ Site.add_member(:operating_address_state_or_region, Shapes::ShapeRef.new(shape: StateOrRegion, location_name: "OperatingAddressStateOrRegion"))
433
+ Site.add_member(:operating_address_city, Shapes::ShapeRef.new(shape: City, location_name: "OperatingAddressCity"))
434
+ Site.add_member(:rack_physical_properties, Shapes::ShapeRef.new(shape: RackPhysicalProperties, location_name: "RackPhysicalProperties"))
236
435
  Site.struct_class = Types::Site
237
436
 
437
+ SupportedStorageList.member = Shapes::ShapeRef.new(shape: SupportedStorageEnum)
438
+
439
+ SupportedUplinkGbpsListDefinition.member = Shapes::ShapeRef.new(shape: SupportedUplinkGbps)
440
+
238
441
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
239
442
 
240
443
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -252,6 +455,39 @@ module Aws::Outposts
252
455
 
253
456
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
254
457
 
458
+ UpdateSiteAddressInput.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location: "uri", location_name: "SiteId"))
459
+ UpdateSiteAddressInput.add_member(:address_type, Shapes::ShapeRef.new(shape: AddressType, required: true, location_name: "AddressType"))
460
+ UpdateSiteAddressInput.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
461
+ UpdateSiteAddressInput.struct_class = Types::UpdateSiteAddressInput
462
+
463
+ UpdateSiteAddressOutput.add_member(:address_type, Shapes::ShapeRef.new(shape: AddressType, location_name: "AddressType"))
464
+ UpdateSiteAddressOutput.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
465
+ UpdateSiteAddressOutput.struct_class = Types::UpdateSiteAddressOutput
466
+
467
+ UpdateSiteInput.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location: "uri", location_name: "SiteId"))
468
+ UpdateSiteInput.add_member(:name, Shapes::ShapeRef.new(shape: SiteName, location_name: "Name"))
469
+ UpdateSiteInput.add_member(:description, Shapes::ShapeRef.new(shape: SiteDescription, location_name: "Description"))
470
+ UpdateSiteInput.add_member(:notes, Shapes::ShapeRef.new(shape: SiteNotes, location_name: "Notes"))
471
+ UpdateSiteInput.struct_class = Types::UpdateSiteInput
472
+
473
+ UpdateSiteOutput.add_member(:site, Shapes::ShapeRef.new(shape: Site, location_name: "Site"))
474
+ UpdateSiteOutput.struct_class = Types::UpdateSiteOutput
475
+
476
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location: "uri", location_name: "SiteId"))
477
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:power_draw_kva, Shapes::ShapeRef.new(shape: PowerDrawKva, location_name: "PowerDrawKva"))
478
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:power_phase, Shapes::ShapeRef.new(shape: PowerPhase, location_name: "PowerPhase"))
479
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:power_connector, Shapes::ShapeRef.new(shape: PowerConnector, location_name: "PowerConnector"))
480
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:power_feed_drop, Shapes::ShapeRef.new(shape: PowerFeedDrop, location_name: "PowerFeedDrop"))
481
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:uplink_gbps, Shapes::ShapeRef.new(shape: UplinkGbps, location_name: "UplinkGbps"))
482
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:uplink_count, Shapes::ShapeRef.new(shape: UplinkCount, location_name: "UplinkCount"))
483
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:fiber_optic_cable_type, Shapes::ShapeRef.new(shape: FiberOpticCableType, location_name: "FiberOpticCableType"))
484
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:optical_standard, Shapes::ShapeRef.new(shape: OpticalStandard, location_name: "OpticalStandard"))
485
+ UpdateSiteRackPhysicalPropertiesInput.add_member(:maximum_supported_weight_lbs, Shapes::ShapeRef.new(shape: MaximumSupportedWeightLbs, location_name: "MaximumSupportedWeightLbs"))
486
+ UpdateSiteRackPhysicalPropertiesInput.struct_class = Types::UpdateSiteRackPhysicalPropertiesInput
487
+
488
+ UpdateSiteRackPhysicalPropertiesOutput.add_member(:site, Shapes::ShapeRef.new(shape: Site, location_name: "Site"))
489
+ UpdateSiteRackPhysicalPropertiesOutput.struct_class = Types::UpdateSiteRackPhysicalPropertiesOutput
490
+
255
491
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
256
492
  ValidationException.struct_class = Types::ValidationException
257
493
 
@@ -278,6 +514,19 @@ module Aws::Outposts
278
514
  "uid" => "outposts-2019-12-03",
279
515
  }
280
516
 
517
+ api.add_operation(:cancel_order, Seahorse::Model::Operation.new.tap do |o|
518
+ o.name = "CancelOrder"
519
+ o.http_method = "POST"
520
+ o.http_request_uri = "/orders/{OrderId}/cancel"
521
+ o.input = Shapes::ShapeRef.new(shape: CancelOrderInput)
522
+ o.output = Shapes::ShapeRef.new(shape: CancelOrderOutput)
523
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
524
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
525
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
526
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
527
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
528
+ end)
529
+
281
530
  api.add_operation(:create_order, Seahorse::Model::Operation.new.tap do |o|
282
531
  o.name = "CreateOrder"
283
532
  o.http_method = "POST"
@@ -306,6 +555,19 @@ module Aws::Outposts
306
555
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
307
556
  end)
308
557
 
558
+ api.add_operation(:create_site, Seahorse::Model::Operation.new.tap do |o|
559
+ o.name = "CreateSite"
560
+ o.http_method = "POST"
561
+ o.http_request_uri = "/sites"
562
+ o.input = Shapes::ShapeRef.new(shape: CreateSiteInput)
563
+ o.output = Shapes::ShapeRef.new(shape: CreateSiteOutput)
564
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
565
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
566
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
567
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
568
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
569
+ end)
570
+
309
571
  api.add_operation(:delete_outpost, Seahorse::Model::Operation.new.tap do |o|
310
572
  o.name = "DeleteOutpost"
311
573
  o.http_method = "DELETE"
@@ -332,6 +594,28 @@ module Aws::Outposts
332
594
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
333
595
  end)
334
596
 
597
+ api.add_operation(:get_catalog_item, Seahorse::Model::Operation.new.tap do |o|
598
+ o.name = "GetCatalogItem"
599
+ o.http_method = "GET"
600
+ o.http_request_uri = "/catalog/item/{CatalogItemId}"
601
+ o.input = Shapes::ShapeRef.new(shape: GetCatalogItemInput)
602
+ o.output = Shapes::ShapeRef.new(shape: GetCatalogItemOutput)
603
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
604
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
605
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
606
+ end)
607
+
608
+ api.add_operation(:get_order, Seahorse::Model::Operation.new.tap do |o|
609
+ o.name = "GetOrder"
610
+ o.http_method = "GET"
611
+ o.http_request_uri = "/orders/{OrderId}"
612
+ o.input = Shapes::ShapeRef.new(shape: GetOrderInput)
613
+ o.output = Shapes::ShapeRef.new(shape: GetOrderOutput)
614
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
615
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
616
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
617
+ end)
618
+
335
619
  api.add_operation(:get_outpost, Seahorse::Model::Operation.new.tap do |o|
336
620
  o.name = "GetOutpost"
337
621
  o.http_method = "GET"
@@ -356,6 +640,65 @@ module Aws::Outposts
356
640
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
357
641
  end)
358
642
 
643
+ api.add_operation(:get_site, Seahorse::Model::Operation.new.tap do |o|
644
+ o.name = "GetSite"
645
+ o.http_method = "GET"
646
+ o.http_request_uri = "/sites/{SiteId}"
647
+ o.input = Shapes::ShapeRef.new(shape: GetSiteInput)
648
+ o.output = Shapes::ShapeRef.new(shape: GetSiteOutput)
649
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
650
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
651
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
652
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
653
+ end)
654
+
655
+ api.add_operation(:get_site_address, Seahorse::Model::Operation.new.tap do |o|
656
+ o.name = "GetSiteAddress"
657
+ o.http_method = "GET"
658
+ o.http_request_uri = "/sites/{SiteId}/address"
659
+ o.input = Shapes::ShapeRef.new(shape: GetSiteAddressInput)
660
+ o.output = Shapes::ShapeRef.new(shape: GetSiteAddressOutput)
661
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
662
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
663
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
664
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
665
+ end)
666
+
667
+ api.add_operation(:list_catalog_items, Seahorse::Model::Operation.new.tap do |o|
668
+ o.name = "ListCatalogItems"
669
+ o.http_method = "GET"
670
+ o.http_request_uri = "/catalog/items"
671
+ o.input = Shapes::ShapeRef.new(shape: ListCatalogItemsInput)
672
+ o.output = Shapes::ShapeRef.new(shape: ListCatalogItemsOutput)
673
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
674
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
675
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
676
+ o[:pager] = Aws::Pager.new(
677
+ limit_key: "max_results",
678
+ tokens: {
679
+ "next_token" => "next_token"
680
+ }
681
+ )
682
+ end)
683
+
684
+ api.add_operation(:list_orders, Seahorse::Model::Operation.new.tap do |o|
685
+ o.name = "ListOrders"
686
+ o.http_method = "GET"
687
+ o.http_request_uri = "/list-orders"
688
+ o.input = Shapes::ShapeRef.new(shape: ListOrdersInput)
689
+ o.output = Shapes::ShapeRef.new(shape: ListOrdersOutput)
690
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
691
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
692
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
693
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
694
+ o[:pager] = Aws::Pager.new(
695
+ limit_key: "max_results",
696
+ tokens: {
697
+ "next_token" => "next_token"
698
+ }
699
+ )
700
+ end)
701
+
359
702
  api.add_operation(:list_outposts, Seahorse::Model::Operation.new.tap do |o|
360
703
  o.name = "ListOutposts"
361
704
  o.http_method = "GET"
@@ -422,6 +765,45 @@ module Aws::Outposts
422
765
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
423
766
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
424
767
  end)
768
+
769
+ api.add_operation(:update_site, Seahorse::Model::Operation.new.tap do |o|
770
+ o.name = "UpdateSite"
771
+ o.http_method = "PATCH"
772
+ o.http_request_uri = "/sites/{SiteId}"
773
+ o.input = Shapes::ShapeRef.new(shape: UpdateSiteInput)
774
+ o.output = Shapes::ShapeRef.new(shape: UpdateSiteOutput)
775
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
776
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
777
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
778
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
779
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
780
+ end)
781
+
782
+ api.add_operation(:update_site_address, Seahorse::Model::Operation.new.tap do |o|
783
+ o.name = "UpdateSiteAddress"
784
+ o.http_method = "PUT"
785
+ o.http_request_uri = "/sites/{SiteId}/address"
786
+ o.input = Shapes::ShapeRef.new(shape: UpdateSiteAddressInput)
787
+ o.output = Shapes::ShapeRef.new(shape: UpdateSiteAddressOutput)
788
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
789
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
790
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
791
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
792
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
793
+ end)
794
+
795
+ api.add_operation(:update_site_rack_physical_properties, Seahorse::Model::Operation.new.tap do |o|
796
+ o.name = "UpdateSiteRackPhysicalProperties"
797
+ o.http_method = "PATCH"
798
+ o.http_request_uri = "/sites/{SiteId}/rackPhysicalProperties"
799
+ o.input = Shapes::ShapeRef.new(shape: UpdateSiteRackPhysicalPropertiesInput)
800
+ o.output = Shapes::ShapeRef.new(shape: UpdateSiteRackPhysicalPropertiesOutput)
801
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
802
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
803
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
804
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
805
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
806
+ end)
425
807
  end
426
808
 
427
809
  end